Re: M****ively negative "distance" and corresponding costs
Reply #3 –
maximum travel times are limited in experimental, the values are in simuconfig indeed.
i don't know how recent the files is in your install, you can compare and perhaps try it with the one from the development branch for example: http://github.com/jamespetts/simutrans-experimental/tree/devel. Alternatively you can play around with the values. The 8.2 file should be ok already. 8.0 had way too low values.
With 8.2 it's challenging, but it is doable with pak britain. I'm constantly fighting with delays all of the time, a single stuck side line can bring down my profits from +50k$ to -50k$
# P****engers have a maximum tolerance level for how long that they will
# spend travelling. The further that the p****engers want to go, the more
# time that they will be prepared to spend travelling. The number is
# expressed in minutes. For each packet of p****engers, the number of
# minutes travelling time (including waiting time) that they are prepared
# to tolerate is randomised between the minimum and maximum amount. The
# local, mid-range and long-distance p****enger groups correspond to those
# above.
min_local_tolerance = 35
max_local_tolerance = 90
min_midrange_tolerance = 60
max_midrange_tolerance = 240
min_longdistance_tolerance = 150
max_longdistance_tolerance = 2160