error message

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

Moderators: Ichibrothers, Cambronne

Post Reply
TedTorgerson
001
Posts: 25
Joined: 09 Aug 2008, 17:03

error message

Post by TedTorgerson »

Starting a new game-box but I get this error message:
Name cannot begin with the " character hexadecimal value 0x20. Line 8, position 2..
What is wrong?

<?xml version="1.0" encoding="windows-1252" ?>
<game-box
name="Sharks and Jets"
description="Tactical Dance Combat Game"
copyright="Ted Torgerson 2006"
startup-scenario="S1.zts">

< map name="Board" image-file="Park.jpg" resolution="150 dpi" />

< counter-sheet name="Sharks"
front-image-file="Sharks-Counters-Front.jpg" front-resolution="150 dpi"
back-image-file="Sharks-Counters-Back.jpg" back-resolution="150 dpi">
</counter-sheet>

< counter-sheet name="Jets"
front-image-file="Jets-Counters-Front.jpg" front-resolution="150 dpi"
back-image-file="Jets-Counters-Back.jpg" back-resolution="150 dpi">
</counter-sheet>

< counter-sheet name="Props"
front-image-file="Props-Counters-Front.jpg" front-resolution="150 dpi"
back-image-file="Props-Counters-Back.jpg" back-resolution="150 dpi">
</counter-sheet>

</game-box>
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

Quote:
Name cannot begin with the " character hexadecimal value 0x20. Line 8, position 2..




What is wrong?
Hi Ted, hex 0x20 is a space - you need to delete the space between the "<" and "map name", but you also need to do this with your counter sheet names lower down.

Intriguing game idea by the way!
TedTorgerson
001
Posts: 25
Joined: 09 Aug 2008, 17:03

Post by TedTorgerson »

Muchas gracias
Post Reply