This is a preview patch, so you must be on the PREVIEW branch to try it.
Create a file in the folder named
*.models.json
(replace * with something you choose) and follow this format:
{
"AirplaneModels": [
{
"Name": "Nano",
"Manufacturer": "Sawtelle",
"Description": "A very small plane.",
"Capacity": 30,
"Speed": 300,
"Range": 800,
"Cost": 6000,
"FuelEfficiency": 1.10,
"LaborUnits": 100,
"Size": "Small",
"ComfortBonus": -1,
"Prerequisites": []
}
]
}
Create a file in the folder named
*.airports.json
(replace * with something you choose) and follow this format:
{
"AirportDefines": [
{
"Name": "Santa Catalina",
"Country": "United States",
"Population": 4000,
"Offset": -7.0,
"LatLon": [
33.36998071192645,
-118.42445465228586
],
"IgnoreCountry": false,
"RegionOverride": "Western U.S.",
"Neighborhoods": [
"Avalon",
"Two Harbors",
"Pebbly Beach"
]
}
]
}