Skip to content

Commit

Permalink
map debug (#10980)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilDragonfiend authored Jun 4, 2024
1 parent 4124023 commit 9827023
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.

// uncomment this for a map you need to use
// #define FORCE_MAP "corgstation"
// #define FORCE_MAP "boxstation"
// #define FORCE_MAP "metastation"
// #define FORCE_MAP "deltastation"
// #define FORCE_MAP "kilostation"
// #define FORCE_MAP "flandstation"
// #define FORCE_MAP "radstation"
// #define FORCE_MAP "echostation"
// #define FORCE_MAP "runtimestation"
// #define FORCE_MAP "multiz_debug"

#include "map_files\generic\CentCom.dmm"

#ifndef LOWMEMORYMODE
Expand Down
8 changes: 6 additions & 2 deletions code/_compile_options.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,12 @@

//#define LOWMEMORYMODE
#ifdef LOWMEMORYMODE
#warn WARNING: Compiling with LOWMEMORYMODE.
#define FORCE_MAP "runtimestation"
#warn WARNING: Compiling with LOWMEMORYMODE.
#ifdef FORCE_MAP
#warn WARNING: FORCE_MAP is already defined.
#else
#define FORCE_MAP "runtimestation"
#endif
#endif

//TODO Remove the SDMM check when it supports 1568
Expand Down

0 comments on commit 9827023

Please sign in to comment.