MoreLanguages
Adds custom language packs into the game!!
Last updated | 2 years ago |
Total downloads | 1308 |
Total rating | 0 |
Categories | Mods |
Dependency string | Timberborn_Central-MoreLanguages-1.2.0 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_Timberborn
BepInEx pack for Timberborn. Preconfigured and ready to use.
Preferred version: 5.4.19README
More languages
This mod makes it possible to add new custom translations with corresponding beaver names.
Included language packs
- wanguage(UWU)
- Türkçe (Turkish)
Creating a custom language pack
Want to make a new language for yourself? No biggy it's very simple! Just copy the files (enUS.txt, enUS_names.txt) from defaultlang
to lang
A row goes as following: ID,Text,Comment.
- ID: The key the game uses to pick a translation
- Text: The text that will show in the game
- Comment: Usefull information about it's usage
Do you need line breaks or did it stop working? try to add quotes around the text.
Example: example.key,"Yes i'm a very special translation :D",This is a special one
Submitting a custom language pack into the mod
Option 1: Discord
Send a message in the #modding-and-whatnot channel.
Option 2: Github issue
Create a issue include the 2 files for the language pack and name for credits.
Option 3: Github pull request
- place the new language pack in
ThunderStore > plugins > lang
- Update minor version in
MoreLanguages.csproj
(1.0.0 -> 1.1.0) - Update minor version in
MoreLanguagesPlugin.cs
(1.0.0 -> 1.1.0) - Update minor version in
ThunderStore > manifest.json
(1.0.0 -> 1.1.0) - Update change logs, Included language packs & Credits in
README.md
&ThunderStore > README.md
- Build project
NOTE: No foul language packs will be added in the mod
Experimental
This mod is enabled while in experimental mode, but is not updated for the experimental mode. This means there will be missing text. You are able to add these yourself if you like. A community member needs to update the pack when Timberborn has updated the experimental to release.
Developers
This mod removes the debugging message when a key is missing due experimental game keys. This can be disabled with a config file that will be generated with bepinex.
Credits
- BiGaripAdam (Creation Türkçe update 1)
- TheBloodEyes (Creation wanguage update 1)
Changelogs
1.0.0
- Creation MoreLanguage for Timberborn update 1
- Added language wanguage(UWU)
1.1.0
- Added language Türkçe (Turkish)
- Changed README
- Build replaces ThunderStore DLL
1.2.0
- Removed old language Türkçe (Turkish)
- Updated to Timberborn 0.2.8.1
- Updated language wanguage(UWU)