From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/railways-server.toml | 65 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 config/railways-server.toml (limited to 'config/railways-server.toml') diff --git a/config/railways-server.toml b/config/railways-server.toml new file mode 100644 index 0000000..b84851a --- /dev/null +++ b/config/railways-server.toml @@ -0,0 +1,65 @@ +#. +#Miscellaneous settings +[misc] + #. + #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 + #. + #Allow controlling Brass Switches remotely when approaching them on a train + flipDistantSwitches = true + #. + #Max distance between targeted track and placed switch stand + #Range: 16 ~ 128 + switchPlacementRange = 64 + #. + #Allow creepers and ghast fireballs to damage tracks + creeperTrackDamage = false + #. + #Multiplier used for calculating exhaustion from speed when a handcar is used. + #Range: 0.0 ~ 1.0 + handcarHungerMultiplier = 0.009999999776482582 + #. + #Rollers clear snow-encased tracks when rolling over them. + rollersClearSnow = true + #. + #Allow creative mode players to relocate trains without distance restrictions. + #[@cui:RequiresRelog] + unlimitedCreativeRelocation = false + +#. +#Semaphore settings +[semaphores] + #. + #. + #Simplified semaphore placement (no upside-down placement) + simplifiedPlacement = true + #. + #Whether semaphore color order is reversed when the semaphores are oriented upside-down + flipYellowOrder = false + +#. +#Conductor settings +[conductors] + #. + #. + #Conductor whistle is limited to the owner of a train + mustOwnBoundTrain = false + #. + #Maximum length of conductor vents + #Range: > 1 + maxConductorVentLength = 64 + #. + #How often a conductor whistle updates the train of the bound conductor + #Range: 1 ~ 600 + whistleRebindRate = 10 + +#. +#Realism Settings +[realism] + #. + #. + #Make trains require fuel to run (either from fuel tanks or solid fuels in chests/barrels) + realisticTrains = false + #. + #Make fuel tanks only accept proper liquid fuels (so water etc can't go into them) + realisticFuelTanks = true -- cgit v1.2.3