Skip to content

Dev Settings ‐ Configuration

ReactX edited this page Feb 22, 2024 · 3 revisions

The game settings located at ./server/src/config/DevSettings.ts is a configuration file containing flags that improve the development process, by allowing developers to enable and disable features within the client. For some of these flags, including loading of dev bases or rewards, you will need to wipe your database. All flags and their descriptions are listed below:


// Enable to see the missing server assets within the logs
logMissingAssets: false,
// Determines whether the tutorial phase of the game should be active or not.
skipTutorial: true,
// Unlocks all in-game event unlockable rewards
unlockAllEventRewards: false,
// Enable or disable the maproom
maproom: false,
// Enable or disable inferno
inferno: false,
// Setting this to true will load a developer sandbox base ready for testing.
devSandbox: false
// Setting this to true will load an original 2020 base, with additional debug data.
debugSandbox: false,

You can find the data for sandbox bases in ./server/src/bases/