Loading GSC Scripts for T7x

Loading GSC scripts for T7x has made it incredibly easy. This tutorial will show you how to load compiled GSC scripts!

Pre-requisites

  • Install Black Ops III Mod Tools - You can download this stripped down version which is 150mb.
  • Extract it somewhere familiar
  • Download Cerberus - latest release
  • Extract Cerberus somewhere familiar, I put mine in C:\Cerberus.

Compiling GSC Scripts (skip this if you already have your script compiled)

  1. Launch the Black ops 3 mod tools (modtools_launcher.bat).

  2. Press the blank paper icon top left of the screen.

  • Under name call it whatever you want, but I’d keep it organized to the respective modes. ie: zm_mod for zombies and mp_mod for mp.
  • Under template select “GSC Only”.
  • Press “Ok”
  1. Once files are created, right click on core_mod and select Open Mod Folder.

  2. Now you are in the root of the mod folder. Navigate to scripts, and place your uncompiled gsc script into that folder.

  • Make sure it is the same name as the mod
  1. After adding your script, go back to the mod tools and check core_mod and Link and press Build.

  2. If done correctly, it should compile everything in core_mod.ff in a newly created zone folder of the root of your mod folder. Leave this window open.

Extracting Compiled GSC Using Cerberus

  1. Open the folder where you extracted Cerberus (C:\Cerberus).

  2. Now head back to the zone folder of your mod, should see a core_mod.ff file in there. Drag and drop the core_mod.ff onto cerberus.cli.exe.

  3. Cerberus will now extract your compiled scripts to ExtractedScripts folder.

  4. Change all your scripts extentions from .gscc to gsc in that folder.

Loading your GSC scripts

  1. Navigate through the ExtractedScripts folder until you find your beloved .gsc file.

  2. Copy all your .gsc files to <path_to_bo3_game_folder>\t7x\custom_scripts.

  3. Done - now start the game and enjoy scripting. :+1: NOTE: YOU CAN SEAMLESSLY LOAD GSC WITHOUT RESTARTING THE GAME