With Soldiers i've always prefered to load up coop alone and play select missions, i've never actually bothered with the full campaign. Anyway with MoW i cannot do this, but a little digging around and i've found it quite easy to open up the entire game without completion!
Basically in your Documents folder there will be a folder called 'my games'. Inside of that you will find a folder called 'men of war'. Search inside this for a file called "game_progress.set" and open it up with Notepad or any text editor for that matter.
Next all you have to do is copy the text out of the code bite below, highlight all the text in your opened file and paste, overwriting the contents then save the file. Now you only have to load up the game as normal and all the missions will be selectable to play.
Alternatively you can add in the sections you are missing as this file keeps track of your campaign stats and if you are already some way into it
you will lose those stats if you overwrite everything in here. It does not affect savegames as far as i can tell
Code:
{game_progress
{level 1}
{missions
{"single/1/1-dubovka:0"
{completed}
{time 0}
}
{"single/1/2-factory:0"
{completed}
{time 0}
}
{"single/1/3-escape:0"
{completed}
{time 0}
}
{"single/1/4-moskow:0"
{completed}
{time 0}
}
{"single/1/5-shtrafbat:0"
{completed}
{time 0}
}
{"single/1/6-sevastopol:0"
{completed}
{time 0}
}
{"single/1/7-night_sneak:0"
{completed}
{time 0}
}
{"single/1/9-hydroplane:0"
{completed}
{time 0}
}
{"single/1/a-submarine:0"
{completed}
{time 0}
}
{"single/2/1-crete:0"
{completed}
{time 0}
}
{"single/2/2-crusader:0"
{completed}
{time 0}
}
{"single/2/3-tobruk:0"
{completed}
{time 0}
}
{"single/2/4-crossing:0"
{completed}
{time 0}
}
{"single/2/5-lagollette:0"
{completed}
{time 0}
}
{"single/3/01-torch_uprising:0"
{completed}
{time 0}
}
{"single/3/02-torch_willa:0"
{completed}
{time 0}
}
{"single/3/03-airfield:0"
{completed}
{time 0}
}
{"single/3/04-ride:0"
{completed}
{time 0}
}
{"single/3/05-sbeytia:0"
{completed}
{time 0}
}
{"single/bonus/bonusmission_1:0"
{completed}
{time 0}
}
{"single/bonus/bonusmission_2:0"
{completed}
{time 0}
}
{"single/bonus/bonusmission_4:0"
{completed}
{time 0}
}
{"single/bonus/bonusmission_5:0"
{completed}
{time 0}
}
{"single/bonus/bonusmission_6:0"
{completed}
{time 0}
}
}
}
Bookmarks