• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Inner Circle

----Darkest Hour Team---- ✪ ☭ ✠
93 Badges
May 26, 2007
3.585
497
  • Penumbra - Black Plague
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
  • Knights of Pen and Paper +1 Edition
  • Legio
  • The Kings Crusade
  • Magicka
  • Majesty 2
  • March of the Eagles
  • Europa Universalis III Complete
  • For The Glory
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler 2020
  • Teleglitch: Die More Edition
  • Victoria 2
  • Victoria 2: A House Divided
  • Stellaris: Federations
  • Crusader Kings II: Sword of Islam
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Hearts of Iron Anthology
  • Darkest Hour
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations





Hello again, it is Monday and that means it is time for another Dev Diary. Well actually we have more for you today. As things were a bit hectic over the weekend i didn't have time to write the Diary as long as i would have liked to we will give you a small one first. And finish up later in about 3 or 4 hours with another one. :)

Claims

We're here today to talk about one of the new concepts introduced by Darkest Hour: Claims!
What are claims? And what is the difference between claims and cores? Here are the answers to these questions!

Claims are basically used for diplomatic purposes and are useful to assert the desire of a country to own and control a province. There are no economic benefits of claiming provinces: they are counted as non-national when it comes to IC/MP/Resources or revolt risk and there will be no way to transform those claims into cores. However, claimed provinces are counted as national when it comes to diplomacy or country release. That means that a claimed province appears in the "Have claims against..." section and can be asked with the "Demand Territory" mission in the Diplomatic tab. The AI won't secede provinces it has claims on to allies/puppets even if those provinces are cores to that ally. In most cases claims will be used by players just to "redraw" the map in the way they wanted it to be after a successful war, especially in case of partition. Think about the partitioning of Greece for example: Italy, Germany and Bulgaria can claim different provinces and they won't secede them to their allies (even if those allies have cores on them).

So, how does claiming provinces work? Via the right-click menu it is possible to add and remove claims to single provinces, areas or regions. Claiming non-owned province increases belligerence and removing claims from such provinces decreases it (both values are set in misc.txt). Claimed provinces can be seen best on the Diplomacy map mode - they use lighter green than cores and also a black dot as opposed to the red one used for cores.

However, there are some limitations to avoid exploiting this new mechanism: it is not always possible to claim provinces of another country. New claims can be freely set to war enemies, but can be set to neutral countries only if policy allows that (interventionism must be high enough). Moreover claims cannot be demanded from countries that you are guaranteeing at the same time: for example Germany cannot ask for provinces from Poland if it is guaranteeing its independence!

Another new useful feature is that peace negotiations now take into account cores and claims:
- Insist on Demands automatically adds all claims and cores the initiating country has to the demanded provinces list;
- Beg for Peace automatically adds all claims and cores the receiving country has to the demanded provinces list;

Automatic Release of Nations

Another very interesting new feature introduced by Darkest Hour is the Automatic Release of Nations. First of all, claims are taken into account when a new nation is released and are considered like extra provinces. Moreover, Darkest Hour reviewed the automatic release of countries done by the AI, which suffered many limitations: the AI could release a country in its release = { } list only if it was a democracy, it was at peace and there were no more Axis powers. These limitations were removed and now even Germany or the Soviet Union can release countries during the war.
Moreover, if it no more necessary to control all the provinces in the minimum list in revolt.txt: minimum, extra and claimed provinces are all taken into account and if enough of them are already under the control of the AI nation, it will release that country.

Yeah, but what does that mean in terms of gameplay? Well, we know that after the end of WWII the Allies released West Germany and South Korea whereas the Comintern released East Germany and North Korea. But what if things went differently? What could have happened if the Allies had recovered part of Poland? Couldn't this situation lead to a Democratic Poland and a Communist Poland? Or had the Soviet Union conquered all of Germany and half of Netherlands, wouldn't they have created a East Netherlands opposed to the West Netherlands freed by the Allies? Or maybe even a North Communist Italy opposed to a South Democratic Italy!

With these new mechanism (and with new "communist" countries implemented of course) it is possible to recreate a dynamic situation after the Victory in Europe. No more bundled by fixed events, the AI will be able to release nations as soon as possible and the outcome of the war will be different every time. The Rush for Berlin will be even faster now and with greater consequences!


