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 05: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 04: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 06: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 06:11 PM

please send everything you want.

i would thank you very much

c00de 04-13-2012 06: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 06: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 06: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 07: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 09: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 08: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.

Mopar 08-25-2012 05:49 AM

Play MOW:Red Tide as a mod in Condemned Heroes....
 
Hi All,

Legal Disclaimer: This modification is based on the user owning
legal copies of both Men of War:Red Tide and Men of War: Condemned Heroes...

Create a folder in your Condemned Heroes mods folder named RT

copy a mod.info file to folder called RT and edit it appropriately.. ( sample below )

{mod
{name "RT"}
{desc "Red Tide content and Campaigns"}
}


copy the following file from your Red Tide installation to RT Mod folder...

localization.pak


Create a resource folder in RT mod folder

Checksum: In RT mod folder you should have 1 resource folder, 1 localization.pak, and 1 mod.info file...

------------------------------------------------------

copy the following .paks from your Red Tide install to RT Mod Resource folder.

music.pak
red_blood.pak
video_rus.pak
sound.pak
game.pak


in RT folder create a folder named entity...

checksum: In RT you should have 1 folder and 6 .pak files

-------------------------------------------------------

Finally:

Copy the following .pak files from your Red Tide install to RT/Resource/Entity folder.

e1.pak
e2.pak
e3.pak
e4.pak

Load Condemed Heroes, activate the RT mod and have fun...

---------------------------------------------------------

Sound Fix:
To fix cannon, human & vehicle talks.....

Open sound.pak in 7zip and remove the folders named sound/human/talk, sound/cannon/talk, and sound/vehicle/talk.....

Also open game.pak and delete set/talk.set file...

Please visit DMS forums for updates:

http://digitalmindsoft.eu/forums/sho...ndemned-Heroes


All times are GMT. The time now is 05:14 AM.

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