본문 바로가기
RPG Maker VX Ace/Tools

Font Patch Tool (Font Patcher) | RPG Maker VX Ace

by biud436 2020. 4. 22.


Introduction

The Font Patcher is a great tool that can change the game font without editing the game. 




Download

This tool is possible to change the font face of the game that has been made using RPG Maker VX Ace.


EXE : https://github.com/biud436/RGSS3/raw/master/FontPatcher/bin/FontPatcher.exe

DLL : https://github.com/biud436/RGSS3/raw/master/FontPatcher/bin/RSFont.dll


You must need the file named MSVCP140.dll - https://www.microsoft.com/en-US/download/details.aspx?id=48145


Sources

Font Patcher (EXE) : https://github.com/biud436/Font-Patcher

RGSSFont (DLL) : https://github.com/biud436/RGSSFont



Setup

- You should place both of RSFont.dll and FontPatcher.exe files in the Root Game Directory that has the file called 'Game.exe'

- Please try to run the game using FontPatcher.exe file. As a result, the game will be going to change the font. However, In case of clicking the default executable file called 'Game.exe' directly, it doesn't change the font.


This font changer doesn't read font files in the project's Fonts folder, so you should add a font file to Windows' Fonts folder you want and install the font. 


Features


- A Decryption of the encrypted game resources is illegal, so this tool does not rewrite script files and it will be going to change the default font and font size by injecting the 'RSFont.dll' file during the runtime. so the changed font is not permanent.

- The one core principle of changing the font is to override the class variables named 'Font.default_name' and 'Font.default_size' and some constants. but actually, some fonts may not be changed.

- This has been implemented a way to inject the DLL file directly into the target process(Game.exe), so the anti-virus program may diagnose it as the malware. But it is not malware.

- You could use any font that is in the Windows' Fonts folder excluding the System Font is already using.

- In currently, Initializing the DLL file is too slow, so the font face of the title command window can not be changed.


Version Log

2019.09.16 (v1.0.0) : First Release.

2019.09.17 (v1.0.1) : 

- Fixed the issue that is not changed with the Korean Font.

- Fixed the issue that is caused by incorrect use of CreateProcess function.

- The UI has been changed from console-based to GUI-based.

2019.09.18 (v1.0.2) :

- Now Yanfly Ace Message System is supported.

2019.09.20 (v1.0.3) :

- Added the new feature that can store the last index of the combo-box..

- Changed the UI color and Added the static control.

2019.09.25 (v1.0.4) :

- Fixed a bug that is not changed the font in the certain game.

- Fixed the issue that causes when performing the GC.

- Added the debug console window, which can check the font was changed.

- Fixed the issue that is not working in the Windows 7.

- Supported it in RPG Maker XP

2020.04.22 (v1.0.5) :

- Fixed the bug that is not changed the font in Title Screen of RPG Maker XP.