updated _zm_zonemgr.gsc

I compared several dumps to try and create this version of _zm_zonemgr.
Currently only works on zm_prison and zm_highrise.
This commit is contained in:
JezuzLizard 2020-04-06 09:39:00 -07:00
parent 800bc03577
commit 7c553f72c5
2 changed files with 362 additions and 499 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,12 +35,14 @@ patch_zm/maps/mp/zombies/_zm_timer.gsc
```
### The following scripts compile and run successfully with major errors:
```
patch_zm/maps/mp/gametypes_zm/MajorErrors/_zm_gametype.gsc
patch_zm/maps/mp/gametypes_zm/_zm_gametype.gsc
patch_zm/maps/mp/zombies/_zm_chugabud.gsc
patch_zm/maps/mp/zombies/_zm_magicbox.gsc
patch_zm/maps/mp/zombies/_zm_perks.gsc
patch_zm/maps/mp/zombies/_zm_powerups.gsc
patch_zm/maps/mp/zombies/_zm_weapons.gsc
patch_zm/maps/mp/zombies/_zm_zonemgr.gsc
```
### The following scripts compile and run serverside but clients cannot join due to exe_client_field_mismatch
```