From 86fc6f636e7a0e7338418721e6e4bae06a329321 Mon Sep 17 00:00:00 2001 From: Aiden <18838985196@163.com> Date: Fri, 13 Mar 2026 22:18:06 +0800 Subject: [PATCH 1/2] add mapfinfo support for [snow town] set tank ban flow and more pills . --- cfg/cfgogl/zonemod/mapinfo.txt | 67 +++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/cfg/cfgogl/zonemod/mapinfo.txt b/cfg/cfgogl/zonemod/mapinfo.txt index e960ff371..f512e1e17 100644 --- a/cfg/cfgogl/zonemod/mapinfo.txt +++ b/cfg/cfgogl/zonemod/mapinfo.txt @@ -3099,7 +3099,72 @@ "pain_pills" "4" } } - + +//======================================================================= +//=============== Snow Town 冰雪小镇 + "snowtown_m1" + { + "tank_ban_flow" + { + "early" + { + "min" "0" + "max" "35" + } + } + } + "snowtown_m3" + { + "tank_ban_flow" + { + "lane" + { + "min" "76" + "max" "81" + } + "late" + { + "min" "84" + "max" "100" + } + } + "ItemLimits" + { + "pain_pills" "3" + } + } + "snowtown_m4" + { + "tank_ban_flow" + { + "stairs" + { + "min" "25" + "max" "30" + } + "late" + { + "min" "67" + "max" "100" + } + } + } + "snowtown_m5" + { + "tank_ban_flow" + { + "near the event" + { + "min" "67" + "max" "100" + } + } + "ItemLimits" + { + "pain_pills" "5" + } + } + //-------- ↓↓↓ you can add custom info here ↓↓↓ From 3bbb9652d2251b64fe64d89aec257e9081c74259 Mon Sep 17 00:00:00 2001 From: Aiden <18838985196@163.com> Date: Mon, 16 Mar 2026 22:39:15 +0800 Subject: [PATCH 2/2] [detour ahead] m3 navigation fix fix the navigation atrribute [obscured] make Si spawn IN Svv sight --- .../zonemod/maps/cdta_03warehouse.cfg | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/cfg/stripper/zonemod/maps/cdta_03warehouse.cfg b/cfg/stripper/zonemod/maps/cdta_03warehouse.cfg index f8f3b804d..598429802 100644 --- a/cfg/stripper/zonemod/maps/cdta_03warehouse.cfg +++ b/cfg/stripper/zonemod/maps/cdta_03warehouse.cfg @@ -1086,6 +1086,49 @@ add: } +; ####### NAVIGATIONS ATTRIBUTE / BLOCK CHANGES ###### +; ===================================================== +; == NAVIGATIONS == +; == Navigation fix , Flow block changes == +; ===================================================== + + +; --- fix the navigation atrribute [obscured] make Si spawn IN Svv sight +; --- 修复[obscured](强制复活)属性导致的特感可以在人类视线内复活的区域 + +; --- the wirehouse 出门仓库 +add: +{ + "classname" "point_nav_attribute_region" + "crouch" "0" + "maxs" "600 400 180" + "mins" "-600 -200 -20" + "mob_only" "0" + "precise" "0" + "remove_attributes" "1" + "spawnflags" "4096" + "stairs" "0" + "tank_only" "0" + "targetname" "nav_fix_obscured_remove01" + "origin" "-4880 -6248 348" +} + +; --- hotel entrance 公寓入口 +{ + "classname" "point_nav_attribute_region" + "crouch" "0" + "maxs" "200 128 80" + "mins" "-200 -128 -20" + "mob_only" "0" + "precise" "0" + "remove_attributes" "1" + "spawnflags" "4096" + "stairs" "0" + "tank_only" "0" + "targetname" "nav_fix_obscured_remove02" + "origin" "-400 -7296 340" +} + ; ####### MISCELLANEOUS / MAP SPECIFIC CHANGES ###### ; ===================================================== ; == BLANK HEADER ==