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 > Miscellaneous > Archive > CtP2-Creation/AI/Mods/Scenarios-Archive > Great Manual project
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
PaulWilliams is offline PaulWilliams
Settler
France
Mar 2001
time: 05:14
Post  Old Post 10-04-2001 14:31 Visit PaulWilliams's homepage!
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Great Manual project Support Apolyton, buy Call to Power 2

As a newcomer to this forum I have been impressed by the vast amount of expertise etc available here. And as a journalist I thought I would start on a Great Manual Project to draw together all that is known and to help other newcomers as I have, myself, been helped. If people think it worth while perhaps Apolyton would put the files on their database.

Here is my first attempt, on adding ADVANCES. I would greatly appreciate any comments about errors, omissions and cockups from the Great Gurus:

HOW TO ADD ADVANCES

You need to amend the following files:

In default/gamedata:

ADVANCES.TXT
UNITICONS.TXT

In english/gamedata (or whichever language you are using)

*GL_STR.TXT
*GREAT_LIBRARY.TXT

In default/aidata:

*ADVANCELISTS.TXT

Your custom graphic - if you use one - in default/graphics/pictures

(* optional - it will play without entries here)

First: add your advance to ADVANCES.TXT. As always the easiest way is to copy one of the existing entries and then change the various entries.

Here is one I prepared earlier:

ADVANCE_ASTRONOMY {

Prerequisites ADVANCE_RELIGION

Cost 350
Icon ICON_ADVANCE_ASTRONOMY
Branch 0
Age AGE_ONE
}

Prerequisites is the advance you must already have before you can do this particular one. Here I have added just one. You can have none, one, two or more. The Great Library will show your prerequisites in the Tech Tree.

Cost: this is how much science gold you need to do the advance, so in other words it dictates how long before you get the advance. Look at the cost of other advances in the age for which your advance is designed to get an idea of a reasonable figure.

Icon: this refers to the entry in UNITICONS.TXT which you must have (see below).

Branch 0: All the entries appear to need this although it appears to have no relevance now.

Age: The age in which you expect to get this advance. (How does this affect gameplay?)

UNITICON.TXT

As always you can copy an existing entry and then change it. For astronomy it would look like this:

ICON_ADVANCE_ASTRONOMY { FirstFrame "ASTRONOMY.TGA" Movie "NULL" Gameplay "ADVANCE_ASTRONOMY_GAMEPLAY" Historical "ADVANCE_ASTRONOMY_HISTORICAL" Prereq "ADVANCE_ASTRONOMY_PREREQ" Vari "ADVANCE_ASTRONOMY_STATISTICS" Icon "ASTRONOMY.TGA" LargeIcon "NULL" SmallIcon "NULL" StatText "ADVANCE_ASTRONOMY_PREREQ" }

Most of these statements (Gameplay, Historical, Prereq, Vari, StatText) refer to the Great Library. You do not have to have an entry in the Great Library. The game will play without them but the text that appears for the advance during the game (for example in the Science manager screen) will either not appear or show as XXX_XXX_XXX (not literaly - with the XXX replaced by the statement it is looking for).

LargeIcon and SmallIcon are always NULL. Movie is NULL here because you only need these for Wonders. FirstFrame does not seem to do much, but put it in anyway - make it the same as Icon

Icon: this is important - it is the graphic that will be shown in the Sciences Manager and Empire when you are doing it. If you do not have it the game may play until it tries to access the picture and then it will crash.

If you have your own graphic it must be in the same format as the other pictures: TGA etcetera (there will be another section on graphics). Place it in default/graphics/pictures

You can access graphics in CTP files (the pic555.zfs and pic565.zfs files) if you know what the name is. The file is still referred to as .TGA even though it is referring to .RIM. If you want to use the .zfs from another CTP game, say CTP1, you can put them in english.graphics/pictures - you would just lose the small .zfs files already there which do not appear to be very significant.

Tip: there is a fine library of graphics created by HARLAN that you can download from this site.

GL_STR.TXT

This file tells the program what you want to call your advance - otherwise it simply puts in ADVANCE_WOMBAT_MAKING or whatever you are adding. In my example the line is:

ADVANCE_ASTRONOMY "Astronomy"

Great_Library.txt

Well, you want to explain what this new advance is all about, don't you? Following my example you could have something like this:

