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_modand 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_modandLinkand pressBuild. -
If done correctly, it should compile everything in
core_mod.ffin a newly createdzonefolder 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.fffile in there. Drag and drop thecore_mod.ffontocerberus.cli.exe. -
Cerberus will now extract your compiled scripts to
ExtractedScriptsfolder. -
Change all your scripts extentions from
.gscctogscin that folder.
Loading your GSC scripts
-
Navigate through the
ExtractedScriptsfolder until you find your beloved.gscfile. -
Copy all your
.gscfiles 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