> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zydrec.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wall Colors

This asset does **not** come with a script to change the wall colors but it does support it which means you can easily implement your own script. Below you'll find all the information necessary to implement your own script.

Wall colors are controlled through an interior entityset `wall_tint` paired with a tint palette texture. Setting a color index tells the game which row of the palette to sample.

`wall_tint` is already active by default in the interiors ymap, so you generally **don't need to call** `ActivateInteriorEntitySet`.

## Colors

| Index | Preview                                                                                                          | Hex       |
| :---- | :--------------------------------------------------------------------------------------------------------------- | :-------- |
| 0     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#f1f1f1' }} /> | `#f1f1f1` |
| 1     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#dfd7cd' }} /> | `#dfd7cd` |
| 2     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#e1be8e' }} /> | `#e1be8e` |
| 3     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#ebab69' }} /> | `#ebab69` |
| 4     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#7e9ab1' }} /> | `#7e9ab1` |
| 5     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#736dd2' }} /> | `#736dd2` |
| 6     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#38356e' }} /> | `#38356e` |
| 7     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#a85e53' }} /> | `#a85e53` |
| 8     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#f13b59' }} /> | `#f13b59` |
| 9     | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#8e4d58' }} /> | `#8e4d58` |
| 10    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#96a08a' }} /> | `#96a08a` |
| 11    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#646f69' }} /> | `#646f69` |
| 12    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#473c5b' }} /> | `#473c5b` |
| 13    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#d5a6de' }} /> | `#d5a6de` |
| 14    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#6b6a6c' }} /> | `#6b6a6c` |
| 15    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#343435' }} /> | `#343435` |
| 16    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#c1cde0' }} /> | `#c1cde0` |
| 17    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#023020' }} /> | `#023020` |
| 18    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#4fede5' }} /> | `#4fede5` |
| 19    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#62c1e5' }} /> | `#62c1e5` |
| 20    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#ff7b7b' }} /> | `#ff7b7b` |
| 21    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#000000' }} /> | `#000000` |
| 22    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#ffee8c' }} /> | `#ffee8c` |
| 23    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#c0c0c0' }} /> | `#c0c0c0` |
| 24    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#012d21' }} /> | `#012d21` |
| 25    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#e190b7' }} /> | `#e190b7` |
| 26    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#a2e783' }} /> | `#a2e783` |
| 27    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#49862e' }} /> | `#49862e` |
| 28    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#5e0606' }} /> | `#5e0606` |
| 29    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#653e21' }} /> | `#653e21` |
| 30    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#d5f3c6' }} /> | `#d5f3c6` |
| 31    | <div style={{ width: 20, height: 20, borderRadius: 4, border: '1px solid #ccc', backgroundColor: '#ae4bff' }} /> | `#ae4bff` |

## interior locations

| Location (x, y, z)                 | IPL (.ymap)                                          |
| ---------------------------------- | ---------------------------------------------------- |
| 976.092896, -201.667053, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_   |
| 972.968628, -206.866302, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_1  |
| 969.844360, -212.065567, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_2  |
| 966.720032, -217.264832, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_3  |
| 956.317139, -220.082275, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_4  |
| 951.117920, -216.957993, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_5  |
| 945.918579, -213.833694, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_6  |
| 943.101379, -203.430939, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_7  |
| 946.225647, -198.231659, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_8  |
| 949.349915, -193.032410, 73.718597 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_9  |
| 976.092896, -201.667053, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_10 |
| 972.968628, -206.866302, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_11 |
| 969.844360, -212.065567, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_12 |
| 966.720032, -217.264832, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_13 |
| 956.317139, -220.082275, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_14 |
| 951.117920, -216.957993, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_15 |
| 945.918579, -213.833694, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_16 |
| 943.101379, -203.430939, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_17 |
| 946.225647, -198.231659, 76.775070 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_18 |
| 949.349915, -193.032410, 76.775101 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_19 |
| 976.092896, -201.667053, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_20 |
| 972.968628, -206.866302, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_21 |
| 969.844360, -212.065567, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_22 |
| 966.720032, -217.264832, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_23 |
| 956.317139, -220.082275, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_24 |
| 951.117920, -216.957993, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_25 |
| 945.918579, -213.833694, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_26 |
| 943.101379, -203.430939, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_27 |
| 946.225647, -198.231659, 79.832687 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_28 |
| 949.349915, -193.032410, 79.832703 | zydrec\_sm\_int\_interior\_zydrec\_sm\_int\_milo\_29 |

## preview

<img src="https://mintcdn.com/zydrec/zMkDkgOmiNyRj7-I/images/wall_colors_support.gif?s=404dd54018bee1050422f2120282e10e" alt="Wall Colors Support" width="800" height="450" data-path="images/wall_colors_support.gif" />
