Scenario modding
Jump to navigation
Jump to search
Scenario modding allows the addition of new bookmarks for players to use, each scenario is broken down as below.
Adding a bookmark[edit | edit source]
All bookmarks can be found in /Europa Universalis IV/common/bookmarks. They follow this format:
bookmark = { name = "<locstring>" # i.e. NEWWORLD_NAME, which is localised in a localisation file. desc = "<locstring>" date = <year>.<month>.<day> # 1444.1.1 center = <province id> # Optional. Centres the viewport in the selection view on a specific province country = <tag> # Optional. Adds country shield to the selection view easy_country = <tag> # Optional. Adds country shield to the selection view with a green glow. default = yes # Makes this bookmark the automatically selected bookmark on game load. Only use once. # Optional. Executes effects when game is started from this bookmark. effect = { <effects> } }
Note: effects will only be executed when a bookmark is clicked and the game is started. They will not be executed if the date is changed or a different bookmark is picked after this one.
Documentation | Effects • Triggers • Modifiers • Scopes • Variables • Localisation • Customizable localization • Run files |
Scripting | Scripted function • Advisors • Ages • Bookmarks • Buildings • Casus belli • Colonial regions • Countries • Culture • Decisions • Defines • Diplomatic actions • Disasters • Empire of China • Estates • Events • Factions • Government • Great projects • History • Holy Roman Empire • Idea groups • Institutions • Mercenaries • Missions • Modifiers • Nation designer • On Actions • Parliament • Peace treaties • Policies • Rebel types • Religion • Subject types • Technology • Trade companies • Trade goods • Units |
Map | Map • Nation designer • Random New World • Trade nodes |
Graphics | 3D Models • Interface • Graphical Assets • Fonts • Particles • Shaders • Unit models |
Audio | Music • Sound |
Other | Console commands • Checksum • JoroDox mod making tool • Mod structure • Troubleshooting • The Validator • Run files |
Guides | Adding a province • Save-game editing |