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 > Technology, images and messages
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
LDiCesare is offline LDiCesare
King
La Ferté sous Jouarre France
Jan 2001
time: 05:23
  Old Post 19-11-2002 14:41
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Technology, images and messages Avatar Enlargement: We've got the solution

I couldn't unearth a recent tech thread so here is a new one. I already talked about the subject I want to address in the Unit Graphics thread.
Here is what I proposed:
That military unit graphics change as tech changes, because their abilities change too (better attack, etc.)
Here is what I have partially coded (I still have to be able to read the stuff from the xml file):
A string of characters can change based on some techs. That allows me to change the string which is an index of the image to show for units.

This can have other effects, however:
For instance, in civ, you had different advisor images and messages ("wise men" became "scientists" for instance) as tech went by.
Technology impact is now visible through the ability to build new units, and through better production (farming...). The latter is not very flashy, however.
Are there any other things that could make use of techs just to show tech evolved? Changing graphics of cities, units, is a possibility, but does anyone see something else which could be done simply in order to provide better gameplay-immersion? In terms of messages/strings, of images or whatever else?

Lord God Jinnai is offline Lord God Jinnai
Prince
St. Louis
Sep 1999
time: 23:23
  Old Post 21-11-2002 12:41 Visit Lord God Jinnai's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

Um, at some point roads should change.

Also i remember on Civ1 when you conquered a city it would show your troops occupying the town and they changed when you got gunpowder and then conscription.

Also maybe the popps could change with different skins as time went on.

Simon Loverix is offline Simon Loverix
Warlord
Tongeren, Belgium
Apr 2001
time: 05:23
  Old Post 21-11-2002 20:24
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Put an end to popups!

Other examples from civ 1 are the granary and the colosseum in the city view, that changed to a silo and a stadium as tech went by.
Buttons with a graph can also chang (cfr warcraft).

The graphics should also have constant characteristics. FE, if the icon for fortifications is gray and square, it should always be gray and square. For ancient times it can be brownish gray and low, for future times blueish gray and high, but it should retain the same basic design, so the players won't need to refamiliarize with the interface each time.

It should be fairly easy to write time- and culture-specific phrases for diplomacy and the interface overall. But that is not urgent and in fact it would best be done when it is known which text is needed when.

Will we suppose a uniform modernity (like civ, where the city icons are the same for each culture after Industrialization) or do cultures keep their different appearances in modernity?

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:23
Thumbs up  Old Post 23-11-2002 20:09 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Get a bigger avatar today!

Hi All:

I don't have any great ideas, but just wanted to register my support for what you're doing here. One fairly obvious complement, tying in with what Simon said, is to add technology-type statements to the detailed battle descriptions we plan to have in the long run that tell the player what caused the battle results.

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

quote:
Originally posted by Simon Loverix Will we suppose a uniform modernity (like civ, where the city icons are the same for each culture after Industrialization) or do cultures keep their different appearances in modernity?
Some things should change, but no matter what, they should show some aspect of their culture.

Richard Bruns is offline Richard Bruns
King
NC, USA
Nov 1999
time: 06:23
  Old Post 30-11-2002 18:36 Visit Richard Bruns's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Re: Technology, images and messages Support Apolyton, buy Call to Power 2

quote:
Originally posted by LDiCesare
Here is what I proposed:
That military unit graphics change as tech changes, because their abilities change too (better attack, etc.)
...
Changing graphics of cities, units, is a possibility, but does anyone see something else which could be done simply in order to provide better gameplay-immersion? In terms of messages/strings, of images or whatever else?


I already have posted ideas for changing unit graphics as technology changes:

http://paws.wcu.edu/rb22393/clash/I.../interface.html

For some more ideas, go to:

http://paws.wcu.edu/rb22393/clash/T...taskforces.html

As for a more general system of message text, we have to find a way to incorporate it into the xml file. Otherwise things get hard coded, which wastes programmer time and limits customizability. The best place to do this is, I think, in the xml file that controls message text. It seems that there should be some way to set up case-based logic like:

{message}
{default}We have announced that {default}
{technology}Communication{technology}
{10}We have sent runners shouting to everyone that {/10}
{30}We have dispatched heralds with sealed proclamations saying that {/30}
{50}We have printed and mailed notices that {/50}
{80}We have pre-empted all radio programs to say that {/80}
{90}We have pre-empted all television programs to say that {/90}
{110}We have sent e-mails to all citizens to say that {/110}
{/message}

Where the numbers in the brackets are the tech level of the listed technology. That´s just a suggestion, though. I don´t even know if we have an xml for messages.

Edit: The code tag didn´t preserve the xml, so I changed the brackets.

Last edited by Richard Bruns on 30-11-2002 at 18:43

LDiCesare is offline LDiCesare
King
La Ferté sous Jouarre France
Jan 2001
time: 05:23
  Old Post 03-12-2002 15:17
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

The strings are xml-specified.
It is actually a bit more complicated as I allow to mix techs, so you can have:
{image}{default}archer.gif{/default}
{tech_values}
{technology}Military Tactics{/technology}
{value}12.0{/value}
{image}archer.gif{/image}
{technology}Ballistics{/technology}
{value}12.0{/value}
{image}superArcher.gif{/image}
{/tech_values}
{/image}
Tag names are not sure, I can't check them here. I just know I have image somewhere where it is not really correct to have that.
That means you need both Military Tactics and Ballistics to reach 12 in order for the image to change. Writing the xml is more complex than your example, but more powerful. Right now, only images for units use this.

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