-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for [Neon White] #185
Comments
This game encrypts it's save files on Steam (probably to discourage cheating on the leaderboards). That encryption key would be stored in the game's code. I'm not sure how feasible this would be as sharing it could violate some EULA. It also would allow people to cheat leaderboards. |
Yeah, I'd rather not include support for decrypting encrypted game saves (this or other games). I've been thinking if this tool should extract the files even if the format isn't what any other (Steam/Epic/etc.) game version accepts, as it would still be useful for backing up things, even if those saves couldn't be used elsewhere. But that's not something to be decided right now. Thanks for investigating this, @snab43. I'll mark Neon White unsupported and close this issue after that. |
For what it's worth, I (allegedly) got it working and I (allegedly) decompiled the game's code to get the encryption key. For some reason the Xbox version stores your save file in a plain text JSON object. But the Steam version can't read that, it can only read the encrypted version. So yeah, probably best to mark this as unsupported if you want to avoid any gray areas. Thanks, though! I found this because I wanted to move my Neon White save from Game Pass to Steam and I couldn't have done it without your code. I appreciate the project. |
Can you share the conversion method, I received 3 months xgp from nvdia, I thought I had plenty of time to play but ended up not finishing it, when I think about it for the future playing I realize my save doesn't work, that's annoying isn't it 😣, |
Game name: Neon White
Game package name: AnnapurnaInteractive.NeonWhite_c96c51jf6wkvm
wgs.zip
The text was updated successfully, but these errors were encountered: