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 > Stella Polaris > Bizzare Map Idea
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Vultur is offline Vultur
Warlord
Milan
Jun 2000
time: 06:25
Lightbulb  Old Post 11-01-2003 22:08
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Bizzare Map Idea Support Apolyton, buy Galactic Civilizations

Since a couple of weeks I've been looking to OpenGL tutorials to learn to use it to code something, and I've seen the spectacular maps that can be realized with it.
So, I've had an idea: why don't have a RTS-games-like map?
I've thought a lot looking other games like WC3, Empire Earth, and Starcraft and I've concluded that an isometric map can be not vinculated to "tiles".
If "tiles" concept is removed by more detailed coordinates, so any unit can move and attack freely on the map, with the only limitation of his moving/attacking radius. Also resources will be gathered only in a certain radius from the base.
I know this idea can sound strange, but seen the possibilities of OpenGL, I thought that can be done. See here

DeathByTheSword is offline DeathByTheSword
King
soon to be a major religion
Nov 2001
time: 05:25
  Old Post 11-01-2003 22:32
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, buy Civilization 2

if possible it would be great we would remove tiles out of turnbased game...that is great distance to travel could be calculated in metres per terrain type

Kuciwalker is offline Kuciwalker
Emperor
of Schmooism
Feb 2001
time: 00:25
  Old Post 12-01-2003 00:03
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Lose 30 kilos (of popups)

First, it would be AT LEAST kilometers per type.

Second, RTS games actually do use a tile system. That's why the units move in the funny directions. They merely spend time "in transit" from one tile to another.

What you really are thinking about is a coordinate system. This would in fact work quite well.

Jeremy Buloch is offline Jeremy Buloch
Prince
Apparently on the computer
Jan 2002
time: 21:25
  Old Post 12-01-2003 02:05 Visit Jeremy Buloch's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Support Apolyton buy from Amazon

I think a coordinate or RTS type system would work perfectly. It would be much easier to move and you wont wasted time trying to move diagnaly and going through alot of tiles. I support the use of this system.
-J.B.-

Leland is offline Leland
Prince

Jan 2000
time: 07:25
  Old Post 12-01-2003 06:58
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton buy from Amazon

From what I've gathered in bits and pieces in Blake's posts, it's been the idea for some time now to use (rectangular?) tiles for terrain, and true coordinate system for unit movement... yes?

Vultur is offline Vultur
Warlord
Milan
Jun 2000
time: 06:25
  Old Post 12-01-2003 21:47
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton, buy Civilization 2

quote:
Originally posted by Leland
From what I've gathered in bits and pieces in Blake's posts, it's been the idea for some time now to use (rectangular?) tiles for terrain, and true coordinate system for unit movement... yes?

Not necessarly. With a non-tiled map it's possible to have terrain of all shapes, the only thing we have to decide is how much precise the map mut be done.
With a file that contains altitudes (i.e. a .raw file) we can have a similar thing, that contain altitudes, type of terrain, enanchements, etc.
I suppose there is a tons of graphic engines well designed, we must only found the right one.

Leland is offline Leland
Prince

Jan 2000
time: 07:25
  Old Post 12-01-2003 22:34
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Civilization 2

What exactly do you mean by "non-tiled map"? Some sort of polygonal thingamajig?

Last edited by Leland on 12-01-2003 at 22:47

Kuciwalker is offline Kuciwalker
Emperor
of Schmooism
Feb 2001
time: 00:25
  Old Post 12-01-2003 23:17
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Get a bigger avatar today!

JB - read my post.

Leland - you can use a coordinate system, just like in the real world. A unit is located at particular coordinates on the map. Terrain features occupy a certain area on the map.

Jeremy Buloch is offline Jeremy Buloch
Prince
Apparently on the computer
Jan 2002
time: 21:25
  Old Post 13-01-2003 01:50 Visit Jeremy Buloch's homepage!
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton buy from Amazon

quote:
JB - read my post.


What are you talking about? Please be more specific. Which post do you want me to read?
-J.B.-

Leland is offline Leland
Prince

Jan 2000
time: 07:25
  Old Post 13-01-2003 07:42
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Enter the AD-FREE zone

quote:
Originally posted by skywalker
Leland - you can use a coordinate system, just like in the real world. A unit is located at particular coordinates on the map. Terrain features occupy a certain area on the map.

Yes, I can imagine how units and bases and other point-based objects can be positioned on the map freely (and this is not a new idea), but what I am not so sure about is how to represent areas like forests or oceans or mountain ranges... they'd have to be polygons of some sort, wouldn't they?

targon is offline targon
Prince
Dolgoprudny, Moscow region
Nov 2002
time: 08:25
  Old Post 13-01-2003 12:45
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Any map "features" (forests, oceans etc.) may be represented either by some set of polygons/curves/fractals(?) projected on the map heightfield or like "terrain type" field associated with your .raw map grid points.

