An open API service indexing awesome lists of open source software.

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

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)