Conquer Club

[Abandoned] - Treasure Map

Abandoned and Vacationed maps. The final resting place, unless you recycle.

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.

Re: Treasure Map [D] (NEW: small map) v22.4 pgs.1&28

Postby LED ZEPPELINER on Sun Apr 05, 2009 10:29 am

i personally don't find the small text hard to read, i just find it harder to read. the small map reaches the restrictions, and it can not go any bigger width wise.
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Fri Apr 10, 2009 1:16 pm

ok, so i was bored, and decided to start working on the xml. I know gameplay probably isn't finished, but i just felt like doing this anyway. I roughened the borders on other continents, and made a few other graphical touches. The xml does not have the coordinates yet, as they will probably shift. Hope you enjoy!
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<map>
   <title>Treasure Map</title>
   <smallwidth>630</smallwidth>
   <smallheight>476</smallheight>
   <largewidth>840</largewidth>
   <largeheight>635</largeheight>
   <filetype>jpg</filetype>
   <objective>
      <name>X</name>
      <components>
         <territory>X</territory>
      </components>
   </objective>
   <continent>
      <name>Porderstain</name>
      <bonus>8</bonus>
      <components>
         <territory>East North</territory>
         <territory>West North</territory>
         <territory>E.M.</territory>
         <territory>W. Haven</territory>
         <territory>W.M.</territory>
         <territory>Haven</territory>
         <territory>E. Haven</territory>
         <territory>Far West</territory>
      </components>
   </continent>
   <continent>
      <name>Üglerstein</name>
      <bonus>3</bonus>
      <components>
         <territory>Dead</territory>
         <territory>The Glue</territory>
         <territory>Skull Beach</territory>
         <territory>F.E.</territory>
         <territory>Old Port</territory>
      </components>
   </continent>
   <continent>
      <name>Shreinfeld</name>
      <bonus>4</bonus>
      <components>
         <territory>The Ear</territory>
         <territory>North pass</territory>
         <territory>South Shreinfeld</territory>
         <territory>S. Mount</territory>
         <territory>L.Z.</territory>
         <territory>End</territory>
         <territory>West Peak</territory>
         <territory>Creeker</territory>
      </components>
   </continent>
   <continent>
      <name>Stardelfan</name>
      <bonus>3</bonus>
      <components>
         <territory>Skeleton Beach</territory>
         <territory>Pirate's Home</territory>
         <territory>Button</territory>
         <territory>Dog's Ear</territory>
         <territory>New Port</territory>
      </components>
   </continent>
   <continent>
      <name>Ardenfolder</name>
      <bonus>3</bonus>
      <components>
         <territory>Tibbar</territory>
         <territory>Okapogo</territory>
         <territory>Long Point</territory>
         <territory>Middle World</territory>
         <territory>N. Bound</territory>
         <territory>S. Bound</territory>
      </components>
   </continent>
   <continent>
      <name>Pirate Armada</name>
      <bonus>3</bonus>
      <components>
         <territory>Black Dog</territory>
         <territory>Poor Tom</territory>
         <territory>Night Flight</territory>
         <territory>Ramble</territory>
         <territory>Juno</territory>
         <territory>The Queen</territory>
      </components>
   </continent>
   <territory>
      <name>East North</name>
      <borders>
         <border>West North</border>
         <border>E.M.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>West North</name>
      <borders>
         <border>East North</border>
         <border>E.M.</border>
         <border>Skeleton Beach</border>
         <border>Eastern Peninsula</border>
         <border>Grand Peninsula</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>E.M.</name>
      <borders>
         <border>East North</border>
         <border>West North</border>
         <border>W. Haven</border>
         <border>Skeleton Beach</border>
         <border>Pirate's Home</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>W. Haven</name>
      <borders>
         <border>E.M.</border>
         <border>W.M.</border>
         <border>Haven</border>
         <border>Tibbar</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>W.M.</name>
      <borders>
         <border>W. Haven</border>
         <border>Haven</border>
         <border>Far West</border>
         <border>Old Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Haven</name>
      <borders>
         <border>W. Haven</border>
         <border>W.M.</border>
         <border>E. Haven</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>E. Haven</name>
      <borders>
         <border>Haven</border>
         <border>End</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Far West</name>
      <borders>
         <border>W.M.</border>
         <border>F.E.</border>
         <border>Old Port</border>
         <border>The Ear</border>
         <border>North Pass</border>
         <border>End</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Dead</name>
      <borders>
         <border>The Glue</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>The Glue</name>
      <borders>
         <border>Skull Beach</border>
         <border>F.E.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Skull Beach</name>
      <borders>
         <border>F.E.</border>
         <border>Old Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>F.E.</name>
      <borders>
         <border>Far West</border>
         <border>Skull Beach</border>
         <border>Old Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Old Port</name>
      <borders>
         <border>W.M.</border>
         <border>Far West</border>
         <border>Skull Beach</border>
         <border>F.E.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>The Ear</name>
      <borders>
         <border>Far West</border>
         <border>North Pass</border>
         <border>South Shreinfeld</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>North Pass</name>
      <borders>
         <border>Far West</border>
         <border>The Ear</border>
         <border>South Shreinfeld</border>
         <border>S. Mount</border>
         <border>L.Z.</border>
         <border>End</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>South Shreinfeld</name>
      <borders>
         <border>The Ear</border>
         <border>North Pass</border>
         <border>S. Mount</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>S. Mount</name>
      <borders>
         <border>North Pass</border>
         <border>South Shreinfeld</border>
         <border>L.Z.</border>
         <border>Creeker</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>L.Z.</name>
      <borders>
         <border>North Pass</border>
         <border>S. Mount</border>
         <border>End</border>
         <border>West Peak</border>
         <border>Creeker</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>End</name>
      <borders>
         <border>E. Haven</border>
         <border>Far West</border>
         <border>North Pass</border>
         <border>L.Z.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>West Peak</name>
      <borders>
         <border>L.Z.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Creeker</name>
      <borders>
         <border>S. Mount</border>
         <border>L.Z.</border>
         <border>South Grendelia</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Skeleton Beach</name>
      <borders>
         <border>West North</border>
         <border>E.M.</border>
         <border>Pirate's Home</border>
         <border>New Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Pirate's Home</name>
      <borders>
         <border>E.M.</border>
         <border>Skeleton Beach</border>
         <border>Button</border>
         <border>Dog's Ear</border>
         <border>New Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Button</name>
      <borders>
         <border>Pirate's Home</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Dog's Ear</name>
      <borders>
         <border>Pirate's Home</border>
         <border>New Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>New Port</name>
      <borders>
         <border>Skeleton Beach</border>
         <border>Pirate's Home</border>
         <border>Dog's Ear</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Tibbar</name>
      <borders>
         <border>W. Haven</border>
         <border>Okapogo</border>
         <border>Long Point</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Okapogo</name>
      <borders>
         <border>Tibbar</border>
         <border>Long Point</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Long Point</name>
      <borders>
         <border>Tibbar</border>
         <border>Okapogo</border>
         <border>Middle World</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Middle World</name>
      <borders>
         <border>Long Point</border>
         <border>N. Bound</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>N. Bound</name>
      <borders>
         <border>Middle World</border>
         <border>S. Bound</border>
         <border>Far East</border>
         <border>Eastern Peninsula</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>S. Bound</name>
      <borders>
         <border>N. Bound</border>
         <border>Night Flight</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Black Dog</name>
      <borders>
         <border>Poor Tom</border>
      </borders>
      <bombardments>
         <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Poor Tom</name>
      <borders>
         <border>Black Dog</border>
         <border>Night Flight</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Night Flight</name>
      <borders>
         <border>S. Bound</border>
         <border>Poor Tom</border>
         <border>Ramble</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Ramble</name>
      <borders>
         <border>Night Flight</border>
         <border>Juno</border>
         <border>The Queen</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Juno</name>
      <borders>
         <border>Ramble</border>
         <border>The Queen</border>
         <border>South Grendelia</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>The Queen</name>
      <borders>
         <border>Ramble</border>
         <border>Juno</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Treasure Cove</name>
      <borders>
         <border>South Grendelia</border>
         <border>New Cove</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>South Grendelia</name>
      <borders>
         <border>Creeker</border>
         <border>Juno</border>
         <border>Treasure Cove</border>
         <border>The Horn</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>The Horn</name>
      <borders>
         <border>South Grendelia</border>
         <border>The Out Skirts</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>The Outskirts</name>
      <borders>
         <border>The Horn</border>
         <border>Dead Man's Neck</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>4</neutral>
   </territory>
   <territory>
      <name>Dead Man's Neck</name>
      <borders>
         <border>The Out Skirts</border>
         <border>Strong Hold</border>
         <border>X</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>5</neutral>
   </territory>
   <territory>
      <name>Strong Hold</name>
      <borders>
         <border>Dead Man's Neck</border>
         <border>New Cove</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>4</neutral>
   </territory>
   <territory>
      <name>New Cove</name>
      <borders>
         <border>Treasure Cove</border>
         <border>Strong Hold</border>
         <border>Far East</border>
         <border>Eastern Peninsula</border>
         <border>Grand Peninsula</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>Far East</name>
      <borders>
         <border>N. Bound</border>
         <border>New Cove</border>
         <border>Eastern Peninsula</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>Eastern Peninsula</name>
      <borders>
         <border>West North</border>
         <border>N. Bound</border>
         <border>New Cove</border>
         <border>Far East</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>Grand Peninsula</name>
      <borders>
         <border>West North</border>
         <border>New Cove</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>X</name>
      <borders>
         <border>Dead Man's Neck</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>6</neutral>
   </territory>
