|
112 | 112 | add: |
113 | 113 | { |
114 | 114 | "classname" "logic_auto" |
| 115 | + "targetname" "temp_set_minmaxs" |
| 116 | + "OnMapSpawn" "temp_set_minmaxs,Kill,,20,-1" |
115 | 117 | ; --- Create teleport trigger |
116 | 118 | "OnMapSpawn" "bumper_teleport_trigger,AddOutput,mins -90 -45 -80,0,-1" |
117 | 119 | "OnMapSpawn" "bumper_teleport_trigger,AddOutput,maxs 90 45 80,0,-1" |
|
558 | 560 | } |
559 | 561 | { |
560 | 562 | "classname" "logic_auto" |
| 563 | + "targetname" "temp_set_minmaxs" |
| 564 | + "OnMapSpawn" "temp_set_minmaxs,Kill,,20,-1" |
561 | 565 | "OnMapSpawn" "large_crate_teleport_trigger,AddOutput,mins -46 -46 -63,0,-1" |
562 | 566 | "OnMapSpawn" "large_crate_teleport_trigger,AddOutput,maxs 46 46 63,0,-1" |
563 | 567 | "OnMapSpawn" "large_crate_teleport_trigger,AddOutput,boxmins -46 -46 -63,0,-1" |
|
612 | 616 | ; --- Fix LOS on carnival sign props before barns |
613 | 617 | { |
614 | 618 | "classname" "logic_auto" |
| 619 | + "targetname" "temp_set_minmaxs" |
| 620 | + "OnMapSpawn" "temp_set_minmaxs,Kill,,20,-1" |
615 | 621 | "OnMapSpawn" "anv_mapfixes_losfix_sign1,AddOutput,mins -104 -2 -32,0,-1" |
616 | 622 | "OnMapSpawn" "anv_mapfixes_losfix_sign1,AddOutput,maxs 104 2 32,0,-1" |
617 | 623 | "OnMapSpawn" "anv_mapfixes_losfix_sign1,AddOutput,solid 2,0,-1" |
@@ -1190,6 +1196,8 @@ filter: |
1190 | 1196 | add: |
1191 | 1197 | { |
1192 | 1198 | "classname" "logic_auto" |
| 1199 | + "targetname" "temp_set_minmaxs" |
| 1200 | + "OnMapSpawn" "temp_set_minmaxs,Kill,,20,-1" |
1193 | 1201 | ; --- Remove clip behind a fence at the end of the map |
1194 | 1202 | "OnMapSpawn" "anv_mapfixes_eventfence_wrongway,Kill,,10,-1" |
1195 | 1203 | "OnMapSpawn" "anv_mapfixes_endfence_wrongwaya,Kill,,10,-1" |
@@ -1222,6 +1230,8 @@ add: |
1222 | 1230 | ; --- Auto crouch trigger for gazebo ladder |
1223 | 1231 | { |
1224 | 1232 | "classname" "logic_auto" |
| 1233 | + "targetname" "temp_set_minmaxs" |
| 1234 | + "OnMapSpawn" "temp_set_minmaxs,Kill,,20,-1" |
1225 | 1235 | "OnMapSpawn" "anv_mapfixes_duckqol_gazebo_ladder,AddOutput,mins -56 -2 -6,0,-1" |
1226 | 1236 | "OnMapSpawn" "anv_mapfixes_duckqol_gazebo_ladder,AddOutput,maxs 56 2 6,0,-1" |
1227 | 1237 | "OnMapSpawn" "anv_mapfixes_duckqol_gazebo_ladder,AddOutput,solid 2,0,-1" |
|
0 commit comments