With emphasis on "few"Quite a few of these suggestions have been implemented so it's safe to say that Pdox is reading this thread.
All suggestions on here that they've implemented are listed at the bottom.
With emphasis on "few"Quite a few of these suggestions have been implemented so it's safe to say that Pdox is reading this thread.
Not really what I meant for "A way to disable random traits on a per-character level", as the issue is William the Conqueror for example getting random traits on campaign start.Missing a few there that are in the current patch in some form or other, at least the following:
Scripting:
Ability to prevent specific characters from inheriting titles (for example by a flag or a trait) (Done: cannot_inherit = yes in traits)
A way to disable random traits on a per-character level (E.G., random_traits = no) (can be done easily by exactly that command for create_character)
Traits inheritable via succession (can be scripted, using a combination of agnatic and potential)
Defines:
Export the onset of old age into defines (PORTRAIT_OLD_AGE_THRESHOLD)
Export the minimum age of pregnancy (part of AGE_OF_MARRIAGE)
Folder exporting:
Export objectives to a folder, like has been done with landed_titles and other files
Export cb_types to a folder, like has been done with landed_titles and other files
All added now, thanks.I would add the following are possible:
-Ability to add modifiers (province, character, etc.) via the history files
-Ability to set betrothals in history
-add_lover should work in history files
All these can be done one way or another with the effect = { } command in character history files
-A condition to check if one title is the dejure title of another: can be done with dejure_liege_title = { title = <title> } scope
-Ability to mod women to lead armies
-A way to set specific traits as invalid for randomized traits: this is done by omitting personality = yes from the trait entry
-Ability to rename titles by event: done by set_name = <name> command in a title scope
On a per character level. So John Doe gets his 4 random traits, while William the Conqueror only gets whatever traits were specifically assigned to him.Oh, you mean like in defines: MAX_GENERATED_TRAITS_FOR_HISTORICAL = 0 ?
Inherit_chance = 100 and a check on the succession law in the trigger (father/mother has_law etc.).
It's just an example. It isn't an issue with William, but it can be an issue with other characters.The traits thing is for up to 4. I don't see new traits being piled on Willy the Conker, since he starts with 7 of them none gets added. So the only thing needed for this is to add up to the defined number of traits to historical chars.
Guess I just don't see what you'd want a trait that acts like that for, or why you wouldn't just tie it to the title itself.
Oh, and:
More specific familial relationship opinion modifiers (E.G., brothers, uncles, grandparents)
This can be done by using smart triggers in a setting event that is ran on an on_action pulse, setting an event_modifier
Not possible to my knowledge.Couldn't you do that through buildings already? Or is it not possible to build a building via event?
Not to my knowledge.wasn't this one on the list ? (or kind of)
Ah, yeah. Those weren't on the For Modders list thoughOh, what about these:
Ultimogeniture succession law (youngest child inherits). Was historically used by the Mongols
Allow naming titles by the culture of the holder (E.G., "the English Empire")
Cultural/religious title names (E.G., different name for Sicily if it is owned by Muslims than if by Christians) (maybe with the above?)
Export the chance of death from old age into defines
Export the hardcoded chances of death into defines
Export the multipliers and maxes for opinion from prestige and piety to defines
Export the diplomacy weights to defines, or even better, make it scriptable
Same as above, but for law votes and elective votes
Export cooldown for law changes to defines
Export the 1 crown law change per life limit to defines
Export the % of counties needed to form duchies/kingdoms/empires to defines, or to the specific titles in landed_titles
I see the very first item on the first post list is to be able to add new types of holding, if I visibly show my support for it does it increase the chances that Paradox will make it so? That would be great.![]()
Well, let me just say that this is the sort of thing that would radically improve the lifespan of the games.
Would it be possible to export the retinue weighting to defines? Say so we can change a single heavy infantry soldier to only cost one against the retinue cap for example.
The retinue cost is equal to their maintenance.Would it be possible to export the retinue weighting to defines? Say so we can change a single heavy infantry soldier to only cost one against the retinue cap for example. We can already change the attack, defence and morale values for each unit type, so it'd just be finishing the job off.
I take it NATURAL_DEATH_CHANCE_AGE is the age at which you can start dying naturally? So 2.1 for example would be at the age of 21?
I don't know if this has been answered but is there a possibility of getting anything concerning marriages exported, for example the ability to set how much different cultures and religions affects the marriage acceptance chance?
Ah, that makes sense.No. It is a multiplier on the chance for someone to die depending on age bracket. There will be 11 such defines:
NATURAL_DEATH_CHANCE_AGE_0 = 5,
NATURAL_DEATH_CHANCE_AGE_10 = 1,
NATURAL_DEATH_CHANCE_AGE_20 = 15,
etc, each covering one decade and showing the number of characters out of 10000 that should die of natural causes in that decade of their life. Can obviously be set to 0 if you want to limit natural death to certain age brackets.
oooo thats a good suggestion.
Wiz how goes your efforts?