[Request][Texture]Change Hair color

For texture mods or other House Party mods. Texture mods are the only mods (other than Custom Stories) formally supported by Eek! Games at this time.
Forum rules
Please follow all Eek! Forum rules.

All mods posted here are user-created, and offered "as is" by those users/authors.

Any mods not posted here will be deleted immediately.

Any mod that stops functioning as intended or that unexpectedly compromises the game experience for a user or the stability of their system will be deleted immediately. Regardless of our intent to moderate, note that use of ANY of these mods is at your own risk.

Eek! reserves the right to enforce any of the above rules and/or delete mod content without warning. Create and manage your own backups.
Post Reply
MrNo0ne_69
Posts: 1
Joined: Fri Dec 09, 2022 6:11 pm

[Request][Texture]Change Hair color

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.
ttant
Posts: 987
Joined: Tue Feb 13, 2018 4:49 pm

Re: [Request][Texture]Change Hair color

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.
ttant
Posts: 987
Joined: Tue Feb 13, 2018 4:49 pm

Re: [Request][Texture]Change Hair color

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.
Post Reply