hey anyone know how to change the names of countrys on the start screen
thanks dudeYes under "world_names"
UGS;Northern Army;Armée du Nord;Esercito del Nord;Armada del Norte;Nordarmee;Armia Pó³nocna;;Ïðèìîðüå;;;X
\Darkest Hour Full\configthanks dude
db\ country-fileim so sorry for pestering people but how do you change counties colors
You don't need to edit the map. All you have to do is modify the province info in map\Map_1\Province.csv file.I want to add a working seaport to the province of Jaffna. Is it possible to edit the map in this way?
Give it time.The problem is what I add the "Sea Zone" column the game tends to freeze up...
I think garrison would be better:Does the trigger: division_in_province = { id = { type = [id type] id = [id id] } province = X } work for checking other country divisions? And does it check for any division being there or just the one specified?
I am making some improvement events for polish-bloshevik war and want to make an event for cze taking tesin from polish control if there is no polish army there. Is it possible with this trigger, or if not, is there any other trigger I could use for it?
I don't remember, check the AI files Modding documentation\AI Files Modifiers.txtOne question:
How to reduce or raise AI production rate of divisions?
type = inherit which = AUS
type = inherit which = AUS value = 0
type = inherit which = AUS value = 1
It's correct, but may be other parameters involved too.I struggle with inherit command. IIRC its default effect is just annexing of given country's provinces. However, using it as below:
gives me all Austrian divisions and their production queue, which should only happen if inherit command was used as below:Code:type = inherit which = AUS type = inherit which = AUS value = 0
Is my reasoning correct or do I make a mistake somewhere?Code:type = inherit which = AUS value = 1
Actually my case is annexing Austria by Germany, so it shouldn't be a problem with regular_id. I've just seen in revolt.txt that AUS has parameter no = { GER }, but it means that GER cannot release AUS, doesn't it? In GER there are no parameters involving AUS.It's correct, but may be other parameters involved too.
For example, i if the annexed country in revolt.txt has regular_id = [TAG of annexing country]. That would lead to the observed behaviour. Check revolt.txt for rules regarding regular_id.