LanguageFileGenerator
Generates .language files for mods that use LanguageAPI to add their tokens.
Last updated | 6 months ago |
Total downloads | 1069 |
Total rating | 5 |
Categories | Tools |
Dependency string | TheTimesweeper-LanguageFileGenerator-1.0.2 |
Dependants | 3 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.3.1RiskofThunder-R2API_Language
API for modifying the language localisation of the game
Preferred version: 1.0.1README
Every mod can be translated!
- Run the game with the mod
- Find this mod's folder (in r2api settings > locations > browse profile folder, then go to bepinex > plugins > TheTimesweeper-LanguageFileGenerator)
- Badda bing badda booom you'll find .language files for respective mods
- You are now free to take this file, rename it (make sure it keeps .language at the end), change "en" at the top to your language, translate it, put it anywhere in the bepinex plugins folder, and LanguageAPI will add these tokens automatically.
- don't forget to disable this mod when you're done. it is no longer needed.
ping/message thetimesweeper
on discord if you have any questions or issues. love ya
Changelog
1.0.2
- did more than just add a null check. should actually work now
1.0.1
- added a null check
1.0.0
- c: