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 ==