Skip to content

beta98

Latest
Compare
Choose a tag to compare
@tomvita tomvita released this 02 Dec 02:51
· 2 commits to master since this release
8bba03d

Release Notes

New Features

  • Max Pointers Per Node Setting:

    • Added a new setting in the Jumpback menu to limit the maximum pointers per node.
    • This feature helps conserve memory during usage.
  • Improved Range Handling in Jumpback Menu:

    • Ensured a minimum range of 0x800 for depth 0 in the Jumpback menu.
    • This change accommodates Unity games that typically have smaller offset ranges except at depth 0.
    • You can now set smaller ranges for other depths while guaranteeing at least 0x800 for depth 0.
  • Custom FTP Server Integration:

    • Introduced a customized ftpsrv tailored for Breeze.
    • Access this version via a dedicated button in the main menu.
    • The FTP server allows access to save directories for the most recently played game:
      • save0: corresponds to user profile 0.
      • save1: corresponds to user profile 1.

Important Notes

  • Save Behavior:
    • Save changes are committed when ftpsrv is exited using the + button.
    • Exiting via the Home button will not commit save changes.
    • Currently, only up to two user profiles are supported (save0 and save1).
    • Whether you can access save while the game is running depends on the game.