Jump to content

Hi There

Welcome to Klub Exile. If you happened to make your way to the site either from Lovers Lab or a Search on Google, we are glad you found us.  To unlock the entire site you will need to have a account registered.  Don't worry it is free but in the mean time you can read up on why we made the site and other little tidbits.  Feel free to join or Discord Server also if you have any more questions.  Thanks for stopping by and See You on the other side.

admin admin

cr532

Modder
  • Posts

    226
  • Joined

  • Last visited

  • Days Won

    28
  • XP

    16,003 [ Donate ]

Community Answers

  1. cr532's post in CTK - Hair color slider activation? was marked as the answer   
    It's a bit complicated. Here are the steps you need in most cases:
    1. Go to %addon_folder%/Images/Q=Tex032M/Shared/Hair and create %hair_name%_hairlayer.bs script with the following content:
    GroupLayer :hair_GroupLayer; ImageLayer :hair_blond_ImageLayer . { .FileObject FileObject :hair_blond_FileObject . { .FileName "Shared/Hair/%hair_texture_filename%"; }; }; ImageLayer :hair_strand_ImageLayer . { .FileObject FileObject :hair_strand_FileObject . { .FileName "Shared/Hair/%strand_texture_filename%"; }; }; GroupLayer :hair_GroupLayer . { .LayerArray [ TransformLayer :hair_transparent01_blond_TransformLayer . { .ImageLayer :hair_blond_ImageLayer; .CombineMode TransformLayer .CombineModeEnum .Replace; .Visibility U32(0); }; TransformLayer :hair_strand01_custom_TransformLayer . { .ImageLayer :hair_strand_ImageLayer; .CombineMode TransformLayer .CombineModeEnum .Blend; // here you may want to change combine mode (.Replace/.Blend/.AlphaAdd) .Visibility U32(0); }; ]; }; 2.  Open your scene file located at %addon_folder%/Scenes/Shared/Hair and find Object.Name of Texture2D (if you are using CTK, it should be something like "%hair_name%_tex2d").
    3. Go to the scene script file %addon_folder%/Scripts/Luder/Hair/Ac%hair_name%.bs and add this code to .ComponentArray:
    AppModel . { .ComponentArray [ ... AppReplaceImage . { .TextureName "%Texture2D_object_name%"; .LayerFile "Shared/Hair/%hairlayer_filename%"; }; ... ]; }; 4. So, finally open your dress script %addon_folder%/Scripts/Dress/DcDressVX_%hair_name%.bs and add those lines:
    DressDescription :Dress%hair_name%_Description . { ... .CmdArray [ DressCmd . { .IfDressArray [ I32(250) , I32(251) ]; .Show I32(1); .Target :P + "Hair:hair_transparent01_blond_TransformLayer"; }; ]; ... };
  2. cr532's post in R9Blouse133 Cheerleader - Dress Options not working/debugging was marked as the answer   
    Here are VX.999.Cheerleader.zip Also, poms merged to the package.
  3. cr532's post in New addon does not appear - how to debug? was marked as the answer   
    Works fine. Just change dress zone from :DZ_LatexPasties to :DZ_Pasties
×
×
  • Create New...

Important Information

WARNING! Adult Only Content You must be 18 years of age or older to enter. By accepting you agree to Klub Exile's Terms of Use and Guidelines upon creating an account.