New York City [Quenched]
Moderator: Cartographers
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
- snapdoodle
- Posts: 190
- Joined: Tue Jul 10, 2007 1:40 pm
Ok guys. I've got some big things happening at work and so does Benny. We probably won't get something done for the next week or so. I hope everyone can hold out.
We are really itching to finish this out now that we're in Final Forge. Real life can suck sometimes...
=(
But once we have a breather we'll get back on it.
-snap and benny
We are really itching to finish this out now that we're in Final Forge. Real life can suck sometimes...
=(
But once we have a breather we'll get back on it.
-snap and benny
-
rustlemania
- Posts: 89
- Joined: Thu Jul 12, 2007 5:05 pm
- Gender: Male
- Location: here... and there.
InkL0sed wrote:As promised, proof that graffiti has (relatively) good grammar:
Sample size = 1, therefore statistically significant!
I kid, I kid. We covered this all earlier - I think the general consensus wuz that the mispeling was gooderer.
The graffiti is very appropriate for this discussion, though. God Bless NYC!
FreeMan10 wrote:InkL0sed wrote:As promised, proof that graffiti has (relatively) good grammar:
Sample size = 1, therefore statistically significant!
I kid, I kid. We covered this all earlier - I think the general consensus wuz that the mispeling was gooderer.
The graffiti is very appropriate for this discussion, though. God Bless NYC!
- snapdoodle
- Posts: 190
- Joined: Tue Jul 10, 2007 1:40 pm
- snapdoodle
- Posts: 190
- Joined: Tue Jul 10, 2007 1:40 pm
- snapdoodle
- Posts: 190
- Joined: Tue Jul 10, 2007 1:40 pm
Small - 88 Test
XML
Version 1 - Tested w/ Jota
http://www.fileden.com/files/2008/3/15/1815016/XML%202.txt
All right!
So here's the XML. It's all laid down but we're still getting the coordinates right. That stuff is laborious. Who knew?
There are some changes we're making to the map in the next version. We noticed somethings, as I'm sure you notice from the test.
We are:
- Fixing the Extra Bridge Connection from Throgs Neck to Flushing by shifting it so Flushing connects to Castle Hill
- Adjust Sunnyside Army Circle so it's centered
- Adjust The Village Tert name and Army Circle
- Shift Flushing Station & Army Circle
- Move Flatbush Tert name
If you guys notice anything else let us know. A bunch of the shadows are not centered, we realize. We're still adjusting it. I fear, however, that I will need to shift the army circle to center itself on the nearest pixel because of how the 88 is being displayed.
Thanks a bunch.
Holla!
-snapdoodle and benny profane
XML
Version 1 - Tested w/ Jota
http://www.fileden.com/files/2008/3/15/1815016/XML%202.txt
All right!
So here's the XML. It's all laid down but we're still getting the coordinates right. That stuff is laborious. Who knew?
There are some changes we're making to the map in the next version. We noticed somethings, as I'm sure you notice from the test.
We are:
- Fixing the Extra Bridge Connection from Throgs Neck to Flushing by shifting it so Flushing connects to Castle Hill
- Adjust Sunnyside Army Circle so it's centered
- Adjust The Village Tert name and Army Circle
- Shift Flushing Station & Army Circle
- Move Flatbush Tert name
If you guys notice anything else let us know. A bunch of the shadows are not centered, we realize. We're still adjusting it. I fear, however, that I will need to shift the army circle to center itself on the nearest pixel because of how the 88 is being displayed.
Thanks a bunch.
Holla!
-snapdoodle and benny profane
- benny profane
- Posts: 248
- Joined: Sat Jun 16, 2007 4:00 pm
- Gender: Male
- Location: Brooklyn, NY
- snapdoodle
- Posts: 190
- Joined: Tue Jul 10, 2007 1:40 pm
Hey, I checked your XML:
====================================================================================
Your maps right now are in .png form, but in your XML it says that they are .jpg. You either need to make your map in .jpg, or change your XML to say .png.
====================================================================================
The continent "4 Small Island" in your XML should be called "4 Small Islands". You forgot the "s" at the end of islands.
====================================================================================
The continent "3 Small Islands" I think should be called "Any 3 Small Islands".
====================================================================================
When listing the components for the continent Manhattan, all you have to put is:
You can replace listing all the territories in both of those 2 smaller continents with the code above. Understand?
====================================================================================
In your XML, it says the bonus for holding Manhatten is 2, when on the map it is 10. Change your XML to say 10.
====================================================================================
When listing the components for the continent Brooklyn, all you have to put is:
You can replace listing all the territories in all of those 3 smaller continents with the code above. Understand?
====================================================================================
In your XML, it says the bonus for holding Brooklyn is 2, when on the map it is 16. Change your XML to say 16.
====================================================================================
When listing the components for the continent Queens, all you have to put is:
You can replace listing all the territories in both of those 2 smaller continents with the code above. Understand?
====================================================================================
In your XML, it says the bonus for holding Queens is 4, when on the map it is 12. Change your XML to say 12.
====================================================================================
In your XML, the continent "Bronx" should be called "The Bronx" as is on the map.
====================================================================================
When listing the components for the continent The Bronx, all you have to put is:
You can replace listing all the territories in both of those 2 smaller continents with the code above. Understand?
====================================================================================
In your XML, it says the bonus for holding The Bronx is 1, when on the map it is 10. Change your XML to say 10.
====================================================================================
In your XML, it says that Flushing can attack Castle Hill, but on the map there is no bridge between them.
====================================================================================
In your XML, it says that Castle Hill can attack Flushing, but on the map there is no bridge between them.
====================================================================================
On your map and on your XML, shouldn't "Governors Island" be "Governor's Island". Shouldn't there be an apostrophe before the "s" in "Governors"?
====================================================================================
Most of the coordinates are off, and they need to be centered.
====================================================================================
Please do not change anything else in the XML, because the rest of it is right. If you have any questions, don't understand something I said, or need help PM me.
--lanyards
====================================================================================
Your maps right now are in .png form, but in your XML it says that they are .jpg. You either need to make your map in .jpg, or change your XML to say .png.
====================================================================================
The continent "4 Small Island" in your XML should be called "4 Small Islands". You forgot the "s" at the end of islands.
====================================================================================
The continent "3 Small Islands" I think should be called "Any 3 Small Islands".
====================================================================================
When listing the components for the continent Manhattan, all you have to put is:
Code: Select all
<components>
<continent>Uptown Manhattan</continent>
<continent>Downtown Manhattan</continent>
</components>====================================================================================
In your XML, it says the bonus for holding Manhatten is 2, when on the map it is 10. Change your XML to say 10.
====================================================================================
When listing the components for the continent Brooklyn, all you have to put is:
Code: Select all
<components>
<continent>North Brooklyn</continent>
<continent>South Brooklyn</continent>
<continent>East Brooklyn</continent>
</components>====================================================================================
In your XML, it says the bonus for holding Brooklyn is 2, when on the map it is 16. Change your XML to say 16.
====================================================================================
When listing the components for the continent Queens, all you have to put is:
Code: Select all
<components>
<continent>Outer Queens</continent>
<continent>Inner Queens</continent>
</components>====================================================================================
In your XML, it says the bonus for holding Queens is 4, when on the map it is 12. Change your XML to say 12.
====================================================================================
In your XML, the continent "Bronx" should be called "The Bronx" as is on the map.
====================================================================================
When listing the components for the continent The Bronx, all you have to put is:
Code: Select all
<components>
<continent>West Bronx</continent>
<continent>East Bronx</continent>
</components>====================================================================================
In your XML, it says the bonus for holding The Bronx is 1, when on the map it is 10. Change your XML to say 10.
====================================================================================
In your XML, it says that Flushing can attack Castle Hill, but on the map there is no bridge between them.
====================================================================================
In your XML, it says that Castle Hill can attack Flushing, but on the map there is no bridge between them.
====================================================================================
On your map and on your XML, shouldn't "Governors Island" be "Governor's Island". Shouldn't there be an apostrophe before the "s" in "Governors"?
====================================================================================
Most of the coordinates are off, and they need to be centered.
====================================================================================
Please do not change anything else in the XML, because the rest of it is right. If you have any questions, don't understand something I said, or need help PM me.
--lanyards

WANT AN ADVANTAGE WHILE WORKING TOWARDS MEDALS?
https://www.conquerclub.com/forum/viewtopic.php?f=529&t=226714
lanyards, they didn't do overrides in their XML (except on the Small Islands bonus) so I think their bonus amounts are actually correct. Though they should probably recode the XML to include the overrides so it is more efficient.
EG: currently their code is like this
But presumably, the efficient way is to do it like this.
can you confirm that this is how they should recode their continents?
EG: currently their code is like this
Code: Select all
<continent>
<name>Downtown Manhattan</name>
<bonus>5</bonus>
<components>
<territory>Financial District</territory>
<territory>L.E.S.</territory>
<territory>Soho</territory>
<territory>The Village</territory>
<territory>Gramercy</territory>
<territory>Chelsea</territory>
</components>
</continent>
<continent>
<name>Uptown Manhattan</name>
<bonus>3</bonus>
<components>
<territory>Midtown</territory>
<territory>U.E.S.</territory>
<territory>U.W.S.</territory>
<territory>Harlem</territory>
<territory>Washington Heights</territory>
<territory>Inwood</territory>
</components>
</continent>
<continent>
<name>Manhattan</name>
<bonus>2</bonus>
<components>
<territory>Midtown</territory>
<territory>U.E.S.</territory>
<territory>U.W.S.</territory>
<territory>Harlem</territory>
<territory>Washington Heights</territory>
<territory>Inwood</territory>
<territory>Financial District</territory>
<territory>L.E.S.</territory>
<territory>Soho</territory>
<territory>The Village</territory>
<territory>Gramercy</territory>
<territory>Chelsea</territory>
</components>
</continent>
But presumably, the efficient way is to do it like this.
Code: Select all
<continent>
<name>Manhattan</name>
<bonus>10</bonus>
<components>
<continent>Uptown Manhattan</continent>
<continent>Downtown Manhattan</continent>
<overrides>
<override>Uptown Manhattan</override>
<override>Downtown Manhattan</override>
</overrides>
</components>
can you confirm that this is how they should recode their continents?
Yes Edbeard, there are some other mistakes I havn't listed yet, and what you siad is one of them. But I thought it might be too much to handle if I listed them all at once, and it might be easier if we fix overrides and orders of continents after everything else is fixed.
--lanyards
--lanyards

WANT AN ADVANTAGE WHILE WORKING TOWARDS MEDALS?
https://www.conquerclub.com/forum/viewtopic.php?f=529&t=226714
- gimil
- Posts: 8599
- Joined: Sat Mar 03, 2007 12:42 pm
- Gender: Male
- Location: United Kingdom (Scotland)
lanyards wrote:Yes Edbeard, there are some other mistakes I havn't listed yet, and what you siad is one of them. But I thought it might be too much to handle if I listed them all at once, and it might be easier if we fix overrides and orders of continents after everything else is fixed.
--lanyards
I knew you would be on the ball lanyards
What do you know about map making, bitch?
Top Score:2403
natty_dread wrote:I was wrong
Top Score:2403
- pepperonibread
- Posts: 954
- Joined: Sun Jan 28, 2007 4:33 pm
- Location: The Former Confederacy
lanyards wrote:Hey, I checked your XML...
Adding to this, some of your army numbers may not be able to be centered. I took a look at your small map on Photoshop, and some of the circles aren't exactly equal. To better explain this, here are a few examples that I tried, placing numbers in different spots:
Note that these are slightly off center, not because I made them that way, but because of how many pixels they are in diameter. If army circles are an odd # of pixels across, the numbers won't center, no matter how many times you nudge them. What may be the case is that you made the circles correctly for the large map, but then just shrunk the large to make the small version (which will lead to these centering problems). But maybe not. Anyway, this looks like a problem similar to that, and if so, this thread may help you understand better:
http://www.conquerclub.com/forum/viewto ... ht=#502673
Sorry to nitpick, but this usually comes up eventually anyway
- snapdoodle
- Posts: 190
- Joined: Tue Jul 10, 2007 1:40 pm
Not nitpicky. I think I knew this was coming. These circles were created in the large map but we certainly didn't rescale them. In my AI file they are all the same size.
I'm not sure what the problem is. I'm hoping to get in the file today and rasterize all of the vectors to see if that solves the problem at all. Either that or I have to create the circles in photoshop and bring them over.
I'm not sure what the problem is. I'm hoping to get in the file today and rasterize all of the vectors to see if that solves the problem at all. Either that or I have to create the circles in photoshop and bring them over.
- snapdoodle
- Posts: 190
- Joined: Tue Jul 10, 2007 1:40 pm
lanyards wrote:Hey, I checked your XML:
====================================================================================
Your maps right now are in .png form, but in your XML it says that they are .jpg. You either need to make your map in .jpg, or change your XML to say .png.
I kept it as .jpg because I believe lack eventually converts it to jpg for bandwidth reasons? So the file be be .jpg in the end.
====================================================================================
The continent "4 Small Island" in your XML should be called "4 Small Islands". You forgot the "s" at the end of islands.
Doh!
====================================================================================
The continent "3 Small Islands" I think should be called "Any 3 Small Islands".
That's probably better, yeah.
====================================================================================
When listing the components for the continent Manhattan, all you have to put is:You can replace listing all the territories in both of those 2 smaller continents with the code above. Understand?Code: Select all
<components>
<continent>Uptown Manhattan</continent>
<continent>Downtown Manhattan</continent>
</components>
I do. And I list it with the override, correct?
====================================================================================
In your XML, it says the bonus for holding Manhatten is 2, when on the map it is 10. Change your XML to say 10.
Ah, we didn't use the override because 2.1 didn't but I guess this way it cleaner and better.
====================================================================================
When listing the components for the continent Brooklyn, all you have to put is:You can replace listing all the territories in all of those 3 smaller continents with the code above. Understand?Code: Select all
<components>
<continent>North Brooklyn</continent>
<continent>South Brooklyn</continent>
<continent>East Brooklyn</continent>
</components>
====================================================================================
In your XML, it says the bonus for holding Brooklyn is 2, when on the map it is 16. Change your XML to say 16.
====================================================================================
When listing the components for the continent Queens, all you have to put is:You can replace listing all the territories in both of those 2 smaller continents with the code above. Understand?Code: Select all
<components>
<continent>Outer Queens</continent>
<continent>Inner Queens</continent>
</components>
====================================================================================
In your XML, it says the bonus for holding Queens is 4, when on the map it is 12. Change your XML to say 12.
====================================================================================
In your XML, the continent "Bronx" should be called "The Bronx" as is on the map.
====================================================================================
When listing the components for the continent The Bronx, all you have to put is:You can replace listing all the territories in both of those 2 smaller continents with the code above. Understand?Code: Select all
<components>
<continent>West Bronx</continent>
<continent>East Bronx</continent>
</components>
====================================================================================
In your XML, it says the bonus for holding The Bronx is 1, when on the map it is 10. Change your XML to say 10.
====================================================================================
In your XML, it says that Flushing can attack Castle Hill, but on the map there is no bridge between them.
That's an error on the map that needs to be fixed.
====================================================================================
In your XML, it says that Castle Hill can attack Flushing, but on the map there is no bridge between them.
====================================================================================
On your map and on your XML, shouldn't "Governors Island" be "Governor's Island". Shouldn't there be an apostrophe before the "s" in "Governors"?
One would think that, no? But in reality there is no apostrophe in the name. It's weird but that's how it really is.
====================================================================================
Most of the coordinates are off, and they need to be centered.
They are. But we're also having difficulty with how they are getting flattened.
[color=blue]====================================================================================
Please do not change anything else in the XML, because the rest of it is right. If you have any questions, don't understand something I said, or need help PM me.
Thank lan. I know you had wanted to do this for us at one point. And in a way you are! Hahahaha. Thanks for looking at this so quickly.
--lanyards
Best,
snap