So, to conclude this Dev Dairy, here are the changes to the code regarding claims:
Code:
- manual claims can be enabled or disabled from misc.txt (diplomacy section : Allow manual claims change in-game for players: 1 - Enabled, 0 – Disabled );
- there is a new provinces list named "claimedprovinces" available for countries which can be set in scenario (INC) files and in revolt.txt (claims = { } list);
- there are new event commands to add or remove claims: type = addclaim which = [prov id] / type = removeclaim which = [prov id];
- there is a trigger to check for claims: claims = { province = a [data = tag ] } # check if that province is claimed by TAG (or country in question if not specified);
- it is possible to set in misc.txt the increase and decrease of belligerence for adding and removing claims (does not apply for owned by enemies or claimed province via event command);
- there is a new policy modifier in policy_effects.csv that regulates claiming new provinces of neutral countries;

And here are the changes to the code regarding the release of nations:
Code:
New misc.txt parameters (“ai” section):
* Use new AI release rules – all countries can release puppets even when at war. 1 – Yes, 0 – No
* Masters become master of new puppet’s puppets too. 1 – Yes, 0 –No
New parameters for country creation (revol.txt):
* claims = { PROV_ID …} – populates claimedprovinces list
* min = X - allows release if at least X provinces of minimum list are controlled by releaser country. By default (no min_prov entry or min_prov = -1) it is equal to provinces in minimum list.
* min_extra = X - allows release if at least X provinces of extra list are controlled by releaser country. By default (no min_ extra entry) it is 0.
* value = X.X (0.0 – 1.25) – used by the old release model (when no min or min_extra are defined). When “score” is above that value the country will be available for release. By default (no value) it is 0.51.


More to come in a few hours. :)
 
Last edited by a moderator:
Sounds great! :) Always had to edit cores to get some land for the sake of realism.
 
Last edited:
Now to the bad things. In my beta game as Germany, I claimed two of Ireland's 4 provinces and demanded my territory. They gave in.

So when you are a huge nation, you can slowly weaken your small enemies with this. I'm sure the feature will be adjusted though. I personally liked it in the Continuation war with Finland.
 
This is a brilliant feature.

But the following puzzles me:
...there will be no way to transform those claims into cores. However, claimed provinces are counted as national when it comes to diplomacy or country release.

So will they be counted as cores after "diplomacy or country release"...?
 
So will they be counted as cores after "diplomacy or country release"...?
No, not after "diplomacy or country release", but for issues regarding diplomacy or country release. For example if you want to release a country, they will gain their core provinces (minimum + extra) and also their clamed provinces (as set in revolt.txt). Or, as said in the DD, it is possible to demand cores together with claims using the "Demand territory" diplomatic mission.
 
But you can't release countries in areas you have claims on? Say, I as Finland have claims on all of Karelia, so I can't release an independent Karelia because of this, can I?
 
I don't think it's a bug. I see it as an exploit, though. I'll experiment a bit more with the feature and if I run into other similarities, I'll report them.

the irish ai file misses a proper resistance i guess, easy to fix. :)
 
But you can't release countries in areas you have claims on? Say, I as Finland have claims on all of Karelia, so I can't release an independent Karelia because of this, can I?
I am not 100% sure, but it makes sense. If I claim those lands for my country, why should I give them to someone else?
 
I am not 100% sure, but it makes sense. If I claim those lands for my country, why should I give them to someone else?

True. You can do this in the Clausewitz engine though (at least EU3 and Vicky 2).

So there's really absolutely no way to turn claims into cores without events?
 
But you can't release countries in areas you have claims on? Say, I as Finland have claims on all of Karelia, so I can't release an independent Karelia because of this, can I?

On release cores and claims are not seceded automatically. If a country requires provinces that are currently cores or claims to the "master", that country won't be listed as available for release.
 
So there's really absolutely no way to turn claims into cores without events?

Given the relatively short time for a campaign in DH and what are cores in the game (provinces with national majority, that can be fully utilized in time of war), we intentionally did not added bonuses of any kind to claims. This allows us also to give players the freedom to claim without breaking the game balance.
 
It should be modable to make claims as intermediary cores.

There was a debate on the dev. board about that some time ago. While this happened in history it is a relatively long process and involves methods that are against our principles. In game terms it makes no sense because will broke the balance completely.