mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-24 21:01:34 +00:00
Added new default.cfg created by PaniC
This commit is contained in:
parent
b5502ce432
commit
944c72c101
1 changed files with 56 additions and 5 deletions
|
@ -1,5 +1,56 @@
|
|||
//
|
||||
// KEY BINDINGS
|
||||
//
|
||||
// generated by PaniC, do modify if needed :)
|
||||
//Keybindings
|
||||
|
||||
unbindall
|
||||
bind TAB "+scores" //show scores
|
||||
bind SPACE "+button14" //handbreak
|
||||
bind a "+left" //drive left
|
||||
bind d "+right" //drive right
|
||||
bind e "+speed" //TURBO
|
||||
bind s "+back" //break/backwarts
|
||||
bind t "messagemode" //say to all
|
||||
bind w "+forward" //accelerate
|
||||
bind z "messagemode2" //say to your team
|
||||
bind SHIFT "+button3" //Horn
|
||||
bind MOUSE1 "+attack" //attack
|
||||
bind MOUSE2 "+button5" //second weapon attack
|
||||
bind MOUSE3 "+button2" //use items
|
||||
bind MWHEELDOWN "weapprev" //last weapon (mousewheel down)
|
||||
bind MWHEELUP "weapnext" // next weapon (mousewheel up)
|
||||
|
||||
// some settings
|
||||
|
||||
seta cg_marks "1" //marks on walls
|
||||
seta r_dynamiclight "1"
|
||||
seta r_drawSun "1"
|
||||
seta r_fastsky "0" //1 for black sky
|
||||
seta r_fullscreen "1" //fullsceen On | 0 = off
|
||||
seta r_customheight "1024"
|
||||
seta r_customwidth "1600"
|
||||
seta r_mode "8" //set to -1 for use of custom resolution options up
|
||||
seta r_detailtextures "1" //detailed textures
|
||||
seta r_picmip "0" // 0 = high detailed map, best 0-3 higher then 3 is getting ugly
|
||||
seta cg_viewsize "100" //fill the screen/window
|
||||
seta sex "male" //male or female
|
||||
seta handicap "100" //dont change this, it will make you weaker
|
||||
seta model "sidepipe/red" //your carmodel
|
||||
seta snaps "20" //default sv_fps at server is 20 so client should use snaps 20
|
||||
seta rate "25000"
|
||||
seta name "UnnamedRacer"
|
||||
seta cg_autoswitch "1" //autoswitch is maybe better then bind every weapon to a key in a racing game
|
||||
seta sensitivity "5"
|
||||
seta com_hunkMegs "128" //128 mb ram useage
|
||||
seta cg_shadows "1" //darw shadows
|
||||
seta cg_fov "100" //field of view, 90 is human, 100 third person car and 125 alien :)
|
||||
seta cg_drawTimer "1" // draw ingame timer
|
||||
seta cg_drawFPS "1" //draw fps
|
||||
seta cg_drawAmmoWarning "1" //draw low ammo warning
|
||||
seta cg_drawAttacker "1" //draw who attacks you
|
||||
seta cg_drawRewards "1" //draw exelent, impressive etc awards
|
||||
seta cg_simpleItems "0" //1 for simple 2D ingame items
|
||||
seta cg_lagometer "1" // draw the lagometer
|
||||
seta cg_thirdPersonRange "150"
|
||||
seta cg_thirdPersonHeight "40"
|
||||
seta cg_forceModel "0" //dont force the player model! you will only see 1 car model ingame (every player your one)
|
||||
seta cg_noProjectileTrail "0" //here you can disable rockets smoke with option "1"
|
||||
seta cg_trueLightning "1" //1 to dont show lightning lag
|
||||
|
|
Loading…
Reference in a new issue