mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 20:22:07 +00:00
* Add Birdshot Station to _basemap.dm * conflicts --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
27 lines
897 B
Plaintext
27 lines
897 B
Plaintext
//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.
|
|
|
|
#include "map_files\generic\CentCom.dmm"
|
|
|
|
#include "map_files\generic\CentCom_skyrat_z2.dmm" //SKYRAT EDIT ADDITION - SMMS
|
|
|
|
#ifndef LOWMEMORYMODE
|
|
#ifdef ALL_MAPS
|
|
#include "map_files\Birdshot\birdshot.dmm"
|
|
#include "map_files\debug\multiz.dmm"
|
|
#include "map_files\debug\runtimestation.dmm"
|
|
#include "map_files\Deltastation\DeltaStation2.dmm"
|
|
#include "map_files\IceBoxStation\IceBoxStation.dmm"
|
|
#include "map_files\MetaStation\MetaStation.dmm"
|
|
#include "map_files\Mining\Lavaland.dmm"
|
|
#include "map_files\NorthStar\north_star.dmm"
|
|
#include "map_files\tramstation\tramstation.dmm"
|
|
// SKYRAT EDIT ADDITON START - Compiling our modular maps too!
|
|
#include "map_files\VoidRaptor\VoidRaptor.dmm"
|
|
// SKYRAT EDIT END
|
|
|
|
#ifdef CIBUILDING
|
|
#include "templates.dm"
|
|
#endif
|
|
#endif
|
|
#endif
|