TheHiddenHour
Veteran
- Messages
- 58
- Reaction score
- 49
- Points
- 803
Zombies (1.13) GSC Injector
Long time no see CabConModding, it's been a while
What Is This?Long time no see CabConModding, it's been a while
This program is a GSC Injector for Call of Duty: Black Ops Zombies (1.13) for PS3. As far as I know, nobody else has really done GSC injection on zombies for PS3. Remembering the hassle and time it took to edit zombies patches for WAW, I decided that I'd rather not repeat that again for BO1 and decided to make this instead.
How Does It Work?In order to get a "custom" GSC working, I made an edited 'maps\_cheat.gsc' that calls an init() function in an injected 'main.gsc' which is really just an edited 'maps\_dev.gsc' in disguise . So really, no scripts are truly being added to the game, there's just an entry point being made and a script that utilizes that entry point.
How To Make A ProjectProject folders only require two things:
How To Use The Program- A main.gsc in the root of the project directory
- An init() function inside of the main.gsc
This program is a console application, so you execute it using a command line like Command Prompt or PowerShell. There's only one parameter which can either be "r" to reset the script info in game memory or a path to a project folder or GSC file to be injected.
Important
You will freeze if you do not reset the script info in memory using the "r' parameter before you quit a match of zombies. This is due to the nature of the program as well as the game. This problem could probably be circumvented if different GSCs were used for the entry and injection, but I have yet to find them.
Download + Source (github)
You will freeze if you do not reset the script info in memory using the "r' parameter before you quit a match of zombies. This is due to the nature of the program as well as the game. This problem could probably be circumvented if different GSCs were used for the entry and injection, but I have yet to find them.
Download + Source (github)