Skip to content

InvoxiPlayGames/t7-osxternal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t7-osxternal

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!

Usage

You need admin/root access to run this.

Compiling the injector

If you haven't already, run xcode-select --install to get the build tools.

  1. Open a Terminal.
  2. Clone the repo: git clone https://github.com/InvoxiPlayGames/t7-osxternal.git
  3. Enter the directory: cd t7-osxternal
  4. Build the injector: make

Injecting a script

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

About

A basic T7 external GSC injector for macOS / OS X.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors