--- tags: Mass Effect Andromeda --- # How to change NPC eye colors by [munchyfly](https://munchyfly.carrd.co/) ## Intro In this tutorial, I will be teaching you how to change the eye color of a unique NPC. Here I will be changing Cora's eye color </br> </br> :warning: Work In Progress but with this info you should be able to make your own mods. </br> </br> :::info This is a hit and miss situation so your gonna have to keep trying until you get the eye color you want. No way around it. The gif is made on an older version of Frosty but the process remains the same. ::: </br> </br> <a href="https://imgur.com/aYFWSSF"><img src="https://i.imgur.com/aYFWSSF.gif" title="source: imgur.com" /></a> </br> </br> 1) Get the colors you want in HTML format ( ex.: #FFFFFF, #000000 respectively white, black) 2) Convert them to float using this [website](http://corecoding.com/utilities/rgb-or-hex-to-float.php) 3) Open Frosty Editor 4) Navigate to `game/characters/human/hmf/0_heads/hmf_head_pia` and double-click on `hmf_head_pia_skinned_mesh`. 5) In the right-side panel, go to *Materials > [3] Pia Eyes > Shader > VectorParameters*... and find the `TintMid` and `TintInner` values. 6) Input the new float values of the colors you have. 7) Save your project. 8) Try it out in-game.