Search found 347 matches

by Bill Barrett
28 Oct 2010, 21:12
Forum: Technical support
Topic: can't add game to library or open it!
Replies: 2
Views: 2867

Have a look at this forum topic:

http://www.zuntzu.com/forum/viewtopic.p ... &highlight

Basically you need to make a change to your Windows installation to allow renaming of file extensions...

Regards, Bill.
by Bill Barrett
07 Oct 2010, 21:45
Forum: Technical support
Topic: Problem with making a game box
Replies: 4
Views: 3732

I think your game-box.xml file's first line should be the same as your .zts file's first line:

<?xml version="1.0" encoding="Windows-1252"?>

Regards, Bill.
by Bill Barrett
15 Sep 2010, 23:29
Forum: Technical support
Topic: mask limits
Replies: 2
Views: 2929

That sounds strange - I know of no issue where the size of the mask would cause such an error, but you do need to ensure that the mask file is exactly the same size as the graphics file it is associated with.
by Bill Barrett
15 Sep 2010, 23:26
Forum: General discussion
Topic: moving/flipping groups or all counters that are in your hand
Replies: 7
Views: 6809

Currently the only way to do it is to lay your hand (one by one) on the "table" for inspection.
by Bill Barrett
14 Sep 2010, 15:30
Forum: Technical support
Topic: Map rotation with counters in place?
Replies: 7
Views: 5633

No not yet...
by Bill Barrett
13 Sep 2010, 00:36
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

Yes, but you also need to use "face-left", "face-top" (and so on) rather than "front-left", "front-top"...

Regards, Bill.
by Bill Barrett
12 Sep 2010, 11:20
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

Well done! As for your question about card backs - yes it couldn't be easier. Here's a snippet of code from my Borodino 20 module that does just that: <counter-sheet name="Cards" front-image-file="Borodino 20 Cards.png" front-mask-file="cards-mask.png" front-resolution=...
by Bill Barrett
11 Sep 2010, 12:49
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

Well apologies for my impatience (I'd had a hard week at work) :wink: And thanks to Gary for reminding us of his very useful utility. It just goes to show that people will chip in and help out whenever they have the time :D I was simply trying to make the point that to get the most out of ZT (or any...
by Bill Barrett
11 Sep 2010, 01:24
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

Seriously (and please don't take this the wrong way) if you can't work out the counter coordinates, then game box building is not for you...

Regards, Bill.
by Bill Barrett
10 Sep 2010, 11:29
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

I use a program called "Irfanview". It's great (and free):

http://www.irfanview.com/

Regards, Bill.
by Bill Barrett
10 Sep 2010, 01:22
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

While it's undoubtedly true that the best way to understand how to build game boxes is to examine ones already created, you can't always be sure that they incorporate the best methods :wink: I'm happy (and others too) to try and help out if you have a specific problem, but unfortunately until ZT v2....
by Bill Barrett
09 Sep 2010, 03:05
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

Well OK :wink: Make these changes (in red) to start: <?xml version="1.0" encoding="windows-1252" ?> <game-box name="Talisman" description="Talisman Revised 4th Edition" copyright=" Games Workshop Limited 2008" startup-scenario="here.zts"> <...
by Bill Barrett
08 Sep 2010, 18:37
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

No, it won't (I've just had a look at the rest of your code). You've made a couple of basic errors and appear to have some unnecessary duplication. I suggest you read the instructions again and look at a few more existing game boxes to work out where you're going wrong. Failing that, I think you'll ...
by Bill Barrett
07 Sep 2010, 20:28
Forum: Technical support
Topic: Totally Lost!!
Replies: 26
Views: 13263

After this line in your scenario file:

<layout board="board-Talisman" />

You need to add this line:

<layout board="Characters" />

Regards, Bill.
by Bill Barrett
25 Aug 2010, 00:54
Forum: Game boxes
Topic: Counter space
Replies: 4
Views: 2022

I agree that it's not ideal, but you can move a stack of "cards" by pressing "Cntrl" and selecting the bottom one in the stack...