Vultur is offline Vultur
Warlord
Milan
Jun 2000
time: 06:25
  Old Post 13-01-2003 13:29
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Got spare money?

quote:
What exactly do you mean by "non-tiled map"? Some sort of polygonal thingamajig?

Means that any polygon used to draw the map DON'T affect base, units etc behavior. The "coordinate system" must be enough "precise" to make a relistic movement, like all RTS maps.
A map like WC3 or E.E. would be the state of the art, once found the way to implement it.
quote:
Any map "features" (forests, oceans etc.) may be represented either by some set of polygons/curves/fractals(?) projected on the map heightfield or like "terrain type" field associated with your .raw map grid points.

You've got the point

Leland is offline Leland
Prince

Jan 2000
time: 07:25
  Old Post 13-01-2003 14:48
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Enter the AD-FREE zone

Thanks for the clarification.

targon is offline targon
Prince
Dolgoprudny, Moscow region
Nov 2002
time: 08:25
  Old Post 13-01-2003 14:58
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Get a bigger avatar today!

quote:
Originally posted by Vultur

Means that any polygon used to draw the map DON'T affect base, units etc behavior.

IMHO, they DO affect unit movement etc., but indirectly: the map has some topographic data which are used both for drawing textures/features/etc and for calculating unit movement, LOS, path-finding etc.

Vultur is offline Vultur
Warlord
Milan
Jun 2000
time: 06:25
  Old Post 13-01-2003 21:16
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Increase the size of your Attachments

quote:
IMHO, they DO affect unit movement etc., but indirectly: the map has some topographic data which are used both for drawing textures/features/etc and for calculating unit movement, LOS, path-finding etc.

Obvious, terrain type will affect unit movement, I thought was clear...

targon is offline targon
Prince
Dolgoprudny, Moscow region
Nov 2002
time: 08:25
  Old Post 14-01-2003 12:10
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Put an end to popups!

During long history, games were impaired by so-called "attribute buffer" approach, hence the tiles everywhere. Nowdays, that thing is obsolete, IMO, and we may in fact use more general means (like polygonal "features", in terms of Xconq). So screen polygons don't affect anything, they're eye candy while mappolygons have a lot of game-related properties, like unit speed modifier etc. I think some of that features aren't for client side either, due to possible cheating.
BTW, Vultur, how you imagine infamous Fog of War technique applied to your "bizzare map" (natural map, inf fact)?

Blake is offline Blake
King
Brainfallocatione
Oct 2000
time: 17:25
  Old Post 14-01-2003 15:06
Edit/Delete Message Reply w/Quote
#17 Report this post to a moderator
Got spare money?

Thats not so bizzare. In fact it's been my intention for a long time to not have unit movement constrained to tile->tile jumps and have the map rendered (basically) as a heightmap.

The coolest way is just to have a function like:
float get_height(float x, float y);
that returns the height at any point on the map.
There would actually be an internal heightmap (raw map data) to specify the general shape of the terrain, this map might have a resolution of 40*40 or something quite small like that.

Then, in the "get_height" function you average the heights of the 4 nearest tiles, and also add some variation from a "detail" function, that could use some sort of randomness or get it's value from another tilable heightmap that might be tiled 10 times over the main map (basically the detail is what targon said a few posts above)

The cool thing about using such a get_height function is you can zoom in or out as much as you want, and the map will be more or less detailed. You do ofcourse need a rendering engine sophisticated enough to work out the polygons that end up on the screen.

Another thing is cities would just be built at a location on the map, giving as absolute co-ordinates rather than tile co-ordinates, armies would move in a simialler way, in fact it would even be possible to eliminate "map polygons" altogether, using a simialler "get_terrain" function that works out what the exact terrain is on the fly. Whether or not that would be a desirable way to do things would be a different matter, because in general you need to divide the map into some sort of polygons/sectors in order to do path finding.
What will probably happen is the raw map data will be used to create map sectors.

Btw there is no particular reason to have Fog of War on planets, as they will be orbited by ships or spacestations capable of making detailed surface scans, while in some cases it might be slightly more realistic to have it (blockaded world?) not needing to store visibility data is a good thing (Remembering each players fog of war is different)

targon is offline targon
Prince
Dolgoprudny, Moscow region
Nov 2002
time: 08:25
  Old Post 14-01-2003 15:20
Edit/Delete Message Reply w/Quote
#18 Report this post to a moderator
Support Apolyton buy from Amazon

float get_height(x, y) =
1) Perlin noise
2) Fractal noise (not Perlin's)
3) Riged multi-fractal
4) "Plasma" (smoothed)
5) Subdivide&Displace? (tooo iterative)

Leland is offline Leland
Prince

Jan 2000
time: 07:25
  Old Post 14-01-2003 15:38
Edit/Delete Message Reply w/Quote
#19 Report this post to a moderator
Support Apolyton, buy Call to Power 2

