Page 4 of 16

Posted: Thu Dec 27, 2007 10:16 am
by Kaplowitz
So should that fix the xml tester?

Posted: Thu Dec 27, 2007 11:26 am
by Coleman
Kaplowitz wrote:So should that fix the xml tester?
Yeah, the xml tester is really picky about the order of tags. Actual xml usually shouldn't care, but I think the way the site parses it... It might matter anyway.

Posted: Sat Dec 29, 2007 11:44 am
by Kaplowitz
Updated xml:
Summary: 0 errors and 189 warnings detected in ArcheryXML.xml (4 continents, 29 territories)

Code: Select all

<?xml version="1.0"?>
<map>
   <title>CC Archery</title>
   <smallwidth>600</smallwidth>
   <smallheight>450</smallheight>
   <largewidth>800</largewidth>
   <largeheight>600</largeheight>
   <filetype>png</filetype>
<continent>
<name>the 10 yard target</name>
   <bonus>5</bonus>
   <components>
      <component>white at 10 yards</component>
      <component>black at 10 yards</component>
      <component>blue at 10 yards</component>
      <component>gold at 10 yards</component>
      <component>bullseye at 10 yards</component>
   </components>
</continent>
<continent>
<name>the 20 yard target</name>
   <bonus>10</bonus>
   <components>
      <component>white at 20 yards</component>
      <component>black at 20 yards</component>
      <component>blue at 20 yards</component>
      <component>gold at 20 yards</component>
      <component>bullseye at 20 yards</component>
   </components>
</continent>
<continent>
<name>the 30 yard target</name>
   <bonus>15</bonus>
   <components>
      <component>white at 30 yards</component>
      <component>black at 30 yards</component>
      <component>blue at 30 yards</component>
      <component>gold at 30 yards</component>
      <component>bullseye at 30 yards</component>
   </components>
</continent>
<continent>
<name>the 40 yard target</name>
   <bonus>20</bonus>
   <components>
      <component>white at 40 yards</component>
      <component>black at 40 yards</component>
      <component>blue at 40 yards</component>
      <component>gold at 40 yards</component>
      <component>bullseye at 40 yards</component>
   </components>
</continent>
<territory>
<name>Archer 1</name>
   <borders>
      <border>white at 10 yards</border>
      <border>black at 10 yards</border>
      <border>blue at 10 yards</border>
      <border>gold at 10 yards</border>
      <border>bullseye at 10 yards</border>
      <border>white at 20 yards</border>
      <border>black at 20 yards</border>
      <border>blue at 20 yards</border>
      <border>gold at 20 yards</border>
      <border>bullseye at 20 yards</border>
      <border>white at 30 yards</border>
      <border>black at 30 yards</border>
      <border>blue at 30 yards</border>
      <border>gold at 30 yards</border>
      <border>bullseye at 30 yards</border>
      <border>white at 40 yards</border>
      <border>black at 40 yards</border>
      <border>blue at 40 yards</border>
      <border>gold at 40 yards</border>
      <border>bullseye at 40 yards</border>
      <border>wall</border>
   </borders>
   <coordinates>
      <smallx>45</smallx>
      <smally>422</smally>
      <largex>60</largex>
      <largey>559</largey>
   </coordinates>
   <bonus>17</bonus>
</territory>
<territory>
<name>Archer 2</name>
   <borders>
      <border>white at 10 yards</border>
      <border>black at 10 yards</border>
      <border>blue at 10 yards</border>
      <border>gold at 10 yards</border>
      <border>bullseye at 10 yards</border>
      <border>white at 20 yards</border>
      <border>black at 20 yards</border>
      <border>blue at 20 yards</border>
      <border>gold at 20 yards</border>
      <border>bullseye at 20 yards</border>
      <border>white at 30 yards</border>
      <border>black at 30 yards</border>
      <border>blue at 30 yards</border>
      <border>gold at 30 yards</border>
      <border>bullseye at 30 yards</border>
      <border>white at 40 yards</border>
      <border>black at 40 yards</border>
      <border>blue at 40 yards</border>
      <border>gold at 40 yards</border>
      <border>bullseye at 40 yards</border>
      <border>wall</border>
   </borders>
   <coordinates>
      <smallx>123</smallx>
      <smally>422</smally>
      <largex>165</largex>
      <largey>559</largey>
   </coordinates>
   <bonus>17</bonus>
