Configuration

Configuration

All configurable options are loaded from the {game}/x64/scripts/config/AlwaysSpawnTreasuresConfig.lua file when opening the game.

This configuration file can be modified via any text editor. The following configuration is the default:

Default Configuration
local uniqueState = false

return uniqueState

Below is a list of all configurable options and what they are used for:

Unique State

If set to true, only spawn unique treasures if they haven't been opened before.

Last updated