6) NURBS surfaces?

Vultur is offline Vultur
Warlord
Milan
Jun 2000
time: 06:25
  Old Post 14-01-2003 17:02
Edit/Delete Message Reply w/Quote
#20 Report this post to a moderator
Suffering from ads?

quote:
BTW, Vultur, how you imagine infamous Fog of War technique applied to your "bizzare map" (natural map, inf fact)?

Like RTS games, obvious: if we had a RTS game-like map, I see no reason to have strange/hybrid unit behaviour.
You can immagine a orthogonal projection of the map "seen from the sky" to calculate things like movement/support/view (FoW) radius that look like circles, indipendent from the FINAL look of the 3D map (isometric or "prospective")
The same idea can be applied also for a "space map", if we decide to implement one. I'm currently looking for a good image of the Milk Way Galaxy to use it.
quote:
Thats not so bizzare.

Thanks

Leland is offline Leland
Prince

Jan 2000
time: 07:25
  Old Post 14-01-2003 20:37
Edit/Delete Message Reply w/Quote
#21 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

About space map... is the game "galaxy" (i.e the star systems available to players. This is not necessarily the whole galaxy of course) going to be based on real milky way, or is it going to be fictional/random one that allows you to put a bunch of habitable solar systems in close proximity to each other?

Last edited by Leland on 14-01-2003 at 20:49

Vultur is offline Vultur
Warlord
Milan
Jun 2000
time: 06:25
  Old Post 14-01-2003 22:00
Edit/Delete Message Reply w/Quote
#22 Report this post to a moderator
Support Apolyton buy from Amazon

quote:
About space map... is the game "galaxy" (i.e the star systems available to players. This is not necessarily the whole galaxy of course) going to be based on real milky way, or is it going to be fictional/random one that allows you to put a bunch of habitable solar systems in close proximity to each other?

It's just to have a nice reference, but for obvious reasons the galaxy will be fictional.
Note: not the whole galaxy is colonizable, and this reduce the playable area".
The image, from a science magazine, shows where Earth-like planet are in a galaxy Milk Way-like. (Section in violet)
Near to the center there are too many radiations, farther too few metals. It's possible to allow the colonization in planet in this state, but will be more difficult/dangerous/...

Attachment: galaxy.png
This has been downloaded 30 time(s).

Jeremy Buloch is offline Jeremy Buloch
Prince
Apparently on the computer
Jan 2002
time: 21:25
  Old Post 15-01-2003 05:37 Visit Jeremy Buloch's homepage!
Edit/Delete Message Reply w/Quote
#23 Report this post to a moderator
Support Apolyton

Sounds good I support this idea of having a part of the galaxy that is habitable.
-J.B.-

Straybow is offline Straybow
Emperor
SG(2)… gone but not forgotten
Jan 1970
time: 23:25
  Old Post 15-01-2003 10:37 Visit Straybow's homepage!
Edit/Delete Message Reply w/Quote
#24 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

Astronomers keep finding there are more exceptions when it comes to metals concentrations in galaxies. Pretty soon the "rules" will be the exceptions.

Seriously, though, the scale of a whole galaxy dictates an entirely different kind of game than what we've been considering for StelPol.

Leland is offline Leland
Prince

Jan 2000
time: 07:25
  Old Post 15-01-2003 11:42
Edit/Delete Message Reply w/Quote
#25 Report this post to a moderator
Increase Your PM Length

If I recall correctly, Milky Way is something like 70,000 light years in diameter. Having a "sandbox" of 200-1000 ly across would probably be big enough for the game purposes, yet it'd be just a small dot on the map of the whole galaxy. It would also not be too much of a stretch to just handwave away the quality and quantity of colonizable solar systems in that area.

The thing is, how to limit the colonizable/playable area? What prevents the player from just steering his ship in straight line until it reaches whatever place in the galaxy he wants to be in? What if he wants to go back to earth for example, what happens?

Kuciwalker is offline Kuciwalker
Emperor
of Schmooism
Feb 2001
time: 00:25
  Old Post 16-01-2003 04:44
Edit/Delete Message Reply w/Quote
#26 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Here's one explanation: the Earth no longer exists. Do to the catastrophic increase of mass of the population of America, the Earth collapsed into a black hole :P

Jeremy Buloch is offline Jeremy Buloch
Prince
Apparently on the computer
Jan 2002
time: 21:25
  Old Post 16-01-2003 05:39 Visit Jeremy Buloch's homepage!
Edit/Delete Message Reply w/Quote
#27 Report this post to a moderator
Avatar Enlargement: We've got the solution

The "Exodus" stated that the aliens would neutrilize all intelligent life from Earth not destroying Earth. If Gateway has kept it that way then the Earth wouldn't turn into a Black hole, it would stay there.
-J.B.-

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:25.
Apolyton Time is 00:25.
    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.0599 seconds (91.86% PHP - 8.14% 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