-
Notifications
You must be signed in to change notification settings - Fork 196
Expand file tree
/
Copy pathmod_options.txt
More file actions
24 lines (21 loc) · 1.25 KB
/
mod_options.txt
File metadata and controls
24 lines (21 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BARNACLE_FIX_VISIBILITY=OFF # Barnacle tongue length fix
CLIENT_WEAPONS=ON # Client local weapons prediction
CROWBAR_IDLE_ANIM=OFF # Crowbar idle animation
CROWBAR_DELAY_FIX=OFF # Crowbar attack delay fix
CROWBAR_FIX_RAPID_CROWBAR=ON # Rapid crowbar fix
GAUSS_OVERCHARGE_FIX=OFF # Gauss overcharge fix
TRIPMINE_BEAM_DUPLICATION_FIX=OFF # Fix of tripmine beam duplication on level transition
HANDGRENADE_DEPLOY_FIX=OFF # Handgrenade deploy animation fix after finishing a throw
WEAPONS_ANIMATION_TIMES_FIX=OFF # Animation times fix for some weapons
SATCHEL_OLD_BEHAVIOUR=OFF # Old pre-HL 25th satchel's behaviour
SPEAKABLE_TARGETS=ON # Speakable cycler and func_button (breaks AMXModX offsets)
OEM_BUILD=OFF # OEM Build
HLDEMO_BUILD=OFF # Demo Build
GAMEDIR=valve # Gamedir path
# keys below must match liblist.gam/gameinfo.txt
SERVER_INSTALL_DIR=dlls # Where to put server dll
CLIENT_INSTALL_DIR=cl_dlls # Where to put client or menu dll
SERVER_LIBRARY_NAME=hl # Default server dll name
# Keep disabled until liblist.gam uses different name for OSX and Linux (e.g. Counter-Strike uses mp.dll on Windows and cs.so on Linux)
#SERVER_LIBRARY_NAME_OSX=hl # Override server dll name for macOS
#SERVER_LIBRARY_NAME_LINUX=hl # Override server dll name for Linux and other systems