/tg/ Station 13 - Modules - TypesDefine Details

code/_compile_options.dm

PRELOAD_RSCIf this is uncommented, we set up the ref tracker to be used in a live environment And to log events to [log_dir]/harddels.log Sets up the reftracker to be used locally, to hunt for hard deletions Errors are logged to [log_dir]/harddels.log If this is uncommented, Autowiki will generate edits and shut down the server. Prefer the autowiki build target instead. If defined, we boot up, run world.run_performance_tests() and then shut down the server If this is uncommented, will profile mapload atom initializations If uncommented, Dreamluau will be fully disabled. If this is uncommented, force our verb processing into just the 2% of a tick We normally reserve for it NEVER run this on live, it's for simulating highpop only
USE_RUSTG_ICONFORGE_GAGSRuns the game in "map test mode" Map test mode prevents common annoyances, such as rats from spawning and random light fixture breakage, so mappers can test important facets of their map (working powernet, atmos, good light coverage) without these interfering. Disable to use builtin DM-based generation. IconForge is 250x times faster but requires storing the icons in tmp/ and may result in higher asset transport. Note that the builtin GAGS editor still uses the 'legacy' generation to allow for debugging.

Define Details

PRELOAD_RSC

If this is uncommented, we set up the ref tracker to be used in a live environment And to log events to [log_dir]/harddels.log Sets up the reftracker to be used locally, to hunt for hard deletions Errors are logged to [log_dir]/harddels.log If this is uncommented, Autowiki will generate edits and shut down the server. Prefer the autowiki build target instead. If defined, we boot up, run world.run_performance_tests() and then shut down the server If this is uncommented, will profile mapload atom initializations If uncommented, Dreamluau will be fully disabled. If this is uncommented, force our verb processing into just the 2% of a tick We normally reserve for it NEVER run this on live, it's for simulating highpop only

USE_RUSTG_ICONFORGE_GAGS

Runs the game in "map test mode" Map test mode prevents common annoyances, such as rats from spawning and random light fixture breakage, so mappers can test important facets of their map (working powernet, atmos, good light coverage) without these interfering. Disable to use builtin DM-based generation. IconForge is 250x times faster but requires storing the icons in tmp/ and may result in higher asset transport. Note that the builtin GAGS editor still uses the 'legacy' generation to allow for debugging.