Hey everyone, I have a quick question. So I’m trying to set a specific outfit in the eup menu where only one part gets changed (in my example a vest), but when I try to do it, it doesn’t work. I tried to edit the outfits.json like that: {
“Name”: “Male LSPD Class A”,
“Gender”: “Male”,
“Category”: “EUP”,
“Category2”: “LSPD”,
“Mask”: [],
“UpperSkin”: [],
“Decal”: [],
“UnderCoat”: [],
“Pants”: [],
“Shoes”: [],
“Accessories”: [],
“Armor”: “11:1”,
“Parachute”: [],
},
(for one outfit, I also tried to remove the line, e.g. “Parachute”, completely but the outfit then wont change. Anyone got an idea on how to solve it?
Actually I found it out! I just have to write a “-1:1” in there, so for example:
{
“Name”: “Male LSPD Class A”,
“Gender”: “Male”,
“Category”: “EUP”,
“Category2”: “LSPD”,
“Mask”: “-1:1”,
“UpperSkin”: “-1:1”,
“Decal”: “-1:1”,
“UnderCoat”: “-1:1”,
“Pants”: “-1:1”,
“Shoes”: “-1:1”,
“Accessories”: “-1:1”,
“Armor”: “11:1”,
“Parachute”: “-1:1”,
},
Hopefully that will help someone!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.