Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: KAKAN on Apr 15, 2016, 02:57 AM

Title: [ Maps ]XML Error
Post by: KAKAN on Apr 15, 2016, 02:57 AM
Well, here's the XML file:
<?xml version="1.0" encoding="ASCII"?>
<itemlist>
<item model="6004" name="Obj2">
<position x="588.533" y="487.79" z="0.2206" />
<rotation format="axisangle" x="0.0000000000" y="0.0000000000" z="0.0000000000" angle="-1.0000000000" />
</item>
<item model="6005" name="Obj3">
<position x="303.346" y="478.191" z="1.6525" />
<rotation format="axisangle" x="0.0000000000" y="0.0000000000" z="0.0000000000" angle="-1.0000000000" />
</item>
<item model="6006" name="Obj4">
<position x="333.946" y="400.656" z="0.3966" />
<rotation format="axisangle" x="0.0000000000" y="0.0000000000" z="0.0000000000" angle="-1.0000000000" />
</item>
<item model="6007" name="Obj5">
<position x="557.733" y="405.783" z="0.1838" />
<rotation format="axisangle" x="0.0000000000" y="0.0000000000" z="0.0000000000" angle="-1.0000000000" />
</item>
<item model="6003" name="Obj6">
<position x="444.396" y="419.381" z="0.1258" />
<rotation format="axisangle" x="0.0000000000" y="0.0000000000" z="0.0000000000" angle="-1.0000000000" />
</item>
</itemlist>
Whenever I join the server, it kicks me out writing that there's an error in the itemlist, I can't find it, can anybody say what wrong am I doing?
Title: Re: [ Maps ]XML Error
Post by: . on Apr 15, 2016, 03:56 AM
If you're looking to validate the syntax of the XML document, then you are free to google for "online xml validator" on google and something will come up. But if you're looking to see what's wrong with the structure that VCMP expects. Then you are free to check the logs because you have a higher chance of finding something there.
Title: Re: [ Maps ]XML Error
Post by: KAKAN on Apr 15, 2016, 04:11 AM
Quote from: . on Apr 15, 2016, 03:56 AMIf you're looking to validate the syntax of the XML document, then you are free to google for "online xml validator" on google and something will come up. But if you're looking to see what's wrong with the structure that VCMP expects. Then you are free to check the logs because you have a higher chance of finding something there.
I checked the debuglog located in %appdata%\vcmp\04beta. But, it had only one line which was about the successful load of GTA SA Textures.
And ofc, I have checked, there're no syntax errors.
:edit: I found out a error in a other XML, which lead to an error in this XML. Sorry for the inconvenience.