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 graphics
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    < Last Thread     Next Thread > Post New Thread     Post A Reply
Dominique is offline Dominique
Warlord
Bonn, Germany
May 1999
time: 05:13
  Old Post 23-06-1999 18:39 Visit Dominique's homepage!
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Map graphics Enter the AD-FREE zone

I'll simply post my idea of what the map graphics should be like and will wait for ideas / criticism / flames raining down on me

Whether or not a "tileless" movement system will be used, the map graphics will be tiled.

I propose a tile size of 93 x 47 (at maximum zoom), scalable downwards (I have to rely on you coding cracks for a good, fast scaling algorithm). Alternatively, and with better visual results, all map gfx could be stored at, say, 3 different zoom levels.


Tiles are in diamond shape basically, but they should have some vertical offset so that it's possible to draw some pixels above the upper border, thus creating a 3D effect by overlapping. Problem is that with this either the tiles will have to be masked OR the map has to be drawn top-to-bottom in any case. You coders tell what's feasable (I tend to favor the "top-to-bottom" way, since it's easier to handle units this way, too).

There will be circumstances in which neighbouring tiles influence each other (namely coastlines). There are 3 approaches to this:

a) we have to draw a separate tile image for every combination of bordering tiles (i.e. you need to have one ocean square bordering land to the north, one with north&norteast... all in all 2^8 = 256 tiles for just one terrain combination).

b) we draw only the 8 variations (north, northeast, east...) and layer them. Reduces images to 8 per terrain combination, but uses more cpu power.

c) we build each and every tile in a way that it is actually larger than the diamond and blend it with the neighbouring tiles (once again using an alpha channel). There would be "dominant" tiles which overlay neighbours and "submissive" tiles which only can be influenced but don't extend any pixels to their neighbours (e.g. ocean would be "submissive", so as a result coastal ocean would show some coastline border, while the coastal land tile wouldn't show any water.)I haven't seen this method in any game yet, but I think it would offer the best results because all terrain types could be combined, not only those for which special combo-tiles exist. One would have to check, however, if neighbouring tiles are of same or different type, however, to avoid bad blending between tiles of the same type.

Tiles have to be drawn in a way that even in grayscale, the predominant character of the terrain is clearly recognizable, which would give us a host of possibilities for creating statistical maps (grayscale maps with colors showing e.g. population density).

