Page 3 of 7

Re: Golfe Du St. Laurent

PostPosted: Wed Apr 27, 2011 12:01 pm
by ender516
Ah, but then the folks of Port-Cartier would rise up in protest...

Re: Golfe Du St. Laurent

PostPosted: Wed Apr 27, 2011 6:18 pm
by Tisha
did the xml today. anything else changing before I post it?


xml checker isn't liking è

Re: Golfe Du St. Laurent

PostPosted: Thu Apr 28, 2011 12:11 am
by natty dread
Tisha wrote:did the xml today. anything else changing before I post it?


xml checker isn't liking è


Try escaping it with è

Re: Golfe Du St. Laurent

PostPosted: Thu Apr 28, 2011 9:23 am
by Tisha
natty_dread wrote:
Tisha wrote:did the xml today. anything else changing before I post it?


xml checker isn't liking è


Try escaping it with è

I don't know what that means?

Re: Golfe Du St. Laurent

PostPosted: Thu Apr 28, 2011 9:47 am
by natty dread
Replace the è with è in the xml file. It's html code for è and it works in xml too.

Re: Golfe Du St. Laurent

PostPosted: Thu Apr 28, 2011 12:45 pm
by Tisha
natty_dread wrote:Replace the è with è in the xml file. It's html code for è and it works in xml too.



now I get

line 29: <territory>Sept-Rivi&egrave;res</territory> - Entity 'egrave' not defined

line 32: <territory>Gasp�sie</territory> - Input is not proper UTF-8, indicate encoding ! Bytes: 0xE9 0x73 0x69 0x65

Re: Golfe Du St. Laurent

PostPosted: Thu Apr 28, 2011 1:47 pm
by natty dread
Hoh. Weird...

Ok, I looked into it... you should change them back to è:s :oops: but you'll also have to make sure you save the xml in UTF-8 format.

If you have trouble with it, give me the xml link and I can run it through visual express to make sure the character encoding is correct.

Re: Golfe Du St. Laurent

PostPosted: Thu Apr 28, 2011 9:39 pm
by danfrank
Nice Map :!: Is this going to be apart of a huge CANADA map in the future 8-[ :P

Re: Golfe Du St. Laurent

PostPosted: Thu Apr 28, 2011 10:00 pm
by Funkyterrance
For what it's worth, I am partially colorblind and I have no problem with the colors chosen. You would think that different shades of green would automatically be hard to tell for a colorblind person but this isn't the case here. The only small thing that I could even see that could perhaps be changed were the lines of attack between the landmasses. Being just solid lines they appear a little like borders. Even dotted lines would suffice. However this is a minor detail that is obviously left to the maker.
I think the best way I can describe this map is "soothing". I would probably play this map for this reason alone lol. The map's elements all tie together really well (someone has an artist's eye) and the cherub is very pretty as the icing on the cake. Very nice.

Re: Golfe Du St. Laurent

PostPosted: Fri Apr 29, 2011 11:22 am
by Tisha
can't figure out the xml...

line like 29 is giving me problems:
<territory>Sept-Riviè:sres</territory>

but the other lines that have the came characters are not..

Code: Select all
<?xml version="1.0"?>
<map>
<continent>
   <name>Great North</name>
   <bonus>3</bonus>
   <components>
      <territory>Nunavik</territory>
      <territory>Caniapiscau</territory>
      <territory>Saguenay</territory>
      <territory>Baie-James</territory>
      <continent>Labraaado</continent>
      <continent>Labrado</continent>
      <continent>Labrador</continent>
   </components>
</continent>
<continent>
   <name>Labrador</name>
   <bonus>2</bonus>
   <components>
      <territory>Nunatsiavut</territory>
      <territory>Labrador City</territory>
      <territory>Goose Bay</territory>
   </components>
</continent>
<continent>
   <name>Duplessis</name>
   <bonus>3</bonus>
   <components>
      <territory>Sept-Riviè:sres</territory>
      <territory>Minganie</territory>
      <territory>Anticosti</territory>
      <territory>Gaspésie</territory>
      <territory>Îles- de-la- Madeleine</territory>
   </components>
