Changes between Version 3 and Version 4 of Useful Console Commands
- Timestamp:
- Aug 26, 2011 9:22:27 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Useful Console Commands
v3 v4 21 21 \cg_drawGun ![0-3] - toggle drawing of the gun or the position of the gun (0=invisible, 1=right, 2=left, 3=center). 22 22 23 \sv_pure [0-1] - turn pure server on or off. A key thing this var does is choose whether the game loads the .qvm files (\sv_pure 1) or the .so/.dll/.dylib files (\sv_pure 0). On MacOSX, we have been unable to get the game running without passing it +set sv_pure 0.23 \sv_pure ![0-1] - turn pure server on or off. A key thing this var does is choose whether the game loads the .qvm files (\sv_pure 1) or the .so/.dll/.dylib files (\sv_pure 0). On MacOSX, we have been unable to get the game running without passing it +set sv_pure 0. 24 24 25 \vm_game [0-1] - turn off (0) or on (1) the virtual machine for the game module. I've had some trouble getting this to work properly - recommended that you be overly verbose about turning off the vm if you want to, and passing +set sv_pure 0 +set vm_game 0 +set vm_cgame 0 +set vm_ui 0.25 \vm_game ![0-1] - turn off (0) or on (1) the virtual machine for the game module. I've had some trouble getting this to work properly - recommended that you be overly verbose about turning off the vm if you want to, and passing +set sv_pure 0 +set vm_game 0 +set vm_cgame 0 +set vm_ui 0. 26 26 27 \vm_cgame [0-1] - As above for the cgame module.27 \vm_cgame ![0-1] - As above for the cgame module. 28 28 29 \vm_ui [0-1] - As above for the ui module.29 \vm_ui ![0-1] - As above for the ui module.