Yakuza 0. Mods Installation
Added 2022-01-09 11:14:03 +0000 UTC
1. Download the latest version of the mod Ryu Mod Manager. Unpack the zip into your game's directory (...\ Steam\ steamapps\ common\ Yakuza 0\ media).

2. Run RyuModManagerCLI.exe once, without any mods installed. This will generate all the files necessary for mod installation. After running it, you should have these files:

- ModLoadOrder.txt: Used for adding mods and managing load order.
- YakuzaParless.ini: Used for configuring the mod loader.
- "mods" folder: Downloaded mods will be unpacked in this folder, where each mod is inside its own folder.
3. Unpack the mod into your \mods\ folder in the game's directory. If done correctly, your mods folder should have something similar to the following example:
\mods\test\<mod files>
where \mods\ is in the same directory as the game's executable file. The mod's files will be inside a single folder, in this case called ExampleMod. If the archive you unpacked contained a lot of files/folders in its root, put them all inside a single folder in \mods\ and rename that folder to have the name of the mod.

4. Open the ModLoadOrder.txt file which was generated by the mod manager. Add your mod's name to the file on a single line. Here, the "mod's name" is the name of the folder that you put inside \mods\. The line should only contain the mod folder's name.


5. Just run RyuModManagerCLI.exe by double-clicking on it, and wait for the mods to be processed by the mod manager.


This step needs to be done again whenever a new mod is installed/uninstalled, or whenever the ModLoadOrder.txt file is modified. Simply run RyuModManagerCLI.exe once before launching the game after making one of these changes, and the mods will be applied.
Done!