Hi again!
I need help developing a loading system for save codes,
the system has to work with this guide
as its the one I’m using, it doesn’t need to include a user input, I just need a decoding system for the save code.
Hi again!
I need help developing a loading system for save codes,
the system has to work with this guide
as its the one I’m using, it doesn’t need to include a user input, I just need a decoding system for the save code.
Can’t you just invert the block code?
Also, its not a save code if you can’t decrypt it.
I’m confused on what you mean by that, also I cant really invert the block code, a I have to detect commas and the “|” to set the values when loaded.
Can’t you just check if a character from the string is a pipe or a comma through iteration?
Yes, but looking at your guide, it just uses a loop to encode each part of the code which can be reversed.
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.