Planetfall
These cheats are for Planetfall version 37-851003.
Hunger and thirst
The global variable Gbc
tracks hunger and thirst. It can take the following values:
- 0: Well-fed.
- 1, 2: Fairly thirsty and hungry.
- 3, 4: Noticeably thirsty and hungry.
- 5: Awesomely phenomenally thirsty and hungry.
cheat = freeze:Gbc:0
Sleepiness
The global variable Gbe
tracks sleepiness. It can take the following values:
- 0: Well-rested.
- 1: Sort of tired.
- 2: Quite tired.
- 3: Phenomenally tired.
cheat = freeze:Gbe:0
Health
The global variable Gba
tracks health. It can take the following values:
- 0: Perfect health.
- 1, 2, 3: A bit sick and feverish.
- 4, 5: Somewhat sick and feverish.
- 6, 7: Very sick and feverish.
- 8: Severely sick and feverish.
cheat = freeze:Gba:0
Carrying capacity
The global variable Gda
specifies the amount of weight that can be carried, while G80
specifies the number of items. Because these are treated as signed 16-bit values, 32767 is the maximum for each: larger values will be interpreted as negative numbers.
cheat = freeze:Gda:32000
cheat = freeze:G80:32000