Add custom colors into your Among Us game!
Discord: https://discord.gg/cHDxA93fGc
Youtube: https://www.youtube.com/channel/UCy4h9UsVcoQV_QU5ew_NeiQ/
GitHub: https://github.com/Devs-Us
Discord: https://discord.gg/cHDxA93fGc
Youtube: https://www.youtube.com/channel/UCy4h9UsVcoQV_QU5ew_NeiQ/
GitHub: https://github.com/Devs-Us
Which colors were added?
Normal colors
| | | |
---|---|---|---|
Acid Green | Aqua Blue | Blood Red | Chocolate |
Flame | Crimson | Gold | Mint |
Lavender | Egyptian Blue | Jungle Green | Light Pink |
Panda | Mustard | Blurple | Navy Blue |
Midnight Blue | Olive | Peach | Lapis Lazuli |
Silver | Cadmium Yellow | Brazilwood | Mummybrown |
Quercitron | Cochineal | | |
Special colors
Rainbow | Seasonal |
Adding your own color (Beta)
EpicColors allows you to configure additional color to the game as simple as creating a txt file!Adding your own color (Beta)
To get started, make sure you have
CustomColors.txt
file inside your Among Us game directory
Adding colors
- Give a name for your color. If you want to add spaces in your color's name, just use _ to represent them.
name;Acid_Green
- You are required to have RGB pattern of your custom color to add one. use main;r,g,b to specify crewmate's color. Here's the example with Red:124 Green:155 and Blue:10
main;124,155,10
- The shadow of the crewmate will be automatically generated by decreasing the main color by 40%. However, if you wish to put custom RGB for your color's shadow, you can use shadows;r,g,b like the example below.
shadows;101,116,10
Optional options
- Add yourself as an author while in the lobby by using
author;<whatever you want to put under the ping in the lobby>
.
author;Colors provided by SideSxope
- Remove colors that is shipped with EpicColors by using
removeBuiltIn;
Here's an example of a full content ofCustomColors.txt
file
Code:
author;Innersloth (Glitched Colors)
name;Fortegreen main;29,152,83
name;SunBurn main;241,247,63 shadow;241,42,47
and TADAA!
If you add the parameter
removeBuiltIn;
, the built in colors that is shipped with our mod will get excluded! Here's the preview:
This mod is not affiliated with Among Us or Innersloth LLC, and the content contained therein is not endorsed or otherwise sponsored by Innersloth LLC. Portions of the materials contained herein are property of Innersloth LLC.
© Innersloth LLC.
© Innersloth LLC.