The_end_of_winter: There is no subscribe button on paradox mods on Windows 7 only download
Unfortunately, after activating the mod it does not turn on in game.
Only my solution works on Windows 7 (overwriting)
Create a mod folder in C:\Documents\Paradox Interactive\Europa Universalis IV GOG.
If the Europa Universalis Extended Timeline screen does not appear when loading the game
Replace the game files from the gog.com folder where the game is installed with the mod files
To install the new mod, rename descriptor.mod to the name of the mod
Open the file in notepad
and add the line:
path = "mod/Name of mod" e.g.: path = "mod/Extended Timeline"
save the file
Move the files to one folder with the same mod name
copy the file changed earlier path above next to this folder
You also have to manually tell the game to load the mod. You do this in the "dlc_load.json" file (in your .../documents/paradox/europa universalis folder). It should look like this.
{
"disabled_dlcs":[],
"enabled_mods":["mod/ExtendedTimeline.mod"]
}
No need to ever use the horrible launcher again.
To add several mods, like this:
{
"disabled_dlcs":[],
"enabled_mods":["mod/ExtendedTimeline.mod", "mod/mod2.mod", "mod/mod3.mod"]
}
And so on.
NEVER replace vanilla files. Mod file structure should look like this (...documents/paradox/europa universalis/mod):
ExtendedTimeline (folder)
ExtendedTimeline.mod
And like you said all the .mod files need the path like this: path="mod/ExtendedTimeline"
This works for all the Paradox games that use the new launcher.
Oh and another thing that might help with crashes, especially if you have tried out several different mods (or if mods have been updated). Delete all the temp files in your "documents/paradox/europa universalis".
[Folders]
cache
crashes
dumps
pops_filestorage
shadercache
exceptions
logs
gfx
[Files]
continue_game.json
pops_filestorage.index
-------------------
There are a few other files, but those are mostly just in-game settings, so no need to delete those, unless you want to change all the settings the next time you launch the game.