Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Alternative Civs > Clash of Civilizations > Map Generator Model
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
04.Sep: `FC` 2.0.5 COMPLETED AND RELEASED
27.Jul: `FC` 2.0.4 COMPLETED AND RELEASED
16.Jul: `FC` 2.0.3 COMPLETED AND RELEASED

bottom of page
  
Author
Thread   
Pages (5): [ <<   2   3   4   5   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Richard Bruns is offline Richard Bruns
King
NC, USA
Nov 1999
time: 06:13
  Old Post 04-10-2001 02:55 Visit Richard Bruns's homepage!
Edit/Delete Message Reply w/Quote
#121 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

quote:
Originally posted by Gary Thomas
Richard, I don't know if you saw my post (which caused Mark to have a fit and start talking about version 50) about micro terrain. The idea is that the terrain actually goes down to some minimum size (my suggestion is 100 m2). However, this terrain is not stored. It is generated as needed using a repeatable pseudo-random number sequence. Thus, going back to the same location has the same landscape. So, in effect, the whole map becomes a grid of 1 hectare plots.

....

As an example, suppose that, instead of having a "forest tile", you have individual trees which are then ramdomly scattered (using the same repeatable pseudo random nymber system so they alway reappear in the same place) over the polygon. This adds several factors not presently available:


I'm a bit confused about this. How does the pseudo-random number sequence remember what changes have been made in the terrain? Wouldn't you have to generate a new sequence every time the terrain attributes change?

But the extreme zoom sounds very intersting. It would be really cool to give the option to have the map zoom in for fights and allow the player to manage individual elements wargame-style. I am envisioning something like the Master of Magic system, which was truly excellent, and if you show how your terrain system allows us to do that seamlessly I think yuo could pick up a few converts. Obviously this is way in the future, but if we have a good foundation iyt shouldn't be too hard to add.

quote:
So far I have refrained from mentioning the step after continuous maps. This is three dimensional spline based polygonal surfaces, so a unit will know if it is moving uphill...


It would be great for the aforementioned battles, but I'm not sure if going this far would really be a good time investment. We also have to consider the mod makers; we don't want to make them learnd a 3-D modeling system just to draw a map.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 05-10-2001 01:34
Edit/Delete Message Reply w/Quote
#122 Report this post to a moderator
Remove this text

quote:
I'm a bit confused about this. How does the pseudo-random number sequence remember what changes have been made in the terrain? Wouldn't you have to generate a new sequence every time the terrain attributes change?

What changes did you have in mind? I cannot see any likelihood of changing the terrain in a 100 km2 area. As far as forest clearance is concerned, there are just fewer trees at every level. The system doesn't "remember" anything, but in its progression to ever lower levels, it does know the settings for the next level up.
quote:
Wouldn't you have to generate a new sequence every time the terrain attributes change?

No, you use the same sequence, but the square level parameters change.
quote:
It would be great for the aforementioned battles, but I'm not sure if going this far would really be a good time investment. We also have to consider the mod makers; we don't want to make them learnd a 3-D modeling system just to draw a map.

I was at least partially joking, though I did want to register the fact that it is possible.

Map designers do not need to know anything about the coding. If the system were adopted it would need a map editor in which you could, for example, grab a bit of land and pull it upward to form a hill, or push it down to form a lake. All these things are fairly easy to program if you build on the work that has already been done.

Cheers

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 10-10-2001 14:58
Edit/Delete Message Reply w/Quote
#123 Report this post to a moderator
Full PM-box? Change here!

So a polygonal system is just a thing to manage *very* much terrain units- I don't think anyone does not want a bigger playground/battlefield. But more squares was discredited before already due to possible lack of computer capacity..
A problem can be when the polygons split too often, you would still have a map of tiny little squares. Or they don't split often enough, and you get a boring map.
The models will also need to be more detailed and less of an abstraction, thus more complicated. Every model will have to be extended.
Micro-terrain would be a good idea, polygons or not. (a pity that it didn't have more tactical consequenses in MoM like in Heroes of Might and Magic)

Generally, I also think it would make the game better and more outstanding. If the necessary adaptions can be done, why not?

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 11-10-2001 23:29
Edit/Delete Message Reply w/Quote
#124 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

quote:
So a polygonal system is just a thing to manage *very* much terrain units- I don't think anyone does not want a bigger playground/battlefield. But more squares was discredited before already due to possible lack of computer capacity..

No, it is the opposite. Where there are a bunch of squares (like an ocean) which are identical, a single polygon covers them all. So you use less computer capacity, not more.
quote:
A problem can be when the polygons split too often, you would still have a map of tiny little squares. Or they don't split often enough, and you get a boring map.

I have yet to see a convincing reason why polygons should split much at all. Even if they do, you put a lower limit on size (say 100 km2, equal to the area of the current squares).

In any case, squares are already polygons, just awkward ones.

quote:
The models will also need to be more detailed and less of an abstraction, thus more complicated. Every model will have to be extended.

This is not at all correct. The models will become less complicated. Instead of having an economy for every square in the Sahara desert there will be one per civilization only. All that is required is a scaling factor (some things will need to multiplies by the area of the polygon).

Cheers

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:13
  Old Post 12-10-2001 03:50 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#125 Report this post to a moderator
Suffering from ads?

Gary:

One correction. There will probably Not be one economy per civ no matter how you do the map. The problem is that one economy means that local goods plentiful in one place can go anywhere in the economy. The importance of distance and transport technology is a big effect of real-world economies I want to simulate correctly. England, the States and Australia Never formed a coherent economy even when they were all in the same civ. The distances involved were too large for the transportation capabilities of the day.

However, with some limitations on province size we can get close enough to the real world importance of unevenly distributed goods and resources.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 13-10-2001 00:12
Edit/Delete Message Reply w/Quote
#126 Report this post to a moderator
Got spare money?

quote:
One correction. There will probably Not be one economy per civ no matter how you do the map.

I did not say that there would be one economy per civilization. I said that the only way the Sahara would be split up would be by ownership rather than terrain. Hence, for the Sahara alone, one polygon per civilization. However, I would expect that there would be overlapping polygons - an overall polygon specifying the terrain, and overlying ones indicating political ownership (or lack of it).

Cheers

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 14-10-2001 05:41
Edit/Delete Message Reply w/Quote
#127 Report this post to a moderator
Support Apolyton buy from Amazon

The complexity of any model depends on the size of the smallest unit of data you're trying to model. If the smallest possible polygon is smaller, you need more complicated models.

And for ocean squares, ok. They're the most homogenous area you can find. But for all the inhabited squares, with all the subtle differences that are possible in the models any two squares will almost always differ in several ways; how can you apply polygons to them?

The real world is neatly split up between a few hundred countries. But that's a very arbitrary, artificial difference. Look at the nation-building in Europe: England: natural boundaries. Germany: realpolitik and industry. France: language, tradition. The Netherlands: decision by the Great Powers, etc..

So a polygonal model would most likely end up puzzling the relevant data for a square together from lots of polygons. Now it's more like: apply the effects in the appropriate area to all pieces therein. And if you need information for one piece, look at it. Wouldn't that be simpler?

Finally, instead of having a change of fundamentals again I'd say go for some model-testing and demo-spawning instead. From the information you give it shouldn't be that difficult to switch to polygons from squares. Well, let's wait just a little longer thn and show some progress. Ever since I've been lurking the forums for the first time (about a year ago), demo 5 has only been a few weeks from release..

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 14-10-2001 08:35
Edit/Delete Message Reply w/Quote
#128 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

quote:
The complexity of any model depends on the size of the smallest unit of data you're trying to model. If the smallest possible polygon is smaller, you need more complicated models.

I have repeatedly stated that the minimum size of the polygons will be no smaller than the size of the present map square. Hence, the average size will be greater, and hence the models simpler.
quote:
But for all the inhabited squares, with all the subtle differences that are possible in the models any two squares will almost always differ in several ways; how can you apply polygons to them?

This is equivalent to stating that no two adjacent squares will ever be the same in any single characteristic. I do not accept that as a reasonable statement.
quote:
Ever since I've been lurking the forums for the first time (about a year ago), ), demo 5 has only been a few weeks from release..

I did not say that I intended to code this soon. I have merely been trying to point out that the objections raised generally come from a misunderstanding of the proposal.

Finally, and again saying what I have repeatedly stressed, squares are polygons. They are just a special and very limited case of the polygon model.

D5 is going through its final pre-testing. It is written and substantially working.

Cheers

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 16-10-2001 18:47
Edit/Delete Message Reply w/Quote
#129 Report this post to a moderator
Put an end to popups!

If the minimum size will be no smaller, then a polygon is just a group of terrain units, with the only difference being the shape of the edges?

You will need to scale the calculations of the models for the different sizes of the polygons. Won't that add complexity and calculations?
The models are now assuming as working unit a more or less compact area. The polygons undoubtly won't always be compact. Won't this give problems?

Take population, for example. I'm very sure that any two squares will only coincidentally have the same population in the course of the game.

Looking forward to the demo, hopefully it will make things clearer.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 17-10-2001 01:36
Edit/Delete Message Reply w/Quote
#130 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

quote:
If the minimum size will be no smaller, then a polygon is just a group of terrain units, with the only difference being the shape of the edges?

More or less correct. However, in most cases the polygons will be considerably larger than map squares. On average, I would guess, about 6 - 10 times as large.

quote:
You will need to scale the calculations of the models for the different sizes of the polygons. Won't that add complexity and calculations?

Yes but only in the most minor fashion - instead of having the fact that every polygon is 10,000 km2, the area will need to be explicit. Since this is only a scaling factor, the added complexity is extremely minor.

quote:
The models are now assuming as working unit a more or less compact area. The polygons undoubtly won't always be compact. Won't this give problems?

I don't see why they should. Anyway, I don't see 10,000 km2 as compact. For example Mesopotamia would be only about 8 - 10 squares to cover its 15 or so civilizations, city states in this case.

I have not fully worked out the details of the polygon system. I suggested it so that we could get rid of the grid on the map, so the terrain could be more realistic, so that units could have there position specified to closer than 100km, and to facilitate the micro-terrain idea.

Hovever, I imagine that each model will have its own overlapping polygon system. For example, the terrain of a mountain range doesn't care who owns it. It remains mountainous land.

quote:
Take population, for example. I'm very sure that any two squares will only coincidentally have the same population in the course of the game.

This is the heart of the matter. You can equally say that the possible subdivisions of the square will not have exactly the same population, so the square should be subdivided, presumably indefinitely.

My answer is that if we combine two (or more) otherwise similar squares into a single polygon with a population density, and hence a total population, what does it matter how the population is distributed inside the polygon? Any more than it matters how population is distributed within a square? Remember that squares are polygons.

quote:
Looking forward to the demo, hopefully it will make things clearer.

D5 has none of this in it. It operates entirely on squares.

Unfortunately...

Cheers.

Last edited by Gary Thomas on 17-10-2001 at 23:45

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 17-10-2001 18:38
Edit/Delete Message Reply w/Quote
#131 Report this post to a moderator
Support Apolyton or Terrorists Win

My main concern is that, with so many factor influencing each other, with evenso many area's of effect, after a while the polygons will still be split up to their minimum size, in the interesting areas on the map. The difference would then only be shape of units..
A polygonal system is indeed superior for describing static space (like terrain or a map of nations on any given momen).
But in a game like Clash, with many complex evolutions, I fear it would still break down to the minimum units, if they are square-sized. If they had a smaller size it might work, but you'll have calculation problems again then I think..

And with smaller units there can also be changes in the models. For example, I now assume in ecology that a square is capable of maintaining and regrowing its own biomass. With smaller areas this might not be the case.

Gary, have you an example (game) of this somewhere, or an article of something available?

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 17-10-2001 23:36
Edit/Delete Message Reply w/Quote
#132 Report this post to a moderator
Support Apolyton buy from Amazon

I haven't yet had anyone give me a good reason for ever subdividing a polygon. If the ai and gui do not give a means of doing so, then there is no subdivision problem. After all, the present system doesn't allow subdivision of squares.

Risk and Diplomancy use polygonal areas in a primitive fashion (with no subdivision).

Interestingly, so did the original Civilization board game, probably one of the best board games ever created.

I do not know of any modern strategy computer games which use the polygon system, That is why I am so keen to use it. Being first is always nice.

Unless you are buying the very first copy of a new Microsoft product...

Cheers

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 19-10-2001 03:34
Edit/Delete Message Reply w/Quote
#133 Report this post to a moderator
Support Apolyton buy from Amazon

By subdividing a polygon I mean splitting it when something happens to a part of it, say a flood killing half the population in the east part. When these splittings happen often, and it seems they will, many polygon layers can revert to their smallest parts, and we're back to squares then.
I think a polygon version of civ 3 would work..but as you say, civ was originally a boardgame and still has many such characteristics.

Lord God Jinnai is offline Lord God Jinnai
Prince
St. Louis
Sep 1999
time: 23:13
  Old Post 19-10-2001 05:24 Visit Lord God Jinnai's homepage!
Edit/Delete Message Reply w/Quote
#134 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

If a flood killed half the people in a polygon (which a square is also btw ) then it would be the same thing as if we were doing it for a square. We'd simply calculate it for the entire square for the next turn.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 20-10-2001 01:33
Edit/Delete Message Reply w/Quote
#135 Report this post to a moderator
Support Apolyton, buy Civilization 2

As LGJ says, what do you do when something happens to part of a square? Split it?

Cheers

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 20-10-2001 22:08
Edit/Delete Message Reply w/Quote
#136 Report this post to a moderator
Support Apolyton

I forgot to mention what I think is one of the most important benefits of the polygon approach.

Because locations are kept in the form of coordinates (rather than merely listing the square you are in) there is no need for a regular tessellation of the playing area. While I have been assuming that the coordinates are rectangular cartesian coordinates, they need not be.

In particular, they can be lattitude and longitude.

This means that a spherical world map is perfectly possible.

The full world map could be rendered in any desired projection, or viewed as a globe.

The local view would be designed to minimize local distortion.

All movement would be calculated in great circle terms.

Cheers

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 24-10-2001 17:00
Edit/Delete Message Reply w/Quote
#137 Report this post to a moderator
Inflate your Upload Space

I mean what happens if a flood occurs and the polygon is half outside, half inside the range of effect? It would be split. (2 pieces) (Squares don't need to, since the range of effect is already defined in squares. ) And when something else happened in the area, it would split again (3 or 4 pieces). And so on, until all polygons are reduced to the smallest possible size. I just think it would lead to fragmentation ad infinitum, so the map would boil down to a lot of tiny little pieces.. like squares. You could also impose a minimum distance and standard ranges of effects to keep the polygons to a decent and minimum size and shape, but then you would lose some, if not all benefits of polygons.

Also, how do you handle cities? You can't have cities if the population (or whatever) is evenly distributed in a polygon.

Polygons have considerable benefits, but I think the scale of the map must be much smaller to be able to use them properly. And a smaller scale means even more detail than we're planning with now.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 25-10-2001 00:54
Edit/Delete Message Reply w/Quote
#138 Report this post to a moderator
Browse Apolyton AD-FREE

quote:
I mean what happens if a flood occurs and the polygon is half outside, half inside the range of effect? It would be split. (2 pieces) (Squares don't need to, since the range of effect is already defined in squares. ) And when something else happened in the area, it would split again (3 or 4 pieces).
The range of effect is the polygon. No splitting.
quote:
And so on, until all polygons are reduced to the smallest possible size. I just think it would lead to fragmentation ad infinitum, so the map would boil down to a lot of tiny little pieces.. like squares.
That is what happens now. Squares are the smallest possible size.
quote:
Also, how do you handle cities? You can't have cities if the population (or whatever) is evenly distributed in a polygon.
To paraphrase "you can't have cities if the population is evenly distributed in a square (which is a polygon)". Why not?

I did not say that the population is evenly distributed, I said that any uneveness doesn't matter.

In any case, cities are constructs which would sit on top of underlying polygons, (just as they do in squares, which are polygons) with population additional to the underlying population. A consequence of this is that you can have more than one city per 100 km x 100 km area, which doesn't happen with the present system, but which could easily, since squares are polygons).

All of these objections apply equally well (or, in some cases even more so) to squares. It is pointless objecting to polygons on grounds that provide an equal criticism for squares (which I think I might have mentioned before, are polygons).
quote:
Polygons have considerable benefits, but I think the scale of the map must be much smaller to be able to use them properly. And a smaller scale means even more detail than we're planning with now.
I cannot for the life of me see how this follows. And, as I think I might have mentioned before, squares are polygons, so we had better not use squares either because they will get more and more subdivided into tinier and tinier squares.

It seems to me that the real issue is being overlooked. It really doesn't matter how the map is split up. The way it works now is that EVERYTHING in a square is effectively at the centre of the square, having no other coordinates. So the map does not consist of squares, it consists of a rectangular grid of points, even though we choose to picture it as squares. It is this point location I want to get rid of. So things wouldn't be "in a polygon" as they are currently "in a square". They would be at specific coordinates. As a consequence, it would take time for a unit to cross a square (or polygon). If a unit is near the border, it can cross into the next area in a short time. If squares were a better system, every atlas would have its map areas divided up into squares. Are they? No, they are polygons.

Cheers

Lord God Jinnai is offline Lord God Jinnai
Prince
St. Louis
Sep 1999
time: 23:13
  Old Post 25-10-2001 03:38 Visit Lord God Jinnai's homepage!
Edit/Delete Message Reply w/Quote
#139 Report this post to a moderator
Tired of ads?

Yes well i hope everyone now knows a square is a polygon (but not ness the opposite).

Anyway there is only 1 small problem i can eventually see for using polygons and that is in terms of movemnt of units and how they'd look (i can only concieved of using 3-D rendered graphics which with tons of them on a screen at once will really slow down the comp, even on some of the new ones out today.

BTW...wonder if Marks been reading this forum and if so what he thinks about your ideas for later versions.

F_Smith is offline F_Smith
Prince
Austin, Tx 78728
May 1999
time: 05:13
  Old Post 25-10-2001 05:24
Edit/Delete Message Reply w/Quote
#140 Report this post to a moderator
Increase Your PM Length

FWIW --

I completely agree with Gary.

From the beginning, polygons had been in the plans. Altho not in the sense of 'splitting' and all that . . . more like 'Risk' or the original 'Civilization' board game.

Or like the 'Shogun' computer game.

There's no technical reason not to, altho it makes map creation a little more interesting . . .

The biggest bonus to irregular-shaped MapSquares is a simplification of movement, and the 'strategic' importance that a MapSquare can have. The Map can be much more interesting, and a lot more fun.

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:13
  Old Post 25-10-2001 05:47 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#141 Report this post to a moderator
Full PM-box? Change here!

Due to LGJs mention of me... (Thanks for thinking of me ) I'll rear my ugly head here for my monthly curmudgeonly comment.

quote:
Originally posted by F_Smith
From the beginning, polygons had been in the plans


Hey 'F': From the beginning polygons had been in the Discussion IMO. I certainly don't recall any plans involving them being agreed to, although there has been fairly strong support for a variety of plans at one time or another.

Just so long as we put it off till demo 50 .

Best to All,

Mark

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 25-10-2001 08:06
Edit/Delete Message Reply w/Quote
#142 Report this post to a moderator
Suffering from ads?

quote:
Just so long as we put it off till demo 50
I had in mind something more like Version 2.0
quote:
Yes well i hope everyone now knows a square is a polygon
Glad you noticed!
quote:
Anyway there is only 1 small problem i can eventually see for using polygons and that is in terms of movemnt of units and how they'd look (i can only concieved of using 3-D rendered graphics which with tons of them on a screen at once will really slow down the comp, even on some of the new ones out today.
Don't see why it should be any slower than tons of units on the screen under the present system.

In general (as a coding practice) performance issues are dealt with using two rules:

1. Deal with performance issues later.
2. When later arrives, see rule 1.

However, on rare occasions peformance does need to be addressed. The rule then is worry about it when it happens.
quote:
From the beginning, polygons had been in the plans. Altho not in the sense of 'splitting' and all that . . . more like 'Risk' or the original 'Civilization' board game.
They have certainly been in MY plans from the beginning.

I don't know where the idea of splitting polygons crept in - it was never part of my model, and I never heard of anyone assume that we were going to split squares (which are...)

Cheers

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 25-10-2001 14:30
Edit/Delete Message Reply w/Quote
#143 Report this post to a moderator
Avatar Enlargement: We've got the solution

It seems to me that we are discussing several things at once:
1 the shape of the area of 1 coordinate (square or other polygon)
2 the scale and the level of detail, including the number of coordinates in a polygon (which can be a square but doesn't have to)
3 the splitting of polygons (that can be squares, but don't have to)

1 doesn't matter, cosmetic
2 Simple, I think: more detail, more power needed, which isn't necessarily a problem but it could become one.
Do you mean the coordinates in one polygon are former square coordinates, or will the total number increase?
In the first case, I think you will still end up with many tiny polygons (of whatever shape) in the more frequently used areas. In the second case we'll just have to wait how many power is still available.
3 If polygons have only one coordinate this is irrelevant, but if they have more than one it is relevant: What if a meteor falls at Tunguska and entire Siberia gets blasted? It barely affected 2000 km˛ in RL. Will the polgyon split in an affected one and an unaffected one, or will the entire area be affected? If you want range of effects, you need to split polygons sometimes or often. Otherwise you are treating them as we are now.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 25-10-2001 22:53
Edit/Delete Message Reply w/Quote
#144 Report this post to a moderator
Tired of ads?

quote:
1 the shape of the area of 1 coordinate (square or other polygon)
Here, I think, is the source of the misunderstanding. There is no "1 coordinate". A polygon is specified by a coordinate for each corner, and includes everything inside it. The coordinates are the same as the ones used to specifiy a position on the Earth's surface, that is lattitude and longitude.
quote:
2 the scale and the level of detail, including the number of coordinates in a polygon
There are an infinite number of coordinates "in" a polygon, one for every point in it. I am not sure what is meant by "the level of detail".
quote:
the splitting of polygons
Doesn't happen, ever.
quote:
What if a meteor falls at Tunguska and entire Siberia gets blasted? It barely affected 2000 km˛ in RL. Will the polgyon split in an affected one and an unaffected one, or will the entire area be affected? If you want range of effects, you need to split polygons sometimes or often. Otherwise you are treating them as we are now.
I would apply the effect to all the polygons that are affected. No problem.

Cheers

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 28-10-2001 05:15
Edit/Delete Message Reply w/Quote
#145 Report this post to a moderator
Enter the AD-FREE zone

By level of detail I mean the total number of coordinates on the map and how many polygons there will be. And hence my persistent questions on splitting: If you have few polygons, what happens if only a small area is affected in a large polygon? Is the whole polygon affected or only that small area (in which case I expect that area to form a new, separate polygon (=splitting), since it has other properties)?

on micro-terrain: Can it be useful somewhere apart from battles and city views?

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 28-10-2001 06:18
Edit/Delete Message Reply w/Quote
#146 Report this post to a moderator
Suffering from ads?

I don't understand what you mean by "number of coordinates on the map". There are an infinite number of coordinates on the map (conditioned only by the accuracy of the floating point number format used, or the lower limit of visibility selected). I suggested that a lower limit of 1 hectare be used. On this basis there are about 53,114,285,714 coordinates on the Earth's surface.

quote:
If you have few polygons, what happens if only a small area is affected in a large polygon? Is the whole polygon affected or only that small area
You have small and large polygons, depending on context. What happens when a small area of ANY polygon is affected is EXACTLY what happens when a small area of a square is affected, namely, you don't know that only a small area is affected, you assume the whole entity (square or polygon) is affected. Again, I don't understand how you detect that only part of a square is affected.

quote:
on micro-terrain: Can it be useful somewhere apart from battles and city views?
I don't think it will be very useful for city views. It might be useful for planning movement, siting fortresses, bridges or ports, or such things. It will certainly make consistent tactical views of battles possible.

Cheers

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:13
  Old Post 28-10-2001 06:36
Edit/Delete Message Reply w/Quote
#147 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

quote:
Originally posted by Gary Thomas
about 53,114,285,714 coordinates on the Earth's surface.
this, with several layers of polygons.. is what I mean by more complexity. The polygons COULD (depending on chance rather than the design) evolve too small (and they won't stay the same during the whole game- at least the interesting ones).

quote:
You have small and large polygons, depending on context. What happens when a small area of ANY polygon is affected is EXACTLY what happens when a small area of a square is affected, namely, you don't know that only a small area is affected, you assume the whole entity (square or polygon) is affected. Again, I don't understand how you detect that only part of a square is affected.
The problem here is that a square is standard, but depending on the proportion between the effect and the polygon size the effects can work out differently. For example, I might assume a certain effect is negligible in a square, and leave it out. But it can be important if the affected polygon happens to be smaller.
That's the point: squares can't get smaller, so you can forget about small-scale (although drastic) effects.

quote:
I don't think it will be very useful for city views. It might be useful for planning movement, siting fortresses, bridges or ports, or such things. It will certainly make consistent tactical views of battles possible.
Master of Magic used it for the city views: it made each city unique in it's layout.

quote:
Cheers

So long, goodnight

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 28-10-2001 07:14
Edit/Delete Message Reply w/Quote
#148 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

quote:
this, with several layers of polygons.. is what I mean by more complexity.
There is only one layer of polygons.
quote:
The polygons COULD (depending on chance rather than the design) evolve too small (and they won't stay the same during the whole game- at least the interesting ones).
Polygons NEVER, EVER, EVER, EVER get smaller, split, evolve smaller, or change their size in any way at all. This must be the tenth time I have said this.
quote:
That's the point: squares can't get smaller, so you can forget about small-scale (although drastic) effects.
Polygons NEVER, EVER, EVER, EVER get smaller, split, evolve smaller, or change their size in any way at all. This must be the eleventh time I have said this.
quote:
The problem here is that a square is standard,

Why is that a problem, or even relevant?
quote:
but depending on the proportion between the effect and the polygon size the effects can work out differently. For example, I might assume a certain effect is negligible in a square, and leave it out.
Apparently, for a square, you decide either to omit the effect, or apply it to the whole square. For a polygon, you decide either to omit the effect, or to apply it to the whole polygon.
quote:
Master of Magic used it for the city views: it made each city unique in it's layout.
Might work, would be great if it does.
quote:
So long, goodnight

Sleep well. It is 3pm here, so I will stay up a while longer.

Cheers

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:13
  Old Post 28-10-2001 07:28 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#149 Report this post to a moderator
Increase Your PM Length

You guys need a new thread so Gary has room to say

quote:
Polygons NEVER, EVER, EVER, EVER get smaller, split, evolve smaller, or change their size in any way at all.
for the 20th time

Gary, are you up to the honors of starting the new one? The thread changeover is just like the one for Mil IV -> V. But one thing I left out was to put a link to the new thread up in a web page discussion thread so Dom can add the new thread as the current one for this topic.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:13
  Old Post 28-10-2001 23:58
Edit/Delete Message Reply w/Quote
#150 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

I have started a new thread for Map Generator Model since this thread is full. It is at Map generator model II

I do not feel that the continuing polygon discussion belongs in this thread, so I have started a new Polygon and microterrain thread. Please post any relevant discussion there.

Cheers

 
Pages (5): [ <<   2   3   4   5   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:13.
Apolyton Time is 00:13.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0890 seconds (94.01% PHP - 5.99% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net