</map>

small v23
Image
large v23
Image
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby aequitas08 on Sat Apr 11, 2009 1:06 pm

Could you change the font and/or color red the X in the poem, right now it looks like a glorified H.

I like the balance and look of the islands, much more realistic good work.
-aequitas08
Sergeant aequitas08
 
Posts: 28
Joined: Tue Jan 20, 2009 1:41 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Sat Apr 11, 2009 1:16 pm

aequitas08 wrote:Could you change the font and/or color red the X in the poem, right now it looks like a glorified H.

I like the balance and look of the islands, much more realistic good work.
-aequitas08

oh ya, sorry about the X, forgot to change it when I re-wrote the Riddle, it will be fixed in my next version
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby AndyDufresne on Mon Apr 13, 2009 4:05 pm

It's looking good Led Zeppliner---definitely. I wouldn't mind you roughing up the borders a little more to fit into the overall old and grunge-esque theme you have going, but it is a small point and isn't bothersome.

There are a few territory names that seem rather uninspired---though I know you've done well at fitting many names into the territories. If you happen to alter/change/substitute any names, a few suggestions:

Outer Banks
Devil's Fortune
Rumrunner's Cove
Shipwrecked Harbour
Scurvy Sandbar
Land's Bridge N./S. (or both perhaps on the map)

