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 > How can you create your own civ?
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
me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 15-04-2001 19:13
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
How can you create your own civ? Support Apolyton

I was wondering about creating the babalonians, i always played with them in civ 2 and i was wondering if it was possible to play with them in ctp2. Would you be able to select them from the civ list, or would you need to place them in map editor simular to a scenario?

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:14
Post  Old Post 15-04-2001 22:29 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, buy Call to Power 2

To add a civ you need to modify two files:

..\ctp2_data\default\civilisation.txt
..\ctp2_data\english\civ_str.txt

Add to civelisation.txt:

code:
BABYLONIAN #43 { CIV_LEADER_NAME BABYLONIAN_LEADERM_NAME CIV_LEADER_NAME_FEMALE BABYLONIAN_LEADERF_NAME CIV_PERSONALITY_MALE "PERSONALITY_STALIN" CIV_PERSONALITY_FEMALE "PERSONALITY_MEDICI" CIV_PERSONALITY_DESCRIPTION PERSONALITY_DESCRIPTION_CLERIC CIV_COUNTRY BABYLONIAN_COUNTRY_NAME CIV_SINGULAR BABYLONIAN_SINGULAR CIV_PLURAL BABYLONIAN_PLURAL CIV_EMISSARY_PHOTO BABYLONIAN_DIPLOMAT_PHOTO CIV_PARCHMENT 27 CIV_CITY_STYLE 1 CIV_CITY_NAME BABYLONIAN_CITY_1 CITY_IS_CAPITAL CIV_CITY_NAME BABYLONIAN_CITY_2 CIV_CITY_NAME BABYLONIAN_CITY_3 CIV_CITY_NAME BABYLONIAN_CITY_4 CIV_CITY_NAME BABYLONIAN_CITY_5 CIV_CITY_NAME BABYLONIAN_CITY_6 CIV_CITY_NAME BABYLONIAN_CITY_7 CIV_CITY_NAME BABYLONIAN_CITY_8 CIV_CITY_NAME BABYLONIAN_CITY_9 CIV_CITY_NAME BABYLONIAN_CITY_10 CIV_CITY_NAME BABYLONIAN_CITY_11 CIV_CITY_NAME BABYLONIAN_CITY_12 CIV_CITY_NAME BABYLONIAN_CITY_13 CIV_CITY_NAME BABYLONIAN_CITY_14 CIV_CITY_NAME BABYLONIAN_CITY_15 CIV_CITY_NAME BABYLONIAN_CITY_16 CIV_CITY_NAME BABYLONIAN_CITY_17 CIV_CITY_NAME BABYLONIAN_CITY_18 CIV_CITY_NAME BABYLONIAN_CITY_19 CIV_CITY_NAME BABYLONIAN_CITY_20 CIV_CITY_NAME BABYLONIAN_CITY_21 CIV_CITY_NAME BABYLONIAN_CITY_22 CIV_CITY_NAME BABYLONIAN_CITY_23 CIV_CITY_NAME BABYLONIAN_CITY_24 CIV_CITY_NAME BABYLONIAN_CITY_25 CIV_CITY_NAME BABYLONIAN_CITY_26 CIV_CITY_NAME BABYLONIAN_CITY_27 CIV_CITY_NAME BABYLONIAN_CITY_28 CIV_CITY_NAME BABYLONIAN_CITY_29 CIV_CITY_NAME BABYLONIAN_CITY_30 }


Now you have to choose a personallity for CIV_PERSONALITY_MALE and CIV_PERSONALITY_FEMALE.

Valid personalities from personalities.txt are:

PERSONALITY_KAHN
PERSONALITY_GHANDI
PERSONALITY_STALIN
PERSONALITY_CEASAR
PERSONALITY_DEGAULLE
PERSONALITY_MEDICI
PERSONALITY_TELLER
PERSONALITY_STRANGELOVE
PERSONALITY_CALLENBACH
PERSONALITY_NADER

Note: first personality is always used for the barbarians and should never be used for normal AI's because it effects what strategies they use.

Now you have to choose a personality description valid descriptions from civ_str,txt are:

PERSONALITY_DESCRIPTION_BARBARIAN "Barbarisch"
PERSONALITY_DESCRIPTION_SLAVER "Herrisch"
PERSONALITY_DESCRIPTION_CLERIC "Fromm"
PERSONALITY_DESCRIPTION_WAR_MANY "Militant"
PERSONALITY_DESCRIPTION_WAR_FEW "Aggressiv"
PERSONALITY_DESCRIPTION_SCI_MANY "Friedlich"
PERSONALITY_DESCRIPTION_SCI_FEW "Umgänglich"

There is no need to create a diplomatic photo, because this feature wasn't finished before release. But you want to create a parchment for your civ. In this example your Babylonian civ will use the Necaraguan parchment. I you want to take a look on a parchment check Blueo's Alternate Sci-fi Mod. It contains alrady three parchment for Amazone civs.
If you alter the parchment number to 42 you need to create an image called UPDG42.tga 16 bit, no compression, no alpha, dimensions 248x315 pixels (OK you can play with the dimensions a little bit that are only the values of Blueo's parchments.


After that you have to add this to the civ_str.txt:

code:
BABYLONIAN "Nicaraguaner" BABYLONIAN_LEADERM_NAME "Montezuma II." BABYLONIAN_LEADERF_NAME "Azzalleh" BABYLONIAN_COUNTRY_NAME "Nicaragua" BABYLONIAN_SINGULAR "Nicaraguaner" BABYLONIAN_PLURAL "Nicaraguaner" BABYLONIAN_CITY_1 "Managua" BABYLONIAN_CITY_2 "San Carlos" BABYLONIAN_CITY_3 "Nueva Guinea" BABYLONIAN_CITY_4 "Juigalpa" BABYLONIAN_CITY_5 "Matagalpa" BABYLONIAN_CITY_6 "La Rosita" BABYLONIAN_CITY_7 "Rio Blanco" BABYLONIAN_CITY_8 "Bonanza" BABYLONIAN_CITY_9 "La Cruz" BABYLONIAN_CITY_10 "Prinzapolka" BABYLONIAN_CITY_11 "San Juan del Sur" BABYLONIAN_CITY_12 "San Juan del Norte" BABYLONIAN_CITY_13 "Rivas" BABYLONIAN_CITY_14 "Ocotal" BABYLONIAN_CITY_15 "Siuna" BABYLONIAN_CITY_16 "Condega" BABYLONIAN_CITY_17 "Chinandega" BABYLONIAN_CITY_18 "Leimus" BABYLONIAN_CITY_19 "Bocay" BABYLONIAN_CITY_20 "Potosi" BABYLONIAN_CITY_21 "Puerto Cabezas" BABYLONIAN_CITY_22 "Rama" BABYLONIAN_CITY_23 "Kukalaya" BABYLONIAN_CITY_24 "Masaya" BABYLONIAN_CITY_25 "Jinotega" BABYLONIAN_CITY_26 "Waspam" BABYLONIAN_CITY_27 "Leimus" BABYLONIAN_CITY_28 "Teotecacinte" BABYLONIAN_CITY_29 "Wiwill" BABYLONIAN_CITY_30 "Granada"


Now you have repleace all Necaraguan city, leader, and contry names by Babylonian ones.

-Martin


me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 16-04-2001 07:22
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Remove this text

Thanks, i really apreciate the help.

me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 18-04-2001 08:21
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Browse Apolyton AD-FREE

Can not find end quate for ID palazium

unable to initiate database

those were the two error messages i recieved with the altered civ files

Palazium is # 30 on my list of civ city names. but it has end quotes after it. So i dont know what to do, any suggestions?

me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 18-04-2001 09:34
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Full PM-box? Change here!

I put at the end of the city name "" two sets of quotes and it gave me a different message cant find babylonians in string database. I dont know what this means, but i can still play the game, just no babylonians.

me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 18-04-2001 09:41
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Browse Apolyton AD-FREE

I found out a couple things i didn't do i was missing a quote on the civ name first line on civ.str and on civilizion.txt i needed to change the # of civs at the top of the screen now im getting another error message

Missing string id

then unable to initiate database. Im not sure what else could be wrong but thats my new error message.

me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 18-04-2001 09:50
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Got spare money?

here are my two files, maybe you can find an error im missing


BABYLONIAN "BABYLONIAN"

BABYLONIAN_LEADERM_NAME "HAMMURABI"
BABYLONIAN_LEADERF_NAME "Azzalleh"
BABYLONIAN_COUNTRY_NAME "Babylon"
BABYLONIAN_SINGULAR "Babylonia"
BABYLONIAN_PLURAL "Babylonians"

BABYLONIAN_CITY_1 "Babylon"
BABYLONIAN_CITY_2 "Ur"
BABYLONIAN_CITY_3 "Nineva"
BABYLONIAN_CITY_4 "Akkad"
BABYLONIAN_CITY_5 "Ashur"
BABYLONIAN_CITY_6 "Sippar"
BABYLONIAN_CITY_7 "Nippur"
BABYLONIAN_CITY_8 "Erech"
BABYLONIAN_CITY_9 "Opis"
BABYLONIAN_CITY_10 "Sumer"
BABYLONIAN_CITY_11 "Larsa"
BABYLONIAN_CITY_12 "Arbela"
BABYLONIAN_CITY_13 "Susa"
BABYLONIAN_CITY_14 "Harran"
BABYLONIAN_CITY_15 "Thapsacus"
BABYLONIAN_CITY_16 "Ecbbatana"
BABYLONIAN_CITY_17 "Persepolis"
BABYLONIAN_CITY_18 "Pasargadae"
BABYLONIAN_CITY_19 "Carchemish"
BABYLONIAN_CITY_20 "Behistun"
BABYLONIAN_CITY_21 "Sidon"
BABYLONIAN_CITY_22 "Tyre"
BABYLONIAN_CITY_23 "Byblos"
BABYLONIAN_CITY_24 "Arvad"
BABYLONIAN_CITY_25 "Rhagae"
BABYLONIAN_CITY_26 "Damascus"
BABYLONIAN_CITY_27 "Trapezus"
BABYLONIAN_CITY_28 "Megiddo"
BABYLONIAN_CITY_29 "Jerusalem"
BABYLONIAN_CITY_30 "Palazium"


BABYLONIAN #43
{
CIV_LEADER_NAME BABYLONIAN_LEADERM_NAME
CIV_LEADER_NAME_FEMALE BABYLONIAN_LEADERF_NAME
CIV_PERSONALITY_MALE "PERSONALITY_STALIN"
CIV_PERSONALITY_FEMALE "PERSONALITY_MEDICI"
CIV_PERSONALITY_DESCRIPTION PERSONALITY_DESCRIPTION_CLERIC
CIV_COUNTRY BABYLONIAN_COUNTRY_NAME
CIV_SINGULAR BABYLONIA_SINGULAR
CIV_PLURAL BABYLONIANS_PLURAL
CIV_EMISSARY_PHOTO NICARAGUAN_DIPLOMAT_PHOTO
CIV_PARCHMENT 27
CIV_CITY_STYLE 1
CIV_CITY_NAME BABYLONIAN_CITY_1 CITY_IS_CAPITAL
CIV_CITY_NAME BABYLONIAN_CITY_2
CIV_CITY_NAME BABYLONIAN_CITY_3
CIV_CITY_NAME BABYLONIAN_CITY_4
CIV_CITY_NAME BABYLONIAN_CITY_5
CIV_CITY_NAME BABYLONIAN_CITY_6
CIV_CITY_NAME BABYLONIAN_CITY_7
CIV_CITY_NAME BABYLONIAN_CITY_8
CIV_CITY_NAME BABYLONIAN_CITY_9
CIV_CITY_NAME BABYLONIAN_CITY_10
CIV_CITY_NAME BABYLONIAN_CITY_11
CIV_CITY_NAME BABYLONIAN_CITY_12
CIV_CITY_NAME BABYLONIAN_CITY_13
CIV_CITY_NAME BABYLONIAN_CITY_14
CIV_CITY_NAME BABYLONIAN_CITY_15
CIV_CITY_NAME BABYLONIAN_CITY_16
CIV_CITY_NAME BABYLONIAN_CITY_17
CIV_CITY_NAME BABYLONIAN_CITY_18
CIV_CITY_NAME BABYLONIAN_CITY_19
CIV_CITY_NAME BABYLONIAN_CITY_20
CIV_CITY_NAME BABYLONIAN_CITY_21
CIV_CITY_NAME BABYLONIAN_CITY_22
CIV_CITY_NAME BABYLONIAN_CITY_23
CIV_CITY_NAME BABYLONIAN_CITY_24
CIV_CITY_NAME BABYLONIAN_CITY_25
CIV_CITY_NAME BABYLONIAN_CITY_26
CIV_CITY_NAME BABYLONIAN_CITY_27
CIV_CITY_NAME BABYLONIAN_CITY_28
CIV_CITY_NAME BABYLONIAN_CITY_29
CIV_CITY_NAME BABYLONIAN_CITY_30
}

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:14
Post  Old Post 18-04-2001 15:07 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Avatar Enlargement: We've got the solution

Did you put the
####################### line under the last entry in civilisation.txt, the game uses this to find the end of the entry.

me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 18-04-2001 18:01
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton or Terrorists Win

i just did put the # line but it seems to have no effect. The other (origional) files didn't have it, is it something you need after you mod it? Also my newest error message is cant find babylonian_singlur in string data base. then it says expected # of civs not found, then it says cant initiate database. Im at a complete loss, any help will be apreciated.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:14
Post  Old Post 18-04-2001 18:59 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Lose 30 kilos (of popups)

You should take look into the civelisation.txt you will find there these lines at the beginning:

code:
## Civilisation.txt 42 ## Number of Civs in list (add as grows)


The unmodded CTP2 contains 42 civelisations. Therefore change the number to 43, because there is a civ more. By the way everything that follows a # in a line is ignored by the game. After this sign a comment follows. Threrefore a line like ############## is only for your eyes.

-Martin

me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 18-04-2001 19:30
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Get a bigger avatar today!

I have done that also, thanks anyway. Do you know of anything else it could be?

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

Email me the file, and I'll look over it.

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

I noticed two misstypinigs in your code: In the civelistion.txt there are two line:

quote:



CIV_SINGULAR BABYLONIA_SINGULAR
CIV_PLURAL BABYLONIANS_PLURAL




They should be:

code:
CIV_SINGULAR BABYLONIAN_SINGULAR CIV_PLURAL BABYLONIAN_PLURAL


These two lines refers to these lines in civ_str.txt:

code:
BABYLONIAN_SINGULAR "Babylonia" BABYLONIAN_PLURAL "Babylonians"


-Martin

me_irate is offline me_irate
Warlord

Feb 2001
time: 05:14
Post  Old Post 19-04-2001 09:40
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Support Apolyton

Thanks for the help, that was the prob. I read what i wanted wrong, i thought it wanted the alternate spellings there but they are in the other txt file.

  < 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.0437 seconds (90.64% PHP - 9.36% 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