![]() |
Adding Extra Hair Color Slider - Printable Version +- Phoenix Garden (https://roysforum.com) +-- Forum: Community (https://roysforum.com/forum-103.html) +--- Forum: Raistin Kane - Research Center (https://roysforum.com/forum-158.html) +--- Thread: Adding Extra Hair Color Slider (/thread-738.html) |
Adding Extra Hair Color Slider - Richter Belmont - 07-24-2024 Modders should know it, making hair work with the default game hair color slider is a real pain. You need to create layer files, link you texture to it, write DressCmd using these layer and [To see links please log-in or register here] ...For other dress type however, thing are way more simple. DressCmd using the tex2d your scene as target. So why not make thing as simple for hair? I added a extra hair color slider for making the required scripts for color slider as simple of everything other type of dress for hair. The script should be added to \Scripts\Shared\Person\CcPersonDefaultBody.bs Code: CustomParameter :Parameter_DressWigColor . {[/color] As for the requirement for your addon hair dcdress_*.bs file, it's the same as other dress type. (except .ParamID use I32(0) instead of 2) Example: Code: .SceneScriptFile [ :HairBaseDir + "AcR9Hair007" , :P + "R9Hair007" ];[/color] |