From 62865f9bcf89288c5e7cad223871d707e8255509 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Fri, 12 Jan 2024 19:53:59 +0100 Subject: [PATCH] Flesh out SRNW section. --- openttd-srnw.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/openttd-srnw.org b/openttd-srnw.org index 1fdad97..c2df722 100644 --- a/openttd-srnw.org +++ b/openttd-srnw.org @@ -24,8 +24,25 @@ We do not want to deal with each station individually but run the pick-up trains in a loop that automatically visits a station with a full load of passengers available. +To make all of this work we have: +1. Inner-city SBahn stations +2. Outside-city waiting loop for the pick-up trains +3. Outside-city exit track to the transfer / ICE station +4. Outside-city transfer / ICE station +5. Injection mechanism from the ICE station to the waiting loop. + [[file:openttd-srnw/overview.png][file:openttd-srnw/overview_small.png]] +The pick-up trains have two orders: +1. Go to transfer / ICE station and transfer passengers. +2. Go to inject way-point. + +The inject way-point leads to the waiting loop. From there the only +way to reach the transfer station is through any of the SBahn +stations. We have to arrange the SBahn stations in a way that they are +only accessible when there is a full load of passengers available. + +* City Layout For maximum growth and ease of putting train stations into the city we are using a 3x3 road grid. A spiral would be even better but it is annoying to put train stations into a spiral without disrupting the