♪ Let's not make a big deal outta this... it's just a little Trogdor update ♪
Just fixing a few things that have been bugging me:
Quality of Life Improvements
- You can now exit a game by pressing Select instead of A+Select
- The original combination was intentionally complicated to prevent players from accidentally quitting and losing their progress, but with autosave, that's no longer necessary
- Overlay setting is now saved, and it has a new menu option in Cosmetic settings
- You can still change it via button input, as well
- Fixed a very small menu bug
- Minor text polish
- [PC] Fullscreen setting is now saved
- [Wii U] Resolution increased from 720p to 1080p
- By extension, this means an additional scaling option has been added
- [Wii] Minor Gamecube controller polish for consistency with Gamecube version
Technical Changes
- [PC]
DLLs are now statically linked so they no longer bloat the game directory; it's just an EXE and audioUPDATE: Reverted as of 8/23/24- Additionally, the non-Visual Studio Windows makefile actually works now, and there's a new x86 makefile to go with it
- If you want to compile it yourself, Visual Studio is still an option
- [Other] Scaling options are now frozen/unfrozen based on display resolution instead of being hardcoded per-system
- This doesn't affect current releases, but it does make scaling options one less thing to worry about when porting to other systems
- PC still allows all options regardless of display because of windowed mode
Enjoy!
UPDATE 8/23/24: Reverted statically linked DLLs in Windows releases; not all DLLs were static as I had originally thought, so the game wouldn't run on some machines.