Skip to content

matyalatte/FF7R-font-mod-tools

Repository files navigation

FF7R Font Mod Tools ver 1.0.0

Tools for importing font files (.ttf or .otf) into Final Fantasy VII Remake


Download

Download FF7R-font-mod-tools-*.zip from here.
Releases · matyalatte/FF7R-font-mod-tools

Tutorial

Font Mod Tutorial Chapter 1 (Generating .dds and .fnt)
Font Mod Tutorial Chapter 2 (Replacing Font Assets)

Requirements

  • BMFont: Generates bitmap textures (.dds) and a font descriptor file (.fnt) from .ttf.
  • NVIDIA Texture Tools: Converts bitmap textures to BC5 format.

Overview

  • FF7R.bmfc: Configuration file for BMFont.
  • dds_to_bc5.bat: Batch file for running NVIDIA Texture Tools with CLI.
  • fnt_importer: Tool for importing font descriptor from .fnt into .uexp.
  • font_4Ktexture_replacer: DDS replacer for font bitmap.
  • make_mod_folder.bat: Batch file for duplicating the file tree of the game resources.

Usage

fnt_importer/readme.md
font_4Ktexture_replacer/readme.md

Q&A

Is it possible to import the characters the game does not support?

Yes, I imported Vietnamese font with my tool.

DEMO FINAL FANTASY VII REMAKE VIỆT HOÁ - YouTube

Is the .exe file malware? My antivirus reports it as containing a virus.

No, it is a false positive caused by pyinstaller.

AVG (and other antiviruses) reports exe file as containing virus · Issue #603 · pyinstaller/pyinstaller

If you are worried about the security, please run the Python scripts instead of the .exe file.

About

Font modding tools for FF7R (Final Fantasy VII Remake)

Resources

License

Stars

Watchers

Forks

Packages

No packages published