Can't see map or counters?

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

Moderators: Ichibrothers, Cambronne

Post Reply
stevecq
Posts: 10
Joined: 23 Feb 2008, 19:41

Can't see map or counters?

Post by stevecq »

Here is my xml file and my zts file.

<?xml version="1.0" encoding="windows-1252" ?>
<game-box name="Airborne" description="Avalanche" copyright="Avalanche, 2006" startup-scenario="airborne1.zts">
<map name="Airbornemap" image-file="first-Airbornemap.jpg" resolution="150 dpi" />
<dice-hand type="D6">
<dice count="3" color="ffffff" pips="000000" />
</dice-hand>
<counter-sheet name="Airbornecounters" front-image-file="counters1.jpg" front-resolution="150 dpi" back-image-file="counters2.jpg" back-resolution="150 dpi">
<counter-section rows="7" columns="2" front-left="22" front-top="31" front-right="214" front-bottom="709" back-left="1026" back-top="34" back-right="1222" back-bottom="717" />
<counter-section rows="7" columns="2" front-left="241" front-top="31" front-right="433" front-bottom="709" back-left="807" back-top="34" back-right="999" back-bottom="717" />
<counter-section rows="7" columns="2" front-left="463" front-top="31" front-right="657" front-bottom="709" back-left="592" back-top="34" back-right="777" back-bottom="717" />
<counter-section rows="7" columns="2" front-left="684" front-top="31" front-right="877" front-bottom="709" back-left="370" back-top="34" back-right="556" back-bottom="717" />
<counter-section rows="7" columns="2" front-left="904" front-top="31" front-right="1099" front-bottom="709" back-left="141" back-top="34" back-right="336" back-bottom="717" />
<counter-section rows="7" columns="1" front-left="1128" front-top="31" front-right="1224" front-bottom="709" back-left="16" back-top="34" back-right="115" back-bottom="717" />
<counter-section rows="8" columns="2" front-left="19" front-top="786" front-right="211" front-bottom="1567" back-left="1030" back-top="795" back-right="1219" back-bottom="1578" />
<counter-section rows="8" columns="2" front-left="240" front-top="786" front-right="427" front-bottom="1567" back-left="807" back-top="795" back-right="999" back-bottom="1578" />
<counter-section rows="8" columns="2" front-left="462" front-top="786" front-right="655" front-bottom="1567" back-left="588" back-top="795" back-right="776" back-bottom="1578" />
<counter-section rows="8" columns="2" front-left="685" front-top="786" front-right="874" front-bottom="1567" back-left="366" back-top="795" back-right="556" back-bottom="1578" />
<counter-section rows="8" columns="2" front-left="907" front-top="786" front-right="1096" front-bottom="1567" back-left="142" back-top="795" back-right="331" back-bottom="1578" />
<counter-section rows="8" columns="1" front-left="1128" front-top="786" front-right="1221" front-bottom="1567" back-left="18" back-top="795" back-right="112" back-bottom="1578" />
</counter-sheet>
</game-box>


<?xml version="1.0" encoding="Windows-1252"?>
<game
game-box="Airborne"
scenario-name="Airborne basic"
scenario-description="Airborne basic"
scenario-copyright="Avalanche Press 2006">
<layout board="airbornemap" />
<layout board="airbornecounters" />
</game>

Thanks,

Steve
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

Steve,

You need to capitalize the names of your map and counters in your zts file:
<layout board="Airbornemap" />
<layout board="Airbornecounters" />
Regards, Bill.
stevecq
Posts: 10
Joined: 23 Feb 2008, 19:41

Post by stevecq »

Bill,

That did it, thanks.

Steve
Post Reply