You get the idea. But as I mentioned, I know you've fit the names rather well, so no worries really.

You could also randomly add a name of the sea of the map---perhaps the Sea of Thieves or something.

Overall, this is quite splendid looking map.


--Andy
User avatar
Corporal 1st Class AndyDufresne
 
Posts: 24935
Joined: Fri Mar 03, 2006 8:22 pm
Location: A Banana Palm in Zihuatanejo

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Mon Apr 13, 2009 4:54 pm

AndyDufresne wrote:It's looking good Led Zeppliner---definitely. I wouldn't mind you roughing up the borders a little more to fit into the overall old and grunge-esque theme you have going, but it is a small point and isn't bothersome.

There are a few territory names that seem rather uninspired---though I know you've done well at fitting many names into the territories. If you happen to alter/change/substitute any names, a few suggestions:

Outer Banks
Devil's Fortune
Rumrunner's Cove
Shipwrecked Harbour
Scurvy Sandbar
Land's Bridge N./S. (or both perhaps on the map)

You get the idea. But as I mentioned, I know you've fit the names rather well, so no worries really.

You could also randomly add a name of the sea of the map---perhaps the Sea of Thieves or something.

Overall, this is quite splendid looking map.


--Andy

Thank you Andy, i will try to work out the names, i will add ocean names also, if it doesn't add too much clutter. :D
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby pinkflaminko on Fri Apr 17, 2009 3:40 pm

Andy is definately right about the borders though :oops: :-#
User avatar
Private 1st Class pinkflaminko
 
Posts: 111
Joined: Wed Oct 01, 2008 12:35 pm
Location: the tenderloin

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Sat Apr 18, 2009 10:29 am

pinkflaminko wrote:Andy is definately right about the borders though :oops: :-#

ok, i'll get to work on it
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby sailorseal on Mon Apr 20, 2009 8:12 pm

I would bold the text at the bottom for clarity. Raise the word Long Point to make room for a coordinate.
Love the idea...
User avatar
Cook sailorseal
 
Posts: 2735
Joined: Sun May 25, 2008 1:49 pm
Location: conquerclub.com

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Fri May 01, 2009 4:36 pm

