Quickstart guide

From NIMBY Rails Wiki
Revision as of 19:51, 6 December 2022 by Hannibal (talk | contribs)
Jump to navigation Jump to search

This guide shows how to make and run a simple train line, with an introduction to some of the functionality in the game.

Objective and motivation

Build a rail network. Create lines linking stations. Buy trains to run on those lines. Monitor the demand for your services and the satisfaction of your users. Generate income from fares. Rinse and repeat.

NIMBY Rails is a sandbox game and as such it requires a high degree of self motivation to play. There is no campaign mode and no in-game progression prompts or unlocking of any kind. It's you, the editing tools, a loan of one billion of fake money, and the entire world mapped with one centimeter resolution.

This guide shows how to make and run a simple train line, with an introduction to some of the functionality in the game. Feel free to peek and poke the UI beyond of what is explained here, it doesn't bite.

Basic controls

Top level controls

  • F1: info tool
  • F2: track editor
  • F3: line editor
  • F4: train editor
  • F11: stats for nerds
  • Esc: "get out of tool/editor", then main menu
  • Home: map mode
  • End: track mode
  • -: game speed down (only in single player)
  • =: game speed up (only in single player)
  • Space: pause game (only in single player)

Map controls

  • Left mouse button: general interactions with UI and map objects
  • Drag with right mouse button: pan map
  • Mouse wheel: zoom map (centered on mouse pointer)
  • WASD: pan map
  • QE: zoom map (center of screen)

Track editor controls

  • M: Move, delete and edit tracks
  • N: Append to tracks or create New ones
  • B: Create new track Branches
  • T: Create new sTation platforms
  • P: Create new dePot
  • 1: Viaduct track
  • 2: Ground track
  • 3: Tram track
  • 4: Tunnel track

Building tracks and stations

After you start a game, the map is displayed, with the info mode selected by default. We will make use of the info mode later on. You can move around the map using the controls described in the Basic controls sections with any mode or tool selected. Move around to find a city or area you want to start build around. Then select the Tracks mode in the top left toolbar.

Toolbar

The tracks mode has 5 tools, which can be selected in the vertical tracks mode toolbar. From top to bottom: Move, delete and edit tracks; Append tracks or create new ones; Create new track branches; Create new station platforms; and Create new depots. There are different kinds of tracks, and you can switch between them in the left toolbar, under the depot tool button. From top to bottom: viaduct, ground, tram and tunnel. The track mode has detailed contextual help for all tools and modifiers, displayed in the center bottom of the screen.

To create a new track, select the Append track tool. Left click somewhere in the map, move the mouse away to make the track longer, then left click again to end the track.

Building track

You can create more independent tracks by clicking on empty map areas, or continue your existing track by clicking on the "+" handles at the end of it to directly create new linked track.

As you create and link tracks, you will notice some tracks become red and a conflict is noted in the blueprint window. Different kinds of tracks have different tradeoffs. Ground track is the fastest and cheap, but it has many restrictions. In the previous screenshot it is not being allowed to cross over a road because they met at a too acute angle, and the game will refuse to insert an underpass. If you want to do such a construction you could switch it to a viaduct:

To quickly change the track kind while you are building, use the number keys between 1 and 4. Other conflicts are due to the geometry of the track themselves, for example making a too short or too long track, or a track with a too small radius curve. And speaking of curvature, the curve radius limits the max speed of a track segment, so watch out if intend to run fast trains on them (or even slow ones!).

To allow for passengers (henceforth called pax) to board trains, you also need to build stations using the stations tool:

Building stations

Stations have an area of influence. Station influence areas determine how much demand will be potentially generated to/from this station, in proportion to the population of its city. This area cannot be shared with other stations, and the game will automatically cut overlapping station influence areas:

Station coverage

Stations are not linked by default to existing tracks, and you must build another track segment to link them. For urban and local builds it's often a good idea to start building with the stations, and then build the tracks.

Stations are not limited to a single platform either. It is possible and often desirable to have more than one platform in a station. To do so, just build another platform parallel to an existing one, making sure the border areas touch, but not the actual tracks:

Stations can have multiple platforms

Other kinds of track, like tunnels, allow unlimited layering and even touching tracks, since these are assumed to be at different levels.

Let's build some more tracks to link this town with the outskirts of a nearby metropolis:

Building track along a route from town to town

