Warcraft III resources & community, 2003–2006 · archived

Codeset Generator

not rated
Submitted by Koga73Map Tools3,037 downloads2.7 MB
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 :).
Author
Koga73
Version
v1.0
OS
WX
Download

Comments

23
it is code for map ? ( = exemple : have 5000 gold ??)
guys some oen said you need to make the loading/saving by your own can any one help me? for my map :? :? :?:
if this program aint making any save/load codes and we need to make by our own the system can any one teach me? coz i need it to my map. :? :?
lol Thing what do i do :lol:
lol Thing what do i do :lol:
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).

Besides that, its great.
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 ...
I'm confused! :shock: :? :shock: :? :shock: :? :shock: :? I don't think I'm gonna download this code generator, seeing as I don't know what is i about...
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 :wink:
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.
this tool sucks :twisted:
umm can does anyone have a link or something to a tutorial for making a save/load system? :?:
no this be a save and load code for rpgs >.> they dont give u locked maping stuff here >.>
So this protects your map so nobody can open it in map editor, am i correct?
me 2 :?
Uh... i dont understand as well what this one does!
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.
:cry: I dont get it... can 1 of u give me a detailed description on how to use this thing??
This program only generate different codes!
I had one question:

What can we use this program for?
You cant use it for save/load system, cuz a save/load code in a save/load system is many small codes.
damn...ok do you know if darky is gonna make a better ver of his save lod thingly??
You need to make your own, this just helps you out making code sets so your codes are better protected
soo do we need to make up our own savecode thing or can we just put this in the map and its ready?