Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Polished the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacom committed Jun 3, 2014
1 parent 9ed744e commit f8bd05e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/tg/station 13 v1.0 - 6 October 2010 [![Build Status](https://travis-ci.org/tgstation/-tg-station.png)](https://travis-ci.org/tgstation/-tg-station)
##/tg/station v1.0.1

Website: http://www.tgstation13.org
[![Build Status](https://travis-ci.org/tgstation/-tg-station.png)](https://travis-ci.org/tgstation/-tg-station)

Code: https://github.com/tgstation/-tg-station

IRC: irc://irc.rizon.net/coderbus
**Website:** http://www.tgstation13.org <BR>
**Code:** https://github.com/tgstation/-tg-station <BR>
**IRC:** irc://irc.rizon.net/coderbus <BR>

##DOWNLOADING

Expand Down Expand Up @@ -92,9 +93,9 @@ the new version.
* [MetaStation](http://tgstation13.org/wiki/MetaStation)
* [MiniStation](http://tgstation13.org/wiki/MiniStation)

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; for example MiniStation changes the uplink items for the map. 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 code files are unticked in the file tree, in the left side of the screen, and then tick the desired map's code file.
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.

##SQL SETUP

Expand Down

0 comments on commit f8bd05e

Please sign in to comment.