South Africa 1885
Moderator: Cartographers
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
Re: S Africa 1885 - All Files on Page 1
I can't load it either, someone send me working XML, I'll have a look.

Re: S Africa 1885 - All Files on Page 1
I loaded the XML from page 28 and have same conclusion as ender516, the XML is incorrect there
failing the schema check in both the XML Wizard and Mapmaker (as they both do the same check)
has 2 components sections, there should only be one.
If there is a more up to date XML with problems, please let me have a look.
failing the schema check in both the XML Wizard and Mapmaker (as they both do the same check)
Code: Select all
<continent>
<name>Swaziland w/ a source of weapons</name>
<bonus>2</bonus>
<components>
<territory>Swaziland</territory>
</components>
<components>
<continent>Swaziland</continent>
<continent>a source of weapons</continent>
</components>
<overrides>
<override>Swaziland</override>
</overrides>
</continent>
If there is a more up to date XML with problems, please let me have a look.

Re: S Africa 1885 - All Files on Page 1
The current XML is this: http://www.fileden.com/files/2008/11/14 ... frica3.xml (XML was capitalized before, shouldn't have been, that was my fault)
So then it would just be fixed as this:
So then it would just be fixed as this:
Code: Select all
<continent>
<name>Swaziland w/ a source of weapons</name>
<bonus>2</bonus>
<components>
<territory>Swaziland</territory>
<continent>Swaziland</continent>
<continent>a source of weapons</continent>
</components>
<overrides>
<override>Swaziland</override>
</overrides>
</continent>
Re: S Africa 1885 - All Files on Page 1
Post up the correct XML and pass it to Forza for a check - then we should be done here.

PB: 2661 | He's blue... If he were green he would die | No mod would be stupid enough to do that
- Industrial Helix
- Posts: 3462
- Joined: Mon Jul 14, 2008 6:49 pm
- Gender: Female
- Location: Ohio
Re: S Africa 1885 - All Files on Page 1
Is the link the current and updated version? If so, I'll throw it up on page 1.Gilligan wrote:The current XML is this: http://www.fileden.com/files/2008/11/14 ... frica3.xml (XML was capitalized before, shouldn't have been, that was my fault)
So then it would just be fixed as this:
Code: Select all
<continent> <name>Swaziland w/ a source of weapons</name> <bonus>2</bonus> <components> <territory>Swaziland</territory> <continent>Swaziland</continent> <continent>a source of weapons</continent> </components> <overrides> <override>Swaziland</override> </overrides> </continent>
Sketchblog [Update 07/25/11]: http://indyhelixsketch.blogspot.com/
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Re: S Africa 1885 - All Files on Page 1
This is it here:
http://www.fileden.com/files/2008/11/14 ... frica3.xml
Currently being inspected by Forza
http://www.fileden.com/files/2008/11/14 ... frica3.xml
Currently being inspected by Forza

Re: S Africa 1885 - All Files on Page 1
You do not need the <territory/> entry as a component there. The following is sufficient:Gilligan wrote:The current XML is this: http://www.fileden.com/files/2008/11/14 ... frica3.xml (XML was capitalized before, shouldn't have been, that was my fault)
So then it would just be fixed as this:
Code: Select all
<continent> <name>Swaziland w/ a source of weapons</name> <bonus>2</bonus> <components> <territory>Swaziland</territory> <continent>Swaziland</continent> <continent>a source of weapons</continent> </components> <overrides> <override>Swaziland</override> </overrides> </continent>
Code: Select all
<continent>
<name>Swaziland w/ a source of weapons</name>
<bonus>2</bonus>
<components>
<continent>Swaziland</continent>
<continent>a source of weapons</continent>
</components>
<overrides>
<override>Swaziland</override>
</overrides>
</continent>Re: S Africa 1885 - All Files on Page 1
Well spotted. You don't need the override either since the continent is a single territory just reducing the bonus works also.
I'm also not keen on continents having the same name as territories.
I'm also not keen on continents having the same name as territories.

Re: S Africa 1885 - All Files on Page 1
Way ahead of you enderender516 wrote:You do not need the <territory/> entry as a component there. The following is sufficient:Gilligan wrote:The current XML is this: http://www.fileden.com/files/2008/11/14 ... frica3.xml (XML was capitalized before, shouldn't have been, that was my fault)
So then it would just be fixed as this:
Code: Select all
<continent> <name>Swaziland w/ a source of weapons</name> <bonus>2</bonus> <components> <territory>Swaziland</territory> <continent>Swaziland</continent> <continent>a source of weapons</continent> </components> <overrides> <override>Swaziland</override> </overrides> </continent>Code: Select all
<continent> <name>Swaziland w/ a source of weapons</name> <bonus>2</bonus> <components> <continent>Swaziland</continent> <continent>a source of weapons</continent> </components> <overrides> <override>Swaziland</override> </overrides> </continent>

