This is the usual fix for the "war had ended" bug:
Quote:
You need to go into your save files (in your "My Documents" folder, eg: "My Documents\SH3\data\cfg\Careers\<yourcareername>\) and look for the two files in your career called: "Careers.cfg" and "careers_0.cfg" .Open those files with notepad (or anyother document viewing program) then find the lines that read:
Finished=true
WarOver=true
...find these lines in both .cfg file and change them so they read:
Finished=false
WarOver=false
|