Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   Men of War (http://forum.fulqrumpublishing.com/forumdisplay.php?f=112)
-   -   men of war condemned heroes all missions (http://forum.fulqrumpublishing.com/showthread.php?t=31029)

tomschulte 04-10-2012 06:41 PM

men of war condemned heroes all missions
 
hello community,

I hope someone can help me.

in the other "men of war" games, it was possible to edit the "game_progress.set" file to make it possible that all missions become available in the game.

until now, I have found nothing on the internet for the new game men of war condemned heroes.

I would be very nice if someone could tell me how I have to edit the game_progress.set file to make all missions available in the game.

hope you understand what I want.

and if other users should not see the answer, you may send the answer by private notice in this forum to me.

thank you very much.

tom-sebastian schulte

tomschulte 04-13-2012 05:38 PM

hello community,

I hope someone can help me.

in the other "men of war" games, it was possible to edit the "game_progress.set" file to make it possible that all missions become available in the game.

until now, I have found nothing on the internet for the new game men of war condemned heroes.

I would be very nice if someone could tell me how I have to edit the game_progress.set file to make all missions available in the game.

hope you understand what I want.

and if other users should not see the answer, you may send the answer by private notice in this forum to me.

thank you very much.

tom-sebastian schulte

Today is the 13. of april and the game is available, so please can someone help me?

That would be very nice.

Thank you very much.

c00de 04-13-2012 07:07 PM

Hi Tom, made an account just for you! Lol.

I've only managed to get the first three campaigns open editing the file..

For some strange reason 4 won't unlock at all.

I can send you the file in a pm if you'd like.

tomschulte 04-13-2012 07:11 PM

please send everything you want.

i would thank you very much

c00de 04-13-2012 07:13 PM

Done, hope it helps my friend, will just post it here for others, hope it's allowed..
If someone has any information regarding the 4th campaign and bonus missions please be so kind to reply.. :)

Here it is:

Code:

{game_progress
        {level 5}
        {missions
                {"single/1/1_1:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_2:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_3:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_4:0"
                        {completed}
                        {time 0}
                }
                {"single/2/2_1:0"
                        {completed}
                        {time 0}
                }
                {"single/2/2_3:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_1:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_2:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_3:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_1:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_2:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_3:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_4:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/5_1:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/5_2:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/5_3:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/5_4:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/5_5:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/5_6:0"
                        {completed}
                        {time 0}
                }
        }
}

You can see how the layout of these missions is in the "resource" folder, you can open the .pak's with winrar and when you open game.pak, look inside in a folder called "missions"/"singleplayer".

tomschulte 04-13-2012 07:15 PM

thanks you very much, it worked.

Please try to find out how to unlock the 4. mission, that would be very nice.

and what about the bonus missions?

c00de 04-13-2012 07:25 PM

Your welcome, I know how tedious it can be having to complete every single mission.. ;)

I'm still missing something but I haven't got a clue, comparing it to my Assault Squad file. If I find anything I will post it here.

c00de 04-13-2012 08:18 PM

Alright found it.

Put this:

Code:

{game_progress
        {level 19}
        {missions
                {"single/1/1_1:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_2:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_3:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_4:0"
                        {completed}
                        {time 0}
                }
                {"single/2/2_1:0"
                        {completed}
                        {time 0}
                }
                {"single/2/2_3:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_1:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_2:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_3:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_1:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_2:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_3:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_4:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/1:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/2:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/3:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/4:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/5:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/6:0"
                        {completed}
                        {time 0}
                }
        }
}

In your game_progress.set file located in "C:\Users\*USERNAME*\Documents\my games\mow condemned heroes\profiles\player" folder.

Cheers!

XFriendlyFireX 04-15-2012 10:05 AM

Quote:

Originally Posted by c00de (Post 408810)
Alright found it.

Put this:

Code:

{game_progress
        {level 19}
        {missions
                {"single/1/1_1:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_2:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_3:0"
                        {completed}
                        {time 0}
                }
                {"single/1/1_4:0"
                        {completed}
                        {time 0}
                }
                {"single/2/2_1:0"
                        {completed}
                        {time 0}
                }
                {"single/2/2_3:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_1:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_2:0"
                        {completed}
                        {time 0}
                }
                {"single/3/3_3:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_1:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_2:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_3:0"
                        {completed}
                        {time 0}
                }
                {"single/4/4_4:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/1:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/2:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/3:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/4:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/5:0"
                        {completed}
                        {time 0}
                }
                {"single/bonus/6:0"
                        {completed}
                        {time 0}
                }
        }
}

In your game_progress.set file located in "C:\Users\*USERNAME*\Documents\my games\mow condemned heroes\profiles\player" folder.

Cheers!

I go to that file (opened with Winrar) and try to insert the code but it wont let me edit the file. Help please.

kane1 04-15-2012 09:02 PM

Quote:

Originally Posted by XFriendlyFireX (Post 409410)
I go to that file (opened with Winrar) and try to insert the code but it wont let me edit the file. Help please.

You don't need Winrar, just follow the path that "c00de" was kind enough to supply. It's a file that can be opened with notepad.


All times are GMT. The time now is 10:18 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.