Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Doom III ALPHA 0.02 E3 Demo configuration file
- // by Kills Alone - 1/25/2017
- //
- // Bind keys are case sensitive!
- // Standard Input
- sensitivity 5
- m_pitch .022
- //
- // KEY BINDINGS
- //
- unbindall
- //
- // WEAPONS
- //
- set pm_noclipspeed 200
- 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 0 "weapon 10"
- bind [ weapprev
- bind ] weapnext
- //bind z toggle cg_fov 90 20
- //bind q give weapon_machinegun
- //
- // CHARACTER CONTROLS
- //
- bind CTRL "_movedown"
- //bind ALT "_strafe"
- bind SHIFT "_speed"
- //bind END "centerview"
- bind w "_forward"
- bind a "_moveleft"
- bind s "_back"
- bind d "_moveright"
- //bind p pm_stamina 0
- bind r "reload"
- bind f "flashlight"
- bind c "_movedown"
- bind SPACE "_moveup"
- bind UPARROW "_forward"
- bind LEFTARROW "_left"
- bind DOWNARROW "_back"
- bind RIGHTARROW "_right"
- //
- // CLIENT ENVIRONMENT COMMANDS
- //
- bind PAUSE "pause"
- bind ESCAPE "togglemenu"
- bind ~ "toggleconsole"
- //
- // DEVELOPER KEYS
- //
- bind HOME "exec doomkills.cfg"
- //bind PGUP toggle "com_drawfps" // very verbose
- bind PGUP "com_drawfps 0"
- bind PGDN "com_drawfps 1"
- bind i "exec devmap.cfg"
- //bind o "pm_thirdperson 0"
- //bind p "pm_thirdperson 1"
- bind - toggle "g_showhud 0"
- bind = toggle "g_showhud 1"
- bind o toggle "g_showgun"
- bind p toggle "pm_thirdperson"
- bind k "pm_thirdpersonangle - 0"
- bind l "pm_thirdpersonangle - 180"
- // FUNCTION KEYS
- bind F1 "testlight"
- bind F2 "poplight"
- bind F3 "toggle r_showprimitives 1"
- bind F4 "toggle r_showportals 1"
- bind F5 "toggle r_showtris 0 1 2 3"
- bind F6 "toggle r_showlights 2"
- bind F7 "toggle r_showlightcount"
- bind F8 "toggle r_showshadows 1"
- bind F9 "noclip"
- bind F10 "god"
- bind F11 "notarget"
- //bind F12 "give all" //broken weapons close the session
- bind F12 give weapon_machinegun;give weapon_shotgun;give ammo
- //bind F12 give weapon_plasmagun;give weapon_rocketlauncher
- //bind F12 give weapon_flare
- //
- //bind p "toggle r_playershadow 1"
- //bind o "toggle r_shadows"
- bind t "messagemode"
- //
- // MOUSE BUTTONS
- //
- bind MOUSE1 _attack
- bind MOUSE2 _forward
- bind MOUSE3 weapnext
- bind mwheelup weapnext
- bind mwheeldown weapprev
- //-------------------------------------------
- // TESTLIGHTS
- //bind kp_home "testlight lights/blamplight"
- //bind kp_uparrow "testlight lights/brucedemo2"
- //bind kp_pgup "testlight lights/duolight01"
- //bind kp_leftarrow "testlight lights/floorgrate"
- //bind kp_5 "testlight lights/floorvent01"
- //bind kp_rightarrow "testlight lights/floorvent01x"
- //bind kp_end "testlight lights/grate4"
- //bind kp_downarrow "testlight lights/mlight01"
- //bind kp_pgdn "testlight lights/spot01drk"
- //bind kp_plus "testlight lights/squarelight1"
- //bind kp_minus "poplight"
- //----------------------------------------------
- //
- // USERINFO
- //
- set name Kills_Alone
- //----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement