WizzardMaker
Chieftain
- Joined
- Mar 14, 2019
- Messages
- 1
Hey,
after messing up my settings in a big multiplayer group, I wanted to find a way to remove the round limit and disable the score victory.
I just cross referenced a save game with the round limit to one without it. After an hour of comparing I found the average area where it is saved.
In your save game, search with a Hex Editor (like HxD) for something like this: "{"LOC_GAMESPEED". It will appear multiple times, but you have to search until you find something like E7 A4 0A 2A 02 or "‹0 ,", before it. It should be the second entry though. If you can't find E7 A4 0A 2A 02, try to follow through anyway. The round limit starts 28h before "{"LOC_GAMESPEED" Go ahead and change the values to DE 25 99 80 E7 A4 0A 2A 02.

This should disable the round limit.
If you left the Score victory enabled too, you have to change a separate value. Search for "‚Llb". Something like "»©)U" should be before "‚Llb". The score victory bit is 4h before the string stored. Change 01 00 00 00 82 4C 6C 62 03 to 00 00 00 00 82 4C 6C 62 03

This is all just after an hour of testing. Nothing is guaranteed or future proof. This is tested with all the DLCs on the newest Patch as of this writing.
I AM NOT ACCOUNTABLE FOR DAMAGES TO YOUR SAVE GAMES, ONLY DO THIS IF YOU KNOW WHAT YOU ARE DOING! IF YOU HAVE QUESTIONS, ASK! DON'T FORGET TO MAKE A BACKUP!
after messing up my settings in a big multiplayer group, I wanted to find a way to remove the round limit and disable the score victory.
I just cross referenced a save game with the round limit to one without it. After an hour of comparing I found the average area where it is saved.
In your save game, search with a Hex Editor (like HxD) for something like this: "{"LOC_GAMESPEED". It will appear multiple times, but you have to search until you find something like E7 A4 0A 2A 02 or "‹0 ,", before it. It should be the second entry though. If you can't find E7 A4 0A 2A 02, try to follow through anyway. The round limit starts 28h before "{"LOC_GAMESPEED" Go ahead and change the values to DE 25 99 80 E7 A4 0A 2A 02.

This should disable the round limit.
If you left the Score victory enabled too, you have to change a separate value. Search for "‚Llb". Something like "»©)U" should be before "‚Llb". The score victory bit is 4h before the string stored. Change 01 00 00 00 82 4C 6C 62 03 to 00 00 00 00 82 4C 6C 62 03

This is all just after an hour of testing. Nothing is guaranteed or future proof. This is tested with all the DLCs on the newest Patch as of this writing.
I AM NOT ACCOUNTABLE FOR DAMAGES TO YOUR SAVE GAMES, ONLY DO THIS IF YOU KNOW WHAT YOU ARE DOING! IF YOU HAVE QUESTIONS, ASK! DON'T FORGET TO MAKE A BACKUP!
Last edited: