home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Dema / quake4_demo.exe / Setup / Data / q4base / pak001.pk4 / dcakovan.cfg < prev    next >
Text File  |  2005-09-09  |  2KB  |  65 lines

  1. set ui_name BISHOP
  2. set ui_showGun 1 //turn off the weapons
  3. set g_showHud 1 //turn off the HUD
  4. set ui_autoswitch 0
  5. set com_showfps "1"
  6. set ui_alwaysrun "1"
  7.  
  8. bind e "_impulse15"    //next weapon
  9. bind q "_impulse14"    //previous weapon
  10. bind f "_impulse6"    //rocketlauncher
  11.  
  12.  
  13. set pm_noclipspeed 300
  14. bind s "_back"
  15. bind a "_moveleft"
  16. bind d "_moveright"
  17. bind w "_forward"
  18. bind mouse2 "_zoom"
  19. bind SPACE "_moveup"
  20. bind LEFTCTRL "_movedown"
  21. bind z "toggle g_fov 90 20 120"
  22.  
  23. bind F1 "con_noprint 1; wait; screenshot 4000 3000"
  24. bind F2 "con_noprint 1; wait; screenshot 1600 1200"
  25. bind F3 "toggle r_showprimitives 1"
  26. bind F4 "toggle r_showportals 1"
  27. bind F5 "toggle r_showtris 0 1 2 3"
  28. bind F6 "toggle r_showlights 2"
  29. bind F7 "toggle r_showlightcount"
  30. bind F8 "toggle r_showshadows 1"
  31. bind F9 "noclip"
  32. bind F10 "god"
  33. bind F11 "notarget"
  34. bind F12 "give all"
  35. bind k "killmonsters"
  36. bind t "toggle g_stoptime"    //freeze characters and effects and still move thru the level
  37. bind l "r_clear 1"
  38. bind p "toggle pm_walkspeed 160 250 300 400 600 1000"
  39. bind o "toggle pm_noclipspeed 200 400 600 1000"
  40. //bind t "toggle timescale 1 .1 5"
  41. bind g "toggle g_dragentity 1 0"
  42. bind h "toggle r_showsurfaceinfo 1 0"
  43. bind u "give wpmod_all"
  44.  
  45. //rendering
  46. bind x toggle r_skipSpecular 1 0
  47. bind c toggle r_skipBump 1 0
  48. bind v toggle r_skipDiffuse 1 0
  49. bind b toggle r_skipGuiShaders 1 0
  50. bind m toggle r_showeditorimages    //plain textures
  51. Bind n toggle r_showtris
  52.  
  53. //spawn lights
  54. bind BACKSPACE "poplight"
  55. bind y "testlight"
  56. bind KP_plus "testlight"
  57. bind KP_MINUS "poplight"
  58. bind KP_INS "clearlights"
  59.  
  60. //view
  61. bind LEFTARROW "toggle pm_thirdPersonangle 45 90 135 180 225 270 315 360 0"
  62. bind RIGHTARROW "toggle pm_thirdPersonangle 360 315 270 225 180 135 90 45 0"
  63. bind UPARROW "toggle pm_thirdpersonrange 80 150 300 500"
  64. bind DOWNARROW "toggle pm_thirdperson 1 0"
  65.