https://github.com/michaeloliverx/iw3xenon
Xbox 360 Call of Duty 4 modification
https://github.com/michaeloliverx/iw3xenon
codjumper iw3 modding xbox360 xenon
Last synced: 4 months ago
JSON representation
Xbox 360 Call of Duty 4 modification
- Host: GitHub
- URL: https://github.com/michaeloliverx/iw3xenon
- Owner: michaeloliverx
- License: mit
- Created: 2024-09-06T17:57:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T15:41:44.000Z (9 months ago)
- Last Synced: 2024-12-23T06:31:43.728Z (6 months ago)
- Topics: codjumper, iw3, modding, xbox360, xenon
- Language: C++
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# iw3xenon
Xbox 360 Call of Duty 4 modification
iw3xenon is a plugin for Xbox 360 that extends the base game engine with various features.
### Console Commands
These commands were reintroduced after being removed in Title Update #4:
- `noclip` - toggle noclip
- `ufo` - toggle ufo## GSC Extensions
` executeclientcommand(string )`
Executes the given console command for the player.
Usage example `self executeclientcommand("cg_fov 80")`
` jumpbuttonpressed()`
Returns true if the jump button is pressed.
` leanleftbuttonpressed()`
Returns true if the lean left button is pressed.
` leanrightbuttonpressed()`
Returns true if the lean right button is pressed.
## Credits
- [ClementDreptin](https://github.com/ClementDreptin)
- [kejjjjj](https://github.com/kejjjjj)
- [CoD4x](https://github.com/callofduty4x/CoD4x_Server)