Skip to content

Releases: Raytwo/ARCropolis

Debug logs toggle in config

27 Aug 15:44
Compare
Choose a tag to compare

This small update is only aimed at developers and collaborators (or curious people who want to read logs)

  • Add a field to the config file to toggle logs on and off
  • Mowjoh easter egg

Note: The config version field has been bumped to reflect that, so do not worry if you get a message when booting the game. This is on purpose.

Configuration file and support for workspaces

27 Aug 12:44
Compare
Choose a tag to compare
  • A configuration file is now created at sd:/atmosphere/contents/01006A800016E000/romfs/arcropolis.toml to allow for changing where you want to store your mods.
  • This indirectly adds supports for workspaces, a feature handled by Quasar by Mowjoh.
  • Various diagnostic messages relative to configuration have been added to help figure out if something went wrong. Don't hesitate to check the Details on the popup for more informations.
  • Better and clearer formatting for log messages ( This only concerns devs/collaborators ).

Note: For more informations about workspaces, please check the README.

Fix crashes happening with larger BNTX files

09 Aug 23:39
Compare
Choose a tag to compare
  • BNTX files of size larger than the original should not crash anymore.
  • Decompressed sizes are now edited at runtime, which might prevent a few bugs/crashes (nothing too sure, though).
  • General system stability improvements to enhance the user's experience.

Special thanks to TNN for providing a test case for this.

Support for Smash 8.1.0 + replace_music merge

06 Aug 13:23
Compare
Choose a tag to compare

Support for Smash 8.1.0 and music replacement

  • Smash Ultimate 8.1.0 and future updates should now be properly supported.
  • Added support for stream replacement. Please read the note at the bottom for more details.
  • Now supports MP4 files as well, just use the ".mp4" extension instead of ".webm".
  • General system stability improvements to enhance the user's experience.

Special thanks to Genwald and Coolsonickirby for these changes.

Please note that the plugin now does the exact same thing as the replace_music plugin by jam1garner and having both had the same time might cause issues. Also, the streams files for your music now go into ../romfs/arc/stream/ .

S t a b i l i t y

23 Jul 15:40
Compare
Choose a tag to compare

This update aims at improving stability.

  • Locking and unlocking of the LoadedTable mutex.
  • General system stability improvements to enhance the user's experience.

Please note that the plugin is now named libarcropolis.nro instead of libreplace.nro. Delete the previous libreplace.nro in /romfs/skyline/plugins/ if you are updating to this version. This change should not happen again.

Initial Release

21 Jul 22:30
Compare
Choose a tag to compare

see the README for usage instructions.