End game screen in late start date.

When booting up my mod which takes place in 2022 the end game screen pops up. It is an annoying minor inconvicence but I wonder how I would get this to stop?

You'll need to copy the "00_defines" file from the base game's files to your mods (located in common/defines) and change the line:

END_DATE = "1949.1.1.1",


To be whatever your new "end" date should be, e.g.

END_DATE = "2034.1.1.1",

Where would I put this inside of my mod files?


Where would I put this inside of my mod files?


-3kentj

 i might be late but you have to put it in common/defines in your mod (same as the default game)