Units follow the terrain tile layout with basic diamond shape (but a regular (negative) vertical offset so the "stand up".

Cities / Landmarks should be handled as "static units" in respect to graphics routines.

Each tile / unit / city / landmark needs an invisible "hard mask" (1 bit) to determine whether the mouse actually touches it. An optional "soft mask" (8 bit greyscale) would provide smooth edges for all non-tile images.

If I had it my way, we'd use a tileless movement system and optionally show the ZoC of a unit by drawing a translucent disc in player color beneath the unit.

This method of tinting the map gfx could be used to show other data, as well, like:

- accessible terrain this turn
- actual size (power or real volume) of a unit
- support (areas around cities / provinces)
- detection (are in which the unit can see without "fog of war").


Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:13
  Old Post 24-06-1999 02:53 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton buy from Amazon

Dominique:

Your proposals seem quite good to me. I like your suggestion c with coastal squares handling and square border blending.

Two points:

I think if practical we should also allow for a top-down 'diamond-shaped' view as an alternate, as we discussed before.

I believe we should at least start on the first alpha version using a per-square movement basis rather than tileless. We can put in the tileless info, but restrict movement to the center of each square until we're sure how to handle all the issues that come along with a tileless system.

-Mark

Dominique is offline Dominique
Warlord
Bonn, Germany
May 1999
time: 05:13
  Old Post 24-06-1999 06:30 Visit Dominique's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Avatar Enlargement: We've got the solution

Yes, I know we decided to have an alternative "flat" map, too. Most of the points are valid for a "flat" map, too, however, with the possible exception of graphics not being larger than the actual tile (although we might get real problems if we try to suff all unit images in a square tile).

Graphics aren't that much influenced by the decision in favor / against tileless movement (exception: translucent circle).

Peter Dobrovka is offline Peter Dobrovka
Chieftain
Germany
May 1999
time: 05:13
  Old Post 24-06-1999 09:35 Visit Peter Dobrovka's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Suffering from ads?

Smooth blending between tiles?
What about this kind of tile diamond graphics:


It it a bit tricky to make these borders fit but it look very good and is very simple for the game engine.

Peter



3DTT - the 3D sequel to Transport Tycoon - demo 4.0 now available on WAY-X-Homepage
Path of Mankind. Turnbased Civ-like game - demo 15 coming soon

[This message has been edited by Peter Dobrovka (edited June 24, 1999).]

Dominique is offline Dominique
Warlord
Bonn, Germany
May 1999
time: 05:13
  Old Post 28-06-1999 04:15 Visit Dominique's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Help yourself to an AD-FREE life

Yes, Peter, that's in the general direction I meant it.

Alexander's Horse
Guest

Not Yet
time:
  Old Post 28-06-1999 07:52
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Full PM-box? Change here!

Dominique

Are you going to summarise the "game atmosphere" thread on the Civ3 site?

Peter Dobrovka is offline Peter Dobrovka
Chieftain
Germany
May 1999
time: 05:13
  Old Post 30-06-1999 00:36 Visit Peter Dobrovka's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Is there some decision within sight?

Peter

------------------
3DTT - the 3D sequel to Transport Tycoon - demo 4.0 in June 1999
Path of Mankind. Turnbased Civ-like game - demo 15 coming soon

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:13
Post  Old Post 06-07-1999 00:41 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton, buy Civilization 2

Dominique:

I'll check out doing tiffs with Java when I get back from my break (about July 20th) if nobody else has done it by then.

Paul Crocker is offline Paul Crocker
Warlord
Slidell, LA, USA
Jul 1999
time: 05:13
Post  Old Post 11-09-1999 20:43
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Browse Apolyton AD-FREE

MCA and I are making some progress with the Map Generation Model, and I'm discovering that my contributions are more thought intensive than labor intensive at the moment. As a result, I'm interested in investigating the possibilities for me to help out with the graphics...

I'm assuming that Dominique is no longer the Duke for graphics since he hasn't posted in months, so I'm not sure who to address my questions to. I'll simply post them here:

1. Are we creating the graphics (map and units) in Java or is there some GUI that we can use to make the job easier?

2. I see from earlier postings that TIFF format seems be the way we were headed, but the large number of threads makes it difficult to determine what the final specifications were re: graphics. Any comments on this?

I'm not sure if my programming background is sufficient to take on this job in full, but I could certainly use a GUI or some commercial software package to perform lots of the "grunt work" involved in creating the TIFF's once someone gives me some guidelines and points me in the right direction. Looking forward to hearing from

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:13
Post  Old Post 11-09-1999 22:39 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Support Apolyton, buy Call to Power 2

Paul:

Yep, Dominique is toast as far as I can tell. I, however unqualified, appear to be the
default sucker for this at the moment. Volunteers?

1. Designers can use whatever toolset they like to do their images. We won't be making
anything special for it.

2. Yeah, I think Tiff is still the concensus. If you have any strong opinons speek up

I found a Sun API, the Java Advanced Imaging API that looks, upon cursory inspection, to
handle 24-bit tiffs. The main page for it is at http://www.javasoft.com/products/ja.../jai/index.html
A piece of the manual that shows the tiff stuff is at: http://www.javasoft.com/products/java-media/jai/forDevelopers/jai1_0guide/ Acquisition.doc.html#61287 .

I haven't had time to check it out in terms of speed etc. But I think its safe to just go with TIFFs as the standard at this point unless you or someone really raises serious objections. Dominique seemed to know this stuff pretty well.

On your doing part of the job... Just let me know what you need and we will bumble through as usual . I think with some sexy graphics in a demo and on the web page we will be able to suck in some graphical artist types. Your thoughts on this appreciated too.

If you would like to be provisional duke for graphical stuff until someone who really wants the job shows, you're Very welcome to it.

Mark

[This message has been edited by Mark_Everson (edited September 11, 1999).]

Peter Dobrovka is offline Peter Dobrovka
Chieftain
Germany
May 1999
time: 05:13
Red face  Old Post 13-09-1999 13:17 Visit Peter Dobrovka's homepage!
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Support Apolyton buy from Amazon

What does it mean, "Dominique is toast"?
Did he have an accident?

Peter

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:13
Question  Old Post 13-09-1999 20:28 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Support Apolyton buy from Amazon

Peter:

Unfortunately I have no idea what happened to Dominique. I got no responses to emails for over a month, and just gave up. I Hope it is nothing as serious as an accident. There have been lots of people over time that have just disappeared without a word in my limited experience with the internet. I just assumed he had decided to blow off Clash.

L o k i
Guest

Not Yet
time:
Post  Old Post 28-12-1999 11:59
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Support Apolyton

I knew this would happen. I'll catch on quickly.
[This message has been edited by L o k i (edited December 28, 1999).]

Kull is offline Kull

King
El Paso, TX USA
Mar 1999
time: 22:13
Smile  Old Post 28-12-1999 12:28 Visit Kull<br><a href=/members><img src=/forums/images/lifer-icon.gif border=0></a><BR>'s homepage!
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Full PM-box? Change here!

Loki: This is the REAL old Map Graphics thread! I bumped up the current one (authored by Paul Crocker), so you may want to move your posting over there. All these similar threads can be confusing, so I recommend you explore them via the "Map Graphics" page on the Clash Web Site. It should help you navigate through the chaos!

  < 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.0422 seconds (88.54% PHP - 11.46% 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