11-15-2023, 06:09 PM
(This post was last modified: 11-16-2023, 11:08 AM by xxpy02.
Edit Reason: SFW version of the video
)
Requirements
[To see links please log-in or register here]
Script file path
Quote:{ADDON}\Scripts\Shared\Person\CcPersonDefaultBody_{ADDON}.bs
Script template for custom customizer settings
Quote:CustomParameter :Parameter_CustomMorph1 . {
.ParamID I32(0);
.CategoryID :Cat_Body;
.Enable :EnableFemale;
.ParamType CustomParamType .Slider;
.ParamName "CustomMorph1";
.ParamDescription "Custom Morph 1:";
.IconID I32(4);
.SliderDefault F32(0);
.PoseBlendNameArray [ "Person" + :person + "Body:custom_morph_1"];
.PoseBlendMulAddArray [ ( F32(1) , F32(0) )];
.PoseBlendClampArray [ ( F32(0) , F32(1) ) ];
.LookAt "Person" + :person + "Anim:Model01:root";
.LookAtID :LookAtNone;
};