|
Post by mimi88jp on Sept 10, 2024 15:10:16 GMT -5
Hi Guys, So Ive been out of modding for some months and I noticed my custom career outfits are nolonger working and it breaks my mods. I realise the old python code to create custom outfit tag nolonger works. from tag import Tag
def add_tag_elements(kvp):
with Tag.make_mutable():
for k,v in kvp.items():
Tag._add_new_enum_value(k, v)
# Use 32-bit hashes of the names for the values
TAG_ELEMENTS = {'HighFashion_ModeHottest': 81355761, 'HighFashion_Couture': 81355762, 'HighFashion_LuxoSwim': 81355763, 'HighFashion_Kenzi': 81355764, 'HighFashion_Oclasse': 81355768, 'HighFashion_RossGiavanni': 81355765, 'HighFashion_MLandgraab': 81355766, 'HighFashion_Wedding': 81355767, 'LePassion_Perfume':81355769, 'HighFashion_ModeSwim':81355770, 'GFR_Outfit_Moschino':81355771, 'GFR_Outfit_MensMoschino':81355772, 'Func_ModelCareer_StudioDoor':81355775, 'Func_ModelCareer_PoseMarker':956188122, 'Func_ModelCareer_MakeupChair':956188121}
add_tag_elements(TAG_ELEMENTS) Does anyone have a copy of the new working code I can look at?
|
|
|
Post by CatDevPete on Sept 14, 2024 3:24:59 GMT -5
|
|
|
Post by mimi88jp on Sept 18, 2024 21:28:43 GMT -5
Thankyou CatDevPete, Ill check it out
|
|