| 03-13-2004, 09:45 PM | #1 |
I was wondering is there any good hero save/load codes out there that are able to be opened in the regular editor? I was looking for a code that doesn't have any encryption or a really easy to break encryption. (eg. the parts of code are in reverse order) Also typing a code that is around 30 digits is really hard to read, so is it possible to have -'s(Hyphens) in between like a cd-key? |
| 03-13-2004, 10:08 PM | #2 |
I do not know of any open source coded maps, I have been lookin. as for the hyphens it is possible to but them between 2,3,5... or how ever many digits you want. you just need you save trigger to add them ever 2,3,5 or how ever many you want and have you load code parse them out. |
| 03-14-2004, 02:08 AM | #3 |
There is a really logical reason why there are no open-source password system...as then people would easily cheat in the map, or even if it was released (not as a map), people would still easily be able to find it and decypher it much easier than else. Your best luck is to create your own. Here are some crazy tips if you want the challenge, however, all of them are seriously advanced and likely require advanced JASS knowledge to be used (I should know as i'm coding it currently). http://www.wc3campaigns.com/showthread.php?t=47369 Cubasis |
| 03-15-2004, 03:46 AM | #4 |
Hmm the reason I wanted an open-source code, was because in the map I am going to be making, that is what you are meant to do, you create your own hero. I will have limiting factors though. |
| 03-17-2004, 09:58 PM | #5 |
Good Code Systems are encrypted, so you want to scramble it all around, changeing the numbers is great and hard to understand but u can throw in letters to realy throw them off: 1=A 2=f 3=6 4=k 5=0 6=w 7=z 8=1 9=x 0=v Then you have a good encryption that will be hard to break, and u can make a trigger that uses a lot of substirings, like your load code would look like: zxc98-zxc98-zxc98-zxc98-zxc98 Then you can use substrings: (zxc98)-(zxc98)-(zxc98)-(zxc98)-(zxc98) and make sure every 7th 12th 17th 22th and 27th digit is - Then your codeing system is good, and u can tweek it around, so the level will be like the first and last number, by useing alota substrings. |
| 03-19-2004, 03:07 AM | #6 |
Hmm you seem to know what you are talking about, but if I didn't explain myself properly here is another shot at it. I wanted a barely encripted ,or none at all, save code system where with the correct codes for certain units and values, you would be able to create your own unit. If you see what I am getting at could I have some help with how I would go about making one or where to download a basic one I can edit? |
| 03-19-2004, 11:11 AM | #7 |
Sounds more like you could just have a series of player enters text -xxxx triggers... 1 giving a unit, 1 adding an item... etc. If that's your goal you don't really need codes. |
| 03-19-2004, 05:08 PM | #8 |
Let's see....an open source code... Try Final Fantasy Open RPG Beta |