[ADVANCE_ASTRONOMY_PREREQ]
Requires:
ATABASE_ADVANCES,ADVANCE_RELIGION>Religion
[END]

[ADVANCE_ASTRONOMY_STATISTICS]
Gives:
ATABASE_WONDERS,WONDER_STONEHENGE>Stonehenge
[END]

[ADVANCE_ASTRONOMY_GAMEPLAY]
Stars, the movement of the sun, the moon and the planets have always been a fascination to man.
[END]

[ADVANCE_ASTRONOMY_HISTORICAL]
The study of astronomy was ineluctably linked with religion. Scientists were scorned and scorched when first they suggested that the Earth was (a) round and (b) not the centre of the universe.
[END]

The PREREQ entry tells you what you need to do the advance, STATISTICS what you get once you have done it. The tags allow the Great Library user to click on a hyperlink to look up the subject. If you do not put them in the text appears, but without the hyperlink. Gameplay and Historical are the texts that appear in those sections of the Great Library, so you can show off your erudition and literary abilities.

So now you are off - except will your computer opponents know about these advances? Perhaps, perhaps not. To be sure you need to add them to the appropriate files in default/aidata/AdvanceLists.txt. The entry, in my example, would look like this:

Advance ADVANCE_ASTRONOMY

It is up to you to decide where in the list of priorities for each personality you wish to put it!

[This message has been edited by PaulWilliams (edited April 16, 2001).]

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:14
Post  Old Post 10-04-2001 16:47 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Help yourself to an AD-FREE life

Not to in any way seem at all unenthusiastic about this, as I think its a great idea, but check to see your not overlapping workloads with Hexagonian who just did a similar thing.
Check it out:
http://www.apolyton.net/forums/Foru.../000496.html?11

Keep at it though, it sounds really good.

Ben

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:14
Post  Old Post 10-04-2001 18:14 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Full PM-box? Change here!

...and if you have any entries, email them to me and I will incorporate it into the Guide.

PaulWilliams is offline PaulWilliams
Settler
France
Mar 2001
time: 05:14
Post  Old Post 16-04-2001 18:15 Visit PaulWilliams's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Suffering from ads?

Jeeeesus.

I had a little problem accessing Hexagonian's guide, but now I have seen it I shall cease and desist the Great Manual Project. It's been done.

Felicitations and chapeau, as they say over here in France.

Two minor points:

I didn't know about it because the reference to it was in the CTP2 Creation forum and I was looking at this (Mods) forum. You need to have a bit of luck or post a message to find it. IMO such an excellent piece of work should be directly accessible from the Apolyton Modifications page, possibly divided up into sections and in HTML format. BUT it really MUST be referred to there, together with all the other information such as files and Activision info. It is a great and invaluable tool for beginners such as I.

Perhaps when we have got all Martin Guehmann's tags or statements identified these could be added as an appendix, also accessible from Apolyton's Mod page.

Btw I have been playing around with tile improvements. I have succeeded in getting canals and bridges, though the bridge uses the underwater tunnel sprite as I have not yet found the bridge sprite as used in the Samurai scenario. The canal is in the terraforming section and takes the place of making white mountains, as who would want to create white mountains. If hose are of interest I will post them here and let Hexagonian have details - though there are still a few mysteries I have yet to solve.

Sorry. That's three points.
[This message has been edited by PaulWilliams (edited April 16, 2001).]
[This message has been edited by PaulWilliams (edited April 16, 2001).]

PaulWilliams is offline PaulWilliams
Settler
France
Mar 2001
time: 05:14
Post  Old Post 16-04-2001 18:23 Visit PaulWilliams's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Remove this text

PS: I notice that my original message in this string dropped certain characters: "

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:14
Post  Old Post 16-04-2001 20:20 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton, buy Call to Power 2

I've emailed Richard to upload the Manual from my site to make it available here at Apolyton, but I am not sure if he is still on break.

But if you have any entries Paul, send them on...

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:14
Post  Old Post 17-04-2001 19:13 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton buy from Amazon

Paul:

I interesting about the code for channels and bridges you should post it. We already talked about the terrain.txt and the tilimp.txt. I posted a new reply there:

http://www.apolyton.net/forums/Forum48/HTML/000159.html

-Martin


  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:14.
Apolyton Time is 00:14.
    top of page
Rate This Thread:
archivepost
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.0453 seconds (90.49% PHP - 9.51% MySQL) with 31 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