I will test your crash Fix as I had the Fall of France crash. Hope it works!
Edit1: Nothing related with the crash but Light Infantry tanks still have 30% defence instead of 20%
Hmmm Maybe disabling all DLC
Any chance of updating the art? JFD's WWII mods include an excellent De Gaulle, Churchill, Mussolini, and Hitler that could be used, even if you didn't use the 3D hitler.
either in the project properties (content tab) before compiling (or in the "R.E.D. WWII Edition (v 39).modinfo" file after compiling) change the entry point type from CustomRED_ to CustomRED
With future release this way I'll enable by default only a few scenarios, but I'm very happy to see modmods and encourage everyone who want to mod to re-enable any scenario for testing/editing
I just don't want to make them accessible too easily by people that just want to play and may not be aware that they are not fully tested and relatively stable, but I forgot to document that here, sorry.
FYI I plan to work on a world map once v.39 is released, based on play the world extended.
I'm afraid I'll have to stop Testing now, however I have one small question for Gedemon:
How would I go about changing the unit supply limit in the lua files (for each civ)
TIA
-- Modifier for maintenance free units
g_Units_Maintenance_Modifier = {
[FRANCE] = 0,
[ENGLAND] = 10,
[USSR] = 0,
[GERMANY] = 0,
[ITALY] = 7,
[GREECE] = 5,
}