Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Launcher Patching Guide

Experienced Elementalist
Joined
Dec 7, 2006
Messages
250
Reaction score
2
Ok this guide works 100%, tested myself. -> credits to me <-

Lets first of all get ourselfs an good ftp server.

i recommended to use FileZilla FTP.
Download:

Now go install the server, make the ftp dir: C:\ftproot
Connect to your server using the FileZilla FTP admin tool.
Make a new user.
Username: anonymous.
Password: Disabled/Blank.

Ok now we ofcourse want the launcher to extract the patches so go to Settings -> Filetransfer Compressions.
Now turn on MODE Z Support.
And turn off: Exclude IP ranges.
Ok that's it for the ftp server, now the important part is your Version.ini at the dir where loginserver is located.


This is mine:

Code:
[DOWNLOAD]
URL=myip
PATH=./


[ODBC]
DSN=KN_online
UID=*****
PWD=*****
TABLE=VERSION

[CONFIGURATION]
DEFAULT_PATH=C:\ftproot\

[SERVER_LIST]
COUNT=1
SERVER_00=myip
NAME_00=DeathWish Ko

your ini would be;

Code:
[DOWNLOAD]
URL=external ip <- http://whatismyip.com
PATH=./


[ODBC]
DSN=KN_online
UID=knight <- default
PWD=knight <- default
TABLE=VERSION

[CONFIGURATION]
DEFAULT_PATH=C:\ftproot\

[SERVER_LIST]
COUNT=1
SERVER_00=external ip <- http://whatismyip.com
NAME_00=Server Name

Ok now we start with the database part,
open up the table: VERSION.
and pase this inside:

Code:
Version   FileName                CompName(??)     Previous Version
1299      patch1299.zip         patch1299.zip               1298
1300      patch1300.zip         patch1300.zip              1299
Make an patch1300.zip and put it in C:\ftproot.
Woah! your still not done, if you for example want to add a file called: test.txt into the clients data folder then first:
1. make an map called *Data* in the archive,
2. Put test.txt in there.

If you did everything right in FileZilla FTP, the launcher should now download & extract your patches.

I hope this helped.
 
Last edited by a moderator:
Re: Launcher Patching [ Guide ]

"Now go install the server, make the ftp dir: C:\ftproot
Connect to your server using the FileZilla FTP admin tool.
Make a new user.
Username: anonymous.
Password: Disabled/Blank."

i have understand nothing here :S
 
Re: Launcher Patching [ Guide ]

"Now go install the server, make the ftp dir: C:\ftproot
Connect to your server using the FileZilla FTP admin tool.
Make a new user.
Username: anonymous.
Password: Disabled/Blank."

i have understand nothing here :S
Go to C:\ and make a new folder. Call it ftproot.

Press Admin. Go to Edit->Users. High-light anonymous. If the password box is ticked, untick it. Then press ok.

BTW, thx for the guide.
 
Re: Launcher Patching [ Guide ]

alot of views but almost no replies:/ lol this is the first guide that EVER came out:D (that works)
 
Re: Launcher Patching [ Guide ]

if u follow this guide and it still says cant connect, then switch force user SSL login off.
 
Re: [Share] Launcher Patching Guide

ok guys i need alittle help i'm kinda stuck here

1. make an map called *Data* in the archive,
2. Put test.txt in there.

i did everything else not sure what the above means and when i open launcher it says cannot connect to ftp
 
Re: [Share] Launcher Patching Guide

Cool I'll try it out when I get home.
 
Re: [Share] Launcher Patching Guide

Windows xp doesnt, windows server does. but i like filezilla ftp more.
Wrong again.

Its a component present in XP Professional, though you have to install it from the disk.
Its there, just an optional component - IIS.

Also, for the record, FileZilla is a buggy FTP server. Couldn't maintain a 24/7 stability compared to Microsoft FTP, on our own server environment. :/
 
Re: Launcher Patching [ Guide ]

Go to C:\ and make a new folder. Call it ftproot.

Press Admin. Go to Edit->Users. High-light anonymous. If the password box is ticked, untick it. Then press ok.

BTW, thx for the guide.


i have one stupid questions:
how to make the patch file?is there some guides i can use?
 
Re: [Share] Launcher Patching Guide

  • Code:
    patch1300.zip


for example u have a file named: test.txt. and u want it to go in DATA folder in the client.

then in the .zip make a folder called DATA and put test.txt in there. done.
 
Re: [Share] Launcher Patching Guide

"""""Ok now we start with the database part,
open up the table: VERSION.
and pase this inside:

Code:

Version FileName CompName(??) Previous Version
1299 patch1299.zip patch1299.zip 1298
1300 patch1300.zip patch1300.zip 1299

Make an patch1300.zip and put it in C:\ftproot.
Woah! your still not done, if you for example want to add a file called: test.txt into the clients data folder then first:
1. make an map called *Data* in the archive,
2. Put test.txt in there.

If you did everything right in FileZilla FTP, the launcher should now download & extract your patches."""""""



Ok how do i add a row to this table so i can enter patch1300.zip??

HellFire - Launcher Patching Guide - RaGEZONE Forums

HellFire - Launcher Patching Guide - RaGEZONE Forums


if you dont mind please be detailed cause im a bit noob.. but this is all i lack in being finished...ty
 
Last edited:
Back