-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Rhys edited this page Apr 23, 2024
·
4 revisions
Whether to check for valid placement when placing train tracks. Essentially allows for the placement of "illegal" tracks. Default: ON
.
Settings:
-
ON
: placement checks are always active. -
SURVIVAL_ONLY
: placement checks are disabled if the player is in creative mode, else they are enabled. -
OFF
: placement checks are always disabled.
placementChecks set to ON |
placementChecks set to OFF |
Changing this value changes the maximum angle between track edges that can be recognized as a connection, effectively allowing for more "cursed" turns to be driven over. Lower values correlate with looser restrictions. Setting extendedDriving
to 0
may cause some issues with trains turning on curves that they shouldn't; hence, I recommend setting this to a value slightly above 0
, such as 0.01
. Default: 0.875
.
extendedDriving set to 0.875 |
extendedDriving set to 0.01 |