home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 February / Gamestar_70_2005-02_dvd.iso / DVDStar / Editace / ogierinstall_103.exe / Config.mpp < prev    next >
Text File  |  2004-12-21  |  4KB  |  96 lines

  1.  
  2. void main()
  3. {
  4.     // -------------------------------------------------------------------
  5.     // Keyboard & mouse
  6.     // -------------------------------------------------------------------
  7.     bind "esc", "releaseall; cl_opengamemenu";
  8.     bind "f1", "releaseall; cl_opengamemenu";
  9.  
  10.     bindrep "mousemove", "look arg0,arg1";
  11.     bind2 "mouse1", "press primary", "release primary";
  12.     bind2 "mouse2", "moveup 1; press jump", "moveup 0; release jump";
  13.  
  14.     bind2 "w", "moveforward 1", "moveforward 0";
  15.     bind2 "s", "movebackward 1", "movebackward 0";
  16.     bind2 "a", "moveleft 1", "moveleft 0";
  17.     bind2 "d", "moveright 1", "moveright 0";
  18.     bind2 "shift+w", "moveforward 0.25", "moveforward 0";
  19.     bind2 "shift+s", "movebackward 0.25", "movebackward 0";
  20.     bind2 "shift+a", "moveleft 0.25", "moveleft 0";
  21.     bind2 "shift+d", "moveright 0.25", "moveright 0";
  22.  
  23.     bind2 "up", "moveforward 0.25", "moveforward 0";
  24.     bind2 "down", "movebackward 0.25", "movebackward 0";
  25.     bind2 "left", "moveleft 0.25", "moveleft 0";
  26.     bind2 "right", "moveright 0.25", "moveright 0";
  27.  
  28. //    bind2 "c", "press crouch", "release crouch";
  29.     bind "c", "togglecrouch";
  30.  
  31.     bind "f2", "sv_set \"timescale\",\"0.3\"; echo \"Timescale set to 0.3\"";
  32.     bind "ctrl+f2", "sv_set \"timescale\",\"1\"; echo \"Timescale set to 1\"";
  33.     bind "shift+f2", "cmd cyclecamera";
  34.     bind "f3", "cl_showobjphys 1; echo \"Showing object physics\"";
  35.     bind "ctrl+f3", "cl_showobjphys 0; echo \"Hiding object physics\"";
  36.     bind "f4", "xr_showbounding 1; echo \"Showing model boundings\"";
  37.     bind "ctrl+f4", "xr_showbounding 0; echo \"Hiding object physics\"";
  38.     bind "shift+f4", "cmd selfsummon";
  39.     bind "f5", "sv_perfgraph 1; echo \"Server performance meters enabled\"";
  40.     bind "shift+f5", "cl_perfgraph 1; echo \"Client performance meters enabled\"";
  41.     bind "ctrl+shift+f5", "xr_showtiming 2; echo \"Model performance meters enabled\"";
  42.     bind "ctrl+f5", "sv_perfgraph 0;cl_perfgraph 0;xr_showtiming 0; echo \"Performance meters disabled\"";
  43.     bind "f6", "savegame \"Quick\"";
  44.     bind "ctrl+f6", "loadgame \"Quick\"";
  45. //    bind "f6", "xr_flares 0; xr_dlight 1; xr_wallmarks 1; xr_fastlight 0; xr_lodoffset 4000; xr_surfoptions 3; echo \"Medium quality.\"";
  46. //    bind "shift+f6", "xr_flares 0; xr_dlight 0; xr_wallmarks 0; xr_fastlight 0; xr_lodoffset 4000; xr_surfoptions 3; echo \"Low quality.\"";
  47. //    bind "ctrl+f6", "xr_flares 0; xr_dlight 1; xr_wallmarks 1; xr_fastlight 0; xr_lodoffset 0; xr_surfoptions 0; echo \"High quality.\"";
  48.     bind "f7", "cl_addvbskip -1; echo \"VB-Skip -1\"";
  49.     bind "ctrl+f7", "cl_addvbskip 1; echo \"VB-Skip +1\"";
  50.     bind "f8", "cl_addvbskip -10; echo \"VB-Skip -10\"";
  51.     bind "ctrl+f8", "cl_addvbskip 10; echo \"VB-Skip +10\"";
  52.     bind "f9", "cl_set \"thirdperson\",1";
  53.     bind "ctrl+f9", "cl_set \"thirdperson\",0";
  54.     bind "f10", "rset(\"env\\\\vid_gamma=1.5\"); echo \"Gamma set to 1.5\"";
  55.     bind "shift+f10", "rset(\"env\\\\vid_gamma=1.0\"); echo \"Gamma set to 1.0\"";
  56.  
  57.     bind "f11", "capturescreen";
  58.     bind "f12", "capturescreen";
  59.  
  60.     bind "0", "cmd noclip";
  61.     bindscan 12, "cmd physlog";
  62.     bindscan 13, "cmd giveall";
  63.     bind "k", "cmd kill";
  64.     bind "n", "cyclecameramode 0, 1";
  65.     bind "m", "cg_menu \"cheatmenu\"";
  66.  
  67.     bind2 "f", "press secondary", "release secondary";
  68.  
  69.     bind2 "space", "press button0", "release button0";
  70.     bind2 "z", "press button1", "release button1";
  71.     bind2 "x", "press button2", "release button2";
  72.     bind2 "r", "press button3", "release button3";
  73.     bind2 "q", "press dpad_left", "release dpad_left";
  74.     bind2 "e", "press dpad_right", "release dpad_right";
  75.  
  76.     bind "o", "cmd togglenightvision"
  77.  
  78.     bind "ctrl+x", "quit";
  79.  
  80.     bind "shift+8", "xr_drawmode 1";
  81.     bind "shift+9", "xr_drawmode 0";
  82.     bind "ctrl+8", "r_enable(R_FLG_WIRE)";
  83.     bind "ctrl+9", "r_disable(R_FLG_WIRE)";
  84.     bindscan 11+256, "wswitch 1";
  85.     bindscan 12+256, "wswitch 2";
  86.  
  87.     bindscan 13+256, "wswitch 4";
  88.     bindscan 13+1024, "wswitch 64";
  89.     bindscan 14+256, "wswitch 16";
  90.     bindscan 14+1024, "wswitch 32";
  91.  
  92.     //Turn on/off all nonscripted ai
  93.     bind "shift+j", "cmd2 106,21";
  94.     bind "ctrl+j", "cmd2 106,22";
  95. }
  96.