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

From Wikipedia 2197
Jump to navigation Jump to search
m
m
Line 6: Line 6:
  
 
== Disable the ''tutorial mode'' ==
 
== Disable the ''tutorial mode'' ==
# Open the folder ''Game''/ then ''config.lua'' with a text editor.
+
# Open the folder ''Game''/ then '''config.lua''' with a text editor.
 
# Under "config.tutorial_mode", replace {{False button|enabled = true,|color=gray2}} by {{False button|enabled = false,|color=gray2}}.
 
# Under "config.tutorial_mode", replace {{False button|enabled = true,|color=gray2}} by {{False button|enabled = false,|color=gray2}}.
 
# Go to the {{False button|File|color=gray2}} menu then {{False button|Save|color=gray2}}.
 
# Go to the {{False button|File|color=gray2}} menu then {{False button|Save|color=gray2}}.

Revision as of 20:08, 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 
    .