Files
GS13NG/_maps/_basemap.dm
evilew 72168518fc map path swap
swapping paths of selectable maps
2024-11-09 18:40:17 +01:00

23 lines
745 B
Plaintext

//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.
//gs13 - replaced some of the stations with GS versions
#include "map_files\generic\CentCom.dmm"
#ifndef LOWMEMORYMODE
#ifdef ALL_MAPS
#include "gs_maps\Mining\Lavaland.dmm"
#include "map_files\debug\runtimestation.dmm"
#include "map_files\Deltastation\DeltaStation2.dmm"
#include "gs_maps\MetaStation\MetaStation.dmm"
#include "gs_maps\OmegaStation\OmegaStation.dmm"
#include "gs_maps\PubbyStation\PubbyStation.dmm"
#include "gs_maps\BoxStation\BoxStation.dmm"
#include "map_files\LambdaStation\lambda.dmm"
#include "map_files\SpookyStation\SpookyStation.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
#endif
#endif