Introduces a new setting (defaulted off) to allow preventing road vehicles from performing so-called quantum tunelling through other vehicles blocking their path.

This commit is contained in:
reldred
2021-11-22 15:45:55 +10:30
parent 9ff8643fd9
commit f461f0de08
5 changed files with 14 additions and 1 deletions

View File

@@ -1798,6 +1798,14 @@ strhelp = STR_CONFIG_SETTING_ROADVEH_ARTICULATED_OVERTAKING_HELPTEXT
patxname = ""roadveh_articulated_overtaking.vehicle.roadveh_articulated_overtaking""
cat = SC_BASIC
[SDT_BOOL]
var = vehicle.roadveh_cant_quantum_tunnel
def = false
str = STR_CONFIG_SETTING_ROADVEH_CANT_QUANTUM_TUNNEL
strhelp = STR_CONFIG_SETTING_ROADVEH_CANT_QUANTUM_TUNNEL_HELPTEXT
patxname = ""roadveh_cant_quantum_tunnel.vehicle.roadveh_cant_quantum_tunnel""
cat = SC_BASIC
[SDT_BOOL]
var = vehicle.drive_through_train_depot
def = false