# FF ID Color change

Pilot glow: Any light that is emitted from the pilot. ie: Visor color and jumpkit color.

Titan glow: Any light that is emitted from the titan. ie: Eye color and thruster color.

### Walkthrough:

1. Go to the path Titanfall2/bin/x64\_retail
2. Backup the file "Client.dll"
3. Open the file "Client.dll" in a hexeditor and go to the offset 0090FAA0

These are the values you want to change. Values: R G B

![](https://3680263823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPXG6BIVWwbrvVSOiBw-887967055%2Fuploads%2Fgit-blob-4affad64d0bff2696b837a7d22521ec3dc05f53a%2FBase%20Id%20color%20offset.png?alt=media)

{% hint style="info" %}
Before converting your color to hex:

RGB values are written in vectors where 0 is a minimum value and 1 is max (255 in regular format). If you're not familiar with this format, check [**Color & Texture info**](https://noskill.gitbook.io/titanfall2/documentation/textures/colors/color-and-texture-info#usdlayercolor) \*\*\*\* page.
{% endhint %}

#### Example values for one color:

| **HEX value**       | 302E303020302E373320302E3733 |
| ------------------- | ---------------------------- |
| **Vector value**    | 0.00 0.73 0.73               |
| **Plain RGB value** | 0 185 185                    |

#### Original values for all id colors.

![](https://3680263823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPXG6BIVWwbrvVSOiBw-887967055%2Fuploads%2Fgit-blob-7e4ff133f016a58c3085a1780a432d2600a88f10%2FOriginal%20Id%20color%20values.png?alt=media)
