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

ActiveMod Scripts


Recommended Posts

Sorry for any grammars mistake in advance, English isn't my first language

DISCLAIMER : Backup your file before using this script, I don't responsible for any damage caused by this script, you've been warned 

I just want to share some script I made, maybe it'll be useful

I'm not an expert or anything I just use linux box regularly

The problem is you'll need a linux/WSL to run this script, also install zsh and optionally Ripgrep, you can run it from remote machine by mounting your shared windows directory but it slower compared to using WSL

python script probably can do better. I'm not used to python and I don't think this script is POSIX compliant so don't run this on sh or bash

the first is script to replace texture map in *_pass.txt file with any existing file ( basically a duplicate finder ) to save some space in Drive

I don't recommend to run this script inside "ActiveMod" directory, use separate directory then check the results
dupes.zip

the second script is use to generate Hook 5 skins definition for Hook 5 paid user using template and existing *_pass.txt file

hook5skin_setup.zip

you can edit the template inside the script to add layers or change the skin parameters

I use this script to generate skin definition for this Hook5 Skin Collection 1.0.0 hence you can see this at line 547

for dirs in \[S\]\ * ; do
    gen_skin ${dirs}
done

change the ' \[S\]\ * ' with prefix of skin directories you want to generates from or replace this with

$( find -maxdepth 2 -iregex ".*\/\(mod_\)?\(fe\)?male_\(white_\|african_\)body_pass\.txt" | sed 's/.\/\(.*\)\/.*/\1/' | sort | uniq )

to find existing folder with mod_female_white_body_pass.txt

run this scripts on top of directories containing "*_pass.txt" file not inside

this script still need lots of improvement like putting the texture to "_H5 Outfits Maps" directory or the "_hook5data" for the skin and remove duplicated diffuse map, etc

Edited by Take Dummy
  • Thanks 2
Link to comment
Share on other sites

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.