Next generation builds starting with v1.6.4. This patcher updates the v1.0.0 or v1.1.4+ releases to v1.6.9.
Visit this link to see a changelog since v1.0.0.
To use this patcher:
- Open the base folder of v1.0.0 (or v1.1.4+) of the game.
- Drop this patcher into the base folder alongside the executable.
- Open the patcher. Select version you wish to build (Windows, Android, Linux).
- Windows comes in DirectX/OpenGL. Linux has x86-64 and Arm64 versions.
- Press the "Patch" or "Create" button. It will take a bit to finish.
- When it is done, the patcher can be deleted.
Notice: The size of the build was significantly reduced this version by cleaning up the *.csproj files and reducing some unnecessary bloat that was getting packaged into game. The Android APK has seen the largest decrease in size by almost half. This should hopefully not cause issues but I mentioned it just in case it does. This version "finishes" everything that I knew to be missing from the game, including Mamu's lighting effect when learning the frog song, and the photo album which was in an unfinished state since v1.0.0.
The editor is now fully functional on Linux for what it's worth. Maps, animations, and everything else can now be loaded and saved and anything else possible on Windows is now possible on Linux. Windows "Forms" was dropped and I am using the library "NativeFileDialogSharp" for open and save file dialogs which works on all platforms except Android. Getting the editor to work on Android is more trouble than what it's worth, and it's not a good platform for developing the game anyway.
Finally, there has been a bug since v1.0.0 where the message when trying to pick up rocks "This looks really heavy.." without the Power Bracelet would show up even after the user collects the Power Bracelet on maps outside of Level 2 Dungeon. When quitting the game and reloading it, the message would go away, but during a long play session it would persist. The problem was the bracelet was bound to the dungeon until the game was reloaded. This has also finally been fixed; collecting the bracelet will disable the message permanently.