From 2698242e5bb34a30e7b672ac7d67028f545bbe83 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 7 Jul 2021 16:25:53 +0200 Subject: [PATCH] added info about the EditCurrentActionSpot cheat --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 822df87..e038229 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ Since the mod is compiled against the same dependencies as Tiny Life, it also ne # Testing cheats You can open up the game's cheat menu by pressing the `F1` key. Here is a list of some of the more useful cheats for mod development and testing. Keep in mind that `[arguments]` need to be replaced with your custom value. - `ShowNonBuyable` allows you to buy plates, pots and the like -- `Need [name] [percentage <= 1]` changes the current person's needs - - `NoNeed` stops need reduction for everyone - - `Needless` fills all needs back up - - `Needy` reduces all needs to zero +- `Need [name] [percentage <= 1]` changes the current person's needs + - `NoNeed` stops need reduction for everyone + - `Needless` fills all needs back up + - `Needy` reduces all needs to zero - `EditWorld` allows you to place things outside of lots - `IgnorePlacementRules` allows you to place colliding furniture - `EditPerson` opens a character editor with all functionality enabled @@ -53,4 +53,9 @@ You can open up the game's cheat menu by pressing the `F1` key. Here is a list o - `Die` kills the current person - `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 \ No newline at end of file +- `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 \ No newline at end of file