JSON data
"Carriage layout (Combination of WagonA, WagonB, WagonC and WagonD)": [
"WagonA",
"WagonB",
"WagonD"
]

JSON data
{
"Shortname": "rifle.ak",
"Minimum amount": 1,
"Maximum amount": 1,
"Weight": 20,
"Skin ID": 0,
"Blueprint": false,
"Spawn with item": {
"Shortname": "ammo.rifle",
"Minimum amount": 10,
"Maximum amount": 25,
"Weight": 1
}
},

JSON data
{
"NPC Settings": {
"Amount to spawn": 3,
"Starting health": 200,
"Scientist kits (chosen at random)": [],
"Local spawn positions": [
{
"Position": {
"X": -0.77,
"Y": 1.54,
"Z": -6.0
},
"Rotation": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
}
},
{
"Position": {
"X": -0.77,
"Y": 1.54,
"Z": 3.29
},
"Rotation": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
}
},
{
"Position": {
"X": 0.77,
"Y": 1.54,
"Z": 3.29
},
"Rotation": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
}
}
]
},
"AutoTurret Settings": {
"Amount to spawn": 1,
"Health": 500.0,
"Local spawn positions": [
{
"Position": {
"X": -0.63,
"Y": 1.54,
"Z": 5.64
},
"Rotation": {
"X": 0.0,
"Y": 180.0,
"Z": 0.0
}
}
]
},
"Loot Settings": {
"The minimum amount of time a crate takes to hack (seconds)": 600,
"The maximum amount of time a crate takes to hack (seconds)": 900,
"Use custom loot table": true,
"Show loot container marker on map": true,
"Amount to spawn": 1,
"Local spawn positions": [
{
"Position": {
"X": 0.77,
"Y": 1.54,
"Z": -2.9
},
"Rotation": {
"X": 0.0,
"Y": 270.0,
"Z": 0.0
}
},
{
"Position": {
"X": 0.77,
"Y": 1.54,
"Z": -0.19
},
"Rotation": {
"X": 0.0,
"Y": 270.0,
"Z": 0.0
}
}
]
}
}


Config
JSON:
{
"Event Automation": {
"Enabled": true,
"Minimum amount of online players to trigger the event": 1,
"Minimum amount of time between events (seconds)": 3600,
"Maximum amount of time between events (seconds)": 5400
},
"Train Settings": {
"Stop train on driver death": false,
"Despawn time for inactivity (seconds)": 600,
"Amount of time from when all crates have been hacked until train self destructs (seconds)": 60,
"Train engine force": 50000.0,
"Train max speed": 18.0,
"Amount of damage required to slow the train down": 200.0,
"Amount of time the train slows down when damaged (seconds)": 8.0,
"Maximum velocity the train can travel when slowed due to damage": 4.0,
"Health regeneration per second": 5.0,
"Desired travel speed (Low, Medium, High)": "Medium",
"Carriage layout (Combination of WagonA, WagonB, WagonC and WagonD)": [
"WagonA",
"WagonB",
"WagonD"
]
},
"Helicopter Settings": {
"Amount to spawn": 1,
"Loot crates to spawn": 0
},
"Use TruePVE exclusion hook": false,
"Version": {
"Major": 0,
"Minor": 2,
"Patch": 0
}
}