Call to Arms - Gates of Hell: Ostfront

Call to Arms - Gates of Hell: Ostfront

Target, Infantry, COAX!
vlad_8011  [developer] 4 Dec, 2023 @ 7:54am
FAQ
Something is not working WHAT TO DO!!!!!!?????
- First relax, game is still under development.
- Second - if mod is made for another mod (for example Cheat for Conquest Enhanced V2), check vanilla + CE V2 first.
- Third - If you are 100% sure this mod is the problem, report it in comments.

If you want to point me toward the issue faster, when some crash occur, got into \My Documents\My Games\gates of hell\log and open game.txt, copy last few lines starting from "XXXX exception". That will make fixing the issue faster.

Game was updated, oh no! vlad's mod doesnt work, how can i live!

DONT ASK FOR UPDATES. It is really frustrating. I'm active player of GoH and trying to keep my mods updated right after game update/ mods update.

Works on submods for large modifications, like Hotmod, CE V2, etc. are dependant of this large modifications modders work and their progress. I DONT TOUCH MY SUBMODS UNTILL I KNOW, THAT LARGE MODIFICATION I'M MAKING MY SUBMOD FOR, IS WORKING FINE AND IS COMPATIBLE WITH LATEST GAME VERSION/DLC'S.

Is this mod compatible with mod XXXX?
How i can know? This is over my possibilities to test my mods with every mod on the workshop, test it, and of something is wrong let me know. No promises it will be compatible tho.

Does it work in coop?
Dont know, i'm not playing multiplayer in any form. What is important to get rid of desync problem ;
- Same mod set
- Same mod versions
- SAME MOD LOAD ORDER

To get exacly same mod order, you can get into game settings file (be sure you subscribed same mods as friend/friends) located in My Documents\My Games\gates of hell\profiles\(your profile number) and file is called options.set - you can open it via notepad.
Now go to the very bottom, and find ;

{mods
"mod_2899823515:0"
}
As you are already suspect, you have to take care od "mod_XXXXXXXX:0" be the same as on friends options.set. Just add new line under it, add mods (same as friends) and save it. Be carreful for signs { }, these must be in proper place, and everything be with proper spacing.
This is how ready file should look like

{mods
"mod_2899823515:0"
"mod_55998346346:0"
"mod_2363823515:0"
}

I want to change mod set for my conquest savegame.
No problemo. Go to My Documents\My Games\gates of hell\profiles\(your profile nuber)\campaign and choose conquest savegame you want to edit - open it with 7zip.
Extract status and open it via notepad.Change;

{timestamp 1693943443}
{mods
"mod_2826216104:0"
"mod_2982780555:0"
"mod_2564361689:0"
"mod_2817762788:0"
"mod_2526408228:0"
"mod_2857281389:0"
}
{mp 2.63758e+06}
to

{timestamp 1693943443}
{mp 2.63758e+06}

(simply remove {mods } section)

Now pack status file back into your savegame archive. Done.