Skip to content

Commit dd1d8a3

Browse files
authored
[City 17] cfg optimization (SirPlease#980)
* [City 17] cfg optimization stripper cfg optimization , mainly for level 2 3 4. * [City 17] cfg annotation refine Improved stripper annotation and descriptions; fixed grammar and wording issues. * [City 17] cfg annotation refine adjusted the wording of certain annotations
1 parent 089cacb commit dd1d8a3

5 files changed

Lines changed: 287 additions & 459 deletions

File tree

cfg/stripper/zonemod/maps/l4d2_city17_01.cfg

Lines changed: 17 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
; =====================================================
3-
; ================= (v3) stripper by 锋锋(Aiden)
43
; ============ [l4d2_city17_01] [m1/5] [city 17]
54
; =====================================================
65

@@ -10,30 +9,13 @@
109
; == Modify director behaviour and events ==
1110
; =====================================================
1211

13-
; --- block the nav under new van car 阻挡面包车下的导航流
14-
;add:
15-
;{
16-
; "classname" "logic_auto"
17-
; "OnMapSpawn" "nb_van01,Blocknav,,5,-1"
18-
;}
19-
;{
20-
; "classname" "script_nav_blocker"
21-
; "angles" "0 0 0"
22-
; "maxs" "-400 -40 -64"
23-
; "mins" "0 0 0"
24-
; "extent" "160 20 64"
25-
; "targetname" "nb_van01"
26-
; "teamToBlock" "-1"
27-
; "origin" "4128 -5044 -116"
28-
;}
29-
3012
; ################ ITEM SPAWN CHANGES ###############
3113
; =====================================================
3214
; == PILL / ITEM / WEAPON SPAWNS ==
3315
; == Remove or change pill, item & weapon spawns ==
3416
; =====================================================
3517

36-
; ---- remove too random pills 删除太随机的药
18+
; ---- remove overly remote pills spawn 剔除位置偏僻的药
3719
filter:
3820
{
3921
"classname" "weapon_item_spawn"
@@ -44,9 +26,9 @@ filter:
4426
"hammerid" "54540"
4527
}
4628

47-
; ---- add obvious pills 加固定的药
29+
; ---- add useful pills spawn 添加位置合理的药
4830
add:
49-
; -- alarmcar 警报车附近
31+
; -- near alarm-car 警报车附近
5032
{
5133
"classname" "weapon_pain_pills_spawn"
5234
"angles" "0 0 0"
@@ -64,7 +46,7 @@ add:
6446
; == Add/remove/modify hittables ==
6547
; =====================================================
6648

67-
; --- remove the white car near alarmcar 移除警报车旁边的白色车铁
49+
; --- remove the hittable white car near alarm-car 移除警报车旁边的白色车铁
6850
filter:
6951
{
7052
"targetname" "car4"
@@ -91,14 +73,14 @@ filter:
9173
; == Prevent players from getting stuck in the map ==
9274
; =====================================================
9375

94-
; --- remove a bad door cause stuck 移除一个会导致卡住的门
76+
; --- remove the door after alarm-car can cause Si get stuck 移除一个在警报车后的门,会导致特感卡住
9577
filter:
9678
{
9779
;"classname" "prop_door_rotating"
9880
"origin" "3613 1540 192.306"
9981
}
10082

101-
; --- block the leak of subway 用木板阻挡地铁的间隙
83+
; --- block the gap between metro models 封锁地铁模型之间的缝隙
10284
add:
10385
{
10486
"classname" "prop_dynamic"
@@ -141,7 +123,7 @@ add:
141123
; == New props for balance and SI spawns ==
142124
; =====================================================
143125

144-
; --- add van car/fence/barricade at saferoom 在安全屋添加面包车/围栏
126+
; --- add van-car & fence & barricade in start saferoom area 在安全屋添加面包车&围栏等模型
145127
add:
146128
{
147129
"classname" "prop_dynamic"
@@ -192,7 +174,7 @@ add:
192174
}
193175

194176

195-
; --- Block LOS of van car/army car 适配面包车和军车的视线遮挡
177+
; --- Block LOS of van-car & army-car 适配面包车和军车的模型视线遮挡
196178
add:
197179
{
198180
"classname" "logic_auto"
@@ -224,7 +206,7 @@ add:
224206
"targetname" "losfix_armycar01"
225207
}
226208

227-
; --- add tips for static model 静态模型卡头提示
209+
; --- add warning signs for static models can snag Si 添加提示牌以提示特感有会卡头的静态模型
228210
add:
229211
{
230212
"classname" "prop_dynamic"
@@ -263,8 +245,7 @@ add:
263245
"disableshadows" "1"
264246
}
265247

266-
267-
; --- add box/rocks after saferoom help Si 出门后添加箱子和石块特感复活位
248+
; --- add crate & rock models after start saferoom 在安全屋外添加箱子和石块特感复活位
268249
add:
269250
{
270251
"classname" "prop_dynamic"
@@ -286,19 +267,7 @@ add:
286267
}
287268

288269

289-
; --- add barrel round 1st door help SVv 在第一个门附近添加一个路障帮助处理室内克
290-
{
291-
"classname" "prop_dynamic"
292-
"origin" "4428 -2440 -120"
293-
"angles" "0 0 0"
294-
"solid" "6"
295-
"rendercolor" "255 255 255"
296-
"model" "models/props_fairgrounds/traffic_barrel.mdl"
297-
"disableshadows" "1"
298-
}
299-
300-
; --- add 3 barrier round alarmcar help Svv do tank fight
301-
; --- 在警报车附近添加3个路障栏杆
270+
; --- add 3 barricades near alarm-car 在警报车附近添加三处路障
302271
add:
303272
{
304273
"classname" "prop_dynamic"
@@ -349,8 +318,8 @@ add:
349318
; == Remove visual effects from the map ==
350319
; =====================================================
351320

352-
; --- reduce the damge of a fire round saferoom 降低一个出门火的伤害
353-
321+
; --- lower damage of fire after start saferoom (can kill incap-Svv quickly)
322+
; --- 降低出门处一个火焰的伤害(原伤害会快速烧死倒地生还)
354323
modify:
355324
{
356325
match:
@@ -374,8 +343,8 @@ modify:
374343
; == Fix triggers that interfere with gameplay ==
375344
; =====================================================
376345

377-
; --- remove a ragdoll 移除一个布娃娃
378-
346+
; --- remove the ragdoll may causes clutter or physics issues
347+
; --- 移除可能会导致干扰和物理碰撞问题的布娃娃实体
379348
filter:
380349
{
381350
;prop_ragdoll
@@ -388,7 +357,7 @@ filter:
388357
; == Add or change ladders ==
389358
; =====================================================
390359

391-
;subway top 地铁顶部
360+
;metro top 地铁顶部
392361
add:
393362
{
394363
"model" "*27"
@@ -400,7 +369,7 @@ add:
400369
"origin" "2356.00 2554.00 -52.00"
401370
"angles" "0.00 270.00 0.00"
402371
}
403-
;van car 开局面包车
372+
;starting van car 开局面包车
404373
add:
405374
{
406375
"model" "*23"

0 commit comments

Comments
 (0)