Skip to main content

Advanced Configuration Options

LifeTO comes with a set of custom configuration options that aren't available in the game. Currently, you can change the FPS limit and disable the Mind's Eye shadow overlay.

Advanced Users

The configuration file is described in the TOML file format. In layman's terms, it is a text file with a special structure that contains the settings for the game's advanced options.

By default, LifeTO does not ship with a configuration file. You must create one yourself using Notepad or any other text editor with the filename lifeto.toml. The file should be in the same folder as Splash.exe and Trickster.bin.

The default configuration is as follows:

[graphics]
fps_limit = 60

[qol_fixes]
disable_shadow_overlay = false

Valid Configuration Values

Header Name Description Valid Values
[graphics] fps_limit In-game FPS limit Any positive number. Default value: 60
[qol_fixes] disable_shadow_overlay Disables the Mind's Eye skill's shadow overlay true: disable the overlay
false: don't disable the overlay

Step-by-Step Guide

  1. Open Notepad or your favorite text editor. This guide will assume the use of Notepad.
  2. Copy and paste the default configuration above (all of the code from the "default configuration" section) into Notepad.
  3. Go to FileSave As...
  4. Browse to the game's main folder, where Splash.exe and the data folder are located. Do not enter the data folder. (Please note that you will not be able to see any of the game's files until you follow the next step, so don't panic if you don't see anything other than data.)
  5. Change the Save as type to All Files (*.*)
  6. Type in lifeto.toml for the file name
  7. Press Save