[Support] Is it possible to customize the afterlife count of Mob of the Dead?
BO2 Modding Support & Discussion
3
Posts
3
Posters
345
Views
1
Watching
-
The title says it all, but I was wondering if you could set afterlife count to something like 10 or 1 or really just any custom value. Also, sorry if this is posted in the wrong section
-
Heres a decompiled copy of maps/mp/zombies/_zm_afterlife.gsc
This function looked interesting. Maybe you can try calling it and seeing what it does.
// 0x397C afterlife_add() { self.lives++; self thread afterlife_add_fx(); self.lives++; self thread afterlife_add_fx(); self playsoundtoplayer( "zmb_afterlife_add", self ); self setclientfieldtoplayer( "player_lives", self.lives ); // SP = 0x0 - check OK }
-
The title says it all, but I was wondering if you could set afterlife count to something like 10 or 1 or really just any custom value. Also, sorry if this is posted in the wrong section
Arkane this will help take, put this code just to play Mob of the Dead, leave this code will lock the other maps