</continent>
<continent>
   <name>Newfoundland</name>
   <bonus>2</bonus>
   <components>
      <territory>Gros Morne</territory>
      <territory>Grand Falls Winsor</territory>
      <territory>Avalon Penincula</territory>
   </components>
</continent>
<continent>
   <name>Nova Scotia</name>
   <bonus>3</bonus>
   <components>
      <territory>P. E. I.</territory>
      <territory>Cape Breton</territory>
      <territory>Halifax</territory>
      <territory>Evangeline Trail</territory>
   </components>
</continent>
<continent>
   <name>New Brunswick</name>
   <bonus>2</bonus>
   <components>
      <territory>St. John</territory>
      <territory>Fredericton</territory>
      <territory>Moncton</territory>
   </components>
</continent>
<continent>
   <name>Est Du  Québec</name>
   <bonus>3</bonus>
   <components>
      <territory>Bas St. Laurent</territory>
      <territory>Chaudiè:sre</territory>
      <territory>Estrie</territory>
      <territory>Montérégie</territory>
   </components>
</continent>
<continent>
   <name>Sud Du Québec</name>
   <bonus>6</bonus>
   <components>
      <territory>Charlevoix</territory>
      <territory>Québec</territory>
      <territory>Mauricie</territory>
      <territory>Abitibi</territory>
      <territory>Outaouais</territory>
      <territory>Laurentides</territory>
      <territory>Lanaudiè:sre</territory>
      <territory>Montréal</territory>
   </components>
</continent>
<territory>
   <name>Nunavik</name>
   <borders>
      <border>Nunatsiavut</border>
      <border>Labrador City</border>
      <border>Caniapiscau</border>
      <border>Baie-James</border>
   </borders>
   <coordinates>
      <smallx>90</smallx>
      <smally>110</smally>
      <largex>115</largex>
      <largey>133</largey>
   </coordinates>
</territory>
<territory>
   <name>Baie-James</name>
   <borders>
      <border>Nunavik</border>
      <border>Caniapiscau</border>
      <border>Saguenay</border>
      <border>Mauricie</border>
      <border>Abitibi</border>
   </borders>
   <coordinates>
      <smallx>65</smallx>
      <smally>271</smally>
      <largex>84</largex>
      <largey>338</largey>
   </coordinates>
</territory>
<territory>
   <name>Caniapiscau</name>
   <borders>
      <border>Nunavik</border>
      <border>Labrador City</border>
      <border>Sept-Riviè:sres</border>
      <border>Saguenay</border>
      <border>Baie-James</border>
   </borders>
   <coordinates>
      <smallx>143</smallx>
      <smally>247</smally>
      <largex>183</largex>
      <largey>308</largey>
   </coordinates>
</territory>
<territory>
   <name>Saguenay</name>
   <borders>
      <border>Caniapiscau</border>
      <border>Sept-Riviè:sres</border>
      <border>Charlevoix</border>
      <border>Québec</border>
      <border>Mauricie</border>
      <border>Baie-James</border>
   </borders>
   <coordinates>
      <smallx>119</smallx>
      <smally>306</smally>
      <largex>152</largex>
      <largey>382</largey>
   </coordinates>
</territory>
<territory>
   <name>Nunatsiavut</name>
   <borders>
      <border>Goose Bay</border>
      <border>Labrador City</border>
      <border>Nunavik</border>
   </borders>
   <coordinates>
      <smallx>239</smallx>
      <smally>190</smally>
      <largex>304</largex>
      <largey>233</largey>
   </coordinates>
</territory>
<territory>
   <name>Labrador City</name>
   <borders>
      <border>Nunatsiavut</border>
      <border>Goose Bay</border>
      <border>Minganie</border>
      <border>Sept-Riviè:sres</border>
      <border>Caniapiscau</border>
      <border>Nunavik</border>
   </borders>
   <coordinates>
      <smallx>206</smallx>
      <smally>249</smally>
      <largex>263</largex>
      <largey>310</largey>
   </coordinates>
</territory>
<territory>
   <name>Goose Bay</name>
   <borders>
      <border>Minganie</border>
      <border>Labrador City</border>
      <border>Nunatsiavut</border>
   </borders>
   <coordinates>
      <smallx>324</smallx>
      <smally>258</smally>
      <largex>412</largex>
      <largey>321</largey>
   </coordinates>
