From dcdcfa9eeb28abdf33f18b1856c8a7bac24553b0 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 16 Apr 2023 04:51:44 +0300 Subject: [PATCH] Add common file mod_options.txt that's used to set current mod options between all supported build systems --- mod_options.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mod_options.txt diff --git a/mod_options.txt b/mod_options.txt new file mode 100644 index 00000000..d68090c4 --- /dev/null +++ b/mod_options.txt @@ -0,0 +1,16 @@ +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=OFF # 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 +OEM_BUILD=OFF # OEM Build +HLDEMO_BUILD=OFF # Demo Build + +GAMEDIR=valve # Gamedir path +SERVER_INSTALL_DIR=dlls # Where put server dll +CLIENT_INSTALL_DIR=cl_dlls # Where put client dll +SERVER_LIBRARY_NAME=hl # Library name for PC platforms