CC Archery v22ish [D]

Have an idea for a map? Discuss ideas and concepts here.

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post by Kaplowitz »

So should that fix the xml tester?
Image
User avatar
Coleman
Posts: 5402
Joined: Tue Jan 02, 2007 10:36 pm
Gender: Male
Location: Midwest

Post 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.
Warning: You may be reading a really old topic.
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post 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>
Image
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post by Kaplowitz »

I cant figure out whats wrong with my coordinates, but they show up wrong on the mapmaker site! wahts wrong?
Image
User avatar
gimil
Posts: 8599
Joined: Sat Mar 03, 2007 12:42 pm
Gender: Male
Location: United Kingdom (Scotland)

Post by gimil »

you still have major graphical issues you should attend to before you commiting to much to XML.
What do you know about map making, bitch?
natty_dread wrote:I was wrong
Top Score:2403
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post by Kaplowitz »

"major"...that should be fun! gimil: care to ruin my weekend by telling me what they are?
Image
User avatar
gimil
Posts: 8599
Joined: Sat Mar 03, 2007 12:42 pm
Gender: Male
Location: United Kingdom (Scotland)

Post 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.
What do you know about map making, bitch?
natty_dread wrote:I was wrong
Top Score:2403
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post 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.
Image
User avatar
gimil
Posts: 8599
Joined: Sat Mar 03, 2007 12:42 pm
Gender: Male
Location: United Kingdom (Scotland)

Post 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.
What do you know about map making, bitch?
natty_dread wrote:I was wrong
Top Score:2403
bryguy
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Post by bryguy »

question, whats with the numbers on the targets??
bryguy
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Post by bryguy »

oh and something about the xml, NEVER do the small coordinates until u have the small :roll:
bryguy
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Post by bryguy »

also where are u trying to have the numbers?
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post 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.
Image
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post by Kaplowitz »

bryguy wrote:also where are u trying to have the numbers?


basically where teh neutrals are shown.
Image
bryguy
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Post by bryguy »

gotcha, where were u going to have it for the archers? (numbers)
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post by Kaplowitz »

I was trying to put in in the center of the smiley. So like: under the eyes, over the mouth.
Image
User avatar
Herakilla
Posts: 4283
Joined: Fri Jun 09, 2006 8:33 pm
Location: Wandering the world, spreading Conquerism

Post by Herakilla »

can we please see the brighter colors?
Come join us in Live Chat!
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post by Kaplowitz »

Kaplowitz wrote:For Herakilla:

Image
I dont like the white star too much IMHO


its posted on page 5
Image
User avatar
Herakilla
Posts: 4283
Joined: Fri Jun 09, 2006 8:33 pm
Location: Wandering the world, spreading Conquerism

Post by Herakilla »

ill be more specific, brighten up the yellow, this one has a nice bright yellow that seems like it belongs there

Image
Come join us in Live Chat!
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post by Kaplowitz »

next update w/ the wall and key!
Image
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post by Kaplowitz »

Can i have a stamp pretty please?
Image
User avatar
gimil
Posts: 8599
Joined: Sat Mar 03, 2007 12:42 pm
Gender: Male
Location: United Kingdom (Scotland)

Post by gimil »

Kaplowitz wrote:Can i have a stamp pretty please?


not till you earn it :)
What do you know about map making, bitch?
natty_dread wrote:I was wrong
Top Score:2403
fireedud
Posts: 1704
Joined: Fri Mar 02, 2007 10:06 pm

Post 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.
me have no sig
User avatar
Kaplowitz
Posts: 3088
Joined: Tue May 01, 2007 5:11 pm

Post 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....)
Image
User avatar
Herakilla
Posts: 4283
Joined: Fri Jun 09, 2006 8:33 pm
Location: Wandering the world, spreading Conquerism

Post 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!
Come join us in Live Chat!
Post Reply

Return to “Melting Pot: Map Ideas”