</territory>
<territory>
<name>Archer 3</name>
   <borders>
      <border>white at 10 yards</border>
      <border>black at 10 yards</border>
      <border>blue at 10 yards</border>
      <border>gold at 10 yards</border>
      <border>bullseye at 10 yards</border>
      <border>white at 20 yards</border>
      <border>black at 20 yards</border>
      <border>blue at 20 yards</border>
      <border>gold at 20 yards</border>
      <border>bullseye at 20 yards</border>
      <border>white at 30 yards</border>
      <border>black at 30 yards</border>
      <border>blue at 30 yards</border>
      <border>gold at 30 yards</border>
      <border>bullseye at 30 yards</border>
      <border>white at 40 yards</border>
      <border>black at 40 yards</border>
      <border>blue at 40 yards</border>
      <border>gold at 40 yards</border>
      <border>bullseye at 40 yards</border>
      <border>wall</border>
   </borders>
   <coordinates>
      <smallx>197</smallx>
      <smally>422</smally>
      <largex>263</largex>
      <largey>559</largey>
   </coordinates>
   <bonus>17</bonus>
</territory>
<territory>
<name>Archer 4</name>
   <borders>
      <border>white at 10 yards</border>
      <border>black at 10 yards</border>
      <border>blue at 10 yards</border>
      <border>gold at 10 yards</border>
      <border>bullseye at 10 yards</border>
      <border>white at 20 yards</border>
      <border>black at 20 yards</border>
      <border>blue at 20 yards</border>
      <border>gold at 20 yards</border>
      <border>bullseye at 20 yards</border>
      <border>white at 30 yards</border>
      <border>black at 30 yards</border>
      <border>blue at 30 yards</border>
      <border>gold at 30 yards</border>
      <border>bullseye at 30 yards</border>
      <border>white at 40 yards</border>
      <border>black at 40 yards</border>
      <border>blue at 40 yards</border>
      <border>gold at 40 yards</border>
      <border>bullseye at 40 yards</border>
      <border>wall</border>
   </borders>
   <coordinates>
      <smallx>268</smallx>
      <smally>422</smally>
      <largex>357</largex>
      <largey>559</largey>
   </coordinates>
   <bonus>17</bonus>
</territory>
<territory>
<name>Archer 5</name>
   <borders>
      <border>white at 10 yards</border>
      <border>black at 10 yards</border>
      <border>blue at 10 yards</border>
      <border>gold at 10 yards</border>
      <border>bullseye at 10 yards</border>
      <border>white at 20 yards</border>
      <border>black at 20 yards</border>
      <border>blue at 20 yards</border>
      <border>gold at 20 yards</border>
      <border>bullseye at 20 yards</border>
      <border>white at 30 yards</border>
      <border>black at 30 yards</border>
      <border>blue at 30 yards</border>
      <border>gold at 30 yards</border>
      <border>bullseye at 30 yards</border>
      <border>white at 40 yards</border>
      <border>black at 40 yards</border>
      <border>blue at 40 yards</border>
      <border>gold at 40 yards</border>
      <border>bullseye at 40 yards</border>
      <border>wall</border>
   </borders>
   <coordinates>
      <smallx>341</smallx>
      <smally>422</smally>
      <largex>454</largex>
      <largey>559</largey>
   </coordinates>
   <bonus>17</bonus>
</territory>
<territory>
<name>Archer 6</name>
   <borders>
      <border>white at 10 yards</border>
      <border>black at 10 yards</border>
      <border>blue at 10 yards</border>
      <border>gold at 10 yards</border>
      <border>bullseye at 10 yards</border>
      <border>white at 20 yards</border>
      <border>black at 20 yards</border>
      <border>blue at 20 yards</border>
      <border>gold at 20 yards</border>
      <border>bullseye at 20 yards</border>
      <border>white at 30 yards</border>
      <border>black at 30 yards</border>
      <border>blue at 30 yards</border>
      <border>gold at 30 yards</border>
      <border>bullseye at 30 yards</border>
      <border>white at 40 yards</border>
      <border>black at 40 yards</border>
      <border>blue at 40 yards</border>
      <border>gold at 40 yards</border>
      <border>bullseye at 40 yards</border>
      <border>wall</border>
   </borders>
   <coordinates>
      <smallx>414</smallx>
      <smally>422</smally>
      <largex>551</largex>
      <largey>559</largey>
   </coordinates>
   <bonus>17</bonus>
