Advertisement
Guest User

Color codes

a guest
Feb 3rd, 2020
2,467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. __FORCETOC__
  2.  
  3. Color codes are hexadecimal numbers that computers use to represent a color. ATLAS only uses a small set of color codes (compared to the vast number of colors possible), and here is the full list of colors used to define dyes and creature colors in the game.
  4. == Creature Colors and Codes ==
  5.  
  6. A creature has up to 6 color-regions (numbered 0 to 5). To set region r to the creature-color with the id c, look at the creature and execute the following in the console command:
  7.  
  8. setTargetDinoColor r c
  9.  
  10. Not all creatures are able to have all colors. Possible colors vary by color region, type of animal, and in some cases, by the biome the animal spawns in. Each color region typically has 10-25 options for possible colors.
  11.  
  12. All data here was obtained directly from the ATLAS devkit, and the colors with ID 0-55 are common to the colors in ARK, with 56-61 being ATLAS-specific colors. You can find these colors in the devkit at game/PrimalEarth/CoreBlueprints/PrimalGameData_BP.
  13.  
  14. {| class="wikitable sortable"
  15. |-
  16. ! ID !! Description !! Color !! Hex Code
  17. |-
  18. | 0 || Red || style=background-color:#ff0000 | || <tt>#ff0000</tt>
  19. |-
  20. | 1 || Blue || style=background-color:#0000ff | || <tt>#0000ff</tt>
  21. |-
  22. | 2 || Green || style=background-color:#00ff00 | || <tt>#00ff00</tt>
  23. |-
  24. | 3 || Yellow || style=background-color:#ffff00 | || <tt>#ffff00</tt>
  25. |-
  26. | 4 || Cyan || style=background-color:#00ffff | || <tt>#00ffff</tt>
  27. |-
  28. | 5 || Magenta || style=background-color:#ff00ff | || <tt>#ff00ff</tt>
  29. |-
  30. | 6 || Light Green || style=background-color:#c0ffba | || <tt>#c0ffba</tt>
  31. |-
  32. | 7 || Light Grey || style=background-color:#c8caca | || <tt>#c8caca</tt>
  33. |-
  34. | 8 || Light Brown || style=background-color:#786759 | || <tt>#786759</tt>
  35. |-
  36. | 9 || Light Orange || style=background-color:#ffb46c | || <tt>#ffb46c</tt>
  37. |-
  38. | 10 || Light Yellow || style=background-color:#fffa8a | || <tt>#fffa8a</tt>
  39. |-
  40. | 11 || Light Red || style=background-color:#ff756c | || <tt>#ff756c</tt>
  41. |-
  42. | 12 || Dark Grey || style=background-color:#7b7b7b | || <tt>#7b7b7b</tt>
  43. |-
  44. | 13 || Black || style=background-color:#3b3b3b | || <tt>#3b3b3b</tt>
  45. |-
  46. | 14 || Brown || style=background-color:#593a2a | || <tt>#593a2a</tt>
  47. |-
  48. | 15 || Dark Green || style=background-color:#224900 | || <tt>#224900</tt>
  49. |-
  50. | 16 || Dark Red || style=background-color:#812118 | || <tt>#812118</tt>
  51. |-
  52. | 17 || White || style=background-color:#ffffff | || <tt>#ffffff</tt>
  53. |-
  54. | 18 || Dino Light Red || style=background-color:#ffa8a8 | || <tt>#ffa8a8</tt>
  55. |-
  56. | 19 || Dino Dark Red || style=background-color:#592b2b | || <tt>#592b2b</tt>
  57. |-
  58. | 20 || Dino Light Orange || style=background-color:#ffb694 | || <tt>#ffb694</tt>
  59. |-
  60. | 21 || Dino Dark Orange || style=background-color:#88532f | || <tt>#88532f</tt>
  61. |-
  62. | 22 || Dino Light Yellow || style=background-color:#cacaa0 | || <tt>#cacaa0</tt>
  63. |-
  64. | 23 || Dino Dark Yellow || style=background-color:#94946c | || <tt>#94946c</tt>
  65. |-
  66. | 24 || Dino Light Green || style=background-color:#e0ffe0 | || <tt>#e0ffe0</tt>
  67. |-
  68. | 25 || Dino Medium Green || style=background-color:#799479 | || <tt>#799479</tt>
  69. |-
  70. | 26 || Dino Dark Green || style=background-color:#224122 | || <tt>#224122</tt>
  71. |-
  72. | 27 || Dino Light Blue || style=background-color:#d9e0ff | || <tt>#d9e0ff</tt>
  73. |-
  74. | 28 || Dino Dark Blue || style=background-color:#394263 | || <tt>#394263</tt>
  75. |-
  76. | 29 || Dino Light Purple || style=background-color:#e4d9ff | || <tt>#e4d9ff</tt>
  77. |-
  78. | 30 || Dino Dark Purple || style=background-color:#403459 | || <tt>#403459</tt>
  79. |-
  80. | 31 || Dino Light Brown || style=background-color:#ffe0ba | || <tt>#ffe0ba</tt>
  81. |-
  82. | 32 || Dino Medium Brown || style=background-color:#948575 | || <tt>#948575</tt>
  83. |-
  84. | 33 || Dino Dark Brown || style=background-color:#594e41 | || <tt>#594e41</tt>
  85. |-
  86. | 34 || Dino Darker Grey || style=background-color:#595959 | || <tt>#595959</tt>
  87. |-
  88. | 35 || Dino Albino || style=background-color:#ffffff | || <tt>#ffffff</tt>
  89. |-
  90. | 36 || BigFoot0 || style=background-color:#b79683 | || <tt>#b79683</tt>
  91. |-
  92. | 37 || BigFoot4 || style=background-color:#eadad5 | || <tt>#eadad5</tt>
  93. |-
  94. | 38 || BigFoot5 || style=background-color:#d0a794 | || <tt>#d0a794</tt>
  95. |-
  96. | 39 || WolfFur || style=background-color:#c3b39f | || <tt>#c3b39f</tt>
  97. |-
  98. | 40 || DarkWolfFur || style=background-color:#887666 | || <tt>#887666</tt>
  99. |-
  100. | 41 || DragonBase0 || style=background-color:#a0664b | || <tt>#a0664b</tt>
  101. |-
  102. | 42 || DragonBase1 || style=background-color:#cb7956 | || <tt>#cb7956</tt>
  103. |-
  104. | 43 || DragonFire || style=background-color:#bc4f00 | || <tt>#bc4f00</tt>
  105. |-
  106. | 44 || DragonGreen0 || style=background-color:#79846c | || <tt>#79846c</tt>
  107. |-
  108. | 45 || DragonGreen1 || style=background-color:#909c79 | || <tt>#909c79</tt>
  109. |-
  110. | 46 || DragonGreen2 || style=background-color:#a5a48b | || <tt>#a5a48b</tt>
  111. |-
  112. | 47 || DragonGreen3 || style=background-color:#2D4B56 | || <tt>#2D4B56</tt>
  113. |-
  114. | 48 || WyvernPurple0 || style=background-color:#302C4F | || <tt>#302C4F</tt>
  115. |-
  116. | 49 || WyvernPurple1 || style=background-color:#705E88 | || <tt>#705E88</tt>
  117. |-
  118. | 50 || WyvernBlue0 || style=background-color:#1F3964 | || <tt>#1F3964</tt>
  119. |-
  120. | 51 || WyvernBlue1 || style=background-color:#101B2D | || <tt>#101B2D</tt>
  121. |-
  122. | 52 || Dino Medium Blue || style=background-color:#1D60D2 | || <tt>#1D60D2</tt>
  123. |-
  124. | 53 || Dino Deep Blue || style=background-color:#0E23A9 | || <tt>#0E23A9</tt>
  125. |-
  126. | 54 || NearWhite || style=background-color:#D8D8D8 | || <tt>#D8D8D8</tt>
  127. |-
  128. | 55 || NearBlack || style=background-color:#141414 | || <tt>#141414</tt>
  129. |-
  130. | 56 || Creature Dark Smoke || style=background-color:#141F30 | || <tt>#141F30</tt>
  131. |-
  132. | 57 || Creature Light Smoke || style=background-color:#7190F3 | || <tt>#7190F3</tt>
  133. |-
  134. | 58 || Creature Ochre || style=background-color:#402907 | || <tt>#402907</tt>
  135. |-
  136. | 59 || Creature Orange || style=background-color:#A53B04 | || <tt>#A53B04</tt>
  137. |-
  138. | 60 || Creature Midnight || style=background-color:#0B0F31 | || <tt>#0B0F31</tt>
  139. |-
  140. | 61 || Creature Pink || style=background-color:#C4744B | || <tt>#C4744B</tt>
  141. |}
  142.  
  143. == Dye Names and Codes ==
  144.  
  145. All dye colors below are ATLAS-specific, and they do not have in-game IDs like the creature colors above. These can be found in the devkit in game/PrimalEarth/CoreBlueprints/Items/Primal_ItemDye_XXXX where XXXX changes for each dye. Because these are different than the actual name of the dye in some cases, they are also in the table below.
  146.  
  147. {| class="wikitable sortable"
  148. |-
  149. ! Name !! BP location !! Color !! Hex Code
  150. |-
  151. | Alizarin || AlizarinRed || style=background-color:#B50607 | || <tt>#B50607</tt>
  152. |-
  153. | Aubergine || AubergineBrown || style=background-color:#090405 | || <tt>#090405</tt>
  154. |-
  155. | Black || Black || style=background-color:#020202 | || <tt>#020202</tt>
  156. |-
  157. | Blackberry || Blackberry || style=background-color:#0D0105 | || <tt>#0D0105</tt>
  158. |-
  159. | BlackCurrant || Blackcurrant || style=background-color:#010004 | || <tt>#010004</tt>
  160. |-
  161. | Blue || Blue || style=background-color:#0000FF | || <tt>#0000FF</tt>
  162. |-
  163. | Blue Whale || BlueWhale || style=background-color:#00060D | || <tt>#00060D</tt>
  164. |-
  165. | Brick || Brick || style=background-color:#4C0702 | || <tt>#4C0702</tt>
  166. |-
  167. | Bright Red || BrightRed || style=background-color:#460306 | || <tt>#460306</tt>
  168. |-
  169. | Brown || Brown || style=background-color:#2E1E0F | || <tt>#2E1E0F</tt>
  170. |-
  171. | Cantaloupe || Cantaloupe || style=background-color:#FF5400 | || <tt>#FF5400</tt>
  172. |-
  173. | Cerulean || Cerulean || style=background-color:#002A62 | || <tt>#002A62</tt>
  174. |-
  175. | Chateau || ChateauGreen || style=background-color:#0D431B | || <tt>#0D431B</tt>
  176. |-
  177. | Conifer || ConiferGreen || style=background-color:#6AB126 | || <tt>#6AB126</tt>
  178. |-
  179. | Cyan || Cyan || style=background-color:#00FFFF | || <tt>#00FFFF</tt>
  180. |-
  181. | Dark Pink || DarkPink || style=background-color:#9A0055 | || <tt>#9A0055</tt>
  182. |-
  183. | Dark Violet || Magenta || style=background-color:#26007F | || <tt>#26007F</tt>
  184. |-
  185. | Forest || Forest || style=background-color:#002600 | || <tt>#002600</tt>
  186. |-
  187. | Gold || Gold || style=background-color:#FFAD00 | || <tt>#FFAD00</tt>
  188. |-
  189. | Green || Green || style=background-color:#00FF00 | || <tt>#00FF00</tt>
  190. |-
  191. | Indigo || Indigo || style=background-color:#2F02FF | || <tt>#2F02FF</tt>
  192. |-
  193. | Light Sea Green || LightSeaGreen || style=background-color:#016F60 | || <tt>#016F60</tt>
  194. |-
  195. | Madang || MadangGreen || style=background-color:#74AC5F | || <tt>#74AC5F</tt>
  196. |-
  197. | Magenta || ActuallyMagenta || style=background-color:#CC02B3 | || <tt>#CC02B3</tt>
  198. |-
  199. | Mango || Mango || style=background-color:#B13000 | || <tt>#B13000</tt>
  200. |-
  201. | Mineral Gray || MineralGray || style=background-color:#1B221D | || <tt>#1B221D</tt>
  202. |-
  203. | Mud || Mud || style=background-color:#0F0A05 | || <tt>#0F0A05</tt>
  204. |-
  205. | Napa Brown || NapaBrown || style=background-color:#5F523E | || <tt>#5F523E</tt>
  206. |-
  207. | Navy || Navy || style=background-color:#070726 | || <tt>#070726</tt>
  208. |-
  209. | Olive || Olive || style=background-color:#7F7F19 | || <tt>#7F7F19</tt>
  210. |-
  211. | Orange || Orange || style=background-color:#FF3F00 | || <tt>#FF3F00</tt>
  212. |-
  213. | Orange Peel || OrangePeel || style=background-color:#E35800 | || <tt>#E35800</tt>
  214. |-
  215. | Orient Blue || OrientBlue || style=background-color:#02182B | || <tt>#02182B</tt>
  216. |-
  217. | Paco Brown || PacoBrown || style=background-color:#110D0B | || <tt>#110D0B</tt>
  218. |-
  219. | Parchment || Parchment || style=background-color:#FFFF7F | || <tt>#FFFF7F</tt>
  220. |-
  221. | Pink || Pink || style=background-color:#FF33C2 | || <tt>#FF33C2</tt>
  222. |-
  223. | Pohutukawa Red || PohutukawaRed || style=background-color:#1A0105 | || <tt>#1A0105</tt>
  224. |-
  225. | Purple || Purple || style=background-color:#3300BF | || <tt>#3300BF</tt>
  226. |-
  227. | Red || Red || style=background-color:#FF0000 | || <tt>#FF0000</tt>
  228. |-
  229. | Royalty || Royalty || style=background-color:#330066 | || <tt>#330066</tt>
  230. |-
  231. | Selective Yellow || SelectiveYellow || style=background-color:#E37900 | || <tt>#E37900</tt>
  232. |-
  233. | Shalimar Yellow || Shalimar || style=background-color:#F0E368 | || <tt>#F0E368</tt>
  234. |-
  235. | Silver || Silver || style=background-color:#BFBFBF | || <tt>#BFBFBF</tt>
  236. |-
  237. | Sky || Sky || style=background-color:#7FAAFF | || <tt>#7FAAFF</tt>
  238. |-
  239. | Slate || Slate || style=background-color:#191919 | || <tt>#191919</tt>
  240. |-
  241. | Snow White || SnowWhite || style=background-color:#FFEBEB | || <tt>#FFEBEB</tt>
  242. |-
  243. | Swamp Purple || SwampyPurple || style=background-color:#080408 | || <tt>#080408</tt>
  244. |-
  245. | Tan || Tan || style=background-color:#FFD873 | || <tt>#FFD873</tt>
  246. |-
  247. | Tangerine || Tangerine || style=background-color:#6C2105 | || <tt>#6C2105</tt>
  248. |-
  249. | Watercourse Green || WatercourseGreen || style=background-color:#002B11 | || <tt>#002B11</tt>
  250. |-
  251. | White || White || style=background-color:#FDFDFD | || <tt>#FDFDFD</tt>
  252. |-
  253. | Yellow || Yellow || style=background-color:#FFFF00 | || <tt>#FFFF00</tt>
  254. |}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement