Intro
Hai all :3
Since many peeps having problems with jaime's and heathj's guide, I made this more detailed guide on how to make an updating launcher.
Preparing
Files that you'll need:
bitzipper - http://www.bitzipper.com/
Fame patcher - http://www.mediafire.com/?q3jndy5gyy5
Hex workshop - http://www.bpsoft.com/bbl/download/d...e=hw32v601.exe
Things that might come in handy:
-Basic knowledge on hex editing.
-a GG less neuz. (Some doesn't work with fame patcher. But don't worry. In this guide I'll show you how to be able to use the neuz.exe provided by serus uriel.
Download link - http://www.mediafire.com/download.php?gzmz4og5vox credits goes to Serus uriel for the neuz.exe )
wamp - http://www.wampserver.com/en/download.php
Getting started
After you downloaded these files. install the wamp server and bitzipper. after you've done that follow these steps:
1. After installing and setting up the wamp server, open you 'www' folder. Once there, make a new folder called 'Neurospace' without quotes. inside 'Neurospace' make another folder called 'RESCLIENT' also no quotes, capitalized.
2. Copy your flyff client inside the folder like this:
http://img57.imageshack.us/img57/1339/rzguide1.png
^Note: I will only post links to the pictures. Click it if you need it. else just ignore it.
3. If you look at my pic, you'll see that there are a few differences between my client and the original.
and those are the rar files which are actually .gz files.
We're gonna do that too. But first we'll have to create the 'list.txt.gz'
So IN your 'RESCLIENT' folder, make a new text file called list.txt. open it and copy/paste the code below to that text file
Then we'll have to focus on the middle lines.Code:ver: 21
Z µå¶óÀ̺êÀÇ º¼·ý: »õ º¼·ý
º¼·ý ÀÏ·Ã ¹øÈ£: 78B5-1789
Z:\ResClient µð·ºÅ͸®
2008-04-10 08:34a <DIR> .
2008-04-10 08:34a <DIR> ..
9°³ ÆÄÀÏ 19968000 ¹ÙÀÌÆ®
which are:
'2008-04-10 08:34a <DIR> .'
'2008-04-10 08:34a <DIR> ..'
If you want your patcher to update certain files you'll have to edit this text file, and convert it to a .gz file using bitzipper.
Here's what you'll have to do if you want to add a new file:
Write on a new line
( that means below the 2008-04-10 08:34a <DIR> .
stuff and above the 9°³ ÆÄÀÏ 19968000 ¹ÙÀÌÆ® stuff. )
You'll have to write the following on this line:
[Exact date] [Time] [Directory] [bytes] [file name]
If we're going more detailed in this it should look like this:
[Exact date] - Should enter it like this: 'YEAR/MONTH/DAY' For example: 2008-04-10. this'll be 10 april 2008. this should be the date that it has been last modified!
[Time] The exact time that it was LAST MODIFIED. and don't forget to add an 'a' or 'p' after you typed the time!!
the 'a' stand for am and the 'p' will be pm. Don't forget this or it wont work.
[Directory] - If the file you want to patch is in an directory you'll need to type <DIR> here. but if you're doing this you'll have to modify the whole list.txt which is a hell loads of work.
i wont explain further in this PM me if you want to know how to patch a whole directory. but anywayx if the file isn't a directory leave it blank.
[Bytes] the ammount of bytes this file is using.
also beneath everything you'll see a line that says:
9°³ ÆÄÀÏ 19968000 ¹ÙÀÌÆ®
^^the "19968000" stuff is the total ammount of bytes used. make sure you get this right or it wont work.
[file name] speaks for itself. just the normal filename like data.res
That sums up the most important things you'll have to know about the list.txt, lets move on.
4. After editting the list.txt save it as list.txt.GZ
Don't ask just do eet. :3
5. also make a copy of the files you added to the list.txt, paste them in your 'RESCLIENT' folder and change it to a .gz file.
Example: If you added this line to the list.txt.gz:
2010-01-29 05:49a 5300224 data.res
You should make an data.res.gz file IN you resclient folder.
6. Do this for all the files you want to patch, lets move on to hex editting ^_^
Hex editting the fame patcher
So now that we've completed the neurospace foler, we can go on with hex editting.
So install hex workshop and download the famy patcher i uploaded for you guys. and follow these steps:
1. To hex edit the fame patcher, right click > Hex edit with hex workshop. also you can rename it if you want to :3
2. after it opened, hit control + 'F'. a new window should pop up, select 'text string' and type 'fameguy' in the value bar.
Like this:
http://img532.imageshack.us/img532/5954/rzguide2.png
2B. Remember what i said before?
( Not all nuez's.exe work with the patcher.)
Here's what we're gonna do to make them to work:
If your using a regular neuz.exe, change the 'fameguy' into 'sunkist'
BUT!
If you're gonna use serus uriel's neuz.exe you got to change the 'fameguy' into 'serus99' or it wont work.
3. edit it like this:
***CREDITS TO "heathj" FOR THE PIC!***
http://i217.photobucket.com/albums/c...hertutpick.jpg
^^Important note: The link has to be smaller OR the exact same size as current link.
if the link contains more characters than the current one it will not work.
and last but not least, if its smaller change the remaining characters into a dot, by typing 0's into the hex window
4. save it, put the wamp server online and run the patcher! :3
All credits goes to the people who made it.
I only take credits for writing this.
Good luck and have fun with your launcher ^_^
Thanks me if a helped, comment and feedback plox .. you know the drill ;D