</territory>
<territory>
<name>Archer 7</name>
   <borders>
      <border>white at 10 yards</border>
      <border>black at 10 yards</border>
      <border>blue at 10 yards</border>
      <border>gold at 10 yards</border>
      <border>bullseye at 10 yards</border>
      <border>white at 20 yards</border>
      <border>black at 20 yards</border>
      <border>blue at 20 yards</border>
      <border>gold at 20 yards</border>
      <border>bullseye at 20 yards</border>
      <border>white at 30 yards</border>
      <border>black at 30 yards</border>
      <border>blue at 30 yards</border>
      <border>gold at 30 yards</border>
      <border>bullseye at 30 yards</border>
      <border>white at 40 yards</border>
      <border>black at 40 yards</border>
      <border>blue at 40 yards</border>
      <border>gold at 40 yards</border>
      <border>bullseye at 40 yards</border>
      <border>wall</border>
   </borders>
   <coordinates>
      <smallx>481</smallx>
      <smally>422</smally>
      <largex>641</largex>
      <largey>559</largey>
   </coordinates>
   <bonus>17</bonus>
</territory>
<territory>
<name>Archer 8</name>
   <borders>
      <border>white at 10 yards</border>
      <border>black at 10 yards</border>
      <border>blue at 10 yards</border>
      <border>gold at 10 yards</border>
      <border>bullseye at 10 yards</border>
      <border>white at 20 yards</border>
      <border>black at 20 yards</border>
      <border>blue at 20 yards</border>
      <border>gold at 20 yards</border>
      <border>bullseye at 20 yards</border>
      <border>white at 30 yards</border>
      <border>black at 30 yards</border>
      <border>blue at 30 yards</border>
      <border>gold at 30 yards</border>
      <border>bullseye at 30 yards</border>
      <border>white at 40 yards</border>
      <border>black at 40 yards</border>
      <border>blue at 40 yards</border>
      <border>gold at 40 yards</border>
      <border>bullseye at 40 yards</border>
      <border>wall</border>
   </borders>
   <coordinates>
      <smallx>554</smallx>
      <smally>422</smally>
      <largex>739</largex>
      <largey>559</largey>
   </coordinates>
   <bonus>17</bonus>
</territory>
<territory>
<name>wall</name>
   <borders>
      <border>Archer 1</border>
      <border>Archer 2</border>
      <border>Archer 3</border>
      <border>Archer 4</border>
      <border>Archer 5</border>
      <border>Archer 6</border>
      <border>Archer 7</border>
      <border>Archer 8</border>
   </borders>
   <coordinates>
      <smallx>282</smallx>
      <smally>387</smally>
      <largex>376</largex>
      <largey>514</largey>
   </coordinates>
   <neutral>150</neutral>
</territory>



<territory>
<name>white at 10 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>510</smallx>
      <smally>359</smally>
      <largex>678</largex>
      <largey>477</largey>
   </coordinates>
   <neutral>5</neutral>
   <bonus>1</bonus>
</territory>
<territory>
<name>black at 10 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>510</smallx>
      <smally>388</smally>
      <largex>678</largex>
      <largey>450</largey>
   </coordinates>
   <neutral>7</neutral>
   <bonus>1</bonus>
</territory>
<territory>
<name>blue at 10 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>510</smallx>
      <smally>317</smally>
      <largex>678</largex>
      <largey>422</largey>
   </coordinates>
   <neutral>9</neutral>
   <bonus>4</bonus>
</territory>
<territory>
<name>gold at 10 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>510</smallx>
      <smally>296</smally>
      <largex>678</largex>
      <largey>394</largey>
   </coordinates>
   <neutral>11</neutral>
   <bonus>5</bonus>
