Ace Arsenal, Shorter nights, trucks tweak

This commit is contained in:
2025-05-25 11:28:57 +03:00
parent 18aa04ba75
commit 62e12aed44
4 changed files with 19 additions and 25 deletions

View File

@@ -51,11 +51,11 @@ if(isServer) then {
GET_PARAM_BOOL(GRLIB_blufor_defenders, "BluforDefenders", 1);
GET_PARAM_BOOL(GRLIB_autodanger, "Autodanger", 0);
GET_PARAM(GRLIB_time_factor, "DayDuration", 12);
GET_PARAM_BOOL(GRLIB_shorter_nights, "ShorterNights", 0);
GET_PARAM_BOOL(GRLIB_shorter_nights, "ShorterNights", 1);
GET_PARAM(GRLIB_weather_param, "Weather", 3);
GET_PARAM_BOOL(KP_liberation_fog_param, "VanillaFog", 1);
GET_PARAM(GRLIB_resources_multiplier, "ResourcesMultiplier", 3);
GET_PARAM_BOOL(KP_liberation_arsenal_type, "ArsenalType", 0);
GET_PARAM_BOOL(KP_liberation_arsenal_type, "ArsenalType", 1);
GET_PARAM_BOOL(KPLIB_directArsenal, "DirectArsenal", 0);
GET_PARAM_BOOL(KP_liberation_playermenu, "PlayerMenu", 1);
GET_PARAM(KP_liberation_victoryCondition, "VictoryCondition", 0);