Cosmetics - Zeo666/AllTheRoles GitHub Wiki

Extra Colours

Multiple new colors have been added for crewmates to pick from.

Custom Hats

We have a range of brand new hats developed by HannahTheBeef.
And Himicane has provided us with a number of hats currently seen in Town of Us Reactivated.

A hat consists of up to 5 images. The aspect ratio of the images have to be 4:5, we recommend 300px x 375px.
These images include:

  • Main image (resource & reshasha) - Renders when walking right (and left unless a flipped image is provided)
  • Flipped image (flipresource & reshashf) - Renders when walking left
  • Climb image (climbresource & reshashc) - Renders when climbing a ladder
  • Back image (backresource & reshashb) - Renders behind the player
  • Back Flipped image (backflipresource & reshashbf) - Renders behind the player and when walking left

You can also utilise the following 3 parameters:

  • Bounce: makes the hat bounce while walking
  • Behind: makes the Main & Flipped image display behind the player
  • Adaptive: applies the Among Us colouring shader. The colour red (#ff0000) will be replaced with the primary colour of your player and the colour blue (#0000ff) with the secondary colour

Below is an example of JSON text you will need to provide alongside the image files:

{
    "author": "HannahTheBeef",
    "adaptive": true,
    "bounce": true,
    "backresource": "Espeon_adaptive_back.png",
    "climbresource": "Espeon_adaptive_climb.png",
    "name": "Espeon",
    "package": "HannahTheBeef Hats",
    "reshasha": "1e56fb13aaa875393ce3500977d9f4a8",
    "reshashb": "b378dbceb23856f6ac999f308f7fd980",
    "reshashc": "4bff25486721a56df120a3ccdd207ed8",
    "resource": "Espeon_adaptive_bounce.png"
}

To generate the JSON for your hat you can now use a custom tool built just for this purpose here

[!NOTE] If you want to make some hats for ATR a template has been provided:
Hat Template available here

Custom Visors

Custom visors have been added. Some are currently for testing purposes only.

A visor consists of up to 2 images. The aspect ratio of the images have to be 4:5, we recommend 300px x 375px.
These images include:

  • Main image (resource & reshasha) - Renders when walking right (and left unless a flipped image is provided)
  • Flipped image (flipresource & reshashf) - Renders when walking left

You can also utilise the following parameters:

  • Adaptive: applies the Among Us colouring shader. The colour red (#ff0000) will be replaced with the primary colour of your player and the colour blue (#0000ff) with the secondary colour.

Below is an example of JSON text you will need to provide alongside the image file:

{
    "author": "HannahTheBeef",
    "adaptive": false,
    "name": "Princess Bride",
    "package": "HannahTheBeef Visors",
    "reshasha": "7896c30788deb693cf2170e984e88346",
    "resource": "PrincessBride.png"
}

To generate the JSON for your visor you can now use a custom tool built just for this purpose here

[!NOTE] If you want to make some visors for ATR a template has been provided:
Hat Template available here

Custom Nameplates

Custom nameplates have been added. Some are currently for testing purposes only.

A nameplate consists of one image. The size of the image has to be 275px x 68px.

Below is an example of JSON text you will need to provide alongside the image file:

{
    "author": "Zeo",
    "name": "Blue Nameplate",
    "package": "Community Nameplates",
    "reshasha": "07c15ae2adafa75da17ef19aa28b79c2",
    "resource": "BlueNameplate.png"
}

To generate the JSON for your nameplate you can now use a custom tool built just for this purpose here

[!NOTE] If you want to make some nameplates for ATR a template has been provided:
Nameplate Template available here