error message: index out of the array

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

Moderators: Ichibrothers, Cambronne

Post Reply
TedTorgerson
001
Posts: 25
Joined: 09 Aug 2008, 17:03

error message: index out of the array

Post by TedTorgerson »

Can anyone identify the problem with this gamebox file? Gets the error message that index is out of the array

Code: Select all

<?xml version="1.0" encoding="windows-1252" ?>
<game-box 
	startup-scenario="1950s.zts" 
	copyright="Ted Torgerson 2006" 
	description="A boardgame of the American Civil Rights Movement 1955-1965." 
	name="Free at Last"> 
	<dice-hand type="D6"> <dice pips="000000" color="ffffff" count="1"/> 
	</dice-hand> 
	<dice-hand type="D6"> <dice pips="ffffff" color="0000a0"/> <dice pips="ffffff" color="a00000"/>
	</dice-hand> 
	<map name="Map" image-file="FreeAtLastMap1.jpg"/> 
	<counter-sheet name="Sheet1" front-image-file="FALcountersheet1.jpg"> 
		<counter-section front-bottom="2922" front-right="2248" front-top="0" front-left="0" columns="12" rows="15"/> 
	</counter-sheet>
	<counter-sheet name="Sheet2" front-image-file="FALcountersheet2.jpg"> 
		<counter-section front-bottom="2832" front-right="2248" front-top="0" front-left="0" columns="12" rows="15"/> 
	</counter-sheet>
	<counter-sheet name="Sheet3" front-image-file="FALcountersheet3.jpg"> 
		<counter-section front-bottom="648" front-right="1302" front-top="0" front-left="0" columns="10" rows="5"/> 
	</counter-sheet>
	<counter-sheet name="Cards" front-image-file="cards.jpg" > 

	<!-- 1950s Cards -->
 	<card-section columns="5" rows="9" back-bottom="12375" back-right="1830" back-top="11150" back-left="1226" supply="1" face-bottom="11150" face-right="3000" face-top="0" face-left="0"/> 
	<card-section columns="2" rows="1" back-bottom="12375" back-right="1830" back-top="11150" back-left="1226" supply="1" face-bottom="12375" face-right="1225" face-top="11150" face-left="0"/> 

	<!-- Early 1960s Cards -->
 	<card-section columns="5" rows="5" back-bottom="12375" back-right="1830" back-top="11150" back-left="1226" supply="1" face-bottom="6187" face-right="6000" face-top="0" face-left="3000"/> 

	<!-- Middle 1960s Cards -->
 	<card-section columns="5" rows="5" back-bottom="12375" back-right="1830" back-top="11150" back-left="1226" supply="1" face-bottom="12375" face-right="6000" face-top="6188" face-left="3000"/> 
	</counter-sheet>
</game-box>
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

Ted,

I've modified your gamebox - see if this works for you:

http://www.mediafire.com/?hi0lcdphet4t6zn

Regards, Bill.
TedTorgerson
001
Posts: 25
Joined: 09 Aug 2008, 17:03

Post by TedTorgerson »

Bill Barrett wrote:Ted,

I've modified your gamebox - see if this works for you:

http://www.mediafire.com/?hi0lcdphet4t6zn

Regards, Bill.
Bill you are awesome! Very excited to get some real work done now.

Thank you!
Post Reply