Conquer Club

Conqueropoly V.13 Pg 1+40 Back on track?

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

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.

Postby bryguy on Wed Dec 19, 2007 10:45 pm

wow just found a big mistake while adding the coordinates, and dont worry i fixed it

<territory>
<name>Free Army</name>
<borders>
<border>Account Name</border>
<border>Cartos</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex></largex>
<largey></largey>
</coordinates>
<neutral>3</neutral>
<bonus>1</neutral>
</territory>
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby oaktown on Wed Dec 19, 2007 10:54 pm

I invite you to post info about this map in our General Discussion thread:

http://www.conquerclub.com/forum/viewto ... 596#840596
Image
User avatar
Captain oaktown
 
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Postby bryguy on Wed Dec 19, 2007 11:01 pm

another thing missed: the administration territory


ill go ahead and add it in
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Wed Dec 19, 2007 11:22 pm

ok here is the (almost) finished xml, i just have a few lines to fix

Code: Select all
<map>
<title>Conqueropoly</title>
<smallwidth></smallwidth>
<smallheight></smallheight>
<largewidth>800</largewidth>
<largeheight>654</largeheight>
<filetype>png</filetype>

<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<component>Profile</component>
<component>Rank</component>
<component>Card 1</component>
</components>
</continent>

<continent>
<name>Blue</name>
<bonus>2</bonus>
<components>
<component>Scoreboard</component>
<component>Score</component>
<component>Feedback</component>
<component>Die 1</component>
<component>Battleship 1</component>
</components>
</continent>

<continent>
<name>Orange</name>
<bonus>2</bonus>
<components>
<component>Assassin</component>
<component>Terminator</component>
<component>Fog of War</component>
<component> Battleship 2</component>
<component>Web Hosting</component>
</components>
</continent>

<continent>
<name>Purple</name>
<bonus>2</bonus>
<components>
<component>Private Messaging</component>
<component>Ignore List</component>
<component>Account Name</component>
<component>Card 2</component>
</components>
</continent>

<continent>
<name>Red</name>
<bonus>3</bonus>
<components>
<component>Cartos</component>
<component>Tournament Directors</component>
<component>Hunters</component>
<component>Die 2</component>
<component>Battleship 3</component>
</components>
</continent>

<continent>
<name>Green</name>
<bonus>3</bonus>
<components>
<component>Help</component>
<component>Rules</component>
<component>Instructions</component>
<component>Advertising</component>
</components>
</continent>

<continent>
<name>Pink</name>
<bonus>4</bonus>
<components>
<component>Callouts</component>
<component>Flame Wars</component>
<component>General Discussion</component>
<component>Card 3</component>
<component>Die 3</component>
<component>Battleship 4</component>
</components>
</continent>

<continent>
<name>Turquoise</name>
<bonus>4</bonus>
<components>
<component>Mods</component>
<component>Premium Membership</component>
<component>Admins</component>
</components>
</continent>

<continent>
<name>War Expenses</name>
<bonus>-1</bonus>
<components>
<component>War Expenses</component>
</components>
</continent>

<continent>
<name>Cards and Cards Deck</name>
<bonus>3</bonus>
<components>
<component>Card 1</component>
<component>Card 2</component>
<component>Card 3</component>
<component>Cards Deck</component>
</components>
</continent>

<continent>
<name>Dice and Dice Deck</name>
<bonus>3</bonus>
<components>
<component>Die 1</component>
<component>Die 2</component>
<component>Die 3</component>
<component>Die Deck</component>
</components>
</continent>

<continent>
<name>Corners</name>
<bonus>3</bonus>
<components>
<component>CC</component>
<component>Multis</component>
<component>Free Army</component>
<component>Attack Multis</component>
</components>
</continent>

<continent>
<name>2 Battleships</name>
<bonus>1</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<required>2</required>
</continent>

<continent>
<name>3 Battleships</name>
<bonus>3</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<required>3</required>
<overrides>
<override>2 Battleships</override>
</overrides>
</continent>

<continent>
<name>4 Battleships</name>
<bonus>5</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<overrides>
<override>2 Battleships</override>
<override>3 Battleships</override>
</overrides>
</continent>

