Skip to content

Kaplas80/TF3.YakuzaPlugins

Repository files navigation

TF3 Yakuza Plugins MIT License Build and release

This repository contains plugins and scripts compatible with TF3.

Contents

Common

  • TF3.YarhlPlugins.YakuzaCommon.dll: Plugin for reading and writing common formats in Yakuza games.

Yakuza Kiwami 2 PC

  • TF3.YarhlPlugins.YakuzaKiwami2.dll: Plugin for reading and writing Yakuza Kiwami 2 ARMP archives.
  • TF3.Script.YakuzaKiwami2.json: Script for extracting and repacking all the needed assets in Yakuza Kiwami 2 (Steam version) for translation.
  • TF3.Patch.YakuzaKiwami2VWF.1337: Patch for the Yakuza Kiwami 2 (Steam version) executable to allow the use of a variable width font for extended latin characters.
  • FontSpacingEditor.exe: App to edit the character spacing table in Yakuza Kiwami 2.

Usage

Plugins and script

  1. Copy TF3.YarhlPlugin.YakuzaCommon.dll, TF3.YarhlPlugin.YakuzaCommon.deps.json, TF3.YarhlPlugin.YakuzaKiwami2.dll and TF3.YarhlPlugin.YakuzaKiwami2.deps.json to the plugins directory of TF3.
  2. Copy EPPlus.dll, EPPlus.Interfaces.dll and DotNetZip.dll to the root directory of TF3.
  3. Copy the TF3.Script.YakuzaKiwami2.json to the scripts directory of TF3.

VWF Patch

  1. Create a patches directory in the translation directory.
  2. Copy TF3.Patch.YakuzaKiwami2VWF.1337 inside it.

For more information about patches, see TF3 documentation.

FontSpacingEditor

See README.md

Credits