mirror of
https://github.com/weyne85/MIST.git
synced 2025-10-29 16:56:32 +00:00
Neutral coalition support
Added support for DB info in the miz regarding neutral groups. Removed the checks for the coalition name so that if there are ever more coalitions added to the game the mist code won't need to explicitly look for them. Added local function to verify the DB entries for anything that was spawned before mist is loaded. Set all popup messages to false.
This commit is contained in:
@@ -22,28 +22,6 @@ zonesByName =
|
||||
["hidden"] = false,
|
||||
["name"] = "LZ zone",
|
||||
}, -- end of ["LZ zone"]
|
||||
["cloneZone"] =
|
||||
{
|
||||
["y"] = 692534.28571428,
|
||||
["radius"] = 3000,
|
||||
["zoneId"] = 3,
|
||||
["point"] =
|
||||
{
|
||||
["y"] = 0,
|
||||
["x"] = -285971.42857143,
|
||||
["z"] = 692534.28571428,
|
||||
}, -- end of ["point"]
|
||||
["color"] =
|
||||
{
|
||||
[1] = 1,
|
||||
[2] = 1,
|
||||
[3] = 1,
|
||||
[4] = 0.14901960784314,
|
||||
}, -- end of ["color"]
|
||||
["x"] = -285971.42857143,
|
||||
["hidden"] = false,
|
||||
["name"] = "cloneZone",
|
||||
}, -- end of ["cloneZone"]
|
||||
["explosion zone"] =
|
||||
{
|
||||
["y"] = 673819.99999999,
|
||||
@@ -66,4 +44,51 @@ zonesByName =
|
||||
["hidden"] = false,
|
||||
["name"] = "explosion zone",
|
||||
}, -- end of ["explosion zone"]
|
||||
["cloneZone"] =
|
||||
{
|
||||
["y"] = 692534.28571428,
|
||||
["radius"] = 3000,
|
||||
["zoneId"] = 3,
|
||||
["point"] =
|
||||
{
|
||||
["y"] = 0,
|
||||
["x"] = -285971.42857143,
|
||||
["z"] = 692534.28571428,
|
||||
}, -- end of ["point"]
|
||||
["color"] =
|
||||
{
|
||||
[1] = 1,
|
||||
[2] = 1,
|
||||
[3] = 1,
|
||||
[4] = 0.14901960784314,
|
||||
}, -- end of ["color"]
|
||||
["x"] = -285971.42857143,
|
||||
["hidden"] = false,
|
||||
["name"] = "cloneZone",
|
||||
}, -- end of ["cloneZone"]
|
||||
["shipZone"] =
|
||||
{
|
||||
["radius"] = 3000,
|
||||
["zoneId"] = 174,
|
||||
["color"] =
|
||||
{
|
||||
[1] = 1,
|
||||
[2] = 1,
|
||||
[3] = 1,
|
||||
[4] = 0.15,
|
||||
}, -- end of ["color"]
|
||||
["properties"] =
|
||||
{
|
||||
}, -- end of ["properties"]
|
||||
["hidden"] = false,
|
||||
["y"] = 267139.69375223,
|
||||
["x"] = -163182.90396786,
|
||||
["name"] = "shipZone",
|
||||
["point"] =
|
||||
{
|
||||
["y"] = 0,
|
||||
["x"] = -163182.90396786,
|
||||
["z"] = 267139.69375223,
|
||||
}, -- end of ["point"]
|
||||
}, -- end of ["shipZone"]
|
||||
} -- end of zonesByName
|
||||
|
||||
Reference in New Issue
Block a user