[Release] [ZM] ZOMBIES++
-
Cahz thank you
-
when i installed this, it changed my juggernog to only let me have 3 hits and then i go down, like being downed in BO3. Never had this issue without the mod, can someone help me with this?
-
DannyIsHere change the jugg health to 250 in your dedicated_zm.cfg
-
Cahz I have issue when try to launch the server and i have commented the 2 lines :
set customMysteryBoxPriceEnabled 0 set customMysteryBoxPrice 10
have you an idea ?
-
another question, where do i put the dedicated_zm folder in the first place? i don't even know how i installed the mod but i was trying to a while ago, i'm not using a dedi server either, just wanna play with it on my own
-
Nevermind i just chucked it in there and it worked, sorry
-
-
Cahz I'ts the same i have made cause of your last reply with DannyIsHere
-
**** 1 script error(s):
**** Unresolved external : "drawcustomperkhud" with 3 parameters in "_zm_chugabud" at lines 1,1 ****help ?
-
wxsif nvm i figured it out
-
Cahz is there any way to play zombies++ in solo/lan mode ?
-
Cahz Can you teach me how to only use the force players round 1 and the fast restart, please?
-
wait you can play custom games with this??
-
To 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
https://github.com/JezuzLizard/Public-BO2-Mods/tree/master/MapRestartWorkaround
-
yo Cahz can i play custom games with this or what im just wondering for now?
-
Cahz sorry to bother you again, but, how can i compile this code, what do i have to download?
-
Unresolved external : "drawcustomperkhud" with 3 parameters in "_zm_chugabud" at lines 1, 1
-
@Hobo-Tim check your _clientids.gsc
-
so how would i install this with the latest ver of bo2 zombies with plutonium ?
-
Cahz Can i play with friends who dont have the mod or vice versa?