HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Encrytion Method

07-17-2005, 08:08 PM#1
MSTR
I was think of a way that you could encrypt a nice save code that store a shit load of info.

I tought of one, really simple, but complex.
Save by numerical value, so all abcd... will get a numerical value
this method can store big numbers
2 characters can store as big as 5000

With this method
-Save GOLD
-Save Lumber
-Save Experience
-Save Agi, Str, Int
-Save LVL
-Save items of each slot [USES ARRAY METHOD]
-Save Quest ... MAYBE STILL TRYING TO THINK OF A METHOD
-Save to Asigned name
-Save any other shit you need to [using array method]

I can start working on this after like the 22nd of july
I have no access to a comp but a public pc.

I thought of this looking at the hexidecimal method, this way you can store alot in a compressed string

What bad about this method
CaSe SeNsItE
1SD34f-5gd32#%12s

damn, need to change my avatar...
07-17-2005, 10:15 PM#2
BBDino
What differences/advantages are there between your method and other, already available, systems?
07-17-2005, 10:38 PM#3
Anitarf
None really, because any good avaliable system already does what he described, like Lord Vexorian's codemaker engine.
07-17-2005, 10:48 PM#4
shadow1500
you can save quests with flags, that way u can store about 6 quests in one character.
07-18-2005, 05:56 AM#5
MSTR
@BBDino
This method is more compressed. for example some encryption method put 11 = 1ag that is longer then what the number was before. my method like 1342 = 22 (<-- This is just a example), which is 2 characters then some bigger number. So you can save gold 200000 with some shorter number

@Anitarf
this method is kind of like a hexidecimal method, but one thing is, i cant view vexans method. Because im on a public pc, i can do this like after the 22nd. and ill take a look at vexans after then 22nd. Ill have my method still in GUI'