Closed TheTrueGraveDigger closed 4 months ago
bump, update please!
Some users reported that the editor wiped to level 1, all resources at 0, and a brand new save altogether. Would wait for an update for season 5.
what's it take to update for season 5?
do we know if the makers of this are still dedicated? are we getting an update? some transparancy would be dope :)
This tool was never updated when weapon leveling was added, which causes the save reset issue. The Save file parsing needs to be examined and rebuilt to include the weapon leveling content. This all uses HEX markers and offsets on loading the save file, so screws up when trying to save them back into the file. See the following issues that are part of the same issue #42 #48 #49 #52 #55 #56
edit:
When the save editor opens the save file, it creates a backup of your save as a .old
in the same location that you should be able to remove the "current" save and remove the .old
from the backup filename to recover from any issue.
main.py line 216 performs this operation
If someone was decent (better than me) at HEX offsets the section of code to look at and create a new function is found in main.py lines starting at 269 all named def get_*
There will also need to be corresponding functions to write the data as well, redefining values in the function at line 596 def make_save_fle...
Essentially a review of the main purpose of this tool completely and the way it works going through from line 269 to 835
As far as transparency goes, I haven’t played the game in years. As far as what it takes to get a new season working, should just need the season GUID
Is that something you intend to do? Hoping yes!
idk honestly, but if someone opens a PR for it, I'll merge as long as someone else can confirm it works.
well, I just bought the game so I've essentially got a fresh install to run tests on. Im pretty busy myself so if someone could tell me what branch specifically is the best bet or the like, I'll give it a go.
Looking forward to hearing when the update is up and running!
I have an all OC (guns, not cosmetics) save if anyone needs it.
I have an all OC (guns, not cosmetics) save if anyone needs it.
Can i have it
I have an all OC (guns, not cosmetics) save if anyone needs it.
Can i have it
idk honestly, but if someone opens a PR for it, I'll merge as long as someone else can confirm it works.
any updates on this? idk how any of this works
eagerly waiting for season 5 support, not sure how i can help since i've never worked with hex before, but if there's anything i can do i'd love to help
pull request! is it time??
I have an all OC (guns, not cosmetics) save if anyone needs it.
Can i have it
much appreciated
I have an all OC (guns, not cosmetics) save if anyone needs it.
do you mean no cosmetic schematics at all?
Season 5 came out so this needs updated