| General | Hosted Sites | Civ5 | CivRev | Civ4Col | Civ4 | Civ3 | Civ2 | Civ1 | Misc | Marketplace |
![]() |
|
|
Welcome to Civilization Fanatics' Center. You are currently viewing our site as a guest which gives you limited access to our site features. By joining our free community, you will be able to participate in the discussions, search the forum, send private messages, vote in polls, upload your own screenshots to the gallery, and access many other special features. Registration is fast, simple and absolutely free, so sign up today! If you have any problems with the registration process or your account login, please contact support. |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Live 4ever! Or die trying
|
Name of Leader & Civ
There are different parts of the game where only the name of the civilization is shown (eg roll your mouse over their territory and it will show FRANCE or similar) and other parts where the name of the leader is shown (eg score shows CEASAR). Most of the time, I can link the name of the leader to the civilization but there are some that I haven't fully assimilated (yet). I have a mod to put the name and civilization description on the score (thx SimCutie) but is there a mod to show the same information on the map as I roll my mouse over their land?
|
|
|
|
|
|
#2 |
|
Live 4ever! Or die trying
|
Update!
This is what I have so far ... When you roll your mouse over someone elses territory but under the fog of war, you see something like "American Empire". The word EMPIRE appears in the following XML files (ignoring civilopedia) ...
...\Assets\XML\Text\CIV4DiplomacyText.xml ...\Assets\XML\Text\CIV4GameTextInfos_Objects.xml ...\Assets\XML\Text\CIV4GameText_Misc1.xml The ones in diplomacy are all about "our empire hates you, we declare war". The ones in GameText_Misc are "our empire grows" as well as scenarios. The ones in GameTextInfo_Objects is like this ... <TEXT> <Tag>TXT_KEY_CIV_AMERICA_DESC</Tag> <English> <Text>American Empire</Text> <Gender>Male</Gender> <Plural>0</Plural> </English> So, the gametextinfo looks like the one. I searched for EMPIRE in the python files and found one occurance in ...\Assets\Python\EntryPoints\CvTranslator.py This changes it into "player.getCivilizationDescription(iCase)". I searched for 'getCivilizationDescription' in the python files and found the following references … ...\Assets\Python\CvAdvisorUtils.py ...\Assets\Python\CvEventManager.py ...\Assets\Python\PyHelpers.py ...\Assets\Python\EntryPoints\CvTranslator.py ...\Assets\Python\pyWB\CvWBDesc.py ...\Assets\Python\Screens\CvDawnOfMan.py ...\Assets\Python\Screens\CvTopCivs.py I'm now in the process of hunting through these files (sigh). |
|
|
|
![]() |
| Bookmarks |
|
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Whats your favorite leader+civ combo (unrestricted leader). | alvan | Civ4 - General Discussions | 17 | Mar 14, 2010 10:18 AM |
| which civ & leader has the best economy | Evil Beejeebers | Civ4 - Strategy & Tips | 96 | Dec 21, 2008 09:50 AM |
| Can you remember which leader you played as in your first Civ IV & Warlords game? | Bast | Civ4 - General Discussions | 67 | Aug 29, 2007 11:48 PM |
| Leader Modification & Civ Customization | FoxURA | Civ4 - Creation & Customization | 2 | Jan 20, 2006 08:08 PM |
| Worst Civ & Civ Leader in the Ancient and Classical Ages? | wc3promet | Civ4 - Strategy & Tips | 1 | Dec 20, 2005 04:11 PM |