You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enGB:"Adds a hotkey to mount/dismount pets and automounts when entering an area. Compatible with Tabletop Tweak's Undersized Mount feat.",
10
-
deDE:"Fügt einen Hotkey zum Auf-und Absteigen von Haustieren und zum automatischen Aufsteigen beim Betreten eines Bereichs hinzu. Kompatibel mit der Funktion „Undersized Mount“ von Tabletop Tweak.",
10
+
deDE:"Fügt einen Hotkey zum Auf-und Absteigen von Haustieren und zum automatischen Aufsteigen beim Betreten eines Bereichs hinzu. Kompatibel mit Tabletop Tweak's Unterdimensionierter Anhängungs-Fähigkeit.",
11
11
esES:"Añade una tecla de acceso rápido para montar y desmontar mascotas y se monta automáticamente al entrar en una zona. Compatible con la función de Montura Subdimensionada de Tabletop Tweak.",
12
12
frFR:"Ajoute un raccourci clavier pour monter/descendre des familiers et des montures automatiques en entrant dans une zone. Compatible avec la fonctionnalité Monture sous-dimensionnée de Tabletop Tweak.",
13
13
itIT:"Aggiunge un tasto di scelta rapida per montare/smontare da animali domestici e per la monta automatica quando si entra in un'area. Compatibile con il talento Montatura sottodimensionata di Tabletop Tweak.",
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,19 @@ As-of v1.2.0, TabletopTweaks is no longer a hard requirement for the mod's base
19
19
- Mount: **Ctrl+Shift+A** (default).
20
20
- Dismount: **Ctrl+Shift+D** (default).
21
21
- Auto mount when entering an area (toggleable).
22
-
- Whitelist/blacklist party members mounting by party slot position (default is all enabled). Includes provision for larger parties via the [More Party Slots](https://github.com/xADDBx/MorePartySlots/releases/latest) mod, if it is installed.
22
+
- Whitelist/blacklist party members mounting by party slot position (default is all enabled). Includes provision for larger parties via the [More Party Slots](https://github.com/xADDBx/MorePartySlots/releases/latest) mod, if it is installed and active.
23
23
24
24
# Notes
25
25
- Not compatible with zephe0n's original version of AutoMount. Pick one or the other.
26
26
- Not available via ModFinder (it installs zephe0n's version). Install this version via UMM or manually extract into the game's Mod folder.
27
27
- Even though you can technically mount/dismount anywhere, any time (as long as the game allows it) it **will** consume your move action if you perform it while in combat.
28
28
- When using the mount hotkey, riders will instantly teleport directly onto their respective mounts, regardless of distance, with no animation. There are no plans to change this.
29
-
- If using the ToyBox cheat to autorest at the end of combat, you will be dismounted. There are no plans to change this.
30
-
- Enabling the option to auto mount when entering an area may cause issues in certain cutscenes (e.g. Arueshalae dream sequences), but the dismount hotkey should work in these cases.
29
+
- If using the ToyBox cheat to autorest at the end of combat, you will be dismounted. There are currently no plans to change this.
30
+
- The mod attempts to dynamically detect areas where mounts are hidden (e.g. Arueshalae's dream sequences) and disable automounting/hotkey mounting, but I haven't been able to test all of these directly given the sheer volume. Please report any issues or unintended behaviour you encounter.
31
+
- Machine translations have been provided for all officially supported languages. These are no doubt terrible. If anyone wants to volunteer their services as a translator, please refer to [`Strings.cs`](AutoMount/Strings/Strings.cs) and submit corrections by opening an Issue, submitting a Pull Request, or contacting me on the Owlcat Discord server.
31
32
32
33
# Thanks & Acknowledgements
33
-
- zephe0n - Author of the original AutoMount, which provides 95% of the mod's core functionality.
34
+
- zephe0n - Author of the original AutoMount, which provides the mod's core functionality.
34
35
- xADDBx - Provided advice on the initial implementation of Undersized Mount support and general newb hand-holding on Visual Studio project setup and compiling.
35
36
- microsoftenator2022 - Provided the full code for the function to check for the presence of More Party Slots and parse its config file, and provided corrections, fixes and suggestions for various coding issues.
36
37
- AlterAsc - Provided advice and code snippets for an alternative implementation of checking mount size and validity, thereby fixing a bug and removing the hard TTT dependency.
0 commit comments