Mod:Deactivate ''tutorial mode''

From Wikipedia 2197
Jump to navigation Jump to search

This tutorial shows 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.

Alert.png  For advanced players who already know the game mechanics. Since unlocking explanation windows often earns some Autonomy Points, disabling them will bring forward an extra challenge. 



Screenshot of The Sum displaying an explanation popup window.

Required tools[edit | edit source]

Disable the tutorial mode[edit | edit source]

  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 
    .