front & back image files in separate files

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

Moderators: Ichibrothers, Cambronne

Post Reply
rifo
Posts: 8
Joined: 25 Sep 2007, 14:02

front & back image files in separate files

Post by rifo »

Hi.

Code: Select all

<counter-sheet name="Cards" 
   front-image-file="FrontCards.jpg"
   front-resolution="300 dpi" 
   back-image-file="BackCards.jpg" 
   back-resolution="72 dpi">
	
      <card-section rows="3" columns="3"
            face-left="41" face-top="42" face-right="554" face-bottom="807"
            back-left="212" back-top="42" back-right="383" back-bottom="297" />

</counter-sheet>
Is there an error?

The back image file is not loaded.
The back side of cards is extracted from the same FrontCards.jpg file.
Thank you in advance.
User avatar
Jerome
Site Admin
Posts: 974
Joined: 22 Jun 2006, 21:31
Location: France
Contact:

Re: front & back image files in separate files

Post by Jerome »

Hi, rifo!

By default the back of the cards is extracted from the front image.
To tell ZunTzu to use the back image for the back of the cards just add this line before the line beginning with "face-left":

Code: Select all

type="CardFacesOnFrontBackOnOtherSide"
Jerome, ZunTzu developer.
rifo
Posts: 8
Joined: 25 Sep 2007, 14:02

Post by rifo »

It works (obviously...)!
Thank you again!

Rifo

P.S. We are using zuntzu installed in our notebook via LAN, in order to playtest our prototypes...
...very useful !
User avatar
Jerome
Site Admin
Posts: 974
Joined: 22 Jun 2006, 21:31
Location: France
Contact:

Post by Jerome »

rifo wrote:We are using zuntzu installed in our notebook via LAN, in order to playtest our prototypes...
...very useful !
That's great!
I'm considering adding features that would improve prototyping, such as the ability to modify a scenario at runtime (with all players seeing the changes) and to mix components from several game boxes (also useful for games with errata, variants, extensions, army lists, ...).
Jerome, ZunTzu developer.
rifo
Posts: 8
Joined: 25 Sep 2007, 14:02

Post by rifo »

wow!
Post Reply