PlusEMU furni data xml help?

cammy

Member
May 15, 2014
471
221
Ok so I'm currently looking into adding a custom and I'm just wondering on how to do the furni data xml! Could someone walk me through the steps of what to do and how to add it? The item I'm adding is 1 width, 3 height, one state.

<furnitype id="9198" classname="snsk_gold"> ? What are the furni types?
<revision>59005</revision> ? What revision do I use?
<defaultdir>0</defaultdir>
<xdim>2</xdim> What are these? width?
<ydim>6</ydim> ^ ^ height?
<partcolors />
<name>snsk_gold name</name>
<description>snsk_gold desc</description>
<adurl></adurl>
<offerid>-1</offerid>
<buyout>0</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<excludeddynamic>0</excludeddynamic>
<customparams></customparams>
<specialtype>1</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
</furnitype>
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
id = sprite_id (in furniture table).
classname = item_name (in furniture table).
xdim = width
ydim = length
offerid = offer_id in catalog_items (not needed, but it makes the item searchable).

Hope that helps.
 

Poizone

Member
Sep 7, 2011
66
19
If you still need help I can even show you how to make the XML for your furnidata if needed. I know a lot of releases don't have XML in the releases ever. Let me know if you need help with that also.
 

Users who are viewing this thread

Top