Skip to content

Commit d802929

Browse files
committed
More cfg/stripper cleanup
- Added missing colons. - Added missing brackets. - Removed stray brackets (or commented them out if it was part of commented change) - Removed extra spaces as per #949, including some additional ones.
1 parent aeb285f commit d802929

87 files changed

Lines changed: 113 additions & 113 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cfg/stripper/acemodrv/maps/AirCrash.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ add:
228228
}
229229
{
230230
; Bridge event
231-
"origin" "3011 -2710 107"
231+
"origin" "3011 -2710 107"
232232
"angles" "0 0 0"
233233
"classname" "weapon_item_spawn"
234234
"spawnflags" "2"

cfg/stripper/acemodrv/maps/OutSkirts.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ modify:
3838
{
3939
"solid" "6"
4040
}
41-
delete
41+
delete:
4242
{
4343
"OnHealthChanged" "alarmtimer1Enable01"
4444
"OnHealthChanged" "alarm_soundPlaySound01"

cfg/stripper/acemodrv/maps/RiverMotel.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ modify:
129129
{
130130
"OnCase03" "spark1SparkOnce01"
131131
}
132-
{
132+
}
133133

134134
; Remove randomness from some gun spawns
135135
modify:

cfg/stripper/acemodrv/maps/c2m2_fairgrounds.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ add:
551551
; "boxmaxs" "106 10 367"
552552
; "initialstate" "1"
553553
; "BlockType" "1"
554-
}
554+
;}
555555
{
556556
"classname" "env_physics_blocker"
557557
"origin" "-1408 -1025 441"

cfg/stripper/acemodrv/maps/c2m3_coaster.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ add:
11361136
"BlockType" "0"
11371137
"initialstate" "1"
11381138
"maxs" "48 8 88"
1139-
"mins" "-8 -108 -8"
1139+
"mins" "-8 -108 -8"
11401140
"origin" "204 4528 0"
11411141
"mapupdate" "1"
11421142
}

cfg/stripper/acemodrv/maps/c8m1_apartment.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ add:
798798
; "BlockType" "0"
799799
; "initialstate" "1"
800800
; "maxs" "12 8 260"
801-
; "mins" "-240 -8 -208"
801+
; "mins" "-240 -8 -208"
802802
; "origin" "2288 1424 224.35"
803803
; "mapupdate" "1"
804804
;}

cfg/stripper/acemodrv/maps/damitdc1.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ modify:
7070
;"OnCase06" "temp_p2ForceSpawn0-1"
7171
"OnCase05" "temp_p1ForceSpawn0-1"
7272
}
73-
}</pre></body></html>
73+
}

cfg/stripper/acemodrv/maps/daredux_map5_garage_aw.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ add:
724724
"initialstate" "1"
725725
"BlockType" "1"
726726
}
727-
}
728727
; --- Auto crouch trigger for ladders
729728
{
730729
"classname" "logic_auto"

cfg/stripper/acemodrv/maps/l4d2_stadium1_apartment.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ filter:
3131
;Path Picker 1.
3232
"hammerid" "2411730"
3333
}
34+
{
3435
;Query.
3536
"hammerid" "1951907"
3637
}

cfg/stripper/acemodrv/maps/l4d_dbd2dc_undead_center.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ modify:
231231
{
232232
"spawnflags" "34816"
233233
}
234+
}
234235

235236
{
236237
match:

0 commit comments

Comments
 (0)