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)
-
Launch the Black ops 3 mod tools (
modtools_launcher.bat
). -
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”
-
Once files are created, right click on
core_mod
and selectOpen Mod Folder
. -
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
-
After adding your script, go back to the mod tools and check
core_mod
andLink
and pressBuild
. -
If done correctly, it should compile everything in
core_mod.ff
in a newly createdzone
folder of the root of your mod folder. Leave this window open.
Extracting Compiled GSC Using Cerberus
-
Open the folder where you extracted Cerberus (
C:\Cerberus
). -
Now head back to the zone folder of your mod, should see a
core_mod.ff
file in there. Drag and drop thecore_mod.ff
ontocerberus.cli.exe
. -
Cerberus will now extract your compiled scripts to
ExtractedScripts
folder. -
Change all your scripts extentions from
.gscc
togsc
in that folder.
Loading your GSC scripts
-
Navigate through the
ExtractedScripts
folder until you find your beloved.gsc
file. -
Copy all your
.gsc
files to<path_to_bo3_game_folder>\t7x\custom_scripts
. -
Done - now start the game and enjoy scripting.
NOTE: YOU CAN SEAMLESSLY LOAD GSC WITHOUT RESTARTING THE GAME