From 94b6353733ac264635514ffcbf4305b33b9eaf9e Mon Sep 17 00:00:00 2001 From: SSimp258 <96361739+SSimp258@users.noreply.github.com> Date: Sat, 4 Mar 2023 20:43:35 -0400 Subject: [PATCH 1/3] Update README.md Added notes to ABM and AEM for players to understand how to enter the modes. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45363758..7b82821d 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,8 @@ We work together closely to make sure all our features are integrated and workin * Numpad plus/minus to either increase or decrease speed, holding SHIFT to raise/lower by 10 instead of 1 (Pressing Shift at any moment in time increases the distance/rotation angle 3 times) * Build the object by clicking. -**NOTE:** +**NOTES:** +* *This mode requires to be in Build Mode, i.e. building hammer with the part you want to modify being highlighted.* * *Objects built with this system are not exempt from the structure/support system. Dungeons and other no-build areas are still restricted.* ### Advanced Editing Mode @@ -273,7 +274,8 @@ We work together closely to make sure all our features are integrated and workin * Numpad plus/minus to either increase or decrease speed, holding SHIFT to raise/lower by 10 instead of 1 (Pressing Shift at any moment in time increases the distance/rotation angle 3 times) * Press the confirmPlacementOfAdvancedEditingMode Hotkey to confirm the changes. (press abortAndExitAdvancedEditingMode HotKey to abort editing mode and reset the object). -**NOTE:** +**NOTES:** +* *This mode requires the player to NOT be in build mode, i.e. must be unarmed and targeting the item you want to edit and then pressing the hotkey to enter AEM.* * *Other players will not be able to see the item being moved until the player building the item confirms the placement. Dungeons and other no-build areas are still restricted.* @@ -446,4 +448,4 @@ Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for details on compiling V+ for d * An 'Hachidan' N. - https://github.com/ahnguyen09 * Abra - https://github.com/Abrackadabra * Increddibelly - https://github.com/increddibelly -* Radvo - https://github.com/Radvo \ No newline at end of file +* Radvo - https://github.com/Radvo From a3e3242ee31f65009d3ce1f6ec090e387b65881d Mon Sep 17 00:00:00 2001 From: SSimp258 <96361739+SSimp258@users.noreply.github.com> Date: Sat, 4 Mar 2023 20:56:52 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b82821d..7de628d7 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ We work together closely to make sure all our features are integrated and workin **NOTES:** * *This mode requires the player to NOT be in build mode, i.e. must be unarmed and targeting the item you want to edit and then pressing the hotkey to enter AEM.* * *Other players will not be able to see the item being moved until the player building the item confirms the placement. Dungeons and other no-build areas are still restricted.* - +* *Moving a chest during AEM could and will break any automation, i.e. auto-fuel and deposit. It is best to destroy the chest and remake it.* From 159377e23436bb1519bc2a266fb9b1fada71743d Mon Sep 17 00:00:00 2001 From: SSimp258 <96361739+SSimp258@users.noreply.github.com> Date: Sat, 4 Mar 2023 21:03:01 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7de628d7..947975e0 100644 --- a/README.md +++ b/README.md @@ -449,3 +449,4 @@ Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for details on compiling V+ for d * Abra - https://github.com/Abrackadabra * Increddibelly - https://github.com/increddibelly * Radvo - https://github.com/Radvo +* Steven 'Steph' - https://github.com/SSimp258