Addings maps/sheets HELP needed.

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

Moderators: Ichibrothers, Cambronne

Post Reply
RawMessiah
Posts: 19
Joined: 26 Oct 2009, 07:45

Addings maps/sheets HELP needed.

Post by RawMessiah »

Hello,

I'm quite new to Zun Tzu and I must admit it's quite a platform! Really easy to play with, I love it!

I have a slight problem though making my own GameBow (oh here comes another one, you might think, haha). When I want to add another Map, for an example, I do it like this:

THIS IS A CURRENT GAME BOX I'M FIDDLING WITH

<?xml version="1.0" encoding="windows-1252" ?>
<game-box
name="Dawn of the Dead"
description="Zombie Survival in an Urban Horror"
copyright="1978 Dawn Associates"
startup-scenario="dead.zts">
<dice-hand type="D6">
<dice count="2" color="ffffff" pips="000000" />
</dice-hand>
<map name="Board" image-file="board.bmp" resolution="300 dpi"/>
<map name="Charts" image-file="charts.jpg" resolution="300 dpi"/>
<map name="Page" image-file="dices.jpg" resolution="300 dpi"/>
<counter-sheet name="Counters"
front-image-file="countersfront.jpg" front-resolution="300 dpi"
back-image-file="countersback.jpg" back-resolution="300 dpi">
<counter-section rows="8" columns="10"
front-left="0" front-top="1" front-right="1493" front-bottom="1194"
back-left="0" back-top="1" back-right="1493" back-bottom="1194" />
</counter-sheet>
</game-box>


I've marked the line in BOLD which I've added but I don't get another "page" in the game, so to say.


Thanks in advance,

Raw (Andrew)
Saladin
010
Posts: 12
Joined: 18 Mar 2008, 07:24

Post by Saladin »

Make sure you add it as a layout board in the zts file too.
RawMessiah
Posts: 19
Joined: 26 Oct 2009, 07:45

Post by RawMessiah »

Thanks, didn't know I had to change the text in the secnario file.

Thanks! :)
Post Reply