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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mosamadeeb authored Apr 29, 2021
1 parent b06ccc6 commit dd7d20d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ Refer to [Ryu Mod Manager](https://github.com/SutandoTsukai181/RyuModManager), a
# Usage
Please check [Ryu Mod Manager wiki](https://github.com/SutandoTsukai181/RyuModManager/wiki).

# Current Limitations
While most of the files in the supported games can be redirected by Parless, there are some files that are loaded from other functions that are still unsupported. Future support for these files is expected. These files consist mostly of middleware audio and video containers. For Old Engine (Yakuza games released before Yakuza 6), this means audio/bgm and pre-rendered cutscenes. For Dragon Engine (Yakuza games not using Old Engine), a custom fix for audio was included, so only cutscenes are not supported.

The files can be summed up as the following:

For Old Engine only:
```
ALL .usm files
ALL .cpk files
ALL .hca and .adx files
```

For Dragon Engine only:
```
ALL .usm files
```

# Building
Use [Premake](https://premake.github.io/) to generate the solution files.

Expand Down

0 comments on commit dd7d20d

Please sign in to comment.