XML (without coordinates)
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<map>
   <title>Treasure Map</title>
   <smallwidth>630</smallwidth>
   <smallheight>476</smallheight>
   <largewidth>840</largewidth>
   <largeheight>635</largeheight>
   <filetype>jpg</filetype>
   <objective>
      <name>X</name>
      <components>
         <territory>X</territory>
      </components>
   </objective>
   <continent>
      <name>Porderstain</name>
      <bonus>8</bonus>
      <components>
         <territory>East North</territory>
         <territory>West North</territory>
         <territory>E.M.</territory>
         <territory>W. Haven</territory>
         <territory>W.M.</territory>
         <territory>Haven</territory>
         <territory>E. Haven</territory>
         <territory>Far West</territory>
      </components>
   </continent>
   <continent>
      <name>Üglerstein</name>
      <bonus>3</bonus>
      <components>
         <territory>Dead</territory>
         <territory>The Glue</territory>
         <territory>Skull Beach</territory>
         <territory>F.E.</territory>
         <territory>Old Port</territory>
      </components>
   </continent>
   <continent>
      <name>Shreinfeld</name>
      <bonus>4</bonus>
      <components>
         <territory>The Ear</territory>
         <territory>North pass</territory>
         <territory>South Shreinfeld</territory>
         <territory>S. Mount</territory>
         <territory>L.Z.</territory>
         <territory>End</territory>
         <territory>West Peak</territory>
         <territory>Creeker</territory>
      </components>
   </continent>
   <continent>
      <name>Stardelfan</name>
      <bonus>3</bonus>
      <components>
         <territory>Skeleton Beach</territory>
         <territory>Pirate's Home</territory>
         <territory>Button</territory>
         <territory>Dog's Ear</territory>
         <territory>New Port</territory>
      </components>
   </continent>
   <continent>
      <name>Ardenfolder</name>
      <bonus>3</bonus>
      <components>
         <territory>Tibbar</territory>
         <territory>Okapogo</territory>
         <territory>Long Point</territory>
         <territory>Middle World</territory>
         <territory>N. Bound</territory>
         <territory>S. Bound</territory>
      </components>
   </continent>
   <continent>
      <name>Pirate Armada</name>
      <bonus>3</bonus>
      <components>
         <territory>Black Dog</territory>
         <territory>Poor Tom</territory>
         <territory>Night Flight</territory>
         <territory>Ramble</territory>
         <territory>Juno</territory>
         <territory>The Queen</territory>
      </components>
   </continent>
   <territory>
      <name>East North</name>
      <borders>
         <border>West North</border>
         <border>E.M.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>West North</name>
      <borders>
         <border>East North</border>
         <border>E.M.</border>
         <border>Skeleton Beach</border>
         <border>Eastern Peninsula</border>
         <border>Grand Peninsula</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>E.M.</name>
      <borders>
         <border>East North</border>
         <border>West North</border>
         <border>W. Haven</border>
         <border>Skeleton Beach</border>
         <border>Pirate's Home</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>W. Haven</name>
      <borders>
         <border>E.M.</border>
         <border>W.M.</border>
         <border>Haven</border>
         <border>Tibbar</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>W.M.</name>
      <borders>
         <border>W. Haven</border>
         <border>Haven</border>
         <border>Far West</border>
         <border>Old Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Haven</name>
      <borders>
         <border>W. Haven</border>
         <border>W.M.</border>
         <border>E. Haven</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>E. Haven</name>
      <borders>
         <border>Haven</border>
         <border>End</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Far West</name>
      <borders>
         <border>W.M.</border>
         <border>F.E.</border>
         <border>Old Port</border>
         <border>The Ear</border>
         <border>North Pass</border>
         <border>End</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Dead</name>
      <borders>
         <border>The Glue</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>The Glue</name>
      <borders>
         <border>Skull Beach</border>
         <border>F.E.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Skull Beach</name>
      <borders>
         <border>F.E.</border>
         <border>Old Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>F.E.</name>
      <borders>
         <border>Far West</border>
         <border>Skull Beach</border>
         <border>Old Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Old Port</name>
      <borders>
         <border>W.M.</border>
         <border>Far West</border>
         <border>Skull Beach</border>
         <border>F.E.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>The Ear</name>
      <borders>
         <border>Far West</border>
         <border>North Pass</border>
         <border>South Shreinfeld</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>North Pass</name>
      <borders>
         <border>Far West</border>
         <border>The Ear</border>
         <border>South Shreinfeld</border>
         <border>S. Mount</border>
         <border>L.Z.</border>
         <border>End</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>South Shreinfeld</name>
      <borders>
         <border>The Ear</border>
         <border>North Pass</border>
         <border>S. Mount</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>S. Mount</name>
      <borders>
         <border>North Pass</border>
         <border>South Shreinfeld</border>
         <border>L.Z.</border>
         <border>Creeker</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>L.Z.</name>
      <borders>
         <border>North Pass</border>
         <border>S. Mount</border>
         <border>End</border>
         <border>West Peak</border>
         <border>Creeker</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>End</name>
      <borders>
         <border>E. Haven</border>
         <border>Far West</border>
         <border>North Pass</border>
         <border>L.Z.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>West Peak</name>
      <borders>
         <border>L.Z.</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Creeker</name>
      <borders>
         <border>S. Mount</border>
         <border>L.Z.</border>
         <border>South Grendelia</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Skeleton Beach</name>
      <borders>
         <border>West North</border>
         <border>E.M.</border>
         <border>Pirate's Home</border>
         <border>New Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Pirate's Home</name>
      <borders>
         <border>E.M.</border>
         <border>Skeleton Beach</border>
         <border>Button</border>
         <border>Dog's Ear</border>
         <border>New Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Button</name>
      <borders>
         <border>Pirate's Home</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Dog's Ear</name>
      <borders>
         <border>Pirate's Home</border>
         <border>New Port</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>New Port</name>
      <borders>
         <border>Skeleton Beach</border>
         <border>Pirate's Home</border>
         <border>Dog's Ear</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Tibbar</name>
      <borders>
         <border>W. Haven</border>
         <border>Okapogo</border>
         <border>Long Point</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Okapogo</name>
      <borders>
         <border>Tibbar</border>
         <border>Long Point</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Long Point</name>
      <borders>
         <border>Tibbar</border>
         <border>Okapogo</border>
         <border>Middle World</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Middle World</name>
      <borders>
         <border>Long Point</border>
         <border>N. Bound</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>N. Bound</name>
      <borders>
         <border>Middle World</border>
         <border>S. Bound</border>
         <border>Far East</border>
         <border>Eastern Peninsula</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>S. Bound</name>
      <borders>
         <border>N. Bound</border>
         <border>Night Flight</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Black Dog</name>
      <borders>
         <border>Poor Tom</border>
      </borders>
      <bombardments>
         <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Poor Tom</name>
      <borders>
         <border>Black Dog</border>
         <border>Night Flight</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Night Flight</name>
      <borders>
         <border>S. Bound</border>
         <border>Poor Tom</border>
         <border>Ramble</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Ramble</name>
      <borders>
         <border>Night Flight</border>
         <border>Juno</border>
         <border>The Queen</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Juno</name>
      <borders>
         <border>Ramble</border>
         <border>The Queen</border>
         <border>South Grendelia</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>The Queen</name>
      <borders>
         <border>Ramble</border>
         <border>Juno</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
   </territory>
   <territory>
      <name>Treasure Cove</name>
      <borders>
         <border>South Grendelia</border>
         <border>New Cove</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>South Grendelia</name>
      <borders>
         <border>Creeker</border>
         <border>Juno</border>
         <border>Treasure Cove</border>
         <border>The Horn</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>The Horn</name>
      <borders>
         <border>South Grendelia</border>
         <border>The Out Skirts</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>The Outskirts</name>
      <borders>
         <border>The Horn</border>
         <border>Dead Man's Neck</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>4</neutral>
   </territory>
   <territory>
      <name>Dead Man's Neck</name>
      <borders>
         <border>The Out Skirts</border>
         <border>Strong Hold</border>
         <border>X</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>5</neutral>
   </territory>
   <territory>
      <name>Strong Hold</name>
      <borders>
         <border>Dead Man's Neck</border>
         <border>New Cove</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>4</neutral>
   </territory>
   <territory>
      <name>New Cove</name>
      <borders>
         <border>Treasure Cove</border>
         <border>Strong Hold</border>
         <border>Far East</border>
         <border>Eastern Peninsula</border>
         <border>Grand Peninsula</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>Far East</name>
      <borders>
         <border>N. Bound</border>
         <border>New Cove</border>
         <border>Eastern Peninsula</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>Eastern Peninsula</name>
      <borders>
         <border>West North</border>
         <border>N. Bound</border>
         <border>New Cove</border>
         <border>Far East</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>Grand Peninsula</name>
      <borders>
         <border>West North</border>
         <border>New Cove</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>X</name>
      <borders>
         <border>Dead Man's Neck</border>
      </borders>
      <coordinates>
         <smallx></smallx>
         <smally></smally>
         <largex></largex>
         <largey></largey>
      </coordinates>
      <neutral>6</neutral>
   </territory>
