This is just a quick how-to as to how faction leaders can customize their team’s color and uniform in the Mojave Desert.
Team Color
- Pick a color! All you have to do is find a BrickColor (that no other faction is currently using) and copy the name from here: BrickColor Codes. For the purposes of this tutorial, I’m going to be using ‘Light yellow’ as an example.
- Open up your group settings
- Somewhere in your group description, add the following:
Color: 'ColorName'
. Since I chose ‘Light Yellow’ as my team color, I’m going to addColor: 'Light Yellow'
to my group description:
If the color name doesn’t work properly, you can also use the color number, e.g.Color: '3'
for ‘Light Yellow’.
Uniform
- Get the ID of a uniform’s shirt and pants
- Go to your groups’ description, same as with colors.
- To add your uniforms, just add 2 new fields like so
UniformTop: "id"
UniformBottom: "id"
(replacing id
with the respective shirt/pants ID)