Skip to content

Commit

Permalink
Merge pull request tgstation#9796 from CorruptComputer/MergeConflicts…
Browse files Browse the repository at this point in the history
…Suck

[Merge Ready] "AsteroidStation rises from the dead, try two!"
  • Loading branch information
Razharas committed Jul 5, 2015
2 parents 69df368 + 80668b8 commit b9edcba
Show file tree
Hide file tree
Showing 8 changed files with 8,209 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
- DM_MAPFILE="tgstation2"
- DM_MAPFILE="metastation"
- DM_MAPFILE="ministation"
- DM_MAPFILE="asteroidstation"

before_install:
- sudo apt-get update -qq
Expand Down
24 changes: 24 additions & 0 deletions _maps/AsteroidStation.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*
The /tg/ codebase currently requires you to have 7 z-levels of the same size dimensions.
z-level order is important, the order you put them in inside this file will determine what z level number they are assigned ingame.
Names of z-level do not matter, but order does greatly, for instances such as checking alive status of revheads on z1
*/

#if !defined(MAP_FILE)

#include "map_files\AsteroidStation\AsteroidStation.dmm"
#include "map_files\AsteroidStation\z2.dmm"
#include "map_files\generic\z3.dmm"
#include "map_files\generic\z4.dmm"
#include "map_files\AsteroidStation\z5.dmm"
#include "map_files\generic\z6.dmm"
#include "map_files\generic\z7.dmm"

#define MAP_FILE "AsteroidStation.dmm"
#define MAP_NAME "AsteroidStation"

#elif !defined(MAP_OVERRIDE)

#warn a map has already been included, ignoring AsteroidStation.

#endif
6,675 changes: 6,675 additions & 0 deletions _maps/map_files/AsteroidStation/Asteroidstation.dmm

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions _maps/map_files/AsteroidStation/readme.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
The contents of these files should not be ticked/included while compiling.
These files are only included, and compiled, when \_maps\Asteroidstation.dm is included; as these files are necessary to run Asteroidstation.
You do not have to tick them yourself, it will be automatically done by the asteroidstation.dm file.
*/
1,150 changes: 1,150 additions & 0 deletions _maps/map_files/AsteroidStation/z2.dmm

Large diffs are not rendered by default.

346 changes: 346 additions & 0 deletions _maps/map_files/AsteroidStation/z5.dmm

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/admins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ cookingboy3 = Game Master
limeliz = Game Master
steelpoint = Game Master
phil235 = Game Master
CorruptComputer = Game Master
xxnoob = Game Master
tkdrg = Game Master
Cuboos = Game Master
Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/CorruptComputer-Asteroidstation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: CorruptComputer

delete-after: True

changes:
- rscadd: "Readded Asteroidstation, now up to date, with solars, and generally better!"

0 comments on commit b9edcba

Please sign in to comment.