Nitro converter not functioning

zeryx

New Member
Oct 11, 2023
5
1
Hello guys. I'm currently trying to convert some swf files to add new items. But I get this error. I don't know what I'm doing wrong I tried everything. I tried to follow one guide but I have no clue. Can someone please help me.
Thank you.
You must be registered for see images attach
 

zeryx

New Member
Oct 11, 2023
5
1
Your furnidata.xml does not exist at C:\Users\Username\Desktop\moebel\furnidata.xml?

That error message is pretty clear...
But the problem is that it exists there? I created one and copied the path from the folder itself. That's what makes it confusing for me.
 

Puffin

Member
Mar 17, 2018
367
313
But the problem is that it exists there? I created one and copied the path from the folder itself. That's what makes it confusing for me.
If you have linked it properly, make sure your furnidata.xml file always has at least this inside of it, and any furnidata you want to convert to json must be pasted in-between those lines

Code:
<?xml version="1.0" encoding="UTF-8"?>
<furnidata><roomitemtypes>



</roomitemtypes>
</furnidata>



So, for example:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<furnidata><roomitemtypes>
<furnitype id="29414156" classname="cstm_j21_veld_cirkel">
        <revision>59005</revision>
        <defaultdir>0</defaultdir>
        <xdim>1</xdim>
        <ydim>1</ydim>
        <partcolors />
        <name>cstm_j21_veld_cirkel_name</name>
        <description>cstm_j21_veld_cirkel_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>0</specialtype>
        <canstandon>0</canstandon>
        <cansiton>0</cansiton>
        <canlayon>0</canlayon>
</furnitype>
</roomitemtypes>
</furnidata>
 

Users who are viewing this thread

Top