- Added local_speed_modifier
So, this means that, if a barony has a certain building, we can give a speed boost to the province by event?
- Added local_speed_modifier
what does this mean?- Fixed issue where the pope would always grant divorces as the marriages where wrongly considered a consanguinity.
what does this mean?
Speaking about visual appearances: as the current patch tackles (among a zillion other things!) the Kingdom of Jerusalem, it would be neat if you could also move back the city position of Jerusalem a bit further north (as it was in pre-RoI's map), so that the CoA over it is in the right placeThey are scheduled for the next regular patch, along with some other DLC fixes.
yay! more variable modifiers.
thanks guys!
what made you expand the variable system?
also what does "take a scope or second variable as right-side argument" mean, i would probably understand it if i saw it in the code but im having trouble imagining it in my head, are there examples in the base game files?
thanks again! its great to see you add things for modders like this!
check_variable = { which = test_var1 which = FROM } # Checks it against FROM's variable of the same name
check_variable = { which = test_var1 which = test_var2 } # Checks value against another variable's value
- Ironman now autosaves once every 6 months rather than every month
It means that you can write stuff like this:
Code:check_variable = { which = test_var1 which = FROM } # Checks it against FROM's variable of the same name check_variable = { which = test_var1 which = test_var2 } # Checks value against another variable's value
Im also randomly guessing that some of these new entries for modders are because you are working on things related to future dlc's....!? :unsure:hmy:
![]()
Actually no. I have nothing to do with the development of CK2. Everything I've added have been suggestions from modders or things I thought would be nice to have.
Previously the pope thought that you where always married to a sibling and therefor was more than ok with you divorcing them.
Infact previously everyone thought that whoever you where married to was your sibling, with some "interesting" results.
Actually no. I have nothing to do with the development of CK2. Everything I've added have been suggestions from modders or things I thought would be nice to have.
Previously the pope thought that you where always married to a sibling and therefor was more than ok with you divorcing them.
Infact previously everyone thought that whoever you where married to was your sibling, with some "interesting" results.
Nice! But in my opinion even once a year would be enough.- Ironman now autosaves once every 6 months rather than every month