</territory>
<territory>
   <name>Minganie</name>
   <borders>
      <border>Goose Bay</border>
      <border>Gros Morne</border>
      <border>Anticosti</border>
      <border>Sept-Riviè:sres</border>
      <border>Labrador City</border>
   </borders>
   <coordinates>
      <smallx>304</smallx>
      <smally>306</smally>
      <largex>387</largex>
      <largey>382</largey>
   </coordinates>
</territory>
<territory>
   <name>Sept-Riviè:sres</name>
   <borders>
      <border>Labrador City</border>
      <border>Minganie</border>
      <border>Charlevoix</border>
      <border>Saguenay</border>
      <border>Caniapiscau</border>
   </borders>
   <coordinates>
      <smallx>194</smallx>
      <smally>345</smally>
      <largex>248</largex>
      <largey>432</largey>
   </coordinates>
</territory>
<territory>
   <name>Gaspésie</name>
   <borders>
      <border>Anticosti</border>
      <border>Moncton</border>
      <border>Bas St. Laurent</border>
   </borders>
   <coordinates>
      <smallx>242</smallx>
      <smally>373</smally>
      <largex>308</largex>
      <largey>469</largey>
   </coordinates>
</territory>
<territory>
   <name>Anticosti</name>
   <borders>
      <border>Minganie</border>
      <border>Îles- de-la- Madeleine</border>
      <border>Gaspésie</border>
   </borders>
   <coordinates>
      <smallx>272</smallx>
      <smally>344</smally>
      <largex>347</largex>
      <largey>431</largey>
   </coordinates>
</territory>
<territory>
   <name>Îles- de-la- Madeleine</name>
   <borders>
      <border>Anticosti</border>
      <border>Cape Breton</border>
      <border>P. E. I.</border>
   </borders>
   <coordinates>
      <smallx>315</smallx>
      <smally>389</smally>
      <largex>401</largex>
      <largey>487</largey>
   </coordinates>
</territory>
<territory>
   <name>Gros Morne</name>
   <borders>
      <border>Grand Falls Winsor</border>
      <border>Minganie</border>
   </borders>
   <coordinates>
      <smallx>365</smallx>
      <smally>306</smally>
      <largex>464</largex>
      <largey>382</largey>
   </coordinates>
</territory>
<territory>
   <name>Grand Falls Winsor</name>
   <borders>
      <border>Gros Morne</border>
      <border>Avalon Penincula</border>
      <border>Cape Breton</border>
   </borders>
   <coordinates>
      <smallx>390</smallx>
      <smally>338</smally>
      <largex>498</largex>
      <largey>424</largey>
   </coordinates>
</territory>
<territory>
   <name>Avalon Penincula</name>
   <borders>
      <border>Grand Falls Winsor</border>
   </borders>
   <coordinates>
      <smallx>431</smallx>
      <smally>349</smally>
      <largex>549</largex>
      <largey>437</largey>
   </coordinates>
</territory>
<territory>
   <name>P. E. I.</name>
   <borders>
      <border>Îles- de-la- Madeleine</border>
      <border>Halifax</border>
      <border>Moncton</border>
   </borders>
   <coordinates>
      <smallx>295</smallx>
      <smally>420</smally>
      <largex>376</largex>
      <largey>527</largey>
   </coordinates>
</territory>
<territory>
   <name>Cape Breton</name>
   <borders>
      <border>Grand Falls Winsor</border>
      <border>Halifax</border>
      <border>Îles- de-la- Madeleine</border>
   </borders>
   <coordinates>
      <smallx>333</smallx>
      <smally>437</smally>
      <largex>424</largex>
      <largey>548</largey>
   </coordinates>
</territory>
<territory>
   <name>Halifax</name>
   <borders>
      <border>P. E. I.</border>
      <border>Cape Breton</border>
      <border>Evangeline Trail</border>
      <border>St. John</border>
      <border>Moncton</border>
   </borders>
   <coordinates>
      <smallx>309</smallx>
      <smally>460</smally>
      <largex>394</largex>
      <largey>577</largey>
   </coordinates>