</map>

small v23.5
Image
large v23.5
Image
changes:
  1. roughened up some border a little
  2. added ocean names
  3. Changed X on riddle
  4. changed riddle
Whats Wrong with Gameplay?
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby oaktown on Sat May 02, 2009 2:17 am

LED ZEPPELINER wrote:Whats Wrong with Gameplay?

Have you considered (and maybe you have because I've not been here in a while) replacing the South Grendelia to Creeker connection with a Creeker to Black Dog connection? It would look better, be more logical, and would eliminate the dead end from Night Flight to Black Dog through Poor Tom. You know somebody (me) is going to screw that up in a game, wondering how the hell they were attacked from all the way across the map. It would also give Pirate Armada a third territory, making it a very Africa-like 6/3/+3.

I think that what bugs me about the ships is that they are all identical - if this was a hand-drawn treasure map you wouldn't have six identically rendered images. Grunge 'em up, and this map will look faaarrrrr better. ;)
User avatar
Captain oaktown
 
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Sat May 02, 2009 8:29 am

oaktown wrote:
LED ZEPPELINER wrote:Whats Wrong with Gameplay?

Have you considered (and maybe you have because I've not been here in a while) replacing the South Grendelia to Creeker connection with a Creeker to Black Dog connection? It would look better, be more logical, and would eliminate the dead end from Night Flight to Black Dog through Poor Tom. You know somebody (me) is going to screw that up in a game, wondering how the hell they were attacked from all the way across the map. It would also give Pirate Armada a third territory, making it a very Africa-like 6/3/+3.
Ok, that sounds like a good idea, i will definitely change that.
I think that what bugs me about the ships is that they are all identical - if this was a hand-drawn treasure map you wouldn't have six identically rendered images. Grunge 'em up, and this map will look faaarrrrr better. ;)I will see what i can do.
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby sailorseal on Sat May 02, 2009 11:53 am

I see so many problems with army counters on the small map that I would recommend making it a little bigger
User avatar
Cook sailorseal
 
Posts: 2735
Joined: Sun May 25, 2008 1:49 pm
Location: conquerclub.com

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Sat May 02, 2009 11:59 am

sailorseal wrote:I see so many problems with army counters on the small map that I would recommend making it a little bigger

The small map is the maximum size, all of the 88's fit in.
Image
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby tlane on Sat May 02, 2009 3:48 pm

LED ZEPPELINER wrote:
sailorseal wrote:I see so many problems with army counters on the small map that I would recommend making it a little bigger

The small map is the maximum size, all of the 88's fit in.

you actually forgot to put army numbers in two of the smallest places, the horn, and haven.

will be back later to comment more
tlane
Private tlane
 
Posts: 309
Joined: Wed Oct 22, 2008 7:11 pm
Location: NYC - sint maarten(sometimes)

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Sat May 02, 2009 5:04 pm

tlane wrote:
LED ZEPPELINER wrote:
sailorseal wrote:I see so many problems with army counters on the small map that I would recommend making it a little bigger

The small map is the maximum size, all of the 88's fit in.

you actually forgot to put army numbers in two of the smallest places, the horn, and haven.

will be back later to comment more
tlane

