ibldzn / yakuza-0-legend-style-fix

MIT License
12 stars 3 forks source link

Yakuza 0 Legend Style Fix

Allows you to change to legend style and normal style back and forth without going to pause menu for both Majima and Kiryu.

SHOWCASE

Changelog

1.1:

1.0:

Usage

When in fight press R3/RS on controller or your custom keybinding on keyboard to change to legend style, press your regular key to change from legend style.

Example

Changing the keybinding

Example

If you want to use 0-9 OR A-Z as the trigger key, you can write just the letter inside the file, e.g.

4

will use 4 as the trigger key

Otherwise, you can write VK_* inside the file, e.g.

VK_SHIFT

will use the SHIFT key as the trigger key

Also, you CANNOT use any of the key that says Undefined, Reserved, OEM specific, or Unassigned inside the link above.

Installation

DLL Version

  1. Download the "dxgi.dll" file from the latest release.
  2. Navigate to your game directory (where Yakuza0.exe is located).
  3. Copy and paste the file you just downloaded to game directory.
  4. Your game directory now should look something like this Screenshot
  5. Done!

ASI Version

  1. Follow the same step as above, except you should download the "Y0LSF.asi" file
  2. Get an ASI loader then put it inside the same directory as the game
  3. Done!

If you already have an ASI Loader (usually named as dinput8.dll), you just have to move Y0LSF.asi to your game directory.

If it still doesn't work, please create an issue.

Known Issue

Build

Make sure you run this with bash shell and have CMake installed, then run ./build.sh --rel or ./build.sh --rel -DASI_VER=OFF to build the non-asi version. The binary should be inside the _out/ directory after you run the build command.

Credit