For old customs to work, you need to re-add the <graphics> tag inside of the actual file. http://forum.ragezone.com/f556/code-...custom-917345/ Go to the part that says 'Fixing new furniture' and basically do the opposite. Re-add the graphics tag. All files are different but the file you want will look like this;
Code:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<visualizationData type="letterb"><graphics>
<visualization size="32" layerCount="1" angle="45">
<directions>
<direction id="2"/>
<direction id="4"/>
</directions>
</visualization>
<visualization size="64" layerCount="1" angle="45">
<directions>
<direction id="2"/>
<direction id="4"/>
</directions>
</visualization>
<visualization size="1" layerCount="1" angle="360">
<directions>
<direction id="0"/>
</directions>
</visualization>
</graphics></visualizationData>
How ever, it won't have the graphic tags so that's what you'll need to add.
That is my under standing of it, correct me if I'm wrong please.