"Editors included with the game allow you to create your own routes,
activities and traffic patterns."
"Support for adding locomotives, scenery objects and cabs created with
suitable 2D paint packages and 3D modelling packages."
Does not share any code with Microsoft's Flight Simulator
First released in 2001, with a newer "version 2" that was supposed
to be released in 2004, but never was. Then it was going to be
"re-launched" in 2007, but it was killed again in 2009. The
wikip
article on MSTS2 has the history.
Open-source alternative to MSTS, begun in 2009. Uses the same
MSTS content and formats.
Written in C# on the XNA platform (Microsoft's .NET-based game
framework)
The team "hopes to create a Route Editor with our program to allow
users to build their own train routes with laying track and adding other
scenery elements such as vegetation and water. "
3DTT (3D
Transport Tycoon)
a
game, uses OpenGL, with multitextured landscape and procedural content
fully 3D train system, track editing, automatically carves the terrain
to the tracks
from Peter Dobrovka and WAY-X (a group of German hobby programmers)
later made into a commercial game "Schiene und Strasse" ("Rail and Road")
although there was a legal fallout with the original authors
in general, there are no computerized records of fence locations in the
usual government geodata layers, but they could possibly be implied from property
boundaries, when those boundaries are available as GIS data
vtlib will dynamically construct a fence
or a wall, given coordinates (polyline)
a section of linear structure is described by a set of parameters:
A very common type of fence is "security fence", which consists of chain
link with the addition of barbed wire above it in many configurations.
This is found around e.g. every electrical plant and airport in the USA.
The fencing industry describes it this way: "Barbed Wire Extensions:
Steel angle extensions, cranked or straight are fixed to the posts and take
standard of three lines of barbed wire. Double Barbed Wire Extensions:
Two cranked extensions are provided, each taking three lines of barbed wire."
This presents a challenge to parameterization, as there are multiple
instances of connection.
Pipelines
highly suitable for procedural geometry construction