View Full Version : how do i set the cretan archers as only produce unit in Kydonia?
guineawolf
01-04-2008, 07:50
how do i set the cretan archers as only produce unit in Kydonia(Crete)?
Since the start of the greeks cities oredi got cretan archers in Thermon,right?
ah,i forget!i can add the rhodian slingers as only produce unit in rhodes too...:help:yes: :
Ask this is the modding forum. I suppose Omanes will be along shortly to move this thread. They will help you :2thumbsup:
You can edit the EDU (export_descr_units) and give ownership to the Greeks or the Greek_cities. Then edit the EDB (buildings) and let them train in the archery range.
So, you find the unit in EDU then place it in EDB
Omanes Alexandrapolites
01-04-2008, 20:12
Moved to the Modding Question forum - you should gain more help from the more modding orientated Orgahs there :burnout:
You mean you want to hire this mercenaries only in certain province? edit descr_mercenaries.txt in campaign folder (exclude not needed regions from pool or make new)
Roman_Man#3
01-04-2008, 23:35
Or do you want to make them recruitable by greek cities only in crete (and rhodes) like the spartans can only get recruited in Syracuse and Sparta?
Or do you want to make them recruitable by greek cities only in crete (and rhodes) like the spartans can only get recruited in Syracuse and Sparta?
I think Roman_Man is right there.
guineawolf
01-08-2008, 08:57
Or do you want to make them recruitable by greek cities only in crete (and rhodes) like the spartans can only get recruited in Syracuse and Sparta?
yeah!you are correct,that is what i am talking about!plz tell me how?:help:
Open export_descr_buildings.txt.
Find the archery-range building tree and add to all the levels you want them to be trainable this line:
recruit "merc cretan archers" 0 requires factions { greek_cities, macedon, } and resource purple_dye and resource iron
Change the factions to whatever factions you want to be able to train them. Note that it is not necessary to have all the factions that you listed as owners in the EDU, but you MUST not have a faction which is not listed as an owner. So, if you want thrace or selecides to train them, you will also have to go to export_descr_units.txt and add these factions to the onwership list.
** The combination of purple_dye and iron resources is unique to Kydonia, so you don't have to add a hidden resource. If you want to make future changes though regarding resources, perhaps you'd like to use a separate resource. If you do, then add "crete" to the list of hidden resource in the top of the EDB fileafter the "italy" one and instead of the previous line use:
recruit "merc cretan archers" 0 requires factions { greek_cities, macedon, } and hidden_resource crete
Then you will also have to go to data/world/maps/base/descr_regions.txt, find the kydonia region and add "crete" to the ist of resources there.
For Rhodian Slingers you will have to do the hidden resource way. Add "rhodes" to the hidden resource list in EDB, add it to the region's resource list in descr_regions, and add:
recruit "merc rhodian slingers" 0 requires factions { greek_cities, } and hidden_resource rhodes
to the archery-range levels.
vBulletin® v3.7.1, Copyright ©2000-2025, Jelsoft Enterprises Ltd.