☘️
The Insurgent's Manifesto
  • Home
  • Getting Started
    • Setup
    • Configuration
  • Game Improvements & Fixes
    • General
    • Animations
    • Locations
      • Archades
      • Jahara
      • Nalbina Dungeons
    • Events
      • Bhujerba
      • Dalmasca Estersand
      • Dreadnought Leviathan
      • Garamysythe Waterway
      • Giza Plains (Dry)
      • Rabanastre
      • Sky Fortress Bahamut
  • Dalan
    • General
  • VM Extension
    • General
    • Current Call Targets
      • Set Gambit Slot Max
      • Reset Jobs
      • Has Job Assigned
    • New Call Targets
      • Check Version
      • Memory Push Stack
      • Memory Execute
      • Memory Execute F
      • Memory Read Byte
      • Memory Write Byte
      • Memory Read Short
      • Memory Write Short
      • Memory Read Int
      • Memory Write Int
      • Memory Read Float
      • Memory Write Float
  • Text Extension
    • General
  • Support & Updates
    • Changelogs
      • Version 1.5.1
      • Version 1.5.0
      • Version 1.4.0
      • Version 1.3.0
      • Version 1.2.0
      • Version 1.1.0
      • Version 1.0.0
    • Known Issues
    • FAQ
  • Credits
Powered by GitBook
On this page
  1. Getting Started

Configuration

The state of all optional features are loaded from the {game}/x64/scripts/config/TheInsurgentsManifestoConfig.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 = {
  smartStealingGambits = true,
  trueInvisibility = true,
  thirtySixGambitsAndOneSet = false,
  hideEquipmentOutOfBattle = false,
  customAutoSheatheDelay = true,
  noHiddenEffectsOnPause = true,
  noChainLootPickupPunishment = false,
  noAutoPause = false,
  noAutoSave = false,
  noIntroLogo = true,
  noCrashDumper = true
}

local configParameters = {
  customAutoSheatheDelay = 1
}

return configStates, configParameters

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.

Config Parameters

A list of options with their configurable parameters.

For example: The option Custom Auto-Sheathe Delay with the parameter 1 would result in an auto-sheathe delay of 1 second after battle.

PreviousSetupNextGeneral

Last updated 1 year ago