25-10-2010, Monday-21:49:58
Die Anzeige im Depot ist korrekt, wenn es darum geht, ob ein Fahrzeug in die Station passt und nicht das Gleis davor blockiert. Wenn es um Beladung geht, gelten andere Regeln.
aus simconvoi.cc Zeile 2884
Ein Fahrzeug mit Wagen gekoppelt an Position >8 steht bei bestimmten Situationen hinter der Halterstelle (Kurve vor Haltestelle). Beladen wird es trotzdem. Was ist also korrekt?
aus simconvoi.cc Zeile 2884
Code:
uint16 convoi_t::get_tile_length() const
...
// the last vehicle counts differently in stations and for reserving track
// (1) add 8 = 127/256 tile to account for the driving in stations in north/west direction
// see at the end of vehikel_t::hop()
// (2) for length of convoi for loading in stations the length of the last vehicle matters
// see convoi_t::hat_gehalten
Ein Fahrzeug mit Wagen gekoppelt an Position >8 steht bei bestimmten Situationen hinter der Halterstelle (Kurve vor Haltestelle). Beladen wird es trotzdem. Was ist also korrekt?