You can also flip one bit at the end of the .cfg.bin file. Here is a Python script to do it:
import sys
import os
def replace_last_hex_sequence(file_id, target_sequence, replacement_sequence):
with open(file_id, 'rb') as file...
You can download the latest version 1.4.13 of CfgBinEditor to see that encoding toggle.
Release: https://github.com/onepiecefreak3/CfgBinEditor/releases/tag/1.4.13
This won't be fixed in Kuriimu since support for it ended years ago. And Kuriimu2 does no longer support cfg.bin. There is a dedicated tool for this, called CfgBinEditor.
If anything, that tool would need to be patched. However, this is not an...
just
Just follow the instructions to build the software on your computer first (read the README.md): https://github.com/FanTranslatorsInternational/Kuriimu2
Clone the project with git, download Visual Studio, .NET, etc.
After that, you just...
Is this accent stripping done by the game itself or by Kuriimu? (If it's Kuriimu, no need for reverse engineering, you'd just need to edit its C# code.) Otherwise, yes, you'll need to find the in-game function that strips the accents before...
I’ve been working on the German patch for Yo-Kai Watch Busters 2 for about five days now, translating dialogues, Yo-kai names, system texts, and more. But I keep running into the same problem with Kuriimuu1: European glyphs like ä, ö, ü, or ß are...