Files
GS13NG/_maps/_basemap.dm
T
evilew 7da7c6292e lavaland mining base
shoved our variant of lavaland  mining base into gs_maps folder
2024-11-20 02:36:24 +01:00

22 lines
807 B
Plaintext

//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.
#include "map_files\generic\CentCom.dmm"
#ifndef LOWMEMORYMODE
#ifdef ALL_MAPS
#include "map_files\Mining\Lavaland.dmm"
#include "map_files\debug\runtimestation.dmm"
#include "map_files\Deltastation\DeltaStation2.dmm"
#include "gs_maps\MetaStation\MetaStation.dmm" //GS13 - gainstation variant
#include "gs_maps\OmegaStation\OmegaStation.dmm" //GS13 - gainstation variant
#include "gs_maps\PubbyStation\PubbyStation.dmm" //GS13 - gainstation variant
#include "gs_maps\BoxStation\BoxStation.dmm" //GS13 - gainstation variant
#include "map_files\LambdaStation\lambda.dmm"
#include "map_files\SpookyStation\SpookyStation.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
#endif
#endif