Skip to content

Commit

Permalink
Replace default.cfg with a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
Irbyz committed Feb 13, 2019
1 parent d8bcd58 commit 0d11240
Showing 1 changed file with 94 additions and 111 deletions.
205 changes: 94 additions & 111 deletions content/default.cfg
Original file line number Diff line number Diff line change
@@ -1,111 +1,94 @@
//
// KEY BINDINGS
//

unbindall

//
// weapons
//
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 - "sizedown"
bind _ "sizedown"
bind = "sizeup"
bind + "sizeup"

bind [ weapprev
bind ] weapnext
bind / weapnext
bind \ weapongrabbed
bind ENTER +button2

bind mwheelup weapprev
bind mwheeldown weapnext

//
// CHARACTER CONTROLS
//

bind CTRL +attack

bind ALT +strafe
bind SHIFT +speed

bind DEL +lookdown
bind PGDN +lookup
bind END centerview

bind c +movedown
bind SPACE +moveup


bind UPARROW +forward
bind DOWNARROW +back
bind LEFTARROW +left
bind RIGHTARROW +right
bind w +forward
bind a +moveleft
bind s +back
bind d +moveright

//
// MOUSE OPTIONS
//

bind \ +mlook

//
// CLIENT ENVIRONMENT COMMANDS
//

bind PAUSE "pause"
bind ESCAPE "togglemenu"
bind ~ "toggleconsole"
bind ` "toggleconsole"

bind TAB +scores

bind F1 "vote yes"
bind F2 "vote no"
bind F3 "ready"

//
// DEVELOPER KEYS
//
//bind F4 give all
//bind F5 r_speeds 1
//bind F6 r_speeds 0
//bind F7 r_showtris 1
//bind F8 r_showtris 0
//bind F9 noclip
//bind F10 god
bind F11 screenshot


bind t "messagemode"

//
// MOUSE BUTTONS
//

bind MOUSE3 +zoom
bind MOUSE1 +attack
bind MOUSE2 +strafe

//
// UNSUPPORTED CVARS
//

set r_vertexLight 0
set r_intensity 1

set cl_allowDownload 1
/*

Copyright (C) 2019 miOw

This file is part of AfterShock XE.

AfterShock XE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

AfterShock XE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with AfterShock XE. If not, see <https://www.gnu.org/licenses/>.

*/

unbindall

// Weapon binds

bind 1 "weapon 1" // Gauntlet
bind 2 "weapon 2" // Machinegun
bind 3 "weapon 3" // Shotgun
bind 4 "weapon 4" // Grenade launcher
bind 5 "weapon 5" // Rocket launcher
bind 6 "weapon 6" // Lightning gun
bind 7 "weapon 7" // Railgun
bind 8 "weapon 8" // Plasma gun
bind 9 "weapon 9" // BFG

bind c "weapon 3" // Shotgun
bind r "weapon 4" // Grenade launcher
bind q "weapon 5" // Rocket launcher
bind e "weapon 6" // Lightning gun
bind SHIFT "weapon 7" // Railgun
bind f "weapon 8" // Plasma gun
bind v "weapon 9" // BFG

bind MWHEELDOWN "weapnext" // Scroll down for next weapon
bind MWHEELUP "weapprev" // Scroll up for previous weapon
bind n "+acc" // Show weapon accuracies

bind MOUSE1 "+attack" // Shoot

// Movement binds

bind w "+forward"
bind a "+moveleft"
bind s "+back"
bind d "+moveright"

bind UPARROW "+forward"
bind LEFTARROW "+moveleft"
bind DOWNARROW "+back"
bind RIGHTARROW "+moveright"

bind SPACE "+moveup" // Jump
bind CTRL "+movedown" // Crouch
bind ALT "+speed" // Walk

// Chat binds

bind t "messagemode" // General chat
bind x "messagemode2" // Team chat

// Misc binds

bind TAB "+scores" // Show scoreboard
bind MOUSE3 "+button2" // Use item
bind ENTER "+button2"
bind ` "toggleconsole" // Bring down the console
bind ~ "toggleconsole"
bind F1 "vote yes"
bind F2 "vote no"
bind F3 "ready"
bind INS "team f" // Auto join
bind HOME "team b" // Join blue team
bind PGUP "team r" // Join red team
bind PAUSE "pause"
bind DEL "dropweapon; say_team "^1<- ^5Dropped #W""
bind END "dropflag; say_team "^1<- ^5Dropped ^1FLAG""
bind PGDN "droppowerup; say_team "1<- ^5Dropped ^1PU""
bind F8 "screenshotJPEG"
bind F9 "timeout"

// Misc

set r_vertexLight "0"
set cl_allowDownload "1"

0 comments on commit 0d11240

Please sign in to comment.