My save game system is based on this: https://docs.unrealengine.com/udk/Th...ameStates.html
One of my players has a corrupt saved game file because I didn't scrub quotation marks out of saved strings. I found the offending parts of the file, but I can't edit them out. If I edit the file with either Notepad++ or HxD, and save the file, I can't load the saved game again. It crashes the game.
I suspect it has something to do with the binary gobbledygook that gets inserted when the game engine saves the file, and my editors probably are messing that up somehow. But I can't tell for sure. Have any of you had success editing saved game files?
One of my players has a corrupt saved game file because I didn't scrub quotation marks out of saved strings. I found the offending parts of the file, but I can't edit them out. If I edit the file with either Notepad++ or HxD, and save the file, I can't load the saved game again. It crashes the game.
I suspect it has something to do with the binary gobbledygook that gets inserted when the game engine saves the file, and my editors probably are messing that up somehow. But I can't tell for sure. Have any of you had success editing saved game files?
Comment