i realize i forgot, but they do fit
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby oaktown on Sat May 02, 2009 7:03 pm

You have room to play with around the ships, especially if you move that attack route. Right now the numbers are bumping the titles, attack routes, and ships - it looks sloppy.

The only number I'm concerned about is "Long Point" - I play with color codes, so all of my two-digit numbers are actually three digits.

That yellow is awfully bright - seems like an old mpa like this wouldn't retain such a vibrant color.
User avatar
Captain oaktown
 
Posts: 4451
Joined: Sun Dec 03, 2006 9:24 pm
Location: majorcommand

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Sat May 02, 2009 9:00 pm

oaktown wrote:You have room to play with around the ships, especially if you move that attack route. Right now the numbers are bumping the titles, attack routes, and ships - it looks sloppy.
I'll will try changing the ships a little, if it looks sloppy, i am sorry. I just wanted something for people to look at until the gameplay got sorted
The only number I'm concerned about is "Long Point" - I play with color codes, so all of my two-digit numbers are actually three digits.
I will switch the 88 and the word Long, which i feel should help
That yellow is awfully bright - seems like an old mpa like this wouldn't retain such a vibrant color.I will dampen it a little
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) Gameplay ? v23 pgs.1&29

Postby LED ZEPPELINER on Wed May 06, 2009 5:32 pm

