first attemp at zun tzu

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

Moderators: Ichibrothers, Cambronne

Post Reply
magobaol77
Posts: 3
Joined: 04 Oct 2009, 15:10

first attemp at zun tzu

Post by magobaol77 »

I'm trying to create a simple game box.

this is my attemp:

Code: Select all

<?xml version="1.0" encoding="windows-1252" ?>
<game-box
	name="diceline"
	description="dice game"
	copyright="simone luciani"
	startup-scenario="setup.zts">
	<map name="tabellone" image-file="dicetab.jpg" resolution="150 dpi" supply="22"/>
  <counter-sheet name="gettoni" front-image-file="rosso.jpg"
					   back-image-file="rosso.jpg" back-resolution="150 dpi">>
  	  </counter-sheet>
</game-box>
the support page say that the easiest way to create the setup file (scenario) is to open zun tzu set the component and save.
But how i can place tokens on the map?
i cannot pick up tokens....
is there any zun tzu manual?
thanks
User avatar
Jerome
Site Admin
Posts: 974
Joined: 22 Jun 2006, 21:31
Location: France
Contact:

Post by Jerome »

Hi!
You can't pick up tokens, because you didn't include a "counter-section" definitions in your "counter-sheet".
The easiest way to make a game box is to start from an existing one, and to modify it.
Jerome, ZunTzu developer.
magobaol77
Posts: 3
Joined: 04 Oct 2009, 15:10

Post by magobaol77 »

Thanks!
Post Reply