🧙‍♂️
The Insurgent's Past
  • Home
  • Getting Started
    • Setup
    • Configuration
  • Support & Updates
    • Changelogs
      • Version 1.4.0
      • Version 1.3.3
      • Version 1.3.2
      • Version 1.3.1
      • Version 1.3.0
      • Version 1.2.0
      • Version 1.1.0
      • Version 1.0.0
    • Known Issues
    • FAQ
Powered by GitBook
On this page
  1. Getting Started

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.

PreviousSetupNextChangelogs

Last updated 1 year ago