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 >
Wrap
Text File
|
2004-12-21
|
4KB
|
96 lines
void main()
{
// -------------------------------------------------------------------
// Keyboard & mouse
// -------------------------------------------------------------------
bind "esc", "releaseall; cl_opengamemenu";
bind "f1", "releaseall; cl_opengamemenu";
bindrep "mousemove", "look arg0,arg1";
bind2 "mouse1", "press primary", "release primary";
bind2 "mouse2", "moveup 1; press jump", "moveup 0; release jump";
bind2 "w", "moveforward 1", "moveforward 0";
bind2 "s", "movebackward 1", "movebackward 0";
bind2 "a", "moveleft 1", "moveleft 0";
bind2 "d", "moveright 1", "moveright 0";
bind2 "shift+w", "moveforward 0.25", "moveforward 0";
bind2 "shift+s", "movebackward 0.25", "movebackward 0";
bind2 "shift+a", "moveleft 0.25", "moveleft 0";
bind2 "shift+d", "moveright 0.25", "moveright 0";
bind2 "up", "moveforward 0.25", "moveforward 0";
bind2 "down", "movebackward 0.25", "movebackward 0";
bind2 "left", "moveleft 0.25", "moveleft 0";
bind2 "right", "moveright 0.25", "moveright 0";
// bind2 "c", "press crouch", "release crouch";
bind "c", "togglecrouch";
bind "f2", "sv_set \"timescale\",\"0.3\"; echo \"Timescale set to 0.3\"";
bind "ctrl+f2", "sv_set \"timescale\",\"1\"; echo \"Timescale set to 1\"";
bind "shift+f2", "cmd cyclecamera";
bind "f3", "cl_showobjphys 1; echo \"Showing object physics\"";
bind "ctrl+f3", "cl_showobjphys 0; echo \"Hiding object physics\"";
bind "f4", "xr_showbounding 1; echo \"Showing model boundings\"";
bind "ctrl+f4", "xr_showbounding 0; echo \"Hiding object physics\"";
bind "shift+f4", "cmd selfsummon";
bind "f5", "sv_perfgraph 1; echo \"Server performance meters enabled\"";
bind "shift+f5", "cl_perfgraph 1; echo \"Client performance meters enabled\"";
bind "ctrl+shift+f5", "xr_showtiming 2; echo \"Model performance meters enabled\"";
bind "ctrl+f5", "sv_perfgraph 0;cl_perfgraph 0;xr_showtiming 0; echo \"Performance meters disabled\"";
bind "f6", "savegame \"Quick\"";
bind "ctrl+f6", "loadgame \"Quick\"";
// bind "f6", "xr_flares 0; xr_dlight 1; xr_wallmarks 1; xr_fastlight 0; xr_lodoffset 4000; xr_surfoptions 3; echo \"Medium quality.\"";
// bind "shift+f6", "xr_flares 0; xr_dlight 0; xr_wallmarks 0; xr_fastlight 0; xr_lodoffset 4000; xr_surfoptions 3; echo \"Low quality.\"";
// bind "ctrl+f6", "xr_flares 0; xr_dlight 1; xr_wallmarks 1; xr_fastlight 0; xr_lodoffset 0; xr_surfoptions 0; echo \"High quality.\"";
bind "f7", "cl_addvbskip -1; echo \"VB-Skip -1\"";
bind "ctrl+f7", "cl_addvbskip 1; echo \"VB-Skip +1\"";
bind "f8", "cl_addvbskip -10; echo \"VB-Skip -10\"";
bind "ctrl+f8", "cl_addvbskip 10; echo \"VB-Skip +10\"";
bind "f9", "cl_set \"thirdperson\",1";
bind "ctrl+f9", "cl_set \"thirdperson\",0";
bind "f10", "rset(\"env\\\\vid_gamma=1.5\"); echo \"Gamma set to 1.5\"";
bind "shift+f10", "rset(\"env\\\\vid_gamma=1.0\"); echo \"Gamma set to 1.0\"";
bind "f11", "capturescreen";
bind "f12", "capturescreen";
bind "0", "cmd noclip";
bindscan 12, "cmd physlog";
bindscan 13, "cmd giveall";
bind "k", "cmd kill";
bind "n", "cyclecameramode 0, 1";
bind "m", "cg_menu \"cheatmenu\"";
bind2 "f", "press secondary", "release secondary";
bind2 "space", "press button0", "release button0";
bind2 "z", "press button1", "release button1";
bind2 "x", "press button2", "release button2";
bind2 "r", "press button3", "release button3";
bind2 "q", "press dpad_left", "release dpad_left";
bind2 "e", "press dpad_right", "release dpad_right";
bind "o", "cmd togglenightvision"
bind "ctrl+x", "quit";
bind "shift+8", "xr_drawmode 1";
bind "shift+9", "xr_drawmode 0";
bind "ctrl+8", "r_enable(R_FLG_WIRE)";
bind "ctrl+9", "r_disable(R_FLG_WIRE)";
bindscan 11+256, "wswitch 1";
bindscan 12+256, "wswitch 2";
bindscan 13+256, "wswitch 4";
bindscan 13+1024, "wswitch 64";
bindscan 14+256, "wswitch 16";
bindscan 14+1024, "wswitch 32";
//Turn on/off all nonscripted ai
bind "shift+j", "cmd2 106,21";
bind "ctrl+j", "cmd2 106,22";
}