An open source repo of user made Railroad Tycoon 2 maps. Huge thanks to the guys from The Terminal for their support and for contributing their maps to this repo. For discussion on the topic see this thread. If you need to contact me for contributor access or if you have questions/comments, you can reach me on twitter: @alexgophermix, or through my site: thegameengine.org
Railroad Tycoon 2 has had much community activity since its release, especially in terms of user generated content. This has led to many enjoyable scenarios, albiet in many different versions, scattered throughout the web. The purpose of this repo is to create an easily accessible, community modifiable, and hopefully stable repository for as many maps as possible.
####without git
- Click the
download zip
button in the right hand menu or download the zip here. - Extract the zip to the location of your choosing.
####with git
- Install git. There's a great GitHub tutorial on how to do this on Windows, Mac, or Linux here.
- Clone the git repo. Open a new terminal window, navigate to the directory where you would like the repo to be cloned and run the following command
git clone [email protected]:oseparovic/RRT2Maps.git
. This will clone the entire repo into a folder calledRRT2Maps
.
Both Windows and Mac/Linux installation is supported. With both you have a few ooptions:
####Windows
- Manually copy the maps you want to play (
.MP2
/.MAP
files) into your Railroad Tycoon 2/Maps directory OR - Run the
zip_all_maps.bat
script via double click and extract the createdall_maps.zip
into yourRailroad Tycoon 2/Maps
directory to add ALL scenarios to your game.
####Mac/Linux
- Manually copy the maps you want to play (
.MP2
/.MAP
files) into yourRailroad Tycoon 2/Maps
directory OR - Run the
zip_all_maps.sh
script viash zip_all_maps.sh
and extract the createdall_maps.zip
into yourRailroad Tycoon 2/Maps
directory to add ALL scenarios to your game.