Difference between revisions of "Mod:Hunger mechanics"

From Wikipedia 2197
Jump to navigation Jump to search
(Created page with "This tutorial shows how to alter and even disable all the ''hunger mechanics'' in ''The Sum''. Those mechanics are an important element of the game, but mig...")
 
m
Line 1: Line 1:
This tutorial shows how to alter and even disable all the ''hunger mechanics'' in ''[[Wikipedia 2197|The Sum]]''. Those mechanics are an important element of the game, but might constitute ''too much work'' for some players. They might also proove to be too little of a challenge for some, so this tutorial is also intended to increase its effects.
+
This tutorial shows how to alter and even disable all the ''hunger mechanics'' in ''[[Wikipedia 2197|The Sum]]''. Those mechanics are an important element of the game, but might constitute just ''too much work or challenge'' for some players. They might also proove to be too little of a challenge for some, so this tutorial is also intended to increase its effects.
 
[[file:Hunger Screen.jpg|thumb|Screenshot of ''The Sum'' displaying a hungry character.]]
 
[[file:Hunger Screen.jpg|thumb|Screenshot of ''The Sum'' displaying a hungry character.]]
  

Revision as of 20:32, 22 September 2022

This tutorial shows how to alter and even disable all the hunger mechanics in The Sum. Those mechanics are an important element of the game, but might constitute just too much work or challenge for some players. They might also proove to be too little of a challenge for some, so this tutorial is also intended to increase its effects.

Screenshot of The Sum displaying a hungry 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 
    .