Skip to content

Repository files navigation

Zombies Director

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.

Features

  • 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.

Release Package

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_zdirector in %LOCALAPPDATA%\Plutonium\storage\t6\mods.
  • runtime\zdirector.gsc in %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.

Install

  1. Download ZombiesDirector-1.0.0.zip from GitHub Releases.
  2. Extract the ZIP.
  3. Run install.bat.
  4. Start Plutonium T6 if the installer did not already launch it.
  5. Open the in-game Mods menu.
  6. Load ^1Zombies ^3Director.
  7. Start a Zombies map.

Custom storage path:

install.bat "D:\path\to\Plutonium\storage\t6"

Silent install:

install.bat /S

Manual install:

  1. Move zm_zdirector to %LOCALAPPDATA%\Plutonium\storage\t6\mods.
  2. Copy runtime\zdirector.gsc to %LOCALAPPDATA%\Plutonium\storage\t6\raw\scripts\zm.
  3. Copy runtime\zdirector.gsc to %LOCALAPPDATA%\Plutonium\storage\t6\scripts\zm.

In-Game Setup Menu

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: confirm Start Run.

Setup options:

  • Seed preset.
  • Challenge.
  • Difficulty.
  • Contracts enabled or disabled.
  • Start Run.

Build From Source

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.bat

Python is not required for the build or installer.

Verification

  • 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_zdirector in Plutonium T6 and confirm the setup menu appears.

Documentation

About

No description, website, or topics provided.

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages