You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
podmack/config/railways-common.toml

24 lines
820 B
TOML

#General settings
[general]
#Outside-of-render-distance train sync time (in ticks)
#Range: 10 ~ 600
farTrainUpdateTicks = 200
#In-render-distance train sync time (in ticks)
#Range: 1 ~ 600
nearTrainUpdateTicks = 1
#Conductor whistle is limited to the owner of a train
mustOwnBoundTrain = false
#Coupler will require points to be on the same or adjacent track edge, this will prevent the coupler from working if there is any form of junction in between the two points.
strictCoupler = false
#Register integration tracks for mods that are not present
registerMissingTracks = false
#Semaphore settings
[semaphore]
#Simplified semaphore placement
simplifiedSemaphorePlacement = true
#Whether semaphore color order is reversed when the semaphores are oriented upside-down
semaphoresFlipYellowOrder = false