</territory>
<territory>
   <name>Evangeline Trail</name>
   <borders>
      <border>Halifax</border>
   </borders>
   <coordinates>
      <smallx>283</smallx>
      <smally>479</smally>
      <largex>360</largex>
      <largey>602</largey>
   </coordinates>
</territory>
<territory>
   <name>St. John</name>
   <borders>
      <border>Halifax</border>
      <border>Fredericton</border>
      <border>Moncton</border>
   </borders>
   <coordinates>
      <smallx>231</smallx>
      <smally>457</smally>
      <largex>295</largex>
      <largey>576</largey>
   </coordinates>
</territory>
<territory>
   <name>Fredericton</name>
   <borders>
      <border>Moncton</border>
      <border>St. John</border>
      <border>Bas St. Laurent</border>
   </borders>
   <coordinates>
      <smallx>217</smallx>
      <smally>428</smally>
      <largex>277</largex>
      <largey>537</largey>
   </coordinates>
</territory>
<territory>
   <name>Moncton</name>
   <borders>
      <border>Gaspésie</border>
      <border>Halifax</border>
      <border>St. John</border>
      <border>Fredericton</border>
      <border>Bas St. Laurent</border>
      <border>P. E. I.</border>
   </borders>
   <coordinates>
      <smallx>250</smallx>
      <smally>426</smally>
      <largex>318</largex>
      <largey>534</largey>
   </coordinates>
</territory>
<territory>
   <name>Chaudiè:sre</name>
   <borders>
      <border>Bas St. Laurent</border>
      <border>Estrie</border>
      <border>Montérégie</border>
      <border>Québec</border>
   </borders>
   <coordinates>
      <smallx>174</smallx>
      <smally>436</smally>
      <largex>224</largex>
      <largey>548</largey>
   </coordinates>
</territory>
<territory>
   <name>Bas St. Laurent</name>
   <borders>
      <border>Gaspésie</border>
      <border>Moncton</border>
      <border>Fredericton</border>
      <border>Chaudiè:sre</border>
   </borders>
   <coordinates>
      <smallx>198</smallx>
      <smally>393</smally>
      <largex>257</largex>
      <largey>493</largey>
   </coordinates>
</territory>
<territory>
   <name>Estrie</name>
   <borders>
      <border>Chaudiè:sre</border>
      <border>Montérégie</border>
   </borders>
   <coordinates>
      <smallx>173</smallx>
      <smally>474</smally>
      <largex>220</largex>
      <largey>596</largey>
   </coordinates>
</territory>
<territory>
   <name>Montérégie</name>
   <borders>
      <border>Chaudiè:sre</border>
      <border>Estrie</border>
      <border>Montréal</border>
   </borders>
   <coordinates>
      <smallx>136</smallx>
      <smally>467</smally>
      <largex>174</largex>
      <largey>586</largey>
   </coordinates>
</territory>
<territory>
   <name>Abitibi</name>
   <borders>
      <border>Baie-James</border>
      <border>Mauricie</border>
      <border>Outaouais</border>
   </borders>
   <coordinates>
      <smallx>40</smallx>
      <smally>372</smally>
      <largex>52</largex>
      <largey>466</largey>
   </coordinates>
</territory>
<territory>
   <name>Outaouais</name>
   <borders>
      <border>Abitibi</border>
      <border>Mauricie</border>
      <border>Lanaudiè:sre</border>
      <border>Laurentides</border>
   </borders>
   <coordinates>
      <smallx>42</smallx>
      <smally>417</smally>
      <largex>55</largex>
      <largey>523</largey>
   </coordinates>
</territory>
<territory>
   <name>Laurentides</name>
   <borders>
      <border>Lanaudiè:sre</border>
      <border>Montréal</border>
      <border>Outaouais</border>
   </borders>
   <coordinates>
      <smallx>58</smallx>
      <smally>448</smally>
      <largex>75</largex>
      <largey>563</largey>
   </coordinates>
