Page 1 of 1

[Request][Texture]Change Hair color

Posted: Fri Dec 09, 2022 6:24 pm
by MrNo0ne_69
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.

Re: [Request][Texture]Change Hair color

Posted: Sat Dec 10, 2022 3:20 pm
by ttant
Currently, that's not possible by just changing a picture file.

There was a way using bepinex, but it may not work with latest version.

According to "Lounger, The Creator" on #house-party-chat on november 4th 2022, who make brittney a readhead:
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: answer corrected with Lenny insights.

Re: [Request][Texture]Change Hair color

Posted: Sun Dec 11, 2022 2:32 pm
by ttant
Seen on discord:
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
Edit:
I try to follow the guide with game 1.0.6, using the last two snapshot (664 & 663) or the latest official (6.0.0-pre1), but the games crashes on main menu.