game box wrong local header signature error

General discussion about ZunTzu in English.

Moderators: Ichibrothers, Cambronne

Post Reply
sweeteye
Posts: 2
Joined: 11 Sep 2013, 22:30

game box wrong local header signature error

Post by sweeteye »

I just started working with Zuntzu and am trying to run an initial test with the game box...I am following the directions in the tutorial provided. when I try to load the ztb file I get a wrong local header signature error.It seems to be a very simple process to create a game box but I just cannot figure out where I am making a mistake.Surely it is something very simple...below are the codes I am using for the game box xml file and the zts scenario file.I also have a blank test map that is 150dpi

<?xml version="1.0" encoding="windows-1252" ?>
<game-box
name="testgame"
description="test"
copyright="me"
startup-scenario="testgame.zts">
</game-box>


<?xml version="1.0" encoding="Windows-1252"?>
<game
game-box="testgame"
scenario-name="testgame"
scenario-description="testgame"
scenario-copyright="me">
<layout board="testmap" />
</game>
User avatar
GJK
221
Posts: 105
Joined: 13 Jul 2007, 12:57
Location: ATX
Contact:

Post by GJK »

I'm not sure if this is the (only) problem or not, but don't have your map defined in your game-box XML file (but you do define it in your scenario file). And it probably doesn't matter, but there's no space at the end of your XML declaration for the scenario file:

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

(missing space after 1252" between that and the ?)
"Fat, drunk, and stupid is no way to go through life, son."

-Dean Vernon Wormer
sweeteye
Posts: 2
Joined: 11 Sep 2013, 22:30

Post by sweeteye »

Thanks for the reply......will try your suggestion......I figured it would be a simple error I overlooked...........
Post Reply