summaryrefslogtreecommitdiff
path: root/autoexec.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'autoexec.cfg')
-rwxr-xr-xautoexec.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/autoexec.cfg b/autoexec.cfg
new file mode 100755
index 0000000..9800f58
--- /dev/null
+++ b/autoexec.cfg
@@ -0,0 +1,27 @@
+// Example configuration file, my personal bindings - Xolatile.
+// This file will be executed every time the game is ran.
+
+exec custommapsmenu.cfg // Wide custom maps menu.
+
+bind e [setweapon 1] // Shotgun.
+bind q [setweapon 2] // Chaingun.
+bind LCTRL [setweapon 3] // Rocket launcher.
+bind r [setweapon 4] // Rifle.
+bind LALT [setweapon 5] // Grenade launcher.
+bind f [setweapon 6] // Pistol.
+bind LSHIFT [setweapon 0] // Chainsaw.
+
+bind m [showcustommaps] // Unofficial custom maps.
+bind n [showgui maps] // Official maps.
+
+editbind SPACE [floatspeed 1200; onrelease [floatspeed 120]] // Float fast in edit mode when space is held.
+editbind LALT [history 0] // Repeat last executed command in edit mode.
+
+// bind MOUSE2 [togglezoom] // Commented it out, I don't use 2 binds below, it's just an example.
+
+bind MOUSE2 [setweapon 5; attack 1; onrelease weapon] // Shoot quick rocket on right button.
+bind MOUSE3 [setweapon 5; attack 1; onrelease weapon] // Shoot quick grenade on middle button.
+
+hudscore 1 // Show HUD score.
+ammobar 1 // Show HUD ammo bar.
+gameclock 1 // Show HUD game clock.