</territory>
<territory>
<name>bullseye at 10 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>510</smallx>
      <smally>263</smally>
      <largex>678</largex>
      <largey>349</largey>
   </coordinates>
   <neutral>14</neutral>
   <bonus>7</bonus>
</territory>
<territory>
<name>white at 20 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>249</smallx>
      <smally>306</smally>
      <largex>333</largex>
      <largey>408</largey>
   </coordinates>
   <neutral>7</neutral>
   <bonus>1</bonus>
</territory>
<territory>
<name>black at 20 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>249</smallx>
      <smally>291</smally>
      <largex>333</largex>
      <largey>386</largey>
   </coordinates>
   <neutral>9</neutral>
   <bonus>2</bonus>
</territory>
<territory>
<name>blue at 20 yards</name>
   <borders>
   </borders>   
   <coordinates>
      <smallx>249</smallx>
      <smally>273</smally>
      <largex>333</largex>
      <largey>364</largey>
   </coordinates>
   <neutral>11</neutral>
   <bonus>4</bonus>
</territory>
<territory>
<name>gold at 20 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>249</smallx>
      <smally>255</smally>
      <largex>333</largex>
      <largey>339</largey>
   </coordinates>
   <neutral>13</neutral>
   <bonus>5</bonus>
</territory>
<territory>
<name>bullseye at 20 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>249</smallx>
      <smally>306</smally>
      <largex>408</largex>
      <largey>333</largey>
   </coordinates>
   <neutral>16</neutral>
   <bonus>7</bonus>
</territory>
<territory>
<name>white at 30 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>85</smallx>
      <smally>207</smally>
      <largex>113</largex>
      <largey>278</largey>
   </coordinates>
   <neutral>9</neutral>
   <bonus>1</bonus>
</territory>
<territory>
<name>black at 30 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>85</smallx>
      <smally>195</smally>
      <largex>113</largex>
      <largey>261</largey>
   </coordinates>
   <neutral>11</neutral>
   <bonus>2</bonus>
</territory>
<territory>
<name>blue at 30 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>85</smallx>
      <smally>183</smally>
      <largex>113</largex>
      <largey>243</largey>
   </coordinates>
   <neutral>13</neutral>
   <bonus>4</bonus>
</territory>
<territory>
<name>gold at 30 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>85</smallx>
      <smally>169</smally>
      <largex>113</largex>
      <largey>227</largey>
   </coordinates>
   <neutral>15</neutral>
   <bonus>5</bonus>
</territory>
<territory>
<name>bullseye at 30 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>85</smallx>
      <smally>147</smally>
      <largex>113</largex>
      <largey>195</largey>
   </coordinates>
   <neutral>18</neutral>
   <bonus>7</bonus>
</territory>
<territory>
<name>white at 40 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>386</smallx>
      <smally>157</smally>
      <largex>514</largex>
      <largey>210</largey>
   </coordinates>
   <neutral>13</neutral>
   <bonus>1</bonus>
</territory>
<territory>
<name>black at 40 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>397</smallx>
      <smally>145</smally>
      <largex>531</largex>
      <largey>194</largey>
   </coordinates>
   <neutral>15</neutral>
   <bonus>2</bonus>
</territory>
<territory>
<name>blue at 40 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>405</smallx>
      <smally>129</smally>
      <largex>540</largex>
      <largey>173</largey>
   </coordinates>
   <neutral>17</neutral>
   <bonus>4</bonus>
</territory>
<territory>
<name>gold at 40 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>401</smallx>
      <smally>113</smally>
      <largex>536</largex>
      <largey>152</largey>
   </coordinates>
   <neutral>19</neutral>
   <bonus>5</bonus>
</territory>
<territory>
<name>bullseye at 40 yards</name>
   <borders>
   </borders>
   <coordinates>
      <smallx>385</smallx>
      <smally>113</smally>
      <largex>515</largex>
      <largey>152</largey>
   </coordinates>
   <neutral>22</neutral>
   <bonus>7</bonus>
</territory>
</map>

