Skip to content

Release v1.3.1

Compare
Choose a tag to compare
@MegAmi24 MegAmi24 released this 19 Mar 04:52
· 117 commits to main since this release

Changelog:

  • Added partial support for the Sonic Origins versions of Sonic 1 & 2.
    • Certain features from these versions have not (and will not) be implemented and issues will occur when running them; see the FAQ for more information. It's recommended to run these versions of the games on the RSDKv5U Decompilation instead.
    • If you're using the decompiled scripts, there's a new gameType flag in settings.ini to toggle between the mobile/standalone code and the Origins code.
  • Replaced the old, custom RetroScript v4 compiler/syntax with the official one from RSDKv5U.
    • Because of this change, the old syntax versions of the decompiled scripts and all script mods based off of them will no longer work. Mods will have to be rewritten using the updated scripts in order to function properly again.
    • In addition, mod scripts are now read from Data/Scripts instead of Scripts, similarly to RSDKv3.
  • Rewrote the custom 2PVS server to use a Python script instead of a C++ program.
    • It should work a bit better than before, however it's still more or less a proof of concept. Don't expect reliable connections to opponents.
    • Refer to the readme for how to use the server.
  • Trying to open the decompilation without any datapack or Data folder present will generate a text file containing a brief usage guide.
  • Added more dev tools and overlays.
  • Added more features to the mod API.
  • Fixed tons of bugs.