Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update config comments (#539)
Browse files Browse the repository at this point in the history
* Update stripper comments

* Update entwatch formatting
  • Loading branch information
notkoen authored Oct 20, 2023
1 parent b67577f commit 6103e80
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 64 deletions.
2 changes: 0 additions & 2 deletions entwatch/ze_rtcw_ominous_rumors_p4.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//

"entities" {
"0" {
"name" "Sandbag Wall"
Expand Down
2 changes: 1 addition & 1 deletion stripper/ze_2049_v1_1.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// block off stage 2 pixel surf
;block off stage 2 pixel surf
add:
{
"classname" "func_brush"
Expand Down
30 changes: 15 additions & 15 deletions stripper/ze_aurora_tower_v6_6.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// boss damage adjustment (from mapper)
;boss damage adjustment (from mapper)
modify:
{
match:
Expand Down Expand Up @@ -38,7 +38,7 @@ modify:
}
}

// patch teleport avoidance spot at stage 2/3 button trigger before boss fight
;patch teleport avoidance spot at stage 2/3 button trigger before boss fight
modify:
{
match:
Expand All @@ -52,7 +52,7 @@ modify:
}
}

// fix skip from stairs to second floor using white cube
;fix skip from stairs to second floor using white cube
add:
{
"classname" "func_brush"
Expand All @@ -61,7 +61,7 @@ add:
"rendermode" "10"
}

// fix people using button to jump over fence and early trigger
;fix people using button to jump over fence and early trigger
add:
{
"rendermode" "10"
Expand Down Expand Up @@ -110,7 +110,7 @@ modify:
}
}

// fix early triggering at bridge ladder part on stages 3 and 4
;fix early triggering at bridge ladder part on stages 3 and 4
add:
{
"classname" "func_wall_toggle"
Expand All @@ -133,7 +133,7 @@ modify:
}
}

// filter unpacked particle
;filter unpacked particle
filter:
{
"classname" "info_particle_system"
Expand All @@ -160,7 +160,7 @@ modify:
}
}

// fix frozen zombies getting boosted after being unfrozen
;fix frozen zombies getting boosted after being unfrozen
modify:
{
match:
Expand All @@ -174,7 +174,7 @@ modify:
}
}

// patch tp avoidance spots at extreme stage boss fight room (wtf mapper?)
;patch tp avoidance spots at extreme stage boss fight room (wtf mapper?)
filter:
{
"classname" "trigger_teleport"
Expand Down Expand Up @@ -230,7 +230,7 @@ modify:
}
}

// patch tp avoidance spot
;patch tp avoidance spot
filter:
{
"classname" "trigger_teleport"
Expand Down Expand Up @@ -308,7 +308,7 @@ modify:
}
}

// fix boss hp scaling to match v6_8
;fix boss hp scaling to match v6_8
modify:
{
match:
Expand All @@ -328,7 +328,7 @@ modify:
}
}

// add freeze time to prevent trigger bugs
;add freeze time to prevent trigger bugs
modify:
{
match:
Expand All @@ -341,7 +341,7 @@ modify:
}
}

// fix flicker
;fix flicker
modify:
{
match:
Expand All @@ -354,7 +354,7 @@ modify:
}
}

// fix zombies falling out of map on stage 3
;fix zombies falling out of map on stage 3
modify:
{
match:
Expand All @@ -372,7 +372,7 @@ modify:
}
}

// fix a broken tp on ending of stage 4
;fix a broken tp on ending of stage 4
modify:
{
match:
Expand All @@ -386,7 +386,7 @@ modify:
}
}

// fix extreme stage phase 2 boss fight edict crash (from mapper)
;fix extreme stage phase 2 boss fight edict crash (from mapper)
modify:
{
match:
Expand Down
2 changes: 1 addition & 1 deletion stripper/ze_aware_v1_2a.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// fix ending of stage 3 so the balls don't kill zombies and trigger repeat killer
;fix ending of stage 3 so the balls don't kill zombies and trigger repeat killer
modify:
{
match:
Expand Down
4 changes: 2 additions & 2 deletions stripper/ze_dreamin_v3_3.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// replace physics level system
;replace physics level system
add:
{
"classname" "math_counter"
Expand Down Expand Up @@ -185,7 +185,7 @@ modify:
}
}

// cleanup old physics level system
;cleanup old physics level system
filter:
{
"classname" "func_brush"
Expand Down
2 changes: 1 addition & 1 deletion stripper/ze_ffxii_paramina_rift_r4.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ modify:
}
}

// Fix Fire Staff crash random client when facing the boss.
;Fix Fire Staff crash random client when facing the boss.
filter:
{
"targetname" "Boss_Igniter"
Expand Down
37 changes: 20 additions & 17 deletions stripper/ze_mapeadores_museum_v1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ modify:
}
}

// Rest of the changes are made by "Berke" "STEAM_1:0:95142811", version 4.
;Rest of the changes are made by "Berke" "STEAM_1:0:95142811", version 4.

