How to give your faction an imperial palace:
Step 1
Make a backup of your export_descr_buildings.txt (or EDB for short). One of the "modding rules of cool" - as Epistolary Richard has put it in his signature - is to always have a back up on hand. Just in case anything goes wrong. You never know till you've tested it and have seen it working beautifully.
Step 2
Select the factions you want to add. Go to descr_strat.txt - do a search for the faction you want. Say you want to give the Aedui a bit more imperial grandeur:
Open descr_strat in the imperial campagin folder; press Ctrl+F; type "aedui" (WITHOUT the quotation marks); and you'll find:
Code:
; ---------------------------------------------------------
; ######### gauls - Aedui #########
; ---------------------------------------------------------
Apparently the internal name of the Aedui is "gauls" - again WITHOUT quotation marks.
Step 3
Find this piece of code in your export_descr_buildings.txt (or EDB for short):
Code:
imperial_palace requires factions { saba, slave, romans_brutii, egypt, romans_scipii, carthage, parthia, numidia, thrace, greek_cities, macedon, romans_julii, seleucid, } and building_present government
Add your faction after seleucid (which is the SPQR faction in the campaign).
Like this example, in which I want to give the Aedui an imperial palace:
Code:
imperial_palace requires factions { saba, slave, romans_brutii, egypt, romans_scipii, carthage, parthia, numidia, thrace, greek_cities, macedon, romans_julii, seleucid, gauls, } and building_present government
Mind you, you have to add the internal faction name. Extremely important as well, is that you keep the syntaxis EXACTLY the same. So you end each faction you add with a comma and a space. INCLUDING the last faction of your modifications: see the original "seleucid, " entry in the original code.
Step 4
Test it!
~~~~~~
Please keep in mind that from now on you're not playing with a clean build anymore. Also, if any weird error messages occur complaining about pieces of code missing and / or faulty code: most likely you've wrecked the syntaxis. 
EDIT: AFAIK: Capitals can't, but I'm not sure about that hill and that building.
Bookmarks