Skip to content

Releases: ArshvirGoraya/Remember-Transport-Mode

Remember Transport Mode v1.1.0

14 Oct 17:04
Compare
Choose a tag to compare
  • More optimized: update() function no longer runs in certain cases where it doesn't need to.
  • Added feature:
    • Remembers transport mode when teleporting (e.g., teleporting spell used indoors to go outdoors: will set transport mode to what it was when you entered indoors).

Remember Transport Mode v1.0.0

25 Aug 22:25
f834a0c
Compare
Choose a tag to compare

Initial Release:

  • Workarounds created for what the Daggerfall Unity API does not provide: getting the transport mode each time we switch instead of just when entering/exiting an interior location.
    • There are some optimizations that can be done with the code, but that would require me doing a PR to the official Daggerfall Unity repo.
  • Saves/load remembered transport mode per save slot.
  • Edge cases fixed for when automatically setting to horse/cart when exiting your ship. You would clip through the ship unless I move the player a few notches up in the Y axis (this is unnoticeable in the game).

Future:

  • There may still be some edge cases to deal with, so I will continue to play the game and hopefully fix any bugs that arise.