WKLocalizationLoader
Perhaps another translation utility WIP.
| Last updated | an hour ago |
| Total downloads | 1 |
| Total rating | 0 |
| Categories | Language |
| Dependency string | mimimi_turret-WKLocalizationLoader-0.6.3 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Notice:
If you're looking for a ready-to-use White Knuckle translation mod, WKTranslator can be your best bet. Go check it out! It's pretty easy to use and WK Modding Server's dedicated translation channel is a very good place to start your translation and collab with others.
About this project...
Before continuing:
AI assistance was used to help me with background knowledge of Unity, But none of the code or file of this mod is ai-generated. This project remains a heavy WIP state as of writing this. Please proceed with caution.
This mod is an alternative translation utility for White Knuckle and aims to add more support for dynamic/hard-coded text translation. It allows you to:
- Tweak display timings of announcement/recording subtitles.
- Add random or non-random character for Mother subtitles in your language.
- Flexibly translate dynamic/hard-coded strings using format or template strings (e.g.
"SPEED: .............{filler}{mps}m/s") - Load custom .ttf fonts and configure their generation settings.
You can obtain a copy of translation templates at the example translation page in mod's repo.
Detailed Features
Font replacement/fallback
✅ : Supported
❌ : Not supported as of writing this
| Functionality | Support |
|---|---|
| Loading font from .ttf file | Static fonts only |
| Loading font from bundle | ❌ |
| Font replacement | ✅ |
| TMP_FontAsset replacement | ❌ |
| TMP_FontAsset fallback | ✅ |
Text translation
✅ : Implemented translation support
❌ : Not supported as of writing this
| Texts | Support |
|---|---|
| Main Menu UI | ✅ |
| Score Screen UI | ✅ |
| Gameplay UI | ✅ |
| QuietOS UI | ✅ |
| Gamemodes | ✅ |
| Location Names | ✅ |
| Subtitles | ✅ |
| Cosmetics | ✅ |
| Trinkets/Bindings | ✅ |
| Perks | ✅ |
| Facility Upgrades | ✅ |
| Progression Unlocks | ✅ |
| Achievements | ✅ |
| Objectives | ✅ |
| Item Descriptions | ✅ |
| Death Messages | ✅ |
| Death Tips | ✅ |
| Paper Notes | ✅ |
| OS Documents | ✅ |
| Scrawl Headers | ✅ |
| In-world Texts | ✅ |
| Command Console | ❌ |
Audio replacement
❌ No plans for audio replacement support as of writing this.
Texture replacement
❌ No plans for texture replacement support as of writing this.
Documentation
This mod requires BepInEx to be installed in order to function.
To use this mod, specify the path to the folder where your translation .json files are located in the mod's config.
If a .json file is missing, its associated patch module will simply be disabled and ignored while patching.
A detailed documentaion of this mod is currently WIP.