Skip to content

Remember Transport Mode v1.0.0

Compare
Choose a tag to compare
@ArshvirGoraya ArshvirGoraya released this 25 Aug 22:25
· 2 commits to main since this release
f834a0c

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.