From 5aea5a7e680b4d3c9dd80e6e107cb60ed2371f8a Mon Sep 17 00:00:00 2001 From: Mervill Date: Sat, 21 Jan 2017 02:52:30 -0800 Subject: [PATCH] Removes references to depreciated maps from the readme (#23151) * Removes references to depreciated maps from the readme * adds wiki links for new maps --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f58e9ddd2c9..1db44ec0568 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,13 @@ the new version. * [tgstation2 (default)](http://tgstation13.org/wiki/Boxstation) * [MetaStation](https://tgstation13.org/wiki/MetaStation) -* [MiniStation](http://tgstation13.org/wiki/MiniStation) -* [AsteroidStation](https://tgstation13.org/wiki/AsteroidStation) * [BirdStation](https://tgstation13.org/wiki/BirdStation) -* [DreamStation](https://tgstation13.org/wiki/Dreamstation) -* [EfficiencyStation](https://tgstation13.org/wiki/Efficiency_Station) +* [DeltaStation](https://tgstation13.org/wiki/DeltaStation) +* [OmegaStation](https://tgstation13.org/wiki/OmegaStation) +* [PubbyStation](https://tgstation13.org/wiki/PubbyStation) -All maps have their own code file that is in the base of the _maps directory. Instead of loading the map directly we instead use a code file to include the map and then include any other code changes that are needed for it; for example MiniStation changes the uplink items for the map. Follow this guideline when adding your own map, to your fork, for easy compatibility. + +All maps have their own code file that is in the base of the _maps directory. Instead of loading the map directly we instead use a code file to include the map and then include any other code changes that are needed for it. Follow this guideline when adding your own map, to your fork, for easy compatibility. If you want to load a different map, just open the corresponding map's code file in Dream Maker, make sure all of the other map code files are unticked in the file tree, in the left side of the screen, and then make sure the map code file you want is ticked.