Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //qSIX'S QUAKE LIVE CFG
- echo "LOADING qSIX'S QL AUTOEXEC.CFG . . ."
- //PLAYER
- //name "qSix" //Steam Version: `name` is set to read-only.
- model "xaero/red"
- headmodel "xaero/red"
- sex "male"
- //ENEMIES
- cg_forceenemymodel "keel/bright"
- cg_forceenemyskin "bright"
- cg_enemyuppercolor "0x2a8000FF"
- cg_enemylowercolor "0x2a8000FF"
- cg_enemyheadcolor "0x2a8000FF"
- cg_forceenemyweaponcolor "1"
- //GRAPHICS
- r_lodbias "-2"
- r_picmip "0"
- r_mode "-1"
- r_customwidth "1920"
- r_customheight "1080"
- r_fullscreen "1"
- com_maxFPS "250"
- cg_drawFPS "1"
- //MOUSE SETTINGS
- sensitivity "0.90"
- in_mouse "2" //Raw-input On
- cl_mouseAccel "0.00" //Mouse Accel Off
- cl_mouseAccelOffset "0.00"
- cl_mouseSensCap "0.00"
- //CROSSHAIR
- cg_drawCrosshair "2"
- cg_crosshairSize "24"
- cg_crosshairColor "25"
- cg_crosshairBrightness "1"
- cg_crosshairHealth "0"
- cg_crosshairHitStyle "0"
- cg_crosshairPulse "0"
- cg_drawCrosshairNames "1"
- cg_speedometer "0"
- //WEAPON BINDS
- bind "ctrl" "weapon 1" //Gauntlet
- bind "c" "weapon 2" //Machinegun
- bind "x" "weapon 3" //Shotgun
- bind "v" "weapon 4" //Grenade Launcher (Tribolt [QC])
- bind "q" "weapon 5" //Rocket Launcher
- bind "e" "weapon 6" //Lightning Gun
- bind "r" "weapon 7" //Railgun
- bind "f" "weapon 8" //Plasma Gun (Nailgun [QC])
- bind "b" "weapon 9" //BFG
- bind "mouse4" "weapon 10" //Grappling Hook
- bind "g" "weapon 11" //Nailgun [QL]
- bind "mouse5" "weapon 12" //Proximity Mine
- bind "t" "weapon 13" //Chaingun
- bind "z" "weapon 14" //Heavy Machingun
- bind "mouse1" "+attack" //Shoot
- bind "shift" "+zoomAndChat" //Zoom
- bind "1" "+button2" //Use Item
- bind "2" "dropflag" //Drops Flag
- bind "3" "droppowerup" //Drops Powerup
- bind "4" "dropweapon" //Drops Weapon
- bind "5" "droprune" //Drops Rune
- bind "f4" "readyup"
- //WEAPON CFG'S (SET IN-GAME)
- //Gauntlet: cg_gunx 0;cg_guny 3;cg_gunz 0
- //Machinegun: cg_gunx 0;cg_guny 3;cg_gunz 0
- //Shotgun: cg_gunx 0;cg_guny 3;cg_gunz 0
- //Grenade: cg_gunx 0;cg_guny 5;cg_gunz 0
- //Rocket: cg_gunx 0;cg_guny 5;cg_gunz 0
- //Lightning: cg_gunx 0;cg_guny 3;cg_gunz 0
- //Railgun: cg_gunx 0;cg_guny 5;cg_gunz 0
- //Plasma: cg_gunx 0;cg_guny 3;cg_gunz 0
- //Heavy MG: cg_gunx 0;cg_guny 4;cg_gunz 0
- //BFG10K: cg_gunx 0;cg_guny 5;cg_gunz 0
- //Nailgun: cg_gunx 0;cg_guny 3;cg_gunz 0
- //Chaingun: cg_gunx 0;cg_guny 3;cg_gunz 0
- //Proximity: cg_gunx 0;cg_guny 3;cg_gunz 0
- //MOVEMENT BINDS
- bind "w" "+forward"
- bind "s" "+back"
- bind "a" "+moveleft"
- bind "d" "+moveright"
- bind "mouse2" "+moveup" //Jump
- bind "space" "+movedown" //Crouch
- bind "ALT" "+speed" //Walk
- //QUAKE CHAMPIONS ANNOUNCER (CURRENTLY DISABLED)
- //cg_announcer "2" //Requires .pk3 file from here: https://steamcommunity.com/sharedfiles/filedetails/?id=1132161647
- //FOV + VIEWMODELS
- cg_fov "110" //QC: 115
- cg_zoomFov "79"
- cg_drawGun "2" //Still Viewmodels
- alias "viewmodelOn" "cg_drawGun 2;bind \ viewmodelOff"
- alias "viewmodelOff" "cg_drawGun 0;bind \ viewmodelOn"
- bind "\" "viewmodelOff"
- //CUSTOM MAPS SHORTCUTS
- alias "q3dm6" "devmap campgrounds ffa"
- alias "qcdm6" "devmap bloodcovenant ffa"
- alias "strafepads" "devmap raztrainql_beta3 ffa"
- alias "retry" "map_restart"
- bind "f1" "god"
- bind "f2" "give all;g_infiniteammo 1"
- bind "f3" "pmove_crouchslide 1;map_restart"
- //CHAT
- bind "enter" "messagemode"
- alias "+zoomAndChat" "+zoom;bind enter messagemode2"
- alias "-zoomAndChat" "-zoom;bind enter messagemode"
- //WEAPON SETTINGS
- //(Shotgun [x])
- cg_smoke_SG "0"
- cg_trueShotgun "1"
- //(Grenade [z])
- cg_smokeRadius_GL "0"
- cg_weaponColor_grenade "0xFF0000FF"
- //(Rocket [q])
- cg_rocketStyle "1"
- cg_smokeRadius_RL "0"
- //(Lightning [e])
- cg_lightningStyle "4"
- cg_lightningImpact "0"
- cg_trueLightning "1"
- //(Rail [r])
- cg_railStyle "1"
- cg_railTrailTime "2000"
- color1 "14"
- color2 "25"
- //(Plasma [f])
- cg_plasmaStyle "1"
- //REFRESH AUTOEXEC
- bind "f5" "refresh"
- alias "refresh" "exec autoexec.cfg"
Add Comment
Please, Sign In to add comment