Well, I've been playing with this mod on otherwise Vanilla HOI2
D for the last week or so.
There are some issues that are already noted above in the thread that I've had to work around, but otherwise, it's worked pretty well up until earlier today.
I achieved all the victory conditions playing as SCA in the Winter War after allying myself with the Finns and ran into some problems.
I set up a "test bed" by saving right after achieving all the trigger conditions of getting the Soviets out of FIN/SCA lands and then taking Murmansk, Segezha, and Petrozavodsk.
I can load/reload and just fire the speed up waiting for the random trigger.
Anyway - the problem:
Upon triggering the peace event (999951), I get the message box with the proper information up top ("Negotiated Peace" - "should we demand peace?" etc.).
The problem is there are only 2 choices below to click - Action A (demand Korelian) and Action B (demand Korelian and Leningrad). There is no Action C to reject peace with Bolsheviks.
In addition, hovering over the selection buttons to "see the effects of my decision" doesn't work - they just show an odd character that looks like an upside down "j" without the dot.
Finally, actually CLICKING on either choice has no effect. The subsequent events (999952 and 999953) are NOT triggered and war between the allied SCA/FIN continues with SOV.
I seem to have tracked down a small issue that's causing at least part of the problem, I think. In the mass of code that makes up the area after "Winter War Ends - Scandinavian Victory" and before "GOI's Removed" I found two possible errors in Events 999951 and 999954.
The line, from the original text I downloaded this week, reads, for both:
Those are the only two instances of "name - [whatever name]" that I could find...all the others were correctly input as "name = [whatever name]".
Upon changing both - to =, I now have a new problem:
When trying to load the saved game (or even load a new one as Sweden - just tested it), I get the following Critical Error popup trying to load after country selection:
Hitting Enter or "I" to ignore leads to CTD either way.
So, it seems there's an issue in that bit of the code.
As a side note, in trying to find the problems, I was struggling with the format of that section in the original document, and so I spent a few hours "prettying it up" to make it easier to find possible issues.
I can send my modified TXT file, if you want it...the changes I made in one version are only to the layout...it's left justified and looks good, etc.
Another version also includes the removal of all instances of the misspelled "scedeprovince" lines - and were changed to the correct "secedeprovince" (as well as the two "name =" changes mentioned above).
Let me know if you want it (or both) sent to you in some way - or that section posted here, etc.
Thanks for all your work on this - I'll keep plucking away at this to see if I can isolate problem causing the above critical error.
There are some issues that are already noted above in the thread that I've had to work around, but otherwise, it's worked pretty well up until earlier today.
I achieved all the victory conditions playing as SCA in the Winter War after allying myself with the Finns and ran into some problems.
I set up a "test bed" by saving right after achieving all the trigger conditions of getting the Soviets out of FIN/SCA lands and then taking Murmansk, Segezha, and Petrozavodsk.
I can load/reload and just fire the speed up waiting for the random trigger.
Anyway - the problem:
Upon triggering the peace event (999951), I get the message box with the proper information up top ("Negotiated Peace" - "should we demand peace?" etc.).
The problem is there are only 2 choices below to click - Action A (demand Korelian) and Action B (demand Korelian and Leningrad). There is no Action C to reject peace with Bolsheviks.
In addition, hovering over the selection buttons to "see the effects of my decision" doesn't work - they just show an odd character that looks like an upside down "j" without the dot.
Finally, actually CLICKING on either choice has no effect. The subsequent events (999952 and 999953) are NOT triggered and war between the allied SCA/FIN continues with SOV.
I seem to have tracked down a small issue that's causing at least part of the problem, I think. In the mass of code that makes up the area after "Winter War Ends - Scandinavian Victory" and before "GOI's Removed" I found two possible errors in Events 999951 and 999954.
The line, from the original text I downloaded this week, reads, for both:
action_c = {ai_chance = 0 name - "No Peace With Bolshevik Scum!"
Those are the only two instances of "name - [whatever name]" that I could find...all the others were correctly input as "name = [whatever name]".
Upon changing both - to =, I now have a new problem:
When trying to load the saved game (or even load a new one as Sweden - just tested it), I get the following Critical Error popup trying to load after country selection:
-- Error: (unknown lhs command) 'action_c = {' Line = 2011 fill = db\events\denmark.txt ---
Do you still want to continue?
Hitting Enter or "I" to ignore leads to CTD either way.
So, it seems there's an issue in that bit of the code.
As a side note, in trying to find the problems, I was struggling with the format of that section in the original document, and so I spent a few hours "prettying it up" to make it easier to find possible issues.
I can send my modified TXT file, if you want it...the changes I made in one version are only to the layout...it's left justified and looks good, etc.
Another version also includes the removal of all instances of the misspelled "scedeprovince" lines - and were changed to the correct "secedeprovince" (as well as the two "name =" changes mentioned above).
Let me know if you want it (or both) sent to you in some way - or that section posted here, etc.
Thanks for all your work on this - I'll keep plucking away at this to see if I can isolate problem causing the above critical error.