mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-27 03:53:33 +00:00
moved resource deposits on the river map bugfix for not rendering the minimap after opening the console
39 lines
1.9 KiB
Lua
39 lines
1.9 KiB
Lua
metadata = {
|
|
lights = {
|
|
{type = 3, color = {x = 0.900000, y = 0.900000, z = 0.900000}},
|
|
},
|
|
size = {x = 1000.000000, y = 315.232758, z = 1000.000000},
|
|
impassibleNodeValue = 65535,
|
|
spawnPoints = {
|
|
{x = -396.000000, y = 0.000000, z = -374.000000},
|
|
{x = 470.000000, y = 0.000000, z = 440.000000},
|
|
--{x = -326.000000, y = 0.000000, z = 374.000000},
|
|
},
|
|
choosablePlayers = {
|
|
{
|
|
units = {}
|
|
|
|
},
|
|
{
|
|
units = {}
|
|
},
|
|
},
|
|
civilianPlayer = {
|
|
resourceDeposits = {
|
|
{id = 0, pos = {x = 220.000000, y = 0.000000, z = 450.000000}, rot = {w = 1.000000, x = 0.000000, y = 0.000000, z = 0.000000}, initAmmount = 20000},
|
|
{id = 0, pos = {x = 220.000000, y = 0.000000, z = 430.000000}, rot = {w = 1.000000, x = 0.000000, y = 0.000000, z = 0.000000}, initAmmount = 20000},
|
|
{id = 0, pos = {x = 220.000000, y = 0.000000, z = 410.000000}, rot = {w = 1.000000, x = 0.000000, y = 0.000000, z = 0.000000}, initAmmount = 20000},
|
|
{id = 0, pos = {x = 220.000000, y = 0.000000, z = 390.000000}, rot = {w = 1.000000, x = 0.000000, y = 0.000000, z = 0.000000}, initAmmount = 20000},
|
|
{id = 0, pos = {x = -450.000000, y = 0.000000, z = -450.000000}, rot = {w = 1.000000, x = 0.000000, y = 0.000000, z = 0.000000}, initAmmount = 20000},
|
|
{id = 0, pos = {x = -450.000000, y = 0.000000, z = -430.000000}, rot = {w = 1.000000, x = 0.000000, y = 0.000000, z = 0.000000}, initAmmount = 20000},
|
|
{id = 0, pos = {x = -450.000000, y = 0.000000, z = -410.000000}, rot = {w = 1.000000, x = 0.000000, y = 0.000000, z = 0.000000}, initAmmount = 20000},
|
|
{id = 0, pos = {x = -450.000000, y = 0.000000, z = -390.000000}, rot = {w = 1.000000, x = 0.000000, y = 0.000000, z = 0.000000}, initAmmount = 20000},
|
|
},
|
|
|
|
},
|
|
skybox = "Skybox1",
|
|
terrain = {model = "river.xml", albedo = "river.jpg"},
|
|
waterbodies = {
|
|
{pos = {x = -71.606972, y = -4.143668, z = 0.000000}, size = {x = 534.327454, y = 995.253296}, albedo = "water.png"}, }
|
|
}
|