BO2 Mob of the Dead AfterLife
-
Hi everyone !
I'm playing a lot of Mob Of The Dead recently in custom games, but in solo.
And i've noticed something : I can only have a single afterlife, instead of 3 max in the "real" game.
So I was wondering is there was a reason for that ? And also a way to patch it ?Thanks a lot for your help
Poubone
-
Poubone Custom games are always assumed to be coop because a player can join at any time which is why afterlifes are only 1 for balance.
You can create a GSC script with this code to change this:
init() { level.is_forever_solo_game = true; }
-
JezuzLizard said in BO2 Mob of the Dead AfterLife:
GSC script
Thanks a lot !
Is there a tutorial to do GSC script ? I'm a bit new on plutonium so I don't really know how to modify the game etc. -
Poubone (for T6) you paste the text in a notepad, save the files as a .gsc file then drag it in the compiler exe which will spit out a compiled version of your script. Then you just place it in the zm folder.
Read below -
undefined Hadi77KSA referenced this topic on