Hey! First of all, thank you for the great work on this plugin! I wonder if there is a command that starts the automated workcarts driving on serverrestart. we have set triggers and a spawnpoint for one workcart. our server has a automated restart at 4 am and it would be nice to run the cart several seconds after server is on.
Automated start at restart?Solved
Is the workcart spawned by this plugin? If so, then you simply need to make the spawn point trigger a conductor trigger, which will make the workcart spawn and start right away.
Is the workcart spawned by another plugin? If so, then you simply need to place a conductor trigger at the spawn point, which will make the workcart start as soon as it spawns.
Is the workcart's position persisted across restarts (meaning it doesn't respawn on restart because it already existed)? If so, then the plugin should automatically start it because it remembers that it was automated from earlier (saved in data file).
thank you for the fast reply.
The plugin spawns the workcart itself. The conductor should spawn too but he doesnt. what setting is wrong?
part of the map named data file:
"Id": 23,
"Position": {
"x": 1247.4801,
"y": 3.2900002,
"z": -1685.488
},
"Route": "maptrack1",
"AddConductor": true,
"RotationAngle": 85.5063248,
"TrainCars": [
"Workcart",
"WagonA",
"WagonB"
Merged post
aaah i figured it out. I activated the tunnelcarts and they took all of the allowed conductors... now it runs smooth.
again: thanks for the work!
Locked automatically