mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 12:03:28 +01:00
added info about the EditCurrentActionSpot cheat
This commit is contained in:
parent
405ba156cd
commit
2698242e5b
1 changed files with 10 additions and 5 deletions
|
@ -54,3 +54,8 @@ You can open up the game's cheat menu by pressing the `F1` key. Here is a list o
|
|||
- `Emotion [modifier name] [level] [seconds]` adds an emotion modifier to the current person
|
||||
- `Friendship [name without spaces] [percentage <= 1]` sets the friendship level between the named partner and the current person
|
||||
- `Romance [name without spaces] [percentage <= 1]` sets the romance level between the named partner and the current person
|
||||
- `EditCurrentActionSpot` turns on action spot edit mode, which allows you to easily edit the properties of the selected person's current action spot
|
||||
- The person's animation stops, but they are drawn on all surrounding objects of the same type instead, which makes it easier to ensure that the offset looks correct in multiple rotations and positions
|
||||
- Pressing the up, down, left and right keys moves the current action spot's position and holding shift moves the spot's visual position instead
|
||||
- Pressing the page up and page down keys moves the spot's y offset
|
||||
- The resulting values are printed to the console every time a modification is made, so you can copy them and paste them into your action spot code
|
Loading…
Reference in a new issue