About This File
Installation
-
Start off by downloading the latest version of the mod
-
Un-zip the file and place it in your mods directory for Black Ops
..\steamapps\common\Call of Duty Black Ops\mods
. Make sure that it's placed in a folder calledmp_ZAMBunkers
. -
Open the game up, and select
mp_ZAMBunkers
from the mods menu. -
Load up a private game and you're ready to make maps.
To test bunkers:
-
Open the file
_settings.gsc
-
Edit
level.workMode = 1;
to
level.workMode = 0;
-
Add bunker codes to the file
_mapCodes.gsc
Needs to be inside the { } brackets. -
Restart or start the map you want to test.
To go back to map making:
-
Open the file
_settings.gsc
-
Edit
level.workMode = 0;
to
level.workMode = 1;
-
Restart/Start the map.