Skip to content

ModLaboratory/LanguageAdder

Repository files navigation

LanguageAdder

A plugin to add your custom language.

How To Add Your Custom Language

  1. Get the newest mod release and install it.
  2. Start your game.
  3. After game shows you main menu, open your Among Us game root directory. In general, you can see a Language_DATA folder in your game root directory.
  4. In this folder, there are two files: (YOUR_CURRENT_GAME_LANGUAGE)_Example.lang language.dat
  5. Copy your example file and rename it.
  6. Change the translations in the new file, then save it.
  7. Open language.dat as a text file, then edit it:
Test Language	C:\Path\To\Your\Game\Language_DATA\test.lang	0

Test Language is the name of the language, that will be shown in the game. C:\Path\To\Your\Game\Language_DATA\test.lang is the path of the file. 0 is the id of the language that is based on.

Warning: Tab for separating each item!

  1. Open your game if you closed the game; If not, press F2 to reload language.
  2. Then you can switch your language in the game options!

Known Bugs

  • Hud buttons' text can not be changed. (Solved)
  • Main menu buttons' text can not be changed.

Pull requests are welcome!

Others

  1. Use # to make the plugin ignore this line.
# Hello World!
#AMOGUS
Test Language	C:\Path\To\Your\Game\Language_DATA\test.lang	0
None	None
BackButton	Back
AvailableGamesLabel	Available Games
# Not translated
# CreateGameButton	
...

About

A plugin for add your custom language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages