XML Exceptionhas me stumped

Do you need help installing or using ZunTzu? Would you like to report a bug?

Moderators: Ichibrothers, Cambronne

Post Reply
t worthington
Posts: 5
Joined: 19 May 2009, 21:39

XML Exceptionhas me stumped

Post by t worthington »

This is my game box, pretty simple but can't get past xml exception Line 1 positiom 1:

<?xml version="1.0" encoding="windows-1252"?>
<game-box
name="tattoo"
description="test"
copyright="none"
startup-scenario="startup.zts">
<map name="Table" image-file="table.jpg" />
<counter-sheet name="Cards" front-image-file="cards.png" front-resolution="300 dpi" front-mask-file="cardsmask.jpg">
<card-section rows="8" columns="8" face-left="0" face-top="0" face-right="1936" face-bottom="2696" back-left="1936" back-top="0" back-right="2178" back-bottom="337" />
</counter-sheet>
</game-box>
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

Not sure what's wrong here, because your code seems fine. The only thing wrong that I noticed is that your mask file should be a .png and not a .jpg.

Regards, Bill.
t worthington
Posts: 5
Joined: 19 May 2009, 21:39

Post by t worthington »

I was using winrar, needed to save as a .zip file. Also needed to change the extension to .ztb, even though it looks for .zts it won't work unless they are .ztb.
Post Reply