About Train Bases
This plugin allows any player to find and build on a train directly on the rails in either a 1x5 or 1x3 configuration.
Features:
- Throttle syncing for trains (syncs throttles when updated)
-
Build anything almost anywhere (on trains)
- Limited to 2x1 or 5x1 carts
- Can be built inside of some monument (Trainyard, etc)
- Electrical entities powered by the train
- Configurable Health
- Planned Preset Suppoert
-
NO MAP EDITING REQUIRED!!!
How To Use:
To use this plugin you need to
1. Put the plugin in your plugins folder and enjoy!
Config:
Bounds defines the buildable area on the train, default is 1x5 or 1x3 for work carts. Larger building bounds will not be supported, use at your own volition.
{ "Version Number": { "Major": 1, "Minor": 0, "Patch": 0 }, "Upgrade Chance (0-100 = %0-100 chance)": 50.0, "Train Wagon Start Health": 5000.0, "Train Engine Force": 250000.0, "Sync Train Throttles": true, "Max Train Pop": 24.0, "Max Train Couple Speed": 9.0, "Train Presets": { "trainwagona.entity": [ { "NickName": "Preset 1", "IsEnabled": true, "Blocks": [ (CONFIGURABLE!) ] } ], "trainwagonb.entity": [ { "NickName": "Preset 1", "IsEnabled": true, "Blocks": [ (CONFIGURABLE!) ] } ], "trainwagonc.entity": [ { "NickName": "All Floors", "IsEnabled": true, "Blocks": [ (CONFIGURABLE!) ] }, { "NickName": "Double Lifts", "IsEnabled": true, "Blocks": [ (CONFIGURABLE!) ] }, { "NickName": "Crane & Lift", "IsEnabled": true, "Blocks": [ (CONFIGURABLE!) ] } ], "workcart_aboveground2.entity": [ { "NickName": "Preset 1", "IsEnabled": true, "Blocks": [ (CONFIGURABLE!) ] } ], "workcart_aboveground.entity": [ { "NickName": "Preset 1", "IsEnabled": true, "Blocks": [ (CONFIGURABLE!) ] } ] } }