From 228a79ed419dccc96cf024803b247592aaba1771 Mon Sep 17 00:00:00 2001 From: insellium Date: Sat, 9 Oct 2021 13:53:11 +0000 Subject: [PATCH] UPDATED default.cfg --- baseq3r/default.cfg | 90 ++++++++++++++++++++++++++++----------------- 1 file changed, 56 insertions(+), 34 deletions(-) diff --git a/baseq3r/default.cfg b/baseq3r/default.cfg index 7c32632a..22a1d0ba 100644 --- a/baseq3r/default.cfg +++ b/baseq3r/default.cfg @@ -1,47 +1,69 @@ // -// KEY BINDINGS +// DEFAULT KEY BINDINGS AND SETAS FOR Q3R 0.4 // - bind TAB "+scores" -bind SPACE "+button14" -bind 0 "weapon 1" -bind 1 "weapon 2" -bind 2 "weapon 3" -bind 3 "weapon 4" -bind 4 "weapon 5" -bind 5 "weapon 6" -bind 6 "weapon 7" -bind 7 "weapon 8" -bind 8 "weapon 9" -bind 9 "weapon 10" +bind SPACE "+moveup" +bind 0 "weapon 10" +bind 1 "weapon 1" +bind 2 "weapon 2" +bind 3 "weapon 3" +bind 4 "weapon 4" +bind 5 "weapon 5" +bind 6 "weapon 6" +bind 7 "weapon 7" +bind 8 "weapon 8" +bind 9 "weapon 9" +bind [ "record" +bind ] "stoprecord" bind a "+left" +bind c "+movedown" bind d "+right" -bind e "+movedown" -bind g "headlights" -bind h "+button3" -bind j "record" -bind k "stoprecord" -bind q "+moveup" -bind r "messagemode" +bind e "+button2" +bind f "headlights" +bind i "messagemode4" +bind q "+button3" +bind r "dropWeapon" bind s "+back" -bind t "messagemode2" -bind u "messagemode4" +bind t "messagemode" +bind u "messagemode3" bind w "+forward" -bind z "messagemode3" -bind UPARROW "+lookup" -bind DOWNARROW "+lookdown" -bind ALT "+speed" -bind CTRL "+button2" -bind SHIFT "+mlook" -bind KP_ENTER "centerview" -bind KP_MINUS "dropWeapon" -bind KP_PLUS "+zoom" +bind y "messagemode2" +bind ALT "+button14" +bind CTRL "+movedown" +bind SHIFT "+speed" bind MOUSE1 "+attack" bind MOUSE2 "+button5" bind MOUSE3 "+button12" +bind MOUSE4 "stoprecord" +bind MOUSE5 "record" bind MWHEELDOWN "weapnext" bind MWHEELUP "weapprev" -bind WORLD_47 "+button2" -seta r_fullscreen "1" +seta rim "svt_lightning" +seta cg_atmosphericLevel "2" +seta cg_checkpointArrowMode "2" +seta s_useOpenAL "0" +seta s_musicvolume "0.5" +seta s_volume "1" +seta r_customheight "720" +seta r_customwidth "1280" +seta r_noborder "0" +seta r_fullscreen "0" +seta r_mode "-1" seta r_colorbits "32" -seta r_texturebits "32" \ No newline at end of file +seta r_texturebits "32" +seta r_detailtextures "1" +seta r_ext_compressed_textures "0" +seta team_headmodel "alpine/red" +seta team_model "alpine/red" +seta headmodel "alpine/red" +seta model "alpine/red" +seta name "Q3R Racer" +seta cg_fov "106" +seta cg_thirdPersonRange "170" +seta cg_thirdPersonHeight "60" +seta s_sdlBits "16" +seta s_sdlSpeed "44100" +seta s_sdlChannels "2" +seta com_maxfps "144" +seta sv_hostname "Q3R Server" +seta r_picmip "0" \ No newline at end of file