Skip to content

Commit

Permalink
fix inverted toggle description in customizable item mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Taludas committed Mar 20, 2024
1 parent acbbe29 commit 2348fc0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ You can find a gallery of images from my mod [here](docs/).

## Changelog
<details>
<summary>Patch Notes Version 1.9.0</summary>
<summary>Patch Notes Version 1.9.2</summary>

* Fixes:
* [Customizable Research and Items Mod]: fix labeling on one of the toggles (was accidentally inverted before): Toggle on = custom, Toggle off = vanilla settings now! Delete the iMYA tweaking file saved at the Anno 1800 installation directory .../.imya/tweaks/[Cheat] Combined Customizable Research and Items Mod (Taludas).json before using it with iMYA again. WARNING: This will delete your saved settings and you need to set them again!

</details>
<details>
<summary>Patch Notes Version 1.9.1</summary>

* Fixes:
* [Customizable Research and Items Mod]: fix an issue with iMYA customisation, where the toggle to switch on/off the custom item research value cost increase didn't work properly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PostProgress>
</ModOp>
</Group>
<ImyaExpose Path="*" ModOpID="UseFixedIncreaseInsteadOfProgressItemUnlock" ExposeID="Use Vanilla Increase instead of Custom Progress" Description="Sets whether the Item Unlock mechanic in the Research Institute uses a cost increase based on steps for the first 60 items (Vanilla) or a fixed Value increase for each unlocked item. [Toggle: off = Custom, Toggle: on = Vanilla]" Kind="SkipToggle"></ImyaExpose>
<ImyaExpose Path="*" ModOpID="UseFixedIncreaseInsteadOfProgressItemUnlock" ExposeID="Use Custom Increase instead of Vanilla Progress" Description="Sets whether the Item Unlock mechanic in the Research Institute uses a cost increase based on steps for the first 60 items (Vanilla) or a fixed Value increase for each unlocked item. [Toggle: on = Custom, Toggle: off = Vanilla] Use below values to customize further." Kind="SkipToggle"></ImyaExpose>

<ModOp Type="replace" GUID="123401" Path="/Values/ProgressBalancing/Progress" ModOpID="CustomProgressFirstStep">
<Progress>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Version": "1.0.4",
"Version": "1.0.5",
"ModID": "Taludas_CombinedResearchandItemsMod",
"IncompatibleIds": [
"Spice_Research",
Expand Down
10 changes: 9 additions & 1 deletion readme_german.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ Du kannst eine Galerie von Bildern von meiner Mod [hier](docs/) finden.

## Changelog
<details>
<summary>Patch Notes Version 1.9.0</summary>
<summary>Patch Notes Version 1.9.2</summary>

* Fixes:
* [Customizable Research and Items Mod]: Behebung der Beschriftung auf einem der Toggles (war vorher versehentlich invertiert): Toggle on = benutzerdefiniert, Toggle off = Vanilla-Einstellungen! Lösche die iMYA-Tweak-Datei, die im Anno 1800-Installationsverzeichnis .../.imya/tweaks/[Cheat] Combined Customizable Research and Items Mod (Taludas).json gespeichert ist, bevor du die Mod wieder mit iMYA benutzt. WARNUNG: Dadurch werden die gespeicherten Einstellungen gelöscht und müssen neu eingerichtet werden!

</details>

<details>
<summary>Patch Notes Version 1.9.1</summary>

* Fixes:
* [Customizable Research and Items Mod]: Behebung eines Problems bei der iMYA-Anpassung, bei dem der Schalter zum Ein- und Ausschalten der individuellen Erhöhung der Freischaltkosten für Items nicht richtig funktionierte.
Expand Down

0 comments on commit 2348fc0

Please sign in to comment.