From 080fbcf2fc1c39d76a82f73b7da0713b6f0fbc16 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Sat, 2 Jan 2021 20:23:09 +0100 Subject: Make dtime limiting a setting --- advtrains/settingtypes.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'advtrains/settingtypes.txt') diff --git a/advtrains/settingtypes.txt b/advtrains/settingtypes.txt index d8eb44a..d3c711b 100644 --- a/advtrains/settingtypes.txt +++ b/advtrains/settingtypes.txt @@ -45,3 +45,10 @@ advtrains_overrun_mode (Overrun mode) enum drop none,drop,normal # When a wagon leaves this range + 32 nodes, it is unloaded # If unset, defaults to active_block_range*16 advtrains_wagon_load_range (Wagon Entity Load/Unload Range) int 96 32 512 + +# Simulation DTime Limit after which slow-down becomes effective +# When the dtime value (time since last server step) is higher than this value, +# advtrains applies a global slow-down factor to the dtime and to the velocity and +# acceleration of wagons to decrease server load. +# A value of 0 (default) disables this behavior. +advtrains_dtime_limit (DTime Limit for slow-down) float 0.2 0 5 -- cgit v1.2.3