<territory>
<name>CC</name>
<borders>
<border>Profile</border>
<border>Admins</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Profile</name>
<borders>
<border>CC</border>
<border>Card 1</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>535</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Card 1</name>
<borders>
<border>Profile</border>
<border>Rank</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>482</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Rank</name>
<borders>
<border>Card 1</border>
<border>War Expenses</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>          
<largex>428</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>War Expenses</name>
<borders>
<border>Battleship 1</border>
<border>Rank</border>
<border>Web Hosting</border>
<border>Advertising</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>377</largex>
<largey>662</largey>
</coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name> Battleship 1</name>
<borders>
<border>Battleship 2</border>
<border>Battleship 3</border>
<border>Battleship 4</border>
<border>War Expenses</border>
<border>Scoreboard</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>323</largex>
<largey>662</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Scoreboard</name>
<borders>
<border>Battleship 1</border>
<border>Die 1</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>270</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Die 1</name>
<borders>
<border>Scoreboard</border>
<border>Score</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>218</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Score</name>
<borders>
<border>Die 1</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>166</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Feedback</name>
<borders>
<border>Score</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>112</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Multis</name>
<borders>
<border> </border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Assassin</name>
<borders>
<border>Web Hosting</border>
<border></border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>563</largey>           
</coordinates>
</territory>

<territory>
<name>Web Hosting</name>
<borders>
<border>Assassin</border>
<border>Terminator</border>
<border>War Expenses</border>
<border>Advertising</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>508</largey> 
</coordinates>
</territory>

<territory>
<name>Terminator</name>
<borders>
<border>Web Hosting</border>
<border>Fog of War</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
 <largex>10</largex>
<largey>454</largey>
 </coordinates>
</territory>

<territory>
<name>Fog of War</name>
<borders>
<border>Terminator</border>
<border> Battleship 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>403</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 2</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 3</border>
<border>Battleship 4</border>
<border>Fog of War</border>
<border>Private Messaging</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>351</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Private Messaging</name>
<borders>
<border>Battleship 2</border>
<border>Card 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>298</largey>
</coordinates>
</territory>

<territory>
<name>Card 2</name>
<borders>
<border>Private Messaging</border>
<border>Ignore List</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>243</largey>
</coordinates>
</territory>

<territory>
<name>Ignore List</name>
<borders>
<border>Card 2</border>
<border>Account Name</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>189</largey>
</coordinates>
</territory>

<territory>
<name>Account Name</name>
<borders>
<border>Ignore List</border>
<border>Free Army</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>138</largey>
</coordinates>
</territory>

<territory>
<name>Free Army</name>
<borders>
<border>Account Name</border>
<border>Cartos</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>36</largey>
</coordinates>
<neutral>3</neutral>
<bonus>1</bonus>
</territory>

<territory>
<name>Cartos</name>
<borders>
<border>Free Army</border>
<border>Die 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>111</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Die 2</name>
<borders>
<border>Cartos</border>
<border>Tournament Directors</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>163</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Tournament Directors</name>
<borders>
<border>Die 2</border>
<border>Hunters</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>214</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Hunters</name>
<borders>
<border>Tournament Directors</border>
<border>Battleship 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>268</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 3</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 2</border>
<border>Battleship 4</border>
<border>Hunters</border>
<border>Help</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>321</largex>
<largey>36</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Help</name>
<borders>
<border>Battleship 3</border>
<border>Rules</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>373</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Rules</name>
<borders>
<border>Help</border>
<border>Advertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>427</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Advertising</name>
<borders>
<border>Rules</border>
<border>Instructions</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>479</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Instructions</name>
<borders>
<border>Advertising</border>
<border>Attack Multis</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>532</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Attack Multis</name>
<borders>
<border>Multis</border>
<border>Instructions</border>
<border>Callouts</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Callouts</name>
<borders>
<border>Attack Multis</border>
<border>Flame Wars</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>139</largey>
</coordinates>
</territory>

<territory>
<name>Flame Wars</name>
<borders>
<border>Callouts</border>
<border>Card 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>193</largey>
</coordinates>
</territory>

<territory>
<name>Card 3</name>
<borders>
<border>Flame Wars</border>
<border>General Discussion</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>243</largey>
</coordinates>
</territory>

<territory>
<name>General Discussion</name>
<borders>
<border>Card 3</border>
<border>Battleship 4</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>297</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 4</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 2</border>
<border>Battleship 3</border>
<border>General Discussion</border>
<border>Die 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>350</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Die 3</name>
<borders>
<border>Battleship 4</border>
<border>Mods</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>401</largey>
</coordinates>
</territory>

