Posts 1–2 of 2 · Page 1 of 1
Adding purchasable skins
I'm using the default FSOD source and I tried adding a new purchasable skin to my custom class and when I buy it and select it, it says https://gyazo.com/7257d550daefb3f531c816550d3495ed. It shows the skin,
and it lets me purchase it but when I select it it just wont let me use it. It gives me the "You do not have this skin." error for every purchasable skin now.
Here's the XML:
Code:
<Object type="0x9022" id="Heavy Samurai">
<Skin/>
<Class>Skin</Class>
<AnimatedTexture>
<File>playerskins</File>
<Index>91</Index>
</AnimatedTexture>
<PlayerClassType>0x0327</PlayerClassType>
<UnlockLevel>1</UnlockLevel>
<DisplayId>Heavy Samurai</DisplayId>
</Object>
I already added the XML to SkinsCXML in the client. Posts 1–2 of 2 · Page 1 of 1