update and clean map configs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
for map in ./*.cfg; do
|
||||
mapname=$(basename -s .cfg "${map}")
|
||||
|
||||
if [ ! -f ../../../../maps/$mapname.bsp ]; then
|
||||
echo "$map"
|
||||
fi
|
||||
done
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
"5" "EXTREME II"
|
||||
"6" "ZM"
|
||||
"7" "EXTREME II (HEAL&ULTIMA ONLY)"
|
||||
"8" "EXTREME II (SPECIAL LASERS)"
|
||||
"9" "EXTREME III (HELLZ VERSION)"
|
||||
"10" "EXTREME III (ZOMBIEDEN VERSION)"
|
||||
"11" "RACE (ZOMBIEDEN VERSION)"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "score"
|
||||
"0" "1 - PRISON ESCAPE"
|
||||
"1" "2 - CANNON"
|
||||
"2" "3 - PIRATE"
|
||||
"3" "4 - BARBOSSA"
|
||||
"4" "5 - KRAKEN"
|
||||
"5" "5 - GOD KRAKEN"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
}
|
||||
Regular → Executable
+1
-1
@@ -1,7 +1,7 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"counter" "LevelCounter"
|
||||
"0" "WARMUP"
|
||||
"1" "CHAPTER 1"
|
||||
"2" "CHAPTER 2"
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "I"
|
||||
"2" "II"
|
||||
"3" "III"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "counter"
|
||||
"1" "I"
|
||||
"2" "II"
|
||||
"3" "III"
|
||||
"4" "IV (ZM)"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Stage_counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "level_counter"
|
||||
"0" "WARMUP"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "1999"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "VERY HARD"
|
||||
"4" "EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "level_counter"
|
||||
"1" "1 - Candy Star"
|
||||
"2" "2 - Candy Galaxy"
|
||||
"3" "3 - Candy Universe"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1 - Foggy Lake"
|
||||
"3" "2 - Forest of Silence"
|
||||
"4" "3 - Castle Wall"
|
||||
"5" "4 - Villa"
|
||||
"6" "5 - Underground Waterway"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
"6" "6"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1 - NORMAL"
|
||||
"3" "2 - NORMAL"
|
||||
"4" "3 - NORMAL"
|
||||
"5" "1 - EXTREME"
|
||||
"6" "2 - EXTREME"
|
||||
"7" "3 - EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "EASY"
|
||||
"2" "MEDIUM"
|
||||
"3" "TOUGH"
|
||||
"4" "APOCALYPSE"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "1 EXTREME"
|
||||
"5" "2 EXTREME"
|
||||
"6" "3 EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "counter_stage"
|
||||
"1" "I"
|
||||
"2" "II"
|
||||
"3" "III"
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "level_counter"
|
||||
"0" "ABC"
|
||||
"1" "BC"
|
||||
"2" "AC"
|
||||
"3" "C"
|
||||
"4" "AB"
|
||||
"5" "B"
|
||||
"6" "A"
|
||||
"7" "D"
|
||||
"8" "D"
|
||||
"9" "D"
|
||||
"10" "D"
|
||||
"11" "D"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "map_stages_counter"
|
||||
"1" "EASY"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
"4" "GOD"
|
||||
"5" "IMPOSSIBLE"
|
||||
"6" "BONUS"
|
||||
"7" "WARMUP"
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "level_counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Levels_Counter"
|
||||
"1" "1"
|
||||
"2" "2 - MARS"
|
||||
"3" "3 - WELCOME TO HELL"
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
"4" "????"
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "LevelLogCounter"
|
||||
"0" "1 Normal"
|
||||
"1" "2 Normal"
|
||||
"2" "3 Normal"
|
||||
"3" "1 Extreme"
|
||||
"4" "2 Extreme"
|
||||
"5" "3 Extreme"
|
||||
"6" "ZM"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Levels_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
"5" "RAGE"
|
||||
"6" "ZM"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "LevelCounter"
|
||||
"1" "WARMUP"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
"5" "EX II"
|
||||
"6" "ZM"
|
||||
"7" "HEAL&ULTI"
|
||||
"8" "SPECIALLASERS"
|
||||
"9" "HELLZ"
|
||||
"10" "ZOMBIEDEN"
|
||||
"11" "RACE"
|
||||
}
|
||||
Regular → Executable
+1
-1
@@ -6,6 +6,6 @@
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
"5" "INSAME"
|
||||
"5" "INSANE"
|
||||
"6" "ZM"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Levels_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1 - NORMAL"
|
||||
"3" "2 - NORMAL"
|
||||
"4" "1 - EXTREME"
|
||||
"5" "2 - EXTREME"
|
||||
"6" "MAP COMPLETED"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"0" "ERROR"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
"5" "4"
|
||||
"6" "5"
|
||||
"7" "ZM"
|
||||
}
|
||||
Regular → Executable
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Levels_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
"5" "CHAOS"
|
||||
"6" "ZM"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
"4" "EPIC"
|
||||
"5" "MAP END"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
"4" "EPIC"
|
||||
"5" "GOD"
|
||||
"6" "ZM"
|
||||
}
|
||||
Regular → Executable
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
"4" "SAVAGE"
|
||||
"5" "ULTIMATE"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "SAVAGE"
|
||||
"4" "ULTIMATE"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
"5" "4"
|
||||
"6" "RTV"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter_Stage"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "RTV"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "EASY"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "RTV"
|
||||
"6" "RTV2"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "map_stages_counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
"5" "4"
|
||||
"6" "5"
|
||||
"7" "6"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "counter_stage"
|
||||
"1" "I"
|
||||
"2" "II"
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "level_counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "stage_counter"
|
||||
"0" "WARMUP"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "EASY"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "EASY"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "levelcounter"
|
||||
"1" "WARMUP"
|
||||
"2" "EASY"
|
||||
"3" "NORMAL"
|
||||
"4" "HARD"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Stages_Counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "GARDEN"
|
||||
"2" "FOREST"
|
||||
"3" "FACILITY"
|
||||
"4" "DARK"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"-1" "WARMUP"
|
||||
"0" "0"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Mod_Counter"
|
||||
"0" "1 EASY"
|
||||
"1" "2 BOSS"
|
||||
"2" "3 HARD"
|
||||
"3" "4 BOSS"
|
||||
"4" "5 ZM"
|
||||
"5" "6 BOSS"
|
||||
"6" "7 EXTREME"
|
||||
"7" "8 BOSS"
|
||||
"8" "9 ZM"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
}
|
||||
Regular → Executable
+6
-6
@@ -3,15 +3,15 @@
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "OSGILIATH"
|
||||
"3" "MAIN GATES"
|
||||
"4" "CATAPULT"
|
||||
"5" "THE LAST STAND"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
"5" "4"
|
||||
|
||||
"diffcounter"
|
||||
{
|
||||
"counter" "Diff_Counter"
|
||||
"1" "NORMAL"
|
||||
"2" "EXTREME"
|
||||
"1" "N"
|
||||
"2" "EX"
|
||||
}
|
||||
}
|
||||
Regular → Executable
+6
-6
@@ -3,15 +3,15 @@
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "OSGILIATH"
|
||||
"3" "MAIN GATES"
|
||||
"4" "CATAPULT"
|
||||
"5" "THE LAST STAND"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
"5" "4"
|
||||
|
||||
"diffcounter"
|
||||
{
|
||||
"counter" "Diff_Counter"
|
||||
"1" "NORMAL"
|
||||
"2" "EXTREME"
|
||||
"1" "N"
|
||||
"2" "EX"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "EASY"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
"5" "GOD"
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "WARMUP"
|
||||
"2" "EASY"
|
||||
"3" "NORMAL"
|
||||
"4" "HARD"
|
||||
"5" "EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "ZM"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
"4" "MASSACRE"
|
||||
"5" "PANIC"
|
||||
"6" "THE END"
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"0" "WARMUP"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "1 EXTREME"
|
||||
"5" "2 EXTREME"
|
||||
"6" "3 EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "PRISON"
|
||||
"2" "CANNON"
|
||||
"3" "PIRATE"
|
||||
"4" "BARBOSSA"
|
||||
"5" "KRAKEN"
|
||||
"6" "KRAKEN GOD"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "PRISON"
|
||||
"2" "CANNON"
|
||||
"3" "PIRATE"
|
||||
"4" "BARBOSSA"
|
||||
"5" "KRAKEN"
|
||||
"6" "KRAKEN GOD"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "EASY"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
}
|
||||
Regular → Executable
+4
-4
@@ -2,8 +2,8 @@
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "1 - NORMAL"
|
||||
"2" "2 - HARD"
|
||||
"3" "3 - HYPER"
|
||||
"4" "4 - ULTIMATE"
|
||||
"1" "NORMAL"
|
||||
"2" "HARD"
|
||||
"3" "HYPER"
|
||||
"4" "ULTIMATE"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "counter_stage"
|
||||
"1" "I"
|
||||
"2" "II"
|
||||
"3" "III"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "EASY"
|
||||
"2" "HARD"
|
||||
"3" "EXTREME"
|
||||
"4" "ZM"
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "EASY"
|
||||
"2" "MODERATE"
|
||||
"3" "SAVAGE"
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"0" "WARMUP"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
"6" "ZM"
|
||||
"7" "END"
|
||||
}
|
||||
Regular → Executable
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "level_mathcounter"
|
||||
"0" "WARMUP"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
}
|
||||
Regular → Executable
+6
-6
@@ -3,11 +3,11 @@
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "RAVINE - NORMAL"
|
||||
"3" "TV - NORMAL"
|
||||
"4" "HEAVEN - NORMAL"
|
||||
"5" "RAVINE - EXTREME"
|
||||
"6" "TV - EXTREME"
|
||||
"7" "HEAVEN - EXTREME"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
"5" "1 - EXTREME"
|
||||
"6" "2 - EXTREME"
|
||||
"7" "3 - EXTREME"
|
||||
"8" "THE END"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
"5" "1 - EXTREME"
|
||||
"6" "2 - EXTREME"
|
||||
"7" "3 - EXTREME"
|
||||
"8" "TIME LOOP"
|
||||
"9" "MAP OVER"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "3"
|
||||
"5" "1 - EXTREME"
|
||||
"6" "2 - EXTREME"
|
||||
"7" "3 - EXTREME"
|
||||
"8" "LEVEL SELECT"
|
||||
"9" "N.BEGINNING"
|
||||
"10" "ZM MODE"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "LevelInput"
|
||||
"1" "Normal"
|
||||
"2" "Hardcore"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Level_Counter"
|
||||
"1" "ONE"
|
||||
"2" "TWO"
|
||||
"3" "THREE"
|
||||
"4" "FOUR"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "Prison"
|
||||
"2" "School"
|
||||
"3" "Forest"
|
||||
"4" "Mansion"
|
||||
"5" "Survival 1"
|
||||
"6" "Survival 2"
|
||||
"7" "Survival 3"
|
||||
"8" "Madness"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
"5" "5"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Levels_Counter"
|
||||
"1" "1"
|
||||
"2" "2"
|
||||
"3" "3"
|
||||
"4" "4"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "TheCurrentLevelPlugin"
|
||||
"1" "EASY"
|
||||
"2" "NORMAL"
|
||||
"3" "HARD"
|
||||
"4" "EXTREME"
|
||||
"5" "EPIC"
|
||||
"6" "RAGE"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
"stagedisplay"
|
||||
{
|
||||
"method" "counter"
|
||||
"counter" "Levels_Counter"
|
||||
"1" "WARMUP"
|
||||
"2" "1"
|
||||
"3" "2"
|
||||
"4" "Autism"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user