0 of 0

File information

Last updated

Original upload

Created by

dragonregure

Uploaded by

dragonregure

Virus scan

Safe to use

About this mod

A streamlined framework designed to simplify creating language mods.

Requirements
Permissions and credits
Changelogs
Donations
Installation Guide
  • Ensure BepInEx is installed in your game directory.
  • Download and extract the mod files to {GameDirectory}/BepInEx/plugins

How to Use

In this mod, you'll find several files and a folder:
  • DLL Files: You can ignore these.
  • LanguageFramework.ini: This file contains the mod's configuration. To change the language, set the "Language" variable to your desired language. Make sure the corresponding language pack exists in the LanguagePacks folder.
  • Language Pack Files: Inside the LanguagePacks folder, you'll find several .csv files containing the translations. Ensure the translation files match the language you've set in the mod configuration.

How to Create Language Packs
Language packs consist of four different files:
  • Localization
  • ItemLocalization
  • RomanceLocalization
  • UILocalization
To create a new language pack, generate .csv files with the above names, followed by the language name set in the mod configuration.

Example:
If you want to create a Sundanese language pack, set the "Language" variable in the mod config (LanguageFramework.ini) to "Sundanese" (without quotes). Then, create the following four .csv files inside the LanguagePacks folder:
  • LocalizationSundanese.csv
  • ItemLocalizationSundanese.csv
  • RomanceLocalizationSundanese.csv
  • UILocalizationSundanese.csv
These .csv files should have the key in the first column and the corresponding translation in the second column. Place your translations in the second column.

To-Do List
  • Clean up this mod page (I know, it's a bit messy).
  • Cleanup codes
  • Fix any bug if found

WARNING!
Only support alphabet (at least for now). Hanzi, Hangeul, Katakana, Hiragana are not supported because the base game doesn't include the font assets for those text.

Additional notes:
I rented a PC to create this mod because my old one broke. Your support and donations mean a lot to me! :)