Europa Universalis IV

Europa Universalis IV

Modify the World
Modify your EUIV experience by checking out the many mods created and shared by the community, including tweaks to almost any aspect of the game. Take a look at the tags for an idea on where to start. When you're ready to create one of your own, check out this handy guide to help get started.
Shemiroth 18 Oct, 2024 @ 9:19am
A mod that randomizes the start a bit
I'd like to make something that just adds a few random modifiers and enacts some random privileges for every nation. Maybe some marriages too.

Could anyone give me some tips on how to get started?

So far I just have this :D

on_startup = {
every_country = {
limit = {
NOT = {
tag = REB
}
}
}
}
< >
Showing 1-2 of 2 comments
grotaclas 18 Oct, 2024 @ 9:39am 
on_startup happens for every country, so you don't need the every_country. It also happens on every save-load, so you might want to set a flag which prevents it from happening again
Shemiroth 18 Oct, 2024 @ 9:52am 
Originally posted by grotaclas:
on_startup happens for every country, so you don't need the every_country. It also happens on every save-load, so you might want to set a flag which prevents it from happening again

Thank you, that explains why when I tried add_base_manpower in every_country it added like 600 :D
< >
Showing 1-2 of 2 comments
Per page: 1530 50