PlusEMU Furnidata_xml

Results 1 to 9 of 9
  1. #1
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    PlusEMU Furnidata_xml

    Hey RageZone

    Recently, I have started making customs again. I have made them before and have some decent knowledge on how to do it but I am now stuck.

    The new furnidata for PlusEMU has got me a bit confused. How do I add the furni to it? I don't get its layout and tags.

    Help please...
    Last edited by RetroPiggy; 15-08-14 at 06:36 AM.


  2. #2
    Hakuna Matata Matata is offline
    MemberRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: PlusEMU Furnidata_xml

    Adding items to furnidata have never been easier. It's all explained to you in the furnidata_xml. Here's an example.

    Code:
    <furnitype id="Sprite ID" classname="SWF Name">
        <revision>Revision folder</revision>
        <defaultdir>0</defaultdir>
        <xdim>X-Coord</xdim>
        <ydim>Y-Coord</ydim>
        <partcolors>
        <color>0</color>
        <color>0</color>
        <color>0</color>
        </partcolors>
        <name>Furniture name</name>
        <description>Furniture description</description>
        <adurl/>
        <offerid>-1</offerid>
        <buyout>1</buyout>
        <rentofferid>-1</rentofferid>
        <rentbuyout>0</rentbuyout>
        <bc>1</bc>
        <customparams/>
        <specialtype>1</specialtype>
        <canstandon>0/1</canstandon>
        <cansiton>0/1</cansiton>
        <canlayon>0/1</canlayon>
    </furnitype>

  3. #3
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    Re: PlusEMU Furnidata_xml

    Hello, I feel like a noob now. Looking at the code you put in with what goes where, it is easy. Thanks

  4. #4
    Unspoiled Perfection AKllX is offline
    MemberRank
    Aug 2007 Join Date
    @ akllxprojectLocation
    366Posts

    Re: PlusEMU Furnidata_xml

    You need an actual offerid (not -1) for your furni to show up on catalog search. It's a cool feature for Plus and I don't know why people won't use it.

  5. #5
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    Re: PlusEMU Furnidata_xml

    Quote Originally Posted by AKllX View Post
    You need an actual offerid (not -1) for your furni to show up on catalog search.
    Hello, I might give that feature a try, see what I can do. Also I have ran into a problem. Yes I know its a common problem and their are other threads on it but the furni shows up as a black box. I have made sure the ids and all match, the furni is in the right place and most of the things I have used to fix it before haven't seemed to work this time.

  6. #6
    Proficient Member ProducerMark is offline
    MemberRank
    Jul 2010 Join Date
    Middle EarthLocation
    176Posts

    Re: PlusEMU Furnidata_xml

    Quote Originally Posted by RetroPiggy View Post
    Hello, I might give that feature a try, see what I can do. Also I have ran into a problem. Yes I know its a common problem and their are other threads on it but the furni shows up as a black box. I have made sure the ids and all match, the furni is in the right place and most of the things I have used to fix it before haven't seemed to work this time.
    Check when you buy the furni if you can see the name and description in your inventory, if so, it is found in the furnidata, else, try updating cache.
    Also make sure you placed your furnidata code in the flooritems section (top of xml file) and not in the wallitems section (furnis bottom of xml file)

  7. #7
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    Re: PlusEMU Furnidata_xml

    Quote Originally Posted by ProducerMark View Post
    Check when you buy the furni if you can see the name and description in your inventory, if so, it is found in the furnidata, else, try updating cache.
    Also make sure you placed your furnidata code in the flooritems section (top of xml file) and not in the wallitems section (furnis bottom of xml file)
    Hello, yes the furni name and description can be seen in the hand and I think I added it in the furnidata ih the flooritems section as I added it under another throne that lists perfectly well and has no black box in the hotel.

  8. #8
    Proficient Member ProducerMark is offline
    MemberRank
    Jul 2010 Join Date
    Middle EarthLocation
    176Posts

    Re: PlusEMU Furnidata_xml

    You probably created/used an swf of the old crypto, you should add graphic tags with leensters furni editor, or edit a r63b swf

  9. #9
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    Re: PlusEMU Furnidata_xml

    Quote Originally Posted by ProducerMark View Post
    You probably created/used an swf of the old crypto, you should add graphic tags with leensters furni editor, or edit a r63b swf
    Yeah, I probably did. I will try with another SWF and see what happens

    Edit
    Think I had used an old SWF, used one that already worked and mine is working fine now.

    Thanks for your help guys :)
    Last edited by RetroPiggy; 16-08-14 at 10:03 PM.



Advertisement