improved SaveLevel (was malfunctioning on paramina)

fixed ConnectAnnounce
This commit is contained in:
BotoX
2016-02-21 16:01:40 +01:00
parent 9536307155
commit 80d52d9aaa
6 changed files with 84 additions and 83 deletions
@@ -5,10 +5,9 @@
"name" "Level 1"
"match"
{
"outputs"
"math"
{
"m_OnUser4" "Map_Level_Check,Add,1"
"ExactMatches" "1"
}
}
"restore"
@@ -22,16 +21,14 @@
"name" "Level 2"
"match"
{
"outputs"
"math"
{
"m_OnUser4" "Map_Level_Check,Add,1"
"ExactMatches" "2"
"m_OnUser4" "Map_Level_Check,Add,2"
}
}
"restore"
{
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"AddOutput" "OnUser4 Map_Level_Check,Add,2,0,-1"
"m_iFrags" "200"
}
}
@@ -40,17 +37,14 @@
"name" "Level 3"
"match"
{
"outputs"
"math"
{
"m_OnUser4" "Map_Level_Check,Add,1"
"MinMatches" "3"
"m_OnUser4" "Map_Level_Check,Add,3"
}
}
"restore"
{
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"AddOutput" "OnUser4 Map_Level_Check,Add,3,0,-1"
"m_iFrags" "300"
}
}