Modding Tools

I am working on my mod and my intention is to customize several new countries, adding new specific policies, situations, etc. for each country. However I noticed that no new “prereq” can be added. If that could be modified it would allow to improve and create new countries.

You need to add them in master list - prereqs.txt
Its in \data\simulation in game folder.

Its enumerated though, just like countries (GUID)

I add it to the prereqs file but when I start a game as the new country an error message appears:

“Unable to find setting: _prereq_arg:D:\programming\democracy4\builds\Democracy4\src_all_operating_systems\sim\SIM_Mission.cpp 267”

So it seems like they are hardcoded…