Hello everyone. Wanted to ask for those of you who are into modding and understand these things.
Can anyone tell me where I could find the necessary table, in order to edit the hero capacity for High Elves. Couldn't find a mod on steam that does this, I tried digging myself but to no avail, just don't understand all of those tables under the ''db''. Specifically I would like to only edit the mage cap, like, instead of +1 per upgraded building, to +2.
Any help would be appreciated! Thanks in advance.
0 ·
Comments
search for "wh2_main_effect_agent_cap_increase_hef_mage" in the effect column.
you'll the wh2_main_hef_mages_2 and wh2_main_hef_mages_3 building both increase it by 1 (value column)
change the value to 2 for wh2_main_hef_mages_3 , and you'll have +2 for mage building level 3
- Report
1 · Disagree Agree- Report
0 · Disagree Agree- Report
0 · Disagree Agreedb
building_effects_junction_tables
data wh2_main_hef_mages_2 wh2_main_effect_agent_cap_increase_hef_mage (value changed to 2)
wh2_main_hef_mages_3 wh2_main_effect_agent_cap_increase_hef_mage (also to 2)
and that's it. Those are the only lines I have left out of the thousands. Saved it, activated it in steam mod manager, load up and it applies only to mages, seemingly removing any caps from everything else.
https://ibb.co/tXGCdNQ
- Report
0 · Disagree AgreeRename "data__" to "data__MyMod". This well modify the table (in your case it will just overwrite the two lines you changed), instead of replacing it completly.
And if I were you, I'd use RPFM instead of PFM to edit table, it's more powerful.
- Report
0 · Disagree AgreeAppreciate the time and help you gave.
Cheers!
- Report
0 · Disagree Agree