Posted: Fri Jan 04, 2008 7:50 pm
by Kaplowitz
I cant figure out whats wrong with my coordinates, but they show up wrong on the mapmaker site! wahts wrong?

Posted: Fri Jan 04, 2008 7:56 pm
by gimil
you still have major graphical issues you should attend to before you commiting to much to XML.

Posted: Fri Jan 04, 2008 8:06 pm
by Kaplowitz
"major"...that should be fun! gimil: care to ruin my weekend by telling me what they are?

Posted: Fri Jan 04, 2008 8:13 pm
by gimil
Kaplowitz wrote:"major"...that should be fun! gimil: care to ruin my weekend by telling me what they are?


not got time right now but im pritty sure ive already mentioned them,

the biggest one being "the wall" is very inconsistant. different thicknesses, jumpy bits, branches of it arent centered between heads.

Posted: Fri Jan 04, 2008 8:24 pm
by Kaplowitz
I fixed most of the ones that you mentioned.
Ill fix this. I also have to change the colors legend b/c the color change.

Posted: Sat Jan 05, 2008 3:58 am
by gimil
Kaplowitz wrote:I fixed most of the ones that you mentioned.
Ill fix this. I also have to change the colors legend b/c the color change.


going out to work but ill put this top priority for an over view when i get home.

Posted: Sat Jan 05, 2008 9:29 am
by bryguy
question, whats with the numbers on the targets??

Posted: Sat Jan 05, 2008 9:30 am
by bryguy
oh and something about the xml, NEVER do the small coordinates until u have the small :roll:

Posted: Sat Jan 05, 2008 9:41 am
by bryguy
also where are u trying to have the numbers?

Posted: Sat Jan 05, 2008 10:38 am
by Kaplowitz
bryguy wrote:oh and something about the xml, NEVER do the small coordinates until u have the small :roll:


I do have the small, i just havent presented it to the Foundry yet.

Posted: Sat Jan 05, 2008 10:39 am
by Kaplowitz
bryguy wrote:also where are u trying to have the numbers?


basically where teh neutrals are shown.

Posted: Sat Jan 05, 2008 10:54 am
by bryguy
gotcha, where were u going to have it for the archers? (numbers)

Posted: Sat Jan 05, 2008 10:55 am
by Kaplowitz
I was trying to put in in the center of the smiley. So like: under the eyes, over the mouth.

Posted: Sat Jan 05, 2008 1:43 pm
by Herakilla
can we please see the brighter colors?

Posted: Sat Jan 05, 2008 1:50 pm
by Kaplowitz
Kaplowitz wrote:For Herakilla:

Image
I dont like the white star too much IMHO


its posted on page 5

Posted: Sat Jan 05, 2008 2:00 pm
by Herakilla
ill be more specific, brighten up the yellow, this one has a nice bright yellow that seems like it belongs there

Image

Posted: Sat Jan 05, 2008 2:07 pm
by Kaplowitz
next update w/ the wall and key!

Posted: Mon Jan 07, 2008 8:03 pm
by Kaplowitz
Can i have a stamp pretty please?

Posted: Mon Jan 07, 2008 8:07 pm
by gimil
Kaplowitz wrote:Can i have a stamp pretty please?


not till you earn it :)

Posted: Mon Jan 07, 2008 9:06 pm
by fireedud
I'm not sure if this has been mentioned before, but all the targets are oriented at different angles; I'm pretty sure they should all be facing straight towards the archers.

Posted: Mon Jan 07, 2008 9:13 pm
by Kaplowitz
fireedud wrote:I'm not sure if this has been mentioned before, but all the targets are oriented at different angles; I'm pretty sure they should all be facing straight towards the archers.


Well, there is actually a magical gnome behind the targets so that the archers have a harder time hitting the bullseye.

(is it really that important? this would mean re-doing the whole thing....)

Posted: Mon Jan 07, 2008 9:14 pm
by Herakilla
fireedud wrote:I'm not sure if this has been mentioned before, but all the targets are oriented at different angles; I'm pretty sure they should all be facing straight towards the archers.


they actually are oriented toward the archers, its just some are on the right side of the map, some on the left, some are closer, and some are farther away!