Re: S Africa 1885 - All Files on Page 1
I think the override is a good idea, because (I think) it reduces the clutter in the game log (and the BOB continent overview).chipv wrote:Well spotted. You don't need the override either since the continent is a single territory just reducing the bonus works also.
I'm also not keen on continents having the same name as territories.
Re: S Africa 1885 - All Files on Page 1
I got the PM back from Forza, and there are two border mistakes. When I get back to the computer with the file on it (tomorrow night) I will upload the new version.

- Industrial Helix
- Posts: 3462
- Joined: Mon Jul 14, 2008 6:49 pm
- Gender: Female
- Location: Ohio
Re: S Africa 1885 - All Files on Page 1
It's ok for the triple post, you made up for it with the last one.
Can you post a link to the updated XML?
Can you post a link to the updated XML?
Sketchblog [Update 07/25/11]: http://indyhelixsketch.blogspot.com/
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
- Industrial Helix
- Posts: 3462
- Joined: Mon Jul 14, 2008 6:49 pm
- Gender: Female
- Location: Ohio
Re: S Africa 1885 - All Files on Page 1
Thanks. Now we just have to wait for ben and whomever to double check the XML like 20 times and we'll be set for beta.
Link to XML:
http://www.fileden.com/files/2008/11/14 ... frica3.xml
Link to small image: http://img404.imageshack.us/img404/551/ ... 7small.png
Link to large image: http://img340.imageshack.us/img340/8282 ... 7large.png
Link to XML:
http://www.fileden.com/files/2008/11/14 ... frica3.xml
Link to small image: http://img404.imageshack.us/img404/551/ ... 7small.png
Link to large image: http://img340.imageshack.us/img340/8282 ... 7large.png
Sketchblog [Update 07/25/11]: http://indyhelixsketch.blogspot.com/
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
- Industrial Helix
- Posts: 3462
- Joined: Mon Jul 14, 2008 6:49 pm
- Gender: Female
- Location: Ohio
Re: S Africa 1885 - Am I missing something?
Uh, what's going on? It's been like a month.
Sketchblog [Update 07/25/11]: http://indyhelixsketch.blogspot.com/
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
- thenobodies80
- Posts: 5400
- Joined: Wed Sep 05, 2007 4:30 am
- Gender: Male
- Location: Milan
Re: S Africa 1885 - Am I missing something?
Can I suggest to move a bit to the right Caledon armies (small)?
Also Ipolela can be moved to up 1px (small) and 2 or 3 px to left.
Not a big fan of Ulundi and its fort with 888, but the space is tight so I think it's fine as it is now.
Also Ipolela can be moved to up 1px (small) and 2 or 3 px to left.
Not a big fan of Ulundi and its fort with 888, but the space is tight so I think it's fine as it is now.
- Industrial Helix
- Posts: 3462
- Joined: Mon Jul 14, 2008 6:49 pm
- Gender: Female
- Location: Ohio
Re: S Africa 1885 - Am I missing something?
I'd be happy to oblige but the mapmaker thing doesn't seem to be working for me. I can't see any numbers... if anyone has any ideas, let me know. if not I'll try again when I get home.
Sketchblog [Update 07/25/11]: http://indyhelixsketch.blogspot.com/
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Re: S Africa 1885 - Am I missing something?
It worked for me. Do you have the links copied exactly?Industrial Helix wrote:I'd be happy to oblige but the mapmaker thing doesn't seem to be working for me. I can't see any numbers... if anyone has any ideas, let me know. if not I'll try again when I get home.

Re: S Africa 1885 - Am I missing something?
Is it possible you are running into this problem?Industrial Helix wrote:I'd be happy to oblige but the mapmaker thing doesn't seem to be working for me. I can't see any numbers... if anyone has any ideas, let me know. if not I'll try again when I get home.
- Industrial Helix
- Posts: 3462
- Joined: Mon Jul 14, 2008 6:49 pm
- Gender: Female
- Location: Ohio
Re: S Africa 1885 - Am I missing something?
yeah.... that's exactly it.
Sketchblog [Update 07/25/11]: http://indyhelixsketch.blogspot.com/
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Living in Japan [Update 07/17/11]: http://mirrorcountryih.blogspot.com/
Russian Revolution map for ConquerClub [07/20/11]: http://www.conquerclub.com/forum/viewto ... 1&t=116575
Re: S Africa 1885 - Am I missing something?
But..If we're using the same XML URL, how come I didn't have that problem?

- thenobodies80
- Posts: 5400
- Joined: Wed Sep 05, 2007 4:30 am
- Gender: Male
- Location: Milan
Re: S Africa 1885 - Am I missing something?
It doesn't happen all time...Gilligan wrote:But..If we're using the same XML URL, how come I didn't have that problem?
