Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions cfg/stripper/zonemod/maps/cdta_03warehouse.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==
Expand Down