Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Nocturne patchlist creator. (with C# source)

0xC0FFEE
Loyal Member
Joined
Dec 24, 2006
Messages
1,655
Reaction score
477
Decided to release this after all.
It generates patchlists just as eFlyFFs generator does, with proper directory listings as well.

Guide:
You put the patch files in the "CLEAN_PATCH" folder, then run the application and it should generate it into the "RESCLIENT" folder.

Configuration run-through:
The configuration file looks like this:
Code:
<config>
    
    <patchListVer>34</patchListVer>
    <resClientFolder>RESCLIENT</resClientFolder>
    <shouldZip>False</shouldZip>
    
</config>
Code:
patchListVer is the version of the patcher.
Code:
resClientFolder is the folder where it puts the files after it has generated list and zipped all files.
Code:
shouldZip is if it should zip the files or not.

Note: You will have to compile this yourself using "Visual C# Professional/Express 2008" since binaries aren't supplied.

Download attached.
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Aug 12, 2009
Messages
129
Reaction score
33
Nice. Won't use it personally but still, nice. :3
 
We are Maverick!
Loyal Member
Joined
Feb 27, 2009
Messages
2,915
Reaction score
1,000
Cool.

I'm surprised you didn't make a thread asking if it should be released.

Any screenshots of it though?
 
0xC0FFEE
Loyal Member
Joined
Dec 24, 2006
Messages
1,655
Reaction score
477
It's a console application, so nothing to look at really.
 
We are Maverick!
Loyal Member
Joined
Feb 27, 2009
Messages
2,915
Reaction score
1,000
Eh I wouldn't mind a screenshot of what it does but sure lol.
 
0xC0FFEE
Loyal Member
Joined
Dec 24, 2006
Messages
1,655
Reaction score
477
It does what it's supposed to.
Double click, it outputs every file it zips/generates, then exits upon completion so.
 
the sound's resound echo
Loyal Member
Joined
Jun 14, 2009
Messages
932
Reaction score
156
Doesnt work for me.
Placed item.res inside the CLEAN_PATCH folder
Started gzip.exe
But nothing in the RESCLIENT folder.
 
0xC0FFEE
Loyal Member
Joined
Dec 24, 2006
Messages
1,655
Reaction score
477
You're supposed to compile the program, then run Nocturne.exe.
 
i sell platypus
Loyal Member
Joined
Jun 26, 2009
Messages
2,640
Reaction score
1,326
That is awesome, might develop on it if I get time later on. How long did it take?
 
Newbie Spellweaver
Joined
Oct 1, 2010
Messages
68
Reaction score
12
Should have integrated gzip into the application instead of making it exec 5mln times :/. I heard it's pretty easy in CLR.
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
i don't think it works right.. at least not for me
i modified the config and ran it. with ShouldZip set to false, it makes the list.txt just fine. but with it set to true, you get copies of the zipped and unzipped files in resclient and it never gets to the list.txt file (i'm guessing this is because of what Cookiezzz said).
 
0xC0FFEE
Loyal Member
Joined
Dec 24, 2006
Messages
1,655
Reaction score
477
Fix it in the source then.
You have source, go fix.
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
Dude, calm down..
I wasn't asking you or anyone else to fix it. Merely stating what it did when I tried it.
 
i sell platypus
Loyal Member
Joined
Jun 26, 2009
Messages
2,640
Reaction score
1,326
Dude, calm down..
I wasn't asking you or anyone else to fix it. Merely stating what it did when I tried it.

Uhm why do you want him to calm?

He ain't developing anymore on it. If you want an improved version, you got the source right there.
 
0xC0FFEE
Loyal Member
Joined
Dec 24, 2006
Messages
1,655
Reaction score
477
I was absolutely calm, stating that you got the source, why not do anything about it yourself?
If don't know how to, then just go out of this post.
No-one is going to do it for you.
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
wow, fails all around. you both focused on the pointless part of my post and ignored the part that matters.
I said I wasn't asking anybody to fix it. merely stating what happened when I tried to use it. The reason I did that, is in case anybody did want to use it, thinking that it already works like it should.
 
Back
Top