AzureFlare is a drop in DLL mod for the official Japanese PSOBB client to allow opening the game without the need of modifying the PsoBB.exe executable.
At the time of writing this README:
- Server redirection for US, JP, Ep4 and CN modes respectively
- GameGuard bypass (Both packed and unpacked EXE)
- Allow changing the language of the game so it can load the US localization
- Allow writing in game chat without the need of installing a Japanese IME
- Enabling or disabling Episode 4 mode
Anything that isn't making the game work on systems and features to make it work on non Japanese systems.
- You tell me! Please open an issue for your requests.
I looked for synonyms of Blue and Burst repectively and took 2 at random.
Head on to the Downloads page.
Drop wsock32.dll and psobb.cfg in your game folder, where PsoBB.exe is in.
- Install MSYS2 or install the MinGW packages for building x86 apps from your distro's package manager.
- Install Premake anywhere accessible by your PATH.
- Inside the AzureFlare folder, generate the Makefiles using the
premake5 gmakecommand. - Inside the newly generated
buildfolder, you can justmaketo get a working build. To build without debug features, you can addconfig=release_x86to themakecommand.