Mod:Starting items

From Wikipedia 2197
Revision as of 20:02, 22 September 2022 by Anabellebel (talk | contribs) (Created page with "This tutorial will explain you how to disable the ''tutorial mode'' in ''The Sum''. It generates information windows as game elements are discovered, or ite...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This tutorial will explain you how to disable the tutorial mode in The Sum. It generates information windows as game elements are discovered, or items are equipped, adding a lot of text to the game. Turning it off leads to a more direct gameplay experience.Template:Caution

Screenshot of The Sum displaying the start inventory of Mara's character.

Required tools

Disable the tutorial mode

  1. Open the folder Game/ then config.lua with a text editor.
  2. Under "config.tutorial_mode", replace
     enabled = true, 
    by
     enabled = false, 
    .
  3. Go to the
     File 
    menu then
     Save 
    .