[quote=Xaelyn]This particular value can't be changed in the editor, you will need to use the PAK extractor to manually extract the file. The file in particular you are looking for is Data.txt in
Shared.PAK/Public/Shared/Stats/Generated/Data/Data.txt
The mod needs only contain the line(s) you want to change.
To save you the trouble though, someone has already made a mod doing just this at
http://steamcommunity.com/sharedfiles/filedetails/?id=1149996340&searchtext= [/quote]
Thank you.
I already know there is a similar mod. But I want to figure out how to do this myself in case I want to do further modifications.
I've extracted Data.txt and found the following lines related to civic points:
[code]
key "CivilAbilityCap","5"
key "CivilAbilityLevelGrowth","4"
key "CivilPointOffset","2"
[/code]
The only relevant one it seems to me is CivilAbilityLevelGrowth. However it seems to me it governs over the level interval in which you get civil points, and not the amount you get. Which means you get 1 Civil point every 4 levels. I wonder how can I make it be 2 Civil points every 4 levels. I hope this value isn't hardcoded.
Btw that is what the mod you linked does, it gives you a civic point every 2 levels instead of every 4.
I hope to get 2 civic points every 4 levels.