GSC CodJumper mod for Call of Duty 4.
- Save and load position
- Unlimited ammo with reload animation
- UFO Mode
- Map selector
- Game object manipulations
- Various visual tweaks
- Ability to spawn stationary bots
The Xbox 360 version of the mod includes additional features that require engine modifications via a plugin.
- Auto Mantle Bots - Bots will automatically mantle when player is near them. This allows bots to be used for head bounces.
- Barrier Removal - Removes barriers from the map. This allows players to walk on areas that are normally blocked off.
This mod is compatible with the following setups:
- Xbox 360 with the ability to run unsigned code (JTAG/RGH/DEVKIT)
- PS3 Jailbroken
- Xenia Emulator
- RPCS3 Emulator
To build the fastfiles run:
make build-all
PS3 is build/ps3/patch_mp.ff
Xbox 360 is build/xenon/patch_mp.ff
The plugin requires additional steps to build and can only be built on Windows.
You need the following tools installed:
- Visual Studio 2022
- Visual Studio 2010
- Microsoft Xbox 360 SDK
To build the plugin run:
make build-plugin-xenon
- ClementDreptin - For his Xbox 360 modding resources
- kejjjjj - For answering my many questions on the cod4 engine
- @luna - For contributing to the project and help with fastfile build code
- CoD4x - Amazing resource for COD4 modding