|
| 1 | +# TechTech's Sound Mod |
| 2 | +A mod that allows you to edit some Among Us sounds by just dragging .wav files in the Among Us folder. |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +## Installation |
| 8 | + |
| 9 | +- Go to [Tags](https://github.com/techtechcy/TechTechsSoundMod/releases) and click on your Among Us version. Then, download `TechTechsSoundMod.dll` |
| 10 | + |
| 11 | +- Open your Among Us game folder (probably at `C:\Games\Steam\steamapps\common\Among Us\`, if not, open Steam, go to your library, go to Among Us, click on the gear icon -> Properties, go to installed files, and press `Browse`) |
| 12 | + |
| 13 | +- If you don't already have BepInEx, install it for your Among Us version |
| 14 | + |
| 15 | +- Download the [Dependencies](https://github.com/techtechcy/TechTechsSoundMod#Dependencies) and put them in `Among Us\BepInEx\plugins` |
| 16 | + |
| 17 | +## Dependencies |
| 18 | + |
| 19 | +- [Reactor](https://github.com/techtechcy/TechTechsSoundMod/releases) |
| 20 | +- [Mira API](https://github.com/NuclearPowered/Reactor/releases) |
| 21 | + |
| 22 | + |
| 23 | +## Guide |
| 24 | + |
| 25 | +- After installing the mod, start your Among Us once (if it's your first time opening Among Us after modding it, expect it to take a long time). |
| 26 | + |
| 27 | +- After it finishes loading, quit the game and navigate to your Among Us folder |
| 28 | + |
| 29 | +- Locate the `TechTechsSounds` folder and open it |
| 30 | + |
| 31 | +- Put all your .wav files here and rename them accordingly (open the README.txt in the folder for more info) |
| 32 | + #### WARNING: The files need to be processed for Among Us to accept them. More info in [Audio Files](https://github.com/techtechcy/TechTechsSoundMod#Audio) |
| 33 | + |
| 34 | +- Relaunch the game, verify that the mod is enabled (Go to `Settings` -> `SM Tab` and verify that `Mod Enabled` is true) |
| 35 | + |
| 36 | + |
| 37 | +## Audio |
| 38 | +Among us doesn't just accept every .wav file. In order to process your audio file, it is recommended that you use a program like [Audacity](https://github.com/techtechcy/TechTechsSoundMod/releases). |
| 39 | + |
| 40 | +### Steps using Audacity: |
| 41 | +- Drag & Drop your .wav file into the editor. |
| 42 | +- Click `File` -> `Export Audio` -> `Export to computer` |
| 43 | +- Select an output path |
| 44 | +- Set up the settings as seen below: |
| 45 | + - Channels: `Stereo` |
| 46 | + - Sample Rate: `44100 Hz` |
| 47 | + - Encoding: `Signed 16-bit PCM` |
| 48 | +<img width="491" height="158" alt="image" src="https://github.com/user-attachments/assets/8e43f5cb-01cd-4d5f-a066-0cfdcb67d809" /> |
| 49 | + |
| 50 | +- Press `Export` |
0 commit comments