Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Releases: mosamadeeb/RyuModManager

Ryu Mod Manager v3.3 (CLI and GUI)

08 Nov 04:47
Compare
Choose a tag to compare

Changelog:

  • Fixed an issue that caused the GUI to not generate MLO for UWP (Gamepass) versions of the games (Thanks, @hvhbot!). No additional support for UWP was added.
  • Fixed an issue that caused the GUI to not generate MLO for Judgment/Lost Judgment unless the CLI was run at least once before (Thanks, @CapitanRetraso!).

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.

Feel free to join the Yakuza Modding Community server for help with Ryu Mod Manager.

Download Ryu Mod Manager from Nexus Mods

Ryu Mod Manager v3.2.2 (CLI and GUI)

22 Sep 09:34
Compare
Choose a tag to compare

Changelog:

  • Merged Judgment and Lost Judgment support, so support for both games should now be identical.
  • Fixed Judgment support that was broken in game patch 1.01.

Note: Judgment cannot rebuild MLO automatically starting from this update (like with Lost Judgment).

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.

Feel free to join the Yakuza Modding Community server for help with Ryu Mod Manager.

Download Ryu Mod Manager from Nexus Mods

Ryu Mod Manager v3.2.1 (CLI and GUI)

20 Sep 20:36
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug introduced in v3.1 that caused random crashes for some users in Lost Judgment.

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.

Feel free to join the Yakuza Modding Community server for help with Ryu Mod Manager.

Download Ryu Mod Manager from Nexus Mods

Ryu Mod Manager v3.2 (CLI and GUI)

19 Sep 21:44
Compare
Choose a tag to compare

Changelog:

  • Added support for replacing files inside CPK for Yakuza 5, Judgment, and Lost Judgment.
  • Fixed a bug in the previous update that broke Yakuza 0 support (#14).

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.

Feel free to join the Yakuza Modding Community server for help with Ryu Mod Manager.

Download Ryu Mod Manager from Nexus Mods

Ryu Mod Manager v3.1 (CLI and GUI)

17 Sep 22:15
Compare
Choose a tag to compare

Changelog:

  • Fixed Lost Judgment hook. Textures from chara.par are now supported.

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.

Feel free to join the Yakuza Modding Community server for help with Ryu Mod Manager.

Download Ryu Mod Manager from Nexus Mods

Ryu Mod Manager v3.0 (CLI and GUI)

16 Sep 20:46
Compare
Choose a tag to compare

Changelog:

  • Added support for both Judgment games (Lost Judgment and Found Judgment).
  • Brought back the CLI version.
    • CLI Executable: RyuModManager.exe
    • GUI Executable: RyuModManagerGUI.exe
  • Added some command line parameters for the CLI version.
    • -s or --silent will not give any prompts (like "Press any key to continue" etc).
    • -r or --run will launch the game after the program finishes. This should be useful for Lost Judgment, as it cannot rebuild MLO automatically.
    • -h or --help will show the help message.

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.

Feel free to join the Yakuza Modding Community server for help with Ryu Mod Manager.

Download Ryu Mod Manager from Nexus Mods

Ryu Mod Manager v2.1 (not CLI)

27 Jun 08:07
Compare
Choose a tag to compare

Changelog:

  • Fixed an issue with saving the MLO on systems with non-English locales (Thanks, @Fronkln!)
  • Fixed an issue with duplicate mod entries in the GUI due to incorrect comparison of strings.

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.

Feel free to join the Yakuza Modding Community server for help with Ryu Mod Manager.

Download Ryu Mod Manager from Nexus Mods

Ryu Mod Manager v2.0 (not CLI)

10 Jun 00:03
65d9c92
Compare
Choose a tag to compare

Changelog:

  • Added a simple Graphical User Interface (GUI)!

    • The mod load order file format has changed. Please make a backup of your ModLoadOrder.txt before using this update.
    • After running RMM for the first time, your old ModLoadOrder.txt will be imported into the GUI and converted to the new format.
    • RMM will now take care of your load order, so you don't have to manually add mod names to the txt. All mods inside the /mods/ folder will be scanned automatically.
    • RMM can still be run in CLI mode by running it with either --cli or --silent parameter.
  • Added Mod Organizer support! Please check this link for more info.

    • You can import your mods from Ryu Mod Manager's ModList.txt (after running this update at least once).
  • A Personal Note

    • I personally recommend using Mod Organizer. With Mod Organizer, you can directly download mods from Nexus and have them automatically installed. You can modify the load order however you like and make multiple profiles for different load orders. You can also see conflicts between mods, and you can see which files are loaded from which mods. It's a really good tool for organizing your mods, whether you're a casual user or a mod creator.

The wiki has been updated with new changes related to Ryu Mod Manager GUI and Mod Organizer. You can find the new guides here.

Feel free to join the Yakuza Modding Community server for help with Ryu Mod Manager.


DOWNLOAD THE LATEST RELEASE

Ryu Mod Manager CLI v1.7

22 May 11:46
Compare
Choose a tag to compare

Changelog:

  • Added Vortex support! Please check this link for more info.

    • The new INI option, LoadExternalModsOnly, is enabled by default.
    • While it's enabled, if the _externalMods directory (generated by Vortex) exists inside the mods folder, it will be used exclusively, and other mods in the load order file will be ignored. If the directory does not exist yet, then this option is ignored.
    • If you want to use your load order in ModLoadOrder.txt along with Vortex, then you can disable this option and manually put _externalMods in your load order TXT in any position, and it will be treated as a normal mod.
  • IMPORTANT NOTES FOR USING VORTEX:

    • If you face any issues with running RMM along with Vortex, try clicking Purge Mods and then Deploy Mods again in Vortex, and then run RMM again.
    • Vortex does not have any "load order". Instead, it will notify you if there are any conflicts between your mods, and allow you to Manage Rules to choose which mod should overwrite the other(s).
  • Enabled RebuildMLO by default. This only affects new installations of RMM (i.e. when the INI is created automatically).

    • This means that new users will not have to run RMM manually every time they install/uninstall mods.
  • Added a warning if the game's exe is outdated (i.e. not latest Steam version).

    • This warning means that you may get the "Assertion failed" error from Parless when running the game.
    • This is only a warning, and RMM will still function the same. You can disable this by disabling ShowWarnings in the INI.
  • Fixed a bug where previously repacked pars would not be removed if the MLO generation does not involve repacking new pars.

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.


The release zip has been removed. If you have a very good reason to want it, you should compile the program yourself. The release notes were left here for documentation purposes.

DOWNLOAD THE LATEST RELEASE

Ryu Mod Manager CLI v1.6

16 Sep 07:58
Compare
Choose a tag to compare

Changelog:

  • Added a warning if dinput8.dll or YakuzaParless.asi do not exist in the current directory, due to not following the instructions.

Check out the instructions on the wiki for setting up Ryu Mod Manager for the game.


The release zip has been removed. If you have a very good reason to want it, you should compile the program yourself. The release notes were left here for documentation purposes.

DOWNLOAD THE LATEST RELEASE