Mod of Us
Mod of Us is a mod manager for the game "Among Us". It allows players to easily install, manage, and switch between different mods to enhance their gaming experience.
Install
Latest Release
You can download the latest version of Mod of Us from the releases page.
Build from Source
To build Mod of Us from source, ensure you have Go installed. Then, clone the repository and run the following commands:
git clone https://github.com/ikafly144/au_mod_installer.git
cd au_mod_installer
go build ./client
Localization
Mod of Us supports multiple languages. To add or modify translations, edit the files in the client/locales directory. Each language has its own JSON file where you can add key-value pairs for translations.
Contributing
Contributions are welcome! If you would like to contribute to Mod of Us, please fork the repository and create a pull request with your changes. Make sure to follow the existing code style and include tests for any new functionality.
License
Mod of Us is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.