[Not Done] - Generic Flyff Patcher

Results 1 to 12 of 12
  1. #1
    Account Upgraded | Title Enabled! AccountDeleted is offline
    MemberRank
    Jul 2008 Join Date
    296Posts

    [Not Done] - Generic Flyff Patcher



    So I started working on this a bit ago the method used was a standard list like so.

    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
    Last edited by AccountDeleted; 26-05-09 at 12:42 AM.


  2. #2
    Alpha Member Organic is offline
    MemberRank
    May 2007 Join Date
    2,077Posts

    Re: [Not Done] - Generic Flyff Patcher

    Yar, screw the official patcher.

  3. #3
    Software Developer funkynicco is offline
    MemberRank
    Feb 2007 Join Date
    SwedenLocation
    349Posts

    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.

  4. #4
    Alpha Member GlaphanKing is offline
    MemberRank
    Sep 2008 Join Date
    World of MorrowLocation
    2,594Posts

    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.

  5. #5
    Enthusiast Tyyrant is offline
    MemberRank
    Jan 2009 Join Date
    27Posts

    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

  6. #6
    Account Upgraded | Title Enabled! x103strike is offline
    MemberRank
    Sep 2008 Join Date
    EarthLocation
    993Posts

    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

  7. #7
    Account Upgraded | Title Enabled! rakter is offline
    MemberRank
    Oct 2008 Join Date
    200Posts

    Re: [Not Done] - Generic Flyff Patcher

    other link to download pls

  8. #8
    Account Upgraded | Title Enabled! rakter is offline
    MemberRank
    Oct 2008 Join Date
    200Posts

    Re: [Not Done] - Generic Flyff Patcher

    please upload to other host

    www.mediafire.com

    www.megaupload.com

  9. #9
    Account Upgraded | Title Enabled! Nick1337 is offline
    MemberRank
    May 2009 Join Date
    357Posts

    Re: [Not Done] - Generic Flyff Patcher

    Thats pretty cool :]
    nice

  10. #10
    Enthusiast Kasoki is offline
    MemberRank
    Oct 2008 Join Date
    39Posts

    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
    Last edited by Kasoki; 25-05-09 at 04:37 PM.

  11. #11
    Account Upgraded | Title Enabled! AccountDeleted is offline
    MemberRank
    Jul 2008 Join Date
    296Posts

    Re: [Not Done] - Generic Flyff Patcher


  12. #12
    Account Upgraded | Title Enabled! rakter is offline
    MemberRank
    Oct 2008 Join Date
    200Posts

    Re: [Not Done] - Generic Flyff Patcher

    tahnks for upload other host ;)



Advertisement