[Not Done] - Generic Flyff Patcher
http://img265.imageshack.us/img265/2...ricpatcher.png
So I started working on this a bit ago the method used was a standard list like so.
Quote:
5|
blah.bmp F3A35490|
blah2.bmp 73A000A9|
blah3.bmp 73A000A9|
blah4.bmp 73A000A9|
blah5.bmp 73A000A9|
It's like the list.txt but a bit better.
How it works,
5| = The amount of files which the patch system will be downloading the reason why I'd rather state it statically here is because later on I'll probably be making a patch list.txt generation system for this patch system which automatically does the count.
The reason why I don't preform the count via the patch system it's self is that would take time to actually run a loop when you have a lot of files going.
The next lines.
blah.bmp[tab]CRC32|
Basically filename [tab] hash of file.
This is the integrity checking method of course CRC32 can be spoofed via playing with an extra 4 bytes.
But it seemed like the most efficient way to do things at the time, not to mention still more reliable and less of a pain in the ass then the normal patcher.
Now the reason why I call it a "Generic" one is because when I am finished I decided to make it so the name on it can be changed the graphic it loads for a background where it downloads from and etc.
I figured I'd make a configuration script for it, and just map out the virtual/static offsets to overwrite the resource information such as strings, however this could possibly result in the string sizes being limited so maybe I'll do it via registry and create a setup system for it not entirely sure yet.
but here's the current source code.
It's written in RealBasic 2009r2... it's a member of the BASIC language and is not Visual Basic, it's also a very extensive and well done language.
Source Code
Code:
http://www.mediafire.com/download.php?wdzt0jjncnz
MD5: 82807E881509D6014EF6BBBD7ED4CE34
Re: [Not Done] - Generic Flyff Patcher
Yar, screw the official patcher.
Re: [Not Done] - Generic Flyff Patcher
Lol, the RealBasic IDE looks more or less like firefox o_O
Buttons are on same place, address bar (location), and then search to the right.
Re: [Not Done] - Generic Flyff Patcher
the IDE is similar VS with a little Eclipse thrown in there mixed with a web browser. I had heard of RealBasic but at the time I was in the middle of playing with RGSS, an offshoot of Ruby.
Sounds interesting.
Re: [Not Done] - Generic Flyff Patcher
Can I find any tutorials on how to work in REALBasic?
can u send me info through pm?
i have much knowledge of dataflex
Re: [Not Done] - Generic Flyff Patcher
I tried to make a patcher last time I did not figure how to pu auto update and read ini files XD
Hmp! I will grab this one
Re: [Not Done] - Generic Flyff Patcher
other link to download pls
Re: [Not Done] - Generic Flyff Patcher
Re: [Not Done] - Generic Flyff Patcher
Thats pretty cool :]
nice
Re: [Not Done] - Generic Flyff Patcher
can you upload it again?
Or on an other hoster?
i want to test it too ;)
whats this for a theme *-* very nice
Re: [Not Done] - Generic Flyff Patcher
Re: [Not Done] - Generic Flyff Patcher
tahnks for upload other host ;)