Here it is: version 24. I have decided to leave small out of this, so we can focus a little more on gameplay. I changed the boats, and the connection from Creeker to South Grendelia, to Creeker to Black Dog.
XML (without coordinates)
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<map>
   <title>Treasure Map</title>
   <smallwidth>630</smallwidth>
   <smallheight>476</smallheight>
   <largewidth>840</largewidth>
   <largeheight>635</largeheight>
   <filetype>jpg</filetype>
   <objective>
      <name>X</name>
      <components>
         <territory>X</territory>
      </components>
   </objective>
   <continent>
      <name>Porderstain</name>
      <bonus>8</bonus>
      <components>
         <territory>East North</territory>
         <territory>West North</territory>
         <territory>E.M.</territory>
         <territory>W. Haven</territory>
         <territory>W.M.</territory>
         <territory>Haven</territory>
         <territory>E. Haven</territory>
         <territory>Far West</territory>
      </components>
   </continent>
   <continent>
      <name>Üglerstein</name>
      <bonus>3</bonus>
      <components>
         <territory>Dead</territory>
         <territory>The Glue</territory>
         <territory>Skull Beach</territory>
         <territory>F.E.</territory>
         <territory>Old Port</territory>
      </components>
   </continent>
   <continent>
      <name>Shreinfeld</name>
      <bonus>4</bonus>
      <components>
         <territory>The Ear</territory>
         <territory>North pass</territory>
         <territory>South Shreinfeld</territory>
         <territory>S. Mount</territory>
         <territory>L.Z.</territory>
         <territory>End</territory>
         <territory>West Peak</territory>
         <territory>Creeker</territory>
      </components>
   </continent>
   <continent>
      <name>Stardelfan</name>
      <bonus>3</bonus>
      <components>
         <territory>Skeleton Beach</territory>
         <territory>Pirate's Home</territory>
         <territory>Button</territory>
         <territory>Dog's Ear</territory>
         <territory>New Port</territory>
      </components>
   </continent>
   <continent>
      <name>Ardenfolder</name>
      <bonus>3</bonus>
      <components>
         <territory>Tibbar</territory>
         <territory>Okapogo</territory>
         <territory>Long Point</territory>
         <territory>Middle World</territory>
         <territory>N. Bound</territory>
         <territory>S. Bound</territory>
      </components>
   </continent>
   <continent>
      <name>Pirate Armada</name>
      <bonus>3</bonus>
      <components>
         <territory>Black Dog</territory>
         <territory>Poor Tom</territory>
         <territory>Night Flight</territory>
         <territory>Ramble</territory>
         <territory>Juno</territory>
         <territory>The Queen</territory>
      </components>
   </continent>
   <territory>
      <name>East North</name>
      <borders>
         <border>West North</border>
         <border>E.M.</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>West North</name>
      <borders>
         <border>East North</border>
         <border>E.M.</border>
         <border>Skeleton Beach</border>
         <border>Eastern Peninsula</border>
         <border>Grand Peninsula</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>E.M.</name>
      <borders>
         <border>East North</border>
         <border>West North</border>
         <border>W. Haven</border>
         <border>Skeleton Beach</border>
         <border>Pirate's Home</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>W. Haven</name>
      <borders>
         <border>E.M.</border>
         <border>W.M.</border>
         <border>Haven</border>
         <border>Tibbar</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>W.M.</name>
      <borders>
         <border>W. Haven</border>
         <border>Haven</border>
         <border>Far West</border>
         <border>Old Port</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Haven</name>
      <borders>
         <border>W. Haven</border>
         <border>W.M.</border>
         <border>E. Haven</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>E. Haven</name>
      <borders>
         <border>Haven</border>
         <border>End</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Far West</name>
      <borders>
         <border>W.M.</border>
         <border>F.E.</border>
         <border>Old Port</border>
         <border>The Ear</border>
         <border>North Pass</border>
         <border>End</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Dead</name>
      <borders>
         <border>The Glue</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>The Glue</name>
      <borders>
         <border>Skull Beach</border>
         <border>F.E.</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Skull Beach</name>
      <borders>
         <border>F.E.</border>
         <border>Old Port</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>F.E.</name>
      <borders>
         <border>Far West</border>
         <border>Skull Beach</border>
         <border>Old Port</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Old Port</name>
      <borders>
         <border>W.M.</border>
         <border>Far West</border>
         <border>Skull Beach</border>
         <border>F.E.</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>The Ear</name>
      <borders>
         <border>Far West</border>
         <border>North Pass</border>
         <border>South Shreinfeld</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>North Pass</name>
      <borders>
         <border>Far West</border>
         <border>The Ear</border>
         <border>South Shreinfeld</border>
         <border>S. Mount</border>
         <border>L.Z.</border>
         <border>End</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>South Shreinfeld</name>
      <borders>
         <border>The Ear</border>
         <border>North Pass</border>
         <border>S. Mount</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>S. Mount</name>
      <borders>
         <border>North Pass</border>
         <border>South Shreinfeld</border>
         <border>L.Z.</border>
         <border>Creeker</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>L.Z.</name>
      <borders>
         <border>North Pass</border>
         <border>S. Mount</border>
         <border>End</border>
         <border>West Peak</border>
         <border>Creeker</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>End</name>
      <borders>
         <border>E. Haven</border>
         <border>Far West</border>
         <border>North Pass</border>
         <border>L.Z.</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>West Peak</name>
      <borders>
         <border>L.Z.</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Creeker</name>
      <borders>
         <border>S. Mount</border>
         <border>L.Z.</border>
         <border>Black Dog</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Skeleton Beach</name>
      <borders>
         <border>West North</border>
         <border>E.M.</border>
         <border>Pirate's Home</border>
         <border>New Port</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Pirate's Home</name>
      <borders>
         <border>E.M.</border>
         <border>Skeleton Beach</border>
         <border>Button</border>
         <border>Dog's Ear</border>
         <border>New Port</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Button</name>
      <borders>
         <border>Pirate's Home</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Dog's Ear</name>
      <borders>
         <border>Pirate's Home</border>
         <border>New Port</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>New Port</name>
      <borders>
         <border>Skeleton Beach</border>
         <border>Pirate's Home</border>
         <border>Dog's Ear</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Tibbar</name>
      <borders>
         <border>W. Haven</border>
         <border>Okapogo</border>
         <border>Long Point</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Okapogo</name>
      <borders>
         <border>Tibbar</border>
         <border>Long Point</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Long Point</name>
      <borders>
         <border>Tibbar</border>
         <border>Okapogo</border>
         <border>Middle World</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Middle World</name>
      <borders>
         <border>Long Point</border>
         <border>N. Bound</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>N. Bound</name>
      <borders>
         <border>Middle World</border>
         <border>S. Bound</border>
         <border>Far East</border>
         <border>Eastern Peninsula</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>S. Bound</name>
      <borders>
         <border>N. Bound</border>
         <border>Night Flight</border>
      </borders>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Black Dog</name>
      <borders>
         <border>Poor Tom</border>
         <border>Creeker</border>
      </borders>
      <bombardments>
         <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Poor Tom</name>
      <borders>
         <border>Black Dog</border>
         <border>Night Flight</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Night Flight</name>
      <borders>
         <border>S. Bound</border>
         <border>Poor Tom</border>
         <border>Ramble</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Ramble</name>
      <borders>
         <border>Night Flight</border>
         <border>Juno</border>
         <border>The Queen</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Juno</name>
      <borders>
         <border>Ramble</border>
         <border>The Queen</border>
         <border>South Grendelia</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>The Queen</name>
      <borders>
         <border>Ramble</border>
         <border>Juno</border>
      </borders>
      <bombardment>Treasure Cove</bombardment>
         <bombardment>South Grendelia</bombardment>
         <bombardment>The Horn</bombardment>
      <coordinates>

      </coordinates>
   </territory>
   <territory>
      <name>Treasure Cove</name>
      <borders>
         <border>South Grendelia</border>
         <border>New Cove</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>South Grendelia</name>
      <borders>
         <border>Creeker</border>
         <border>Juno</border>
         <border>Treasure Cove</border>
         <border>The Horn</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>The Horn</name>
      <borders>
         <border>South Grendelia</border>
         <border>The Out Skirts</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>The Outskirts</name>
      <borders>
         <border>The Horn</border>
         <border>Dead Man's Neck</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>4</neutral>
   </territory>
   <territory>
      <name>Dead Man's Neck</name>
      <borders>
         <border>The Out Skirts</border>
         <border>Strong Hold</border>
         <border>X</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>5</neutral>
   </territory>
   <territory>
      <name>Strong Hold</name>
      <borders>
         <border>Dead Man's Neck</border>
         <border>New Cove</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>4</neutral>
   </territory>
   <territory>
      <name>New Cove</name>
      <borders>
         <border>Treasure Cove</border>
         <border>Strong Hold</border>
         <border>Far East</border>
         <border>Eastern Peninsula</border>
         <border>Grand Peninsula</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>3</neutral>
   </territory>
   <territory>
      <name>Far East</name>
      <borders>
         <border>N. Bound</border>
         <border>New Cove</border>
         <border>Eastern Peninsula</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>Eastern Peninsula</name>
      <borders>
         <border>West North</border>
         <border>N. Bound</border>
         <border>New Cove</border>
         <border>Far East</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>Grand Peninsula</name>
      <borders>
         <border>West North</border>
         <border>New Cove</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>2</neutral>
   </territory>
   <territory>
      <name>X</name>
      <borders>
         <border>Dead Man's Neck</border>
      </borders>
      <coordinates>

      </coordinates>
      <neutral>6</neutral>
   </territory>
