So what does this do? well... its for making save/loads ezer 2 make... it will generate up to 99 scrambled code sets in jass, so your save/load code can use multiple encryption sets for maximum security. Save time, use the code set generator :).
There is so much useless shit in the zip file, at least, when I downloaded/unzipped it. Three different setup files...Several dll's...You should try to simplify the whole thing into one, basic program.
Just saying, too much for the simplicity this thing executes (Randomizing some characters).
Ahh that's simple,but no need app ..(didn't Dl) Koga73 means that this programm automaticly make the whole keyboard set at with random position of words (like at my Battlefield 2 save\load) and then make as an array set[1]=a set[2]=b set[3]=c etc ...
ok, i used it, and it looks like it working perfectly, but exactly how do i turn this code into my save/load system? What must i change from this document? THanx in advance for any replies
You people are idiots. It does not make the save/load for you, it randomizes the codeset. So the letters and numbers are in a random order, which is great for encryption so people can't crack your code.
The point of this escapes me. You could manualy put in different character sets and if it's random per game i don't see how you could decode it without haveing to check 99 different code set's. If i wanted to come up with different code sets all i would have to do is swap char's every mod # with another mod #.
When i make save load systems, i dont just use one set of encryption, i use alot. So, this program will generate randomized code sets. So, itll take this:
abcdefghijklmnopqrstuvwxyz1234567890
and randomize the order, it actually writes the entire jass trigger of setting all the variables in the array to differnt randomized versions of the above. Then later during the save/load, u can choose one randomly, then apply it to ur raw code.