-
Notifications
You must be signed in to change notification settings - Fork 3
Station System
Contents
This page is not talking about Block#Anchor.
Station system provides player a brand new experience of making a realistic railway system. It is store at world's save file (./[world name]/eki-stations/[station name with postition].json). In current version's json format, it has:
- Name (Yes, it's station's name)
- Pos (Position of the block)
- Lines (Lines that pass through this station) (Optional)
- Operator (Company or people that maintain this station) (Optional)
These elements will use in these gadgets or blocks so you'll get a more clear list of "stations". See Establishment.
Files can be edited except when your server is running, also, files don't save when the game crashed or the
{
"name": "Forest Valley Station",
"x": -280,
"y": 68,
"z": 99,
"lines": [
"Purpur Line"
],
"operator": "Highland Railway"
}Once your station is valid and online to work, your ticket vendor's station list (on the left side of GUI) will add the station you added (See Block#Ticket Vendor), you can click it and it'll automatically calculate the distance from the vendor (or the anchor vendor registered/bound to) you are interacting with to the anchor a.k.a. the station. Simple and useful.
And yes, it is a good option to manage your server by using this system.
This wiki is created by ChAoS_UnItY.