Open nihumi opened 6 days 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.
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?