Open nihumi opened 3 weeks ago
I also ran it, it indicated that it worked, but achievements are still disabled. I also noticed that the new save was 2mb smaller, but maybe that has to do with how the saves were compressed? This was the first attempt I've had on any save file btw. This is the command I ran that ruined my achievements all because I wanted deconstruction orders to stay persistent. /c game.player.force.deconstruction_time_to_live = 4294967295
Yep after the merge still broken, but im using command like /editor
maybe thats the problem. Was trying to revert the research for Rush to Space
It's probably that yeah. I only tested with /c
. It's probably a different hex string you'd have to look for
can confirm that with /editor
the achievements stay disabled. from what i could find elsewhere, the difference is purely that a single bit nearby the one for general achievement disabling from other commands is flipped instead, but couldn't find any details beyond that. hope that this can be improved!
Original save with achviment disabled server1.zip
I test /c
with /c game.player.force.technologies["production-science-pack"].researched = false
or /c game.forces.player.technologies["utility-science-pack"].researched = false
and now it detect the flag
But achievement still disabled XD.
Seems it only work when u use /c command. i had try to enable my save which used /cheat or /editor,it doesnt work,then i create a new save and only use /c ,it work.after then i read the changed save and try /editor and /cheat, and use this tool again, this save is broke
Can confirm it does work after using /c commands. Was tricky to get working through WSL (ubuntu) with the game installed on windows due to lack of file/directory permissions, but that's my own bad decision.
For reference, I used nodeJS 16 on ubuntu 18.04 through WSL 1 on Windows 10.
Console output: [+] Found 65 .dat files [!] Found command in level.dat57 [+] Removed cheat flag from offset 501576 [+] Removed cheat flag from offset 501834 [+] Removed cheat flag from offset 550850 [+] Removed cheat flag from offset 550979 [+] Wrote level.dat57 to ./output/level.dat57 [+] Copied level.dat57 to savegame
Should this work with the Space Age Update?