Zombies Director is a Plutonium T6 Zombies mod for Call of Duty: Black Ops II. It adds a setup menu, deterministic run seeds, adaptive pressure, cooperative contracts, zombie-aware contract targets, upgrades, a Tank mutation, and one run challenge.
Created and developed by PingusWasHere.
- In-game setup panel before the Director systems activate.
- Seed presets for repeatable runs.
- Challenge selection: Sharpshooter, Untouchable, Reaper, Director's Choice.
- Difficulty selection: Chill, Standard, Nightmare.
- Optional round contracts with team voting.
- Contract targets scale from active zombies, player count, and round number.
- Upgrade rewards and Tank mutation support.
- Server-authoritative logic for votes, rewards, pressure, and objectives.
The GitHub release ZIP contains only compiled installable files:
install.bat
runtime/zdirector.gsc
zm_zdirector/mod.json
zm_zdirector/zm_zdirector.iwd
The release ZIP intentionally does not include source files, developer docs, or third-party references.
The installer places:
zm_zdirectorin%LOCALAPPDATA%\Plutonium\storage\t6\mods.runtime\zdirector.gscin%LOCALAPPDATA%\Plutonium\storage\t6\raw\scripts\zm.- A compatibility copy in
%LOCALAPPDATA%\Plutonium\storage\t6\scripts\zm.
The runtime is gated by fs_game; it activates only when the loaded mod is
mods/zm_zdirector or the legacy mods/zdirector.
- Download
ZombiesDirector-1.0.0.zipfrom GitHub Releases. - Extract the ZIP.
- Run
install.bat. - Start Plutonium T6 if the installer did not already launch it.
- Open the in-game
Modsmenu. - Load
^1Zombies ^3Director. - Start a Zombies map.
Custom storage path:
install.bat "D:\path\to\Plutonium\storage\t6"Silent install:
install.bat /SManual install:
- Move
zm_zdirectorto%LOCALAPPDATA%\Plutonium\storage\t6\mods. - Copy
runtime\zdirector.gscto%LOCALAPPDATA%\Plutonium\storage\t6\raw\scripts\zm. - Copy
runtime\zdirector.gscto%LOCALAPPDATA%\Plutonium\storage\t6\scripts\zm.
At spawn, Zombies Director opens a setup panel and waits for Start Run before
contracts and challenge systems activate.
ADS: move selection up.FIRE: move selection down.USE: change the selected option.MELEE: confirmStart Run.
Setup options:
- Seed preset.
- Challenge.
- Difficulty.
- Contracts enabled or disabled.
- Start Run.
Install GSC Tool and either set GSC_TOOL_PATH or place the executable at
.tools\gsc-tool\gsc-tool.exe.
build.bat -BuildType Release
package_release.batPython is not required for the build or installer.
- Static project validation:
verify_project.ps1. - Compilation: GSC Tool through
build.ps1. - Package verification: inspect
release\ZombiesDirector-1.0.0.zip. - Runtime verification: load
zm_zdirectorin Plutonium T6 and confirm the setup menu appears.