Mod:Hunger mechanics

From Wikipedia 2197
Revision as of 20:32, 22 September 2022 by Anabellebel (talk | contribs)
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 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 
    .