Try   HackMD

How to change NPC eye colors

by munchyfly

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



Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Work In Progress but with this info you should be able to make your own mods.



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.





  1. Get the colors you want in HTML format ( ex.: #FFFFFF, #000000 respectively white, black)

  2. Convert them to float using this website

  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.