Hi,
First of all I want to apologize for my sudden absence. I had to set my priorities and for that reason I was no longer able to contribute to this mod. I happen to have a holiday right now and since I have no plans for today I decided to take a look at the mod. I hope from time to time I can still be of use. Pakotorino thanks a lot for continuing this mod and I hope you will find more help. Ticket Cookie thanks a lot for still helping as well. And of course thanks to everybody else for suggesting improvements.
I highly recommend turning on the debug log. You can do this via the settings.cfg file and replace “0” for “1”here:
0 # Extra debug logs (savedebug.txt): 0 = disabled, 1 = enabled, 2 = enabled + extra map statistics
Right now there are a lot of errors (104) and warnings (86) you may have overlooked. Most of them have to do with the event script.
@Ticket Cookie
The Ost Plan events are one big mess! They are the first I wrote. They need a lot of improvement. As for events not firing. The problem is not the “deathdate” of the events, they all end in the 60s as far as I can tell.
Could you give me a specific example of an event which doesn’t fire so I can look at it and correct it? This will also help solving the other ones.
As for the Flanders Event, I found out why it is called Operation Wilfrid. The event (id = 450) is called “450NAME” and in the mods.csv file this is written as: “South Flanders integrated!” . Unfortunately, there is also a regular Darkest Hour event in the events.csv file with the same code “450NAME” called “Operation Wilfrid”. My suggestion is that this event will simply be renamed EVT_450_NAME in the mods.csv file. This will solve the issue. (EDIT: solved this)
The General Government events have the same problem because I labeled them incorrectly. Event 283, 284, 285, 286, 287, 288, 289 will all use an event name from the events.csv file, while they should use the mods.csv file. For example event id 284 should be called “Pflugstadt settlements finished!” instead of “Align Mexico”. The ost.txt events 283 to 289 should have their name and desc changed from NAME283 to for example EVT_283_NAME. Then also rename it in the mods.csv file and this problem will no longer occur.
I am going to have a look at all the errors and warnings today.
EDIT: Pako I sent you a file with some corrections. So far there are only 14 errors left after the last debugging, these errors exist because certain event pictures are missing.
Code:
Loading event #8200050...
ERROR : Event picture (maoist_partisans) for event 'Partisans in Anqing' (ID 8200050) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200051...
ERROR : Event picture (maoist_partisans) for event 'Partisans in Fuling' (ID 8200051) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200052...
ERROR : Event picture (maoist_partisans) for event 'Partisans in Ganzhou' (ID 8200052) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200053...
ERROR : Event picture (maoist_partisans) for event 'Partisans in Yibin' (ID 8200053) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200054...
ERROR : Event picture (maoist_partisans) for event 'Partisans in Hechi' (ID 8200054) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200055...
ERROR : Event picture (maoist_partisans) for event 'Partisans in Yichung' (ID 8200055) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200056...
ERROR : Event picture (maoist_partisans) for event 'Partisans in Guilin' (ID 8200056) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200057...
ERROR : Event picture (maoist_partisans) for event 'Partisans in Shangrao' (ID 8200057) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200100...
ERROR : Event picture (chiang_smiling) for event 'China united by force' (ID 8200100) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200101...
Loading event #8200102...
ERROR : Event picture (chiang_crying) for event 'The Civil War seems lost' (ID 8200102) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200103...
ERROR : Event picture (mao_announces_prc) for event 'Establishment of the People's Republic' (ID 8200103) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200104...
ERROR : Event picture (mao_announces_prc) for event 'Establishment of the People's Republic' (ID 8200104) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200105...
ERROR : Event picture (mao_announces_prc) for event 'Establishment of the People's Republic' (ID 8200105) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200130...
ERROR : Event picture (soldiers_return_home) for event 'Disband militias' (ID 8200130) in Mods\Fatherland\db\events\fatherland\asia\china.txt not found!
Loading event #8200140...
Loading event #8200141...
}