Tracks are always built in blueprint mode. Blueprinting is free, but you cannot define lines or run trains over blueprints. In order to make your tracks available for the rest of the game you need build your blueprint, with the "Build now" button in the blueprint bill dialog.

After building blueprints, the track is no longer coloured blue

Creating lines

With two stations and a length of track between of them, it's time to define our first line. Lines tells trains where to go. Without lines it is impossible to give (useful) orders to trains.

Lines are just a list of station platforms at the most basic level. Trains assigned to lines will stop, in order, at every station listed. When reaching the end of the list they will go back to the start. In other words lines are always a circle. If you want to implement the usual "reverse at end" behavior, you must first list the stations in one direction, then list the stations in the reverse order, using the appropriate direction platform. This is a lot clearer with the following example.

To start defining a line, select the Lines mode in the top toolbar and then click the "Create new line" at the bottom of the left panel.

Line editor

After creating a line you are shown the line editor panel. Lines have both a name and a code. The code is meant to be a short name used in places where the full name won't fit, like in train icons. Then you can set the base ticker price, which every pax will pay once when boarding a train running this line. And the price per km, which pax will pay after leaving the train. Colors are important when running many lines, feel free to get creative.

After the basic line editor fields you can find the stop listing. To add stops to the listing select the "Add stops to line" button. It is the rightmost button in the bottom of the line editor panel.

Adding stops

In stop mode a couple of clickable arrows are displayed on top of every (unused by the line) station platform. To add a stop just click one of these arrows. Before clicking "C":

Before clicking "C"

After clicking "C":

After clicking "C"

Our new line now has a single stop, which is not very useful. Let's make another stop in the station to the south:

Let's make another stop

Clicking "C":

After clicking "C" on the next stop

Our line now has 2 stops, the minimum to make an useful line. As explained earlier this line is circular: after stopping in Stop 2, trains will go back to Stop 1. If this was just a 2 station line, we would be done. But let's add a third stop:

Adding another stop

Now, after stopping at Stop 3, the train will go back to Stop 1, and in doing so it won't stop in the middle station. So we must add a fourth stop in the middle station after stop 3. Let's review how the final result looks like, and how are the stops distributed. You can match the stops numbers in the listing with the stops numbers on the map:

You can match the stops numbers in the listing with the stops numbers on the map

This line will operate like a typical "reverse at end" line but it's in fact a circle, like every other line. Trains can start their day at stop 1 at the bottom of the map, then stop at 2, then go up to stop 3. There they will automatically reverse course (trains are allowed to reverse inside stations) and go back to meet stop 4 in the middle station, but on a different platform. No more stops are required in this example since going back to stop 1 is what we want.

Purchasing trains and opening the line

Let's buy some trains for our line. The easiest way is to use the shortcut from the line editor. Select your new line in the line editor, and click the Add Train button:

This opens the train editor in purchase mode, with a hidden schedule already pre-set to run our new line. Just select the train model you want from the left listing, adjust the number of trains to purchase, and click the Purchase button.

As a final step, you have to change the Service Level of your line so it can being pax service. Lines by default are closed, allowing you to edit and make changes without giving pax any expectations of service. After you change a line service into Full, pax will consider the line open for business and will start planning their trips to use it:

Monitoring pax, satisfaction and demand

Moving empty air is not a very profitable venture, no matter how well scheduled it is. So your goal is to get pax to board your trains, and keep them as satisfied as possible. The more satisfied your pax are, the better satisfaction rating your stations get. Station satisfaction directly influences how much of a demand exists for that station, which influences how many pax it can spawn.

Keeping pax happy depends on two factors: fare prices and travel time. A very cheap but slow line can work out ok, as does a very fast but expensive one. The exact formula is not public and it is for you to discover what works and what does not.

You can find out how your stations are doing by going into info mode by selecting the first button in the left toolbar, and clicking their yellow nameplates:


By default a listing of all the waiting pax is displayed, grouped by destination. Apart from the origin and destination for each pax, you can see for how long have they waiting and traveling, how much they have spend in your services so far, and what is their satisfaction level (these are averages for grouped views). If you hover your cursor on top of the satisfaction icons it will give you a hint of what is going wrong (or good):


This tells you what is the current level of satisfaction for the pax, and which paid fares and time spent would be required for that satisfaction to be at a neutral level. The satisfaction is derived from how close you are to those values. You can compensate a slow train with low fares, or ask pax to pay more for a very fast train.