
Cahz
Posts
-
can i host a server on trazit -
[BROKEN LINK]StealtHs Camo Pack (Base Game Camos)Stealth Very nice release gamer
-
[Release] [Zombies] Bonus Survival Maps 3.0 (Updated January 2022)That totals the number of Maps provided in the mod to 10. Thanks for all your work bois.
GerardS0406 JezuzLizard -
how can i open this mod menu for my serverDuui YT Nobody wants to help someone who isn't willing to help themselves.
Do some research on GSC and scripting instead of just spamming the forums with a million questions. All of these things could be answered on your own if you spend just a little time doing research. -
can i host a server on trazitFragsAreUs Transit itself is public knowledge and in the dedicated_zm.cfg. You're thinking about the survival maps (Town, Farm, Bus Depot) that are considered unstable. He technically didn't specify so if he's doing Green Run, he shouldn't have issues
-
[Release] [Zombies] Bonus Survival Maps 3.0 (Updated January 2022)@nSuomi make sure you are running an older version of plutonium, or wait until one of the next updates that should fix being able to load the mod
-
Bo2 Support needs more support lol...iDesign Everything done by staff is done on their free time. They don't get paid to sit in front of their computer and reply to the forums. If they don't feel like replying, they aren't obligated to. And with the launch of IW5, they've been more focused on making that game more stable before returning to BO2.
You claim you're seeing people with problems and nobody responding to them, but have provided no reference links.
How are the staff supposed to take your criticism when it's lacking a lot of detail?
JUST A THOUGHT
-
How to spawn player 2 before end of round 1 (zombies)Lupercal GSC's can be loaded onto dedicated servers (which can be hosted on your computer).
T6 Dedicated Server Guide
Loading GSC on a Dedicated Server GuideTo have all players spawn on round 1, you can use this simple GSC in your script.
Add this into your script anywhere.
spawn_if_round_one() //force spawn player { wait 5; //waits for blackscreen to load if ( self.sessionstate == "spectator" && level.round_number == 1 ) { self [[ level.spawnplayer ]](); if ( level.script != "zm_tomb" || level.script != "zm_prison" || !is_classic() ) thread maps\mp\zombies\_zm::refresh_player_navcard_hud(); } }
Then add this
player thread spawn_if_round_one();
under your OnPlayerConnect function, like so.
onPlayerConnect() { level endon( "end_game" ); self endon( "disconnect" ); for (;;) { level waittill( "connected", player ); player thread spawn_if_round_one(); } }
Hope this helps
-
[Release] Haisa's Skin Pack V4Absolutely fantastic work as always Haisa
-
t6r.dllSeqii said:
it is not a virus and i have loaded it up before but then shuts down
Seqii Just because the .dll you downloaded has the same name as the file you were missing, doesn't mean it's the right file. You downloaded a file named t6r.dll from a website that has nothing to do with Plutonium. Just because "it is not a virus" doesn't mean it is the right file.
Read the Plutonium T6 FAQ and read the section that talks about the t6r.dll error and how to fix it.
-
How Do I Make A Server In The New Plutonium -
[Release] [ZM] ZOMBIES++@DragonMaverick Link still works
https://github.com/Paintball/BO2-GSC-Releases/tree/master/Zombies Mods/Zombies%2B%2B v1.2 -
Does the download continue where it was if I turn off the computer?HanzoDraZ If you close piry.exe mid download, it will continue where it left off the next time you open it.
Note: It may act like it will be downloading the beginning files again, but it will check the files and then skip all the way to where you left off. -
Log server chat messages?@AmadeusWolf You can use IW4MAdmin along with the Yet Another Discord Bridge Plugin created by Xerxes, and can view the chat from your own discord server.
-
[Release] [ZM] ZOMBIES++azzychy Version 1.3 was only made because Version 1.2 was broken by a Plutonium update. If things are not working as intended, I would highly recommend waiting to use the mod until the next Plutonium update which should HOPEFULLY fix the issue with loading scripts on Version 1.2 (which is inherently more stable and doesnt have bugs like you are explaining)
TLDR; Plutonium devs broke loading some mods, and it would be best to wait for their update to fix it and then use version 1.2.
-
Virus DetectedGodChicken Disable your Antivirus/Windows Defender and then add an exclusion so it won't get deleted again.
-
[Release] All perk slots unlock script [Zombies]DROGOC0P @JulzBoolz NickB_05 AdrX003
init() { thread remove_perk_limit(); for(;;) { level waittill("connected", player); player thread welcome(); } } remove_perk_limit() { level waittill( "start_of_round" ); level.perk_purchase_limit = 9; } welcome() { self endon("disconnect"); self waittill("spawned_player"); wait 7; self iprintln("^2" +self.name + "^7 , your perk limit has been removed"); }
-
Banned For No Reasonmoozzy The update for BO2 brought cheat detection.
Using the camo changer triggers the anti-cheat and causes a ban.Solution: You must wait until your ban time is done.
Note: If you try to make another account, more time will be added as it is considered ban-evasion. (which is what happened already)
Please Read: NEW ANTICHEAT BAN POLICY
-
[Updated] [MP] Mega Camo Pack + HitmarkerTw_iBL_eR Some of these camos pop really nicely
Good work
-
Banned for no reason :/k9.vfx You might want to read the AntiCheat Policy