</territory>
<territory>
   <name>Mauricie</name>
   <borders>
      <border>Saguenay</border>
      <border>Québec</border>
      <border>Lanaudiè:sre</border>
      <border>Outaouais</border>
      <border>Abitibi</border>
      <border>Baie-James</border>
   </borders>
   <coordinates>
      <smallx>120</smallx>
      <smally>395</smally>
      <largex>153</largex>
      <largey>496</largey>
   </coordinates>
</territory>
<territory>
   <name>Charlevoix</name>
   <borders>
      <border>Sept-Riviè:sres</border>
      <border>Québec</border>
      <border>Saguenay</border>
   </borders>
   <coordinates>
      <smallx>177</smallx>
      <smally>376</smally>
      <largex>226</largex>
      <largey>471</largey>
   </coordinates>
</territory>
<territory>
   <name>Québec</name>
   <borders>
      <border>Charlevoix</border>
      <border>Chaudiè:sre</border>
      <border>Mauricie</border>
      <border>Saguenay</border>
   </borders>
   <coordinates>
      <smallx>157</smallx>
      <smally>407</smally>
      <largex>201</largex>
      <largey>511</largey>
   </coordinates>
</territory>
<territory>
   <name>Lanaudiè:sre</name>
   <borders>
      <border>Mauricie</border>
      <border>Montréal</border>
      <border>Laurentides</border>
      <border>Outaouais</border>
   </borders>
   <coordinates>
      <smallx>116</smallx>
      <smally>429</smally>
      <largex>148</largex>
      <largey>538</largey>
   </coordinates>
</territory>
<territory>
   <name>Montréal</name>
   <borders>
      <border>Lanaudiè:sre</border>
      <border>Montérégie</border>
      <border>Laurentides</border>
   </borders>
   <coordinates>
      <smallx>94</smallx>
      <smally>452</smally>
      <largex>121</largex>
      <largey>567</largey>
   </coordinates>
</territory>
</map>

Re: Golfe Du St. Laurent

PostPosted: Sat Apr 30, 2011 12:36 am
by ender516
I suggest you edit the first line to look like this:

Code: Select all
<?xml version="1.0" encoding="UTF-8"?>


I believe all CC XML files are supposed to start that way.

