summaryrefslogtreecommitdiff
path: root/config/railways-server.toml
blob: b84851a420dc689fd66c308be4fa63b107ec9cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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