Configuration

Configuration

The state of all complementary features are loaded from the {game}/x64/scripts/config/TheInsurgentsPastConfig.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 configStates = {
  classicGame = true,
  classicMist = true,
  classicGuestsAndEspers = true,
  classicTreasures = true,
  damageLimit = true,
  noGuestExp = true,
  noEsperMpRequirement = true,
  hideNotAdjacentLicenseNodes = true,
  classicEffectCapacity = false
}

return configStates

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

Config States

A list of all options and their state.

To enable an option, set their state to true, and to disable it, set it to false.

Last updated