Chocolol Posted May 2, 2018 Posted May 2, 2018 Hi First of all i am very sorry if this has been posted and answered before i searched and could not find a answer. can someone tell me how to find the id numbers from custom packages that i need to be able to add it to the cas_parts_json file of ww i have a custom amount of underwear i want to add and have no idea how to do it. I know the format of the file but no idea how to get the data id's or how to add custom underwear to that file. Cheers
TURBODRIVER Posted May 2, 2018 Posted May 2, 2018 Hey! That will be a little problematic but once you know it, it's not too bad. If you open a PACKAGE file with S4PE or S4S you're looking for either a "CASP" file or a "CAS Part" file. What you do is you take its Instance ID like 0x80000000DDB09B49 and convert it from hexadecimal to decimal so it's like this 9223372040574114633. And that decimal number is what you use in the ww_cas_parts.json file.
Chocolol Posted May 3, 2018 Author Posted May 3, 2018 thanks Turbo Is the format of the array in the entries [ bra, underwear ] or [ underwear, bra ]
TURBODRIVER Posted May 5, 2018 Posted May 5, 2018 "_UNDERWEAR_MALE_PARTS":[ [ top_cas_part, bottom_cas_part ], Same for females. Males don't wear a top so it's "-1".
Recommended Posts
Archived
This topic is now archived and is closed to further replies.