</map>

v24
Image
  1. changed connection from creeker
  2. changed boats
  3. no small
feedback?
Last edited by LED ZEPPELINER on Wed May 06, 2009 7:29 pm, edited 1 time in total.
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) GAMEPLAY??? v24 pgs.1&30

Postby sailorseal on Wed May 06, 2009 7:22 pm

That XML is way out of date, take it down, it confuses people (me)

Also think about the Y assault routes, can every territory assault each other? That is what it looks like, if that it what you want, keep it, if not ;)
User avatar
Cook sailorseal
 
Posts: 2735
Joined: Sun May 25, 2008 1:49 pm
Location: conquerclub.com

Re: Treasure Map [D] (NEW: XML) GAMEPLAY??? v24 pgs.1&30

Postby LED ZEPPELINER on Wed May 06, 2009 7:27 pm

sailorseal wrote:That XML is way out of date, take it down, it confuses people (me)

Also think about the Y assault routes, can every territory assault each other? That is what it looks like, if that it what you want, keep it, if not ;)

I think i will keep it that way, and the only thing out of date in the XML is i have to change the connection from Creeker to Black Dog.

Edit: it has been fixed
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) GAMEPLAY??? v24 pgs.1&30

Postby sailorseal on Sun May 10, 2009 1:49 pm

I would fade the colors more, maybe even make spots that have worn off, same goes for the lines,
love the GP of this map!
User avatar
Cook sailorseal
 
Posts: 2735
Joined: Sun May 25, 2008 1:49 pm
Location: conquerclub.com

Re: Treasure Map [D] (NEW: XML) GAMEPLAY??? v24 pgs.1&30

Postby gimil on Sun May 10, 2009 2:00 pm

sailorseal wrote:I would fade the colors more, maybe even make spots that have worn off, same goes for the lines,
love the GP of this map!


A little fade may be nice but I think the currently levels of the colours work pretty good. What I don't like is the wood texture underneath the 'map'. I think if you stick with a white instead of a wood texture it will enhance the worn parts when the map is on the game page!
What do you know about map making, bitch?

natty_dread wrote:I was wrong


Top Score:2403
User avatar
Corporal 1st Class gimil
 
Posts: 8599
Joined: Sat Mar 03, 2007 12:42 pm
Location: United Kingdom (Scotland)

Re: Treasure Map [D] (NEW: XML) GAMEPLAY??? v24 pgs.1&30

Postby LED ZEPPELINER on Sun May 10, 2009 3:12 pm

gimil wrote:
sailorseal wrote:I would fade the colors more, maybe even make spots that have worn off, same goes for the lines,
love the GP of this map!


A little fade may be nice but I think the currently levels of the colours work pretty good. What I don't like is the wood texture underneath the 'map'. I think if you stick with a white instead of a wood texture it will enhance the worn parts when the map is on the game page!

how about i make the background transparent, and save as png
sailorseal wrote:My big boy banana was out the whole time :D
AndyDufresne wrote:
AndyDufresne wrote:Many Happy Bananas to everyone, lets party...with Bananas.
--Andy
Forever linked at the hip's-banana! (That sounds strange, don't quote me.)
Sergeant LED ZEPPELINER
 
Posts: 1088
Joined: Tue Nov 25, 2008 10:09 pm

Re: Treasure Map [D] (NEW: XML) GAMEPLAY??? v24 pgs.1&30

Postby gimil on Sun May 10, 2009 3:27 pm

LED ZEPPELINER wrote:
gimil wrote:
sailorseal wrote:I would fade the colors more, maybe even make spots that have worn off, same goes for the lines,
love the GP of this map!


A little fade may be nice but I think the currently levels of the colours work pretty good. What I don't like is the wood texture underneath the 'map'. I think if you stick with a white instead of a wood texture it will enhance the worn parts when the map is on the game page!

how about i make the background transparent, and save as png


Because white has just the same effect and the file size is smaller without transparency ;)
What do you know about map making, bitch?

natty_dread wrote:I was wrong


Top Score:2403
User avatar
Corporal 1st Class gimil
 
Posts: 8599
Joined: Sat Mar 03, 2007 12:42 pm
Location: United Kingdom (Scotland)

PreviousNext

Return to Recycling Box

Who is online

Users browsing this forum: No registered users