// Allow passing strings on the "RunScriptCode" outputs.
;Allow passing strings on the "RunScriptCode" outputs.
modify:
{
match:
Expand All @@ -290,7 +290,7 @@ modify:
}
}

// Try to fix "Action Sack" sometimes not equipping hammers correctly, I am guessing it is caused by knife stripping sometimes being fired too late, change place of "OrdiAssignHammer" function to make sure it is run after knife stripping.
;Try to fix "Action Sack" sometimes not equipping hammers correctly, I am guessing it is caused by knife stripping sometimes being fired too late, change place of "OrdiAssignHammer" function to make sure it is run after knife stripping.
modify:
{
match:
Expand All @@ -309,7 +309,7 @@ modify:
}
}

// Delete the "Action Sack" knife strip trigger since we now use the above method for stripping knives.
;Delete the "Action Sack" knife strip trigger since we now use the above method for stripping knives.
filter:
{
"classname" "trigger_once"
Expand All @@ -329,7 +329,7 @@ modify:
}
}

// Add blocking damage to last 2 traps of "Deathrun".
;Add blocking damage to last 2 traps of "Deathrun".
modify:
{
match:
Expand All @@ -343,8 +343,11 @@ modify:
}
}

// Implement button claiming to "Deathrun" buttons to prevent other people from using the trap button you are standing near.
// This change requires having the "museumbuttonclaiming1.nut" file placed inside "scripts/vscripts/gfl" folder.
;Implement button claiming to "Deathrun" buttons to prevent other people from using the trap button you are standing near.
;################################# THIS CHANGE WILL NOT WORK WITHOUT HAVING ###################################
;########################## csgo/scripts/vscripts/gfl/museumbuttonclaiming1.nut ###############################
;########################################### IN THE SERVER FILES ##############################################
;############# https://github.com/gflze/ZE-Configs/blob/master/vscripts/museumbuttonclaiming1.nut #############
modify:
{
match:
Expand Down Expand Up @@ -373,7 +376,7 @@ modify:
}
}

// Delay nuke preperation to fix stages with longer than 10 second delays for zombie teleportation.
;Delay nuke preperation to fix stages with longer than 10 second delays for zombie teleportation.
modify:
{
match:
Expand All @@ -391,7 +394,7 @@ modify:
}
}

// Fix avoiding the teleport on edges of the end platform in "Deathrun".
;Fix avoiding the teleport on edges of the end platform in "Deathrun".
modify:
{
match:
Expand Down Expand Up @@ -423,7 +426,7 @@ modify:
}
}

// Make buttons in "Ihcras_annoying_climbing_room" pressable without an order and make them pressable once.
;Make buttons in "Ihcras_annoying_climbing_room" pressable without an order and make them pressable once.
modify:
{
match:
Expand Down Expand Up @@ -528,7 +531,7 @@ add:
"OnHitMax" "Ihcra_BlockerZM,Break,,,1"
}

// Teleport zombie to the voting room if they reach the end first on "Ihcras_annoying_climbing_room".
;Teleport zombie to the voting room if they reach the end first on "Ihcras_annoying_climbing_room".
modify:
{
match:
Expand All @@ -549,7 +552,7 @@ modify:
}
}

// Fix evading the spawn teleport.
;Fix evading the spawn teleport.
modify:
{
match:
Expand All @@ -564,7 +567,7 @@ modify:
}
}

// Kill the buttons in spawn when pressed.
;Kill the buttons in spawn when pressed.
modify:
{
match:
Expand Down Expand Up @@ -595,7 +598,7 @@ modify:
}
}

// Fix "func_breakable"s set to "None" material type producing wooden gibs.
;Fix "func_breakable"s set to "None" material type producing wooden gibs.
modify:
{
match:
Expand All @@ -609,7 +612,7 @@ modify:
}
}

// Kill the ending button on "SSS-Lite" when it's pressed.
;Kill the ending button on "SSS-Lite" when it's pressed.
modify:
{
match:
Expand All @@ -623,7 +626,7 @@ modify:
}
}

// Fix "SSS-Lite" ending teleport using incorrect name for its filter.
;Fix "SSS-Lite" ending teleport using incorrect name for its filter.
modify:
{
match:
Expand All @@ -637,7 +640,7 @@ modify:
}
}

// Fix "GOLEVATOR" elevator getting people stuck on spawn and fix delaying.
;Fix "GOLEVATOR" elevator getting people stuck on spawn and fix delaying.
add:
{
"classname" "trigger_once"
Expand Down
2 changes: 1 addition & 1 deletion stripper/ze_neochrome_csgo3a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add:
"spawnflags" "1"
}

// fix heal possibly spawning in the wall
;fix heal possibly spawning in the wall
modify:
{
match:
Expand Down
Loading

0 comments on commit 6103e80

Please sign in to comment.