From 7fd8c1fdaa9870ab0f38b36cb4a2701f51e7f738 Mon Sep 17 00:00:00 2001 From: algernon-A Date: Sun, 24 Dec 2023 13:15:48 +1100 Subject: [PATCH] 1.3.1 - Update README with tool mode location image. --- BepInEx/Plugin.cs | 2 +- BepInEx/manifest.json | 2 +- CHANGELOG.md | 4 ++++ LineToolLite.csproj | 2 +- README.md | 9 +++++---- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/BepInEx/Plugin.cs b/BepInEx/Plugin.cs index 18b53c5..9927ba4 100644 --- a/BepInEx/Plugin.cs +++ b/BepInEx/Plugin.cs @@ -16,7 +16,7 @@ namespace LineTool /// /// BepInEx plugin to substitute for IMod support. /// - [BepInPlugin(GUID, "Line Tool Lite", "1.3.0")] + [BepInPlugin(GUID, "Line Tool Lite", "1.3.1")] [HarmonyPatch] public class Plugin : BaseUnityPlugin { diff --git a/BepInEx/manifest.json b/BepInEx/manifest.json index 9cc5379..58a6750 100644 --- a/BepInEx/manifest.json +++ b/BepInEx/manifest.json @@ -1,6 +1,6 @@ { "name": "Line_Tool_Lite", - "version_number": "1.3.0", + "version_number": "1.3.1", "website_url": "https://github.com/algernon-A/LineToolLite", "description": "Place objects in lines, curves, or circles. A variety of options and controls are availalbe to specify and fine-tune results.", "dependencies": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f3fd1..619f63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.1 +- Update README with tool mode location image. + + ## 1.3 - Add integration with existing tool panels (no more hotkey). - Add initial localizations for Simplified Chinese, German, and Spanish from CrowdIn translation volunteers. diff --git a/LineToolLite.csproj b/LineToolLite.csproj index 5a91b0e..16e9511 100644 --- a/LineToolLite.csproj +++ b/LineToolLite.csproj @@ -6,7 +6,7 @@ algernon Copyright © 2023 algernon (github.com/algernon-A). All rights reserved. $(Title) - 1.3.0 + 1.3.1 9.0 True diff --git a/README.md b/README.md index 05b802a..3188c49 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@ Version 1.3 of this mod adds a direct User Interface integration with the game's Line modes are now activated directly from the new line modes selection at the bottom of the tool options panel. +![Selecton panel location](https://i.imgur.com/90Htbrp.png) + ## Instructions ### To activate the tool: - Select the object that you'd like to place in a line (e.g. a tree) - either normally or with the Dev UI. -- Select the desired line mode from the line modes selection at the bottom of the tool options panel (in the normal tool options place, towards the bottom-left of the screen). +- Select the desired line mode from the line modes selection at the bottom of the tool options panel (in the normal tool options place, towards the bottom-left of the screen; see image above). ### To place the line: - **Left-click** where you want the line to begin, and **left-click again** at the desired endpoint to place the objects (curves require three clicks - start, guidepoint, and end). @@ -40,9 +42,8 @@ Line modes are now activated directly from the new line modes selection at the b To remove variable spacing and/or offset, simply set the field(s) back to zero. **Shift-clicking** (10m increments) can make this faster. ### To exit the tool: -- Select 'single placement mode', -- Press **Escape**, or -- Select another tool or object. +- Select 'single placement mode' to return to the normal placement mode for the selected object, or +- Press **Escape**. ## Requirements - BepInEx 5