Difference between revisions of "Mod:Deactivate ''tutorial mode''"

From Wikipedia 2197
Jump to navigation Jump to search
m
m
Line 1: Line 1:
This tutorial will explain you how to disable the ''tutorial mode'' in ''[[Wikipedia 2197|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.{{Caution|For advanced players who already know the game mechanics. Since unlocking explanation windows sometimes earns [[Autonomy Points]], disabling them will bring an extra challenge.}}
+
This tutorial shows how to disable the ''tutorial mode'' in ''[[Wikipedia 2197|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.{{Caution|For advanced players who already know the game mechanics. Since unlocking explanation windows sometimes earns [[Autonomy Points]], disabling them will bring an extra challenge.}}
 
[[file:Tutorial Screen.jpg|thumb|Screenshot of ''The Sum'' displaying an explanation popup window.]]
 
[[file:Tutorial Screen.jpg|thumb|Screenshot of ''The Sum'' displaying an explanation popup window.]]
  

Revision as of 20:04, 22 September 2022

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.Template:Caution

Screenshot of The Sum displaying an explanation popup window.

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 
    .