forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tgstation#9796 from CorruptComputer/MergeConflicts…
…Suck [Merge Ready] "AsteroidStation rises from the dead, try two!"
- Loading branch information
Showing
8 changed files
with
8,209 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
6,675
_maps/map_files/AsteroidStation/Asteroidstation.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!" |