I did a few tests, and the XML tool (http://www.conquerclub.com/mapmaker/index.php) only seems to report the first offending character. That is, I took out the è from Sept-Rivières, and then the tool complained about Gaspésie.

It's getting late, so I haven't resolved all the issues, but if I get a chance, I will try to fix your XML.

Re: Golfe Du St. Laurent

PostPosted: Sat Apr 30, 2011 9:51 am
by Tisha

Re: Golfe Du St. Laurent

PostPosted: Sat Apr 30, 2011 10:17 am
by natty dread
Tisha wrote:alright..


http://www.conquerclub.com/forum/viewtopic.php?f=466&t=23382 needs updated then


It's in the progress of being updated...

Re: Golfe Du St. Laurent

PostPosted: Sat Apr 30, 2011 2:34 pm
by isaiah40
natty_dread wrote:
Tisha wrote:alright..


http://www.conquerclub.com/forum/viewtopic.php?f=466&t=23382 needs updated then


It's in the progress of being updated...


Just to confirm what natty said, yes it is being worked on as we type.

Re: Golfe Du St. Laurent

PostPosted: Sat Apr 30, 2011 5:14 pm
by MrBenn
If you're using extended characters, then you can look up the codes in the table on this page: http://www.ascii.cl/htmlcodes.htm

Instead of "é" you type "&#233;" for example.

I'm not sure if the colon throws things out? To be sure you could replace it with "&#58;" (without the quote marks though)

Re: Golfe Du St. Laurent

PostPosted: Sat Apr 30, 2011 6:31 pm
by Tisha
MrBenn wrote:If you're using extended characters, then you can look up the codes in the table on this page: http://www.ascii.cl/htmlcodes.htm

Instead of "é" you type "&#233;" for example.

I'm not sure if the colon throws things out? To be sure you could replace it with "&#58;" (without the quote marks though)

thanks, that's what needed done for all the accents.

http://h1.ripway.com/Tisha1276/Golfe.xml

Re: Golfe Du St. Laurent

PostPosted: Sat Apr 30, 2011 9:37 pm
by ender516
Glad you got the accents sorted out, but since you are down to the fine details, there is a d in Windsor (as in Grand Falls-Windsor) and there is no reason to have spaces after the hyphens in Îles-de-la-Madeleine.

Re: Golfe Du St. Laurent

PostPosted: Sun May 01, 2011 5:27 am
by Tisha
Fixed those things..

Image
Click image to enlarge.
image


http://h1.ripway.com/Tisha1276/Golfe.xml

Re: Golfe Du St. Laurent

PostPosted: Sun May 01, 2011 11:19 am
by Tisha
Anticosti better moved over to the side?

Image

Re: Golfe Du St. Laurent

PostPosted: Sat May 07, 2011 6:14 pm
by ManBungalow
I don't see a problem with any of those coordinates. Maybe you could move Mauricie slightly to the left so that it doesn't run over Quebec, but only if you're really keen to make slight, perfectionist adjusments and are willing to go through the effort of re-uploading it all.

One other thing though - don't you think the Duplessis bonus should be worth at least 4? I'm just asking that question because it seems that a hella' lot of regions can attack into that area...

Re: Golfe Du St. Laurent

PostPosted: Sat May 07, 2011 6:37 pm
by natty dread
ManBungalow wrote:don't you think the Duplessis bonus should be worth at least 4? I'm just asking that question because it seems that a hella' lot of regions can attack into that area...


Tisha didn't develop the gameplay for this, so it's not her fault, but I agree with this - Duplessis has a very central location on the map, lots of borders, and lots of assault routes in to it, so I'd say it should be worth at least 4, maybe 5.

Re: Golfe Du St. Laurent

PostPosted: Sat May 07, 2011 7:47 pm
by The Bison King
natty_dread wrote:
ManBungalow wrote:don't you think the Duplessis bonus should be worth at least 4? I'm just asking that question because it seems that a hella' lot of regions can attack into that area...


Tisha didn't develop the gameplay for this, so it's not her fault, but I agree with this - Duplessis has a very central location on the map, lots of borders, and lots of assault routes in to it, so I'd say it should be worth at least 4, maybe 5.

I think 4 sounds good. It's a small change but it seems like a solid one.

Re: Golfe Du St. Laurent

PostPosted: Mon May 09, 2011 10:18 am
by Tisha
ManBungalow wrote:I don't see a problem with any of those coordinates. Maybe you could move Mauricie slightly to the left so that it doesn't run over Quebec, but only if you're really keen to make slight, perfectionist adjusments and are willing to go through the effort of re-uploading it all.

One other thing though - don't you think the Duplessis bonus should be worth at least 4? I'm just asking that question because it seems that a hella' lot of regions can attack into that area...

I like the 88's lined up more than the 888's


If some gameplay person can come in and say it should be changed to four, I can do that. I don't feel like I have permission to mess with that. More input than us few would be nice also.

I know my name needs to be on it, but what about previous owners?

Re: Golfe Du St. Laurent

PostPosted: Mon May 09, 2011 1:12 pm
by MrBenn
Tisha wrote:
ManBungalow wrote:I don't see a problem with any of those coordinates. Maybe you could move Mauricie slightly to the left so that it doesn't run over Quebec, but only if you're really keen to make slight, perfectionist adjusments and are willing to go through the effort of re-uploading it all.

One other thing though - don't you think the Duplessis bonus should be worth at least 4? I'm just asking that question because it seems that a hella' lot of regions can attack into that area...

I like the 88's lined up more than the 888's


If some gameplay person can come in and say it should be changed to four, I can do that. I don't feel like I have permission to mess with that. More input than us few would be nice also.

I know my name needs to be on it, but what about previous owners?

Feel free to up the bonus to 4.
As for names; I'd only worry about your own name, unless you have space for a who's-who of the foundry ;-)

Re: Golfe Du St. Laurent

PostPosted: Mon May 09, 2011 4:18 pm
by notyou2
Thanks for making this map Tish. I hope this promotes CC'ers to come see East Coast Canada and what it has to offer.

Here are a couple of pics of places within a half hour drive of where I live:


Image
Image
Image