From 39de2c68c8a3f9cd7cffef9364a59c9d412b907e Mon Sep 17 00:00:00 2001 From: xolatile Date: Mon, 21 Jul 2025 01:42:12 +0200 Subject: Auto, custom map menu, weapon effects... --- autoexec.cfg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 autoexec.cfg (limited to 'autoexec.cfg') 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. -- cgit v1.2.3