<territory>
<name>Mods</name>
<borders>
<border>Die 3</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>458</largey>
</coordinates>
</territory>

<territory>
<name>Premium Membership</name>
<borders>
<border>Mods</border>
<border>Admins</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Adertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>506</largey>
</coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>Admins</name
<borders>
<border>CC</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>562</largey>
</coordinates>
</territory>

<territory>
<name>Dice Deck</name>
<borders>
<border>Die 1</border>
<border>Die 2</border>
<border>Die 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>444</largex>
<largey>478</largey>
</coordinates>
</territory>

<territory>
<name>Cards Deck</name>
<borders>
<border>Card 1</border>
<border>Card 2</border>
<border>Card 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>200</largex>
<largey>228</largey>
</coordinates>
</territory>
</map>



edit: i went back through and fixed the ones that needed fixing, now im just trying to find the borders problem
Last edited by bryguy on Thu Dec 20, 2007 10:00 am, edited 1 time in total.
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 8:06 am

okay i went ahead and tested it, and i came up with this:

line 522: </territory> - Opening and ending tag mismatch: coordinates line 521 and territory

line 763: </territory> - Opening and ending tag mismatch: neutral line 762 and territory

line 767: <borders> - expected '>'

line 808: </map> - Opening and ending tag mismatch: neutral line 762 and map

line 809: - Premature end of data in tag territory line 747

line 809: - Premature end of data in tag coordinates line 516

line 809: - Premature end of data in tag territory line 509

line 809: - Premature end of data in tag map line 1



so if anybody knows what that means, plz tell me cause idk
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby yeti_c on Thu Dec 20, 2007 9:43 am

It's fairly obvious what it means...


line 522: </territory> - Opening and ending tag mismatch: coordinates line 521 and territory


Probably means you have an opening <coordinates> tag - but no closing </coordinates> tag - in fact the next closing tag is a </territory> tag.

line 767: <borders> - expected '>'


Probably a typo...

The others will probably fix once the above is done...

If you read the error report - then look at the lines that are wrong... or perhaps the lines above... it's fairly obvious...

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby bryguy on Thu Dec 20, 2007 9:45 am

yeti_c wrote:It's fairly obvious what it means...


line 522: </territory> - Opening and ending tag mismatch: coordinates line 521 and territory


Probably means you have an opening <coordinates> tag - but no closing </coordinates> tag - in fact the next closing tag is a </territory> tag.

line 767: <borders> - expected '>'


Probably a typo...

The others will probably fix once the above is done...

If you read the error report - then look at the lines that are wrong... or perhaps the lines above... it's fairly obvious...

C.


oh great, so i have to count 767 lines
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 9:53 am

okay found the line 522:

<territory>
<name>Die 2</name>
<borders>
<border>Cartos</border>
<border>Tournament Directors</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>163</largex>
<largey>36</largey>
<coordinates>
</territory>
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 9:56 am

okay found the line 808 problem


<territory>
<name>Premium Membership</name>
<borders>
<border>Mods</border>
<border>Admins</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Adertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>506</largey>
</coordinates>
<neutral>1<neutral>
</territory>
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 9:59 am

okay i fixed those, and i tested it again, and now it just says


line 767: <borders> - expected '>'
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 10:07 am

okay, this territoy i had added in and i went back through and FINALLY found it


<territory>
<name>Admins</name
<borders>
<border>CC</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>562</largey>
</coordinates>
</territory>
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 10:09 am

okay, now i tested it ONE LAST TIME and the only errors were that i didnt have the coordinates for the small, and since we dont HAVE a small done yet that can wait, so except for those coordinates its DONE!!!!!! (xml that is)

edit: cant test the coordinates, just tried, and nothing happened :(

well the image popped up, but no coordinates
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby Bad Speler on Thu Dec 20, 2007 1:37 pm

bryguy, could you please post the xml with all the corrections done?
Highest Score: 2532
Highest Position: 69 (a long time ago)
User avatar
Sergeant 1st Class Bad Speler
 
Posts: 1027
Joined: Fri Jun 02, 2006 8:16 pm
Location: Ottawa

Postby bryguy on Thu Dec 20, 2007 3:58 pm

Bad Speler wrote:bryguy, could you please post the xml with all the corrections done?


oh yea sure, forgot about that
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 4:07 pm

Code: Select all
<map>
<title>Conqueropoly</title>
<smallwidth></smallwidth>
<smallheight></smallheight>
<largewidth>800</largewidth>
<largeheight>654</largeheight>
<filetype>png</filetype>

<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<component>Profile</component>
<component>Rank</component>
<component>Card 1</component>
</components>
</continent>

<continent>
<name>Blue</name>
<bonus>2</bonus>
<components>
<component>Scoreboard</component>
<component>Score</component>
<component>Feedback</component>
<component>Die 1</component>
<component>Battleship 1</component>
</components>
</continent>

<continent>
<name>Orange</name>
<bonus>2</bonus>
<components>
<component>Assassin</component>
<component>Terminator</component>
<component>Fog of War</component>
<component> Battleship 2</component>
<component>Web Hosting</component>
</components>
</continent>

<continent>
<name>Purple</name>
<bonus>2</bonus>
<components>
<component>Private Messaging</component>
<component>Ignore List</component>
<component>Account Name</component>
<component>Card 2</component>
</components>
</continent>

<continent>
<name>Red</name>
<bonus>3</bonus>
<components>
<component>Cartos</component>
<component>Tournament Directors</component>
<component>Hunters</component>
<component>Die 2</component>
<component>Battleship 3</component>
</components>
</continent>

<continent>
<name>Green</name>
<bonus>3</bonus>
<components>
<component>Help</component>
<component>Rules</component>
<component>Instructions</component>
<component>Advertising</component>
</components>
</continent>

<continent>
<name>Pink</name>
<bonus>4</bonus>
<components>
<component>Callouts</component>
<component>Flame Wars</component>
<component>General Discussion</component>
<component>Card 3</component>
<component>Die 3</component>
<component>Battleship 4</component>
</components>
</continent>

<continent>
<name>Turquoise</name>
<bonus>4</bonus>
<components>
<component>Mods</component>
<component>Premium Membership</component>
<component>Admins</component>
</components>
</continent>

<continent>
<name>War Expenses</name>
<bonus>-1</bonus>
<components>
<component>War Expenses</component>
</components>
</continent>

<continent>
<name>Cards and Cards Deck</name>
<bonus>3</bonus>
<components>
<component>Card 1</component>
<component>Card 2</component>
<component>Card 3</component>
<component>Cards Deck</component>
</components>
</continent>

<continent>
<name>Dice and Dice Deck</name>
<bonus>3</bonus>
<components>
<component>Die 1</component>
<component>Die 2</component>
<component>Die 3</component>
<component>Die Deck</component>
</components>
</continent>

<continent>
<name>Corners</name>
<bonus>3</bonus>
<components>
<component>CC</component>
<component>Multis</component>
<component>Free Army</component>
<component>Attack Multis</component>
</components>
</continent>

<continent>
<name>2 Battleships</name>
<bonus>1</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<required>2</required>
</continent>

<continent>
<name>3 Battleships</name>
<bonus>3</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<required>3</required>
<overrides>
<override>2 Battleships</override>
</overrides>
</continent>

<continent>
<name>4 Battleships</name>
<bonus>5</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<overrides>
<override>2 Battleships</override>
<override>3 Battleships</override>
</overrides>
</continent>

<territory>
<name>CC</name>
<borders>
<border>Profile</border>
<border>Admins</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Profile</name>
<borders>
<border>CC</border>
<border>Card 1</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>535</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Card 1</name>
<borders>
<border>Profile</border>
<border>Rank</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>482</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Rank</name>
<borders>
<border>Card 1</border>
<border>War Expenses</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>          
<largex>428</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>War Expenses</name>
<borders>
<border>Battleship 1</border>
<border>Rank</border>
<border>Web Hosting</border>
<border>Advertising</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>377</largex>
<largey>662</largey>
</coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name> Battleship 1</name>
<borders>
<border>Battleship 2</border>
<border>Battleship 3</border>
<border>Battleship 4</border>
<border>War Expenses</border>
<border>Scoreboard</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>323</largex>
<largey>662</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Scoreboard</name>
<borders>
<border>Battleship 1</border>
<border>Die 1</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>270</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Die 1</name>
<borders>
<border>Scoreboard</border>
<border>Score</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>218</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Score</name>
<borders>
<border>Die 1</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>166</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Feedback</name>
<borders>
<border>Score</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>112</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Multis</name>
<borders>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Assassin</name>
<borders>
<border>Web Hosting</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>563</largey>           
</coordinates>
</territory>

<territory>
<name>Web Hosting</name>
<borders>
<border>Assassin</border>
<border>Terminator</border>
<border>War Expenses</border>
<border>Advertising</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>508</largey> 
</coordinates>
</territory>

<territory>
<name>Terminator</name>
<borders>
<border>Web Hosting</border>
<border>Fog of War</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
 <largex>10</largex>
<largey>454</largey>
 </coordinates>
</territory>

<territory>
<name>Fog of War</name>
<borders>
<border>Terminator</border>
<border> Battleship 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>403</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 2</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 3</border>
<border>Battleship 4</border>
<border>Fog of War</border>
<border>Private Messaging</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>351</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Private Messaging</name>
<borders>
<border>Battleship 2</border>
<border>Card 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>298</largey>
</coordinates>
</territory>

<territory>
<name>Card 2</name>
<borders>
<border>Private Messaging</border>
<border>Ignore List</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>243</largey>
</coordinates>
</territory>

<territory>
<name>Ignore List</name>
<borders>
<border>Card 2</border>
<border>Account Name</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>189</largey>
</coordinates>
</territory>

<territory>
<name>Account Name</name>
<borders>
<border>Ignore List</border>
<border>Free Army</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>138</largey>
</coordinates>
</territory>

<territory>
<name>Free Army</name>
<borders>
<border>Account Name</border>
<border>Cartos</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>36</largey>
</coordinates>
<neutral>3</neutral>
<bonus>1</bonus>
</territory>

<territory>
<name>Cartos</name>
<borders>
<border>Free Army</border>
<border>Die 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>111</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Die 2</name>
<borders>
<border>Cartos</border>
<border>Tournament Directors</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>163</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Tournament Directors</name>
<borders>
<border>Die 2</border>
<border>Hunters</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>214</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Hunters</name>
<borders>
<border>Tournament Directors</border>
<border>Battleship 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>268</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 3</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 2</border>
<border>Battleship 4</border>
<border>Hunters</border>
<border>Help</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>321</largex>
<largey>36</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Help</name>
<borders>
<border>Battleship 3</border>
<border>Rules</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>373</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Rules</name>
<borders>
<border>Help</border>
<border>Advertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>427</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Advertising</name>
<borders>
<border>Rules</border>
<border>Instructions</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>479</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Instructions</name>
<borders>
<border>Advertising</border>
<border>Attack Multis</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>532</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Attack Multis</name>
<borders>
<border>Multis</border>
<border>Instructions</border>
<border>Callouts</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Callouts</name>
<borders>
<border>Attack Multis</border>
<border>Flame Wars</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>139</largey>
</coordinates>
</territory>

<territory>
<name>Flame Wars</name>
<borders>
<border>Callouts</border>
<border>Card 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>193</largey>
</coordinates>
</territory>

<territory>
<name>Card 3</name>
<borders>
<border>Flame Wars</border>
<border>General Discussion</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>243</largey>
</coordinates>
</territory>

<territory>
<name>General Discussion</name>
<borders>
<border>Card 3</border>
<border>Battleship 4</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>297</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 4</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 2</border>
<border>Battleship 3</border>
<border>General Discussion</border>
<border>Die 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>350</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Die 3</name>
<borders>
<border>Battleship 4</border>
<border>Mods</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>401</largey>
</coordinates>
</territory>

<territory>
<name>Mods</name>
<borders>
<border>Die 3</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>458</largey>
</coordinates>
</territory>

<territory>
<name>Premium Membership</name>
<borders>
<border>Mods</border>
<border>Admins</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Adertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>506</largey>
</coordinates>
<neutral>3</neutral>
<bonus>-1</bonus>
</territory>

<territory>
<name>Admins</name>
<borders>
<border>CC</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>562</largey>
</coordinates>
</territory>

<territory>
<name>Dice Deck</name>
<borders>
<border>Die 1</border>
<border>Die 2</border>
<border>Die 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>444</largex>
<largey>478</largey>
</coordinates>
</territory>

<territory>
<name>Cards Deck</name>
<borders>
<border>Card 1</border>
<border>Card 2</border>
<border>Card 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>200</largex>
<largey>228</largey>
</coordinates>
</territory>
</map>
Last edited by bryguy on Thu Dec 20, 2007 9:25 pm, edited 2 times in total.
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby Bad Speler on Thu Dec 20, 2007 4:16 pm

Just a few more errors i found using the xml checker...

it gives me an error with the multis territory. Getting rid of the <border> and </border> tags gets rid of the error. Also, you have an empty <border></border> tags for the Assassin territory.
Highest Score: 2532
Highest Position: 69 (a long time ago)
User avatar
Sergeant 1st Class Bad Speler
 
Posts: 1027
Joined: Fri Jun 02, 2006 8:16 pm
Location: Ottawa

Postby bryguy on Thu Dec 20, 2007 4:24 pm

Bad Speler wrote:Just a few more errors i found using the xml checker...

it gives me an error with the multis territory. Getting rid of the <border> and </border> tags gets rid of the error. Also, you have an empty <border></border> tags for the Assassin territory.


ok thanks, for the multis territory i had asked about that and nobody answered, and the other is an easy fix

edit: the empty <border> tag in Assassin was supposed to have Feedback in it, so i fixed that
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby Bad Speler on Thu Dec 20, 2007 8:01 pm

Image with coordinates:

Image

Changes to the actual image:

- Flipped the upper corners' text.
- Flipped the Free Army Graphic
- Moved a few graphics and text so that the army numbers aren't on top of them.

edit: bryguy, could you make premium membership have a neutral of 3 to make that continent a bit harder to conquer, and the same with War expenses to make the grey continent easier to defend?
Highest Score: 2532
Highest Position: 69 (a long time ago)
User avatar
Sergeant 1st Class Bad Speler
 
Posts: 1027
Joined: Fri Jun 02, 2006 8:16 pm
Location: Ottawa

Postby Gilligan on Thu Dec 20, 2007 8:08 pm

It's a negative continent, so it should only be a -1, like the Aliens in Conquer Man.
Image
User avatar
Captain Gilligan
 
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Location: Providence, RI

Postby Bad Speler on Thu Dec 20, 2007 8:12 pm

Gilligan wrote:It's a negative continent, so it should only be a -1, like the Aliens in Conquer Man.

True...but here theyre in fairly key spots...i'm not really sure anymore
Highest Score: 2532
Highest Position: 69 (a long time ago)
User avatar
Sergeant 1st Class Bad Speler
 
Posts: 1027
Joined: Fri Jun 02, 2006 8:16 pm
Location: Ottawa

Postby Gilligan on Thu Dec 20, 2007 8:15 pm

If anything, Premium Membership could be a 3 because it's part of another bonus, but War Expenses should definitely stay at a 1 because it's not in another continent.
Image
User avatar
Captain Gilligan
 
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Location: Providence, RI

Postby Bad Speler on Thu Dec 20, 2007 8:27 pm

Gilligan wrote:If anything, Premium Membership could be a 3 because it's part of another bonus, but War Expenses should definitely stay at a 1 because it's not in another continent.

Good idea
Highest Score: 2532
Highest Position: 69 (a long time ago)
User avatar
Sergeant 1st Class Bad Speler
 
Posts: 1027
Joined: Fri Jun 02, 2006 8:16 pm
Location: Ottawa

Postby bryguy on Thu Dec 20, 2007 9:21 pm

Bad Speler wrote:
Gilligan wrote:If anything, Premium Membership could be a 3 because it's part of another bonus, but War Expenses should definitely stay at a 1 because it's not in another continent.

Good idea


ok, ill change that, just be sure to start on the small sometime
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 9:23 pm

Bad Speler wrote:
Gilligan wrote:It's a negative continent, so it should only be a -1, like the Aliens in Conquer Man.

True...but here theyre in fairly key spots...i'm not really sure anymore


and the difference between premium membership and the aliens on c-man is that u lose one ON the territory for premium membership, in c-man it just takes one army out of the amount u get
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

Postby bryguy on Thu Dec 20, 2007 9:27 pm

things left to do:


add our names on it and say next to them what we did, so like Bad Speler and next to it graphics or the abbrieviation for it, and for me and gill xml8)


get it quenched





note: i add the neutral 3 code into the last code that i had up there
Corporal bryguy
 
Posts: 4381
Joined: Tue Aug 07, 2007 8:50 am
Location: Lost in a Jigsaw

PreviousNext

Return to Melting Pot: Map Ideas

Who is online

Users browsing this forum: No registered users