[Request][Texture]Change Hair color
Posted: Fri Dec 09, 2022 6:24 pm
Hello, is it possible to make a texture mod which will change color of Katherine and Britney hair on brown? Big thanks to whoever will send me that texture mod.
A place to discuss Eek! Games, and all of their games
https://forum.eekllc.com/
Edit: answer corrected with Lenny insights.Basically,Code: Select all
hairMaterial.SetColor("_RootColor", Color.red); hairMaterial.SetColor("_TipColor", Color.red); // There is also "_DyeColor" that I haven't used yet
Edit:Lounger, The Creator wrote:Note that making mods through modifying logic/code is intermediate level at the very least. Basically you can install BepInEx by following this tutorial https://docs.bepinex.dev/master/article ... l2cpp.html and then start messing around. If this guide seem waaay over your head, it's probably not for you. I encourage you to try though