Mod:Hunger mechanics

From Wikipedia 2197
Revision as of 20:31, 22 September 2022 by Anabellebel (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 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.

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 
    .