Changes between Version 3 and Version 4 of Useful Console Commands


Ignore:
Timestamp:
Aug 26, 2011 9:22:27 AM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Useful Console Commands

    v3 v4  
    2121\cg_drawGun ![0-3] - toggle drawing of the gun or the position of the gun (0=invisible, 1=right, 2=left, 3=center).
    2222
    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.
    2424
    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.
    2626
    27 \vm_cgame [0-1] - As above for the cgame module.
     27\vm_cgame ![0-1] - As above for the cgame module.
    2828
    29 \vm_ui [0-1] - As above for the ui module.
     29\vm_ui ![0-1] - As above for the ui module.