Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
- Update README with tool mode location image.
  • Loading branch information
algernon-A committed Dec 24, 2023
1 parent 499866f commit 7fd8c1f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BepInEx/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace LineTool
/// <summary>
/// BepInEx plugin to substitute for IMod support.
/// </summary>
[BepInPlugin(GUID, "Line Tool Lite", "1.3.0")]
[BepInPlugin(GUID, "Line Tool Lite", "1.3.1")]
[HarmonyPatch]
public class Plugin : BaseUnityPlugin
{
Expand Down
2 changes: 1 addition & 1 deletion BepInEx/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion LineToolLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>algernon</Authors>
<Copyright>Copyright © 2023 algernon (github.com/algernon-A). All rights reserved.</Copyright>
<Product>$(Title)</Product>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<LangVersion>9.0</LangVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down

0 comments on commit 7fd8c1f

Please sign in to comment.