CorsacCosmetics is a client-side BepInEx mod for Among Us that adds support for user-provided cosmetic images. This fork updates the original CorsacHats to support newer Among Us versions and expands the available cosmetic types to include hats, visors, and nameplates.
- Hats:
CorsacCosmetics/Hats - Visors:
CorsacCosmetics/Visors - Nameplates:
CorsacCosmetics/Nameplates - Bundles:
CorsacCosmetics/Bundles
Cosmetic bundles (.ccb) allow you to package multiple cosmetics together and set specific cosmetic sprites (eg. preview, climb). Bundles should be placed in the CorsacCosmetics/Bundles folder.
You can create cosmetic bundles with the online editor.
You can use the Crewmate_Base.png file in the Templates folder as a base layer for cosmetics. Player cosmetics should be 270x428 pixels in size. Nameplates can be any size as they are scaled, but try to stick to the same aspect ratio as the original nameplate (around 3:1) for best results.
Notes:
- Right now, only PNG format is supported. This will be expanded in future updates.
- Only static images are supported; animated cosmetics are not currently implemented.
- There aren't any templates besides the examples yet.
- The loaders currently look for PNG files only ("*.png").
- Use a unique filename for each cosmetic, for example: my_cool_hat.png
- Each cosmetic type has an associated metadata you can set by making a JSON file with the same name as the PNG file. For example, for
my_cool_hat.png, create amy_cool_hat.jsonfile in the same folder with the following structure:
{
"Name": "MyHat",
"MatchPlayerColor": true,
"BlocksVisors": false,
"InFront": true,
"NoBounce": false
}- Any custom cosmetic will be visible to you and to other players who have the same mod and the same cosmetic files installed.
- Players who do not have the mod (or the same files) will see a pseudo-random cosmetic chosen by the original game.
- Make sure you have BepInEx and Reactor installed for Among Us. This plugin depends on Reactor.
- Copy the mod DLL (CorsacCosmetics.dll) into
BepInEx\plugins. - Start Among Us. The mod will create the
CorsacCosmeticsfolder and subfolders forHats,Visors, andNameplatesif they don't already exist. - Place your custom PNG files into the appropriate subfolder (Hats, Visors, Nameplates).
- (Optional) Create corresponding JSON metadata files for each cosmetic as described above.
- Restart Among Us to load the new cosmetics.
- Enjoy your custom cosmetics in-game!
- Updated to support more recent Among Us versions.
- Added Visors and Nameplates as cosmetic types.
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.
- This mod is not affiliated with Among Us or Innersloth LLC.
- Original CorsacHats project and contributors for inspiration.
- See the LICENSE file in this repository for license information.