A basic T7 external GSC injector for macOS / OS X.
This is really simple- there is no GUI, you need to build it yourself, have a pre-compiled GSC file (no compiler included), and use the Terminal.
Heavily based on the techniques used in Serious's t7compiler, use that if you're on Windows: http://github.com/shiversoftdev/t7-compiler
Also check out BO3MacFix!
You need admin/root access to run this.
If you haven't already, run xcode-select --install to get the build tools.
- Open a Terminal.
- Clone the repo:
git clone https://github.com/InvoxiPlayGames/t7-osxternal.git - Enter the directory:
cd t7-osxternal - Build the injector:
make
You need a compiled version of the script you want to inject.
From a Terminal inside the "t7-osxternal" directory, run:
sudo ./t7-osxternal inject default.gscc
where default.gscc is the path of the script you want to inject.
If your script needs a specific injection target, you can specify that as well:
sudo ./t7-osxternal inject default.gscc scripts/shared/duplicaterender_mgr.gsc