-
1 Attachment(s)
Make your own MuAutoUpdater
Well this time I will show you how to make your own AutoUpdater
Tools Needed:
1.- FTP Server (don't you have? here is a list of free server Free Ftp Servers downloads
2.- Winhex or another hex Editor
3.- ConnectServer (Work only with ConnectServer that has ServerInfo.dat in data files)
4.- WinZip
5.- WTF Editor
Steps:
1.- Install the FTP Server and make an account that can access to subdirectories, and download files mainly
2.- Download this tools (in attachment)
3.- Search in ServerInfo.dat this
Code:
[FtpServerInfo]
Address = 192.168.1.101
Port = 21
ID = MuOnline
PASS = MuOnline
[HttpServerInfo]
HTTPAddress = localhost
Port = 80
ID = MuOnline
PASS = MuOnline
[GameServerInfo]
ClientVersion = 1.00.14
ClientVersion_TEST = 1.00.14
VersionFileName = version.wvd
DownLoadType = 0
And replace with your IP of your FTP, Website, and the account you have created in FTP server and with your current version
4.- In version.wvd put your current version with no letters, for example my version is Vietnam 1.00n, in your version.wvd you put this Yes WITH QUOTES
5.- Make a folder in your FTP Server with your current version, i mean if i use 1.00n put without quotes.
6.- paste your version.wvd in your FTP server so it shouldbe like this:
http://img206.imageshack.us/img206/2108/ftp1bl8.jpg
7.- in you folder you have created, paste the list.inf and the up_list.zip
8.- With hexeditor search in mu.exe 192.168.1.101 and change it to your IP, search in message.wtf with wtf editor the last line and change it to your Notice URL Website
9.- Client Side: in Config.ini put your version of version.wvd
Now we finish the Installation Now we go to the procedures to uptate
1.- Update the version.wvd in FTP server to the next number ADDING a line for example if my version is 1.00n i have in version.wvd "1.00.14" I add a line "1.00.15" should be like this
Code:
"1.00.14"
"1.00.15"
2.- Zip the files you want to update in their corresponding folders for example like this(take a look that main directory isn't zipped in a global folder like MuGlobal or MuBlablabla):
http://img190.imageshack.us/img190/3993/ftp2tw1.jpg
NOTE: ALLWAYS you must put the config.ini (stored in the up_list.zip) with the new version for example i want to update to 1.00.15 so i REPLACE . i have this
Code:
[LOGIN]
Version=1.00.14
TestVersion=1.00.14
replace with this i my case
Code:
[LOGIN]
Version=1.00.15
TestVersion=1.00.15
If you don't do that you will need to update forever:jester:
3.- Make a new folder in you FTP named as your new version, in my case 1.00.15 without quotes
4.- Make a list.inf . in my case i will put an example
Code:
#COMPRESSED#
#PACKINGVERSION#
"config.ini"
0 "Data"
0 "Data\Interface"
"dungeun.ozt"
"tarcan.ozt"
0 "Data\Local"
"Dialog.bmd"
"everyone.ozj"
"Filter.bmd"
"FilterName.bmd"
"item.bmd"
"itemsetoption.bmd"
"itemsettype.bmd"
"Loading01.OZJ"
"Loading02.OZJ"
"Loading03.OZJ"
"movereq.bmd"
"NpcName(Eng).txt"
"quest.bmd"
"Skill.bmd"
"slide.bmd"
"Text.bmd"
"webzenlogo.OZJ"
"webzenlogo02.OZJ"
I will explain
Code:
#COMPRESSED#
#PACKINGVERSION#
That allways go there
That a files in the main folder, if you want to update more things than config.ini for example main.exe you must put in a different line and this
Code:
"config.ini"
"main.exe"
allways between quotes
Taht means that we enter to folder Data in our client, for example if i want to update gates or macro i put something like this
Code:
0 "Data"
"gate.bmd"
"macro.txt"
Code:
0 "Data\Interface"
"dungeun.ozt"
"tarcan.ozt"
Taht means that we enter to folder Data, subfolder Interface and down we put the files we will update allways between quotes
In conclusion if we want to open a folder we put 0 "Folder" and down we put the files
5.- When we finish this, we just put the list.inf in the new FTP folder
6.- We FInish now putting the new version in ServerList.dat
Finally to update your Client just execute the mu.exe, the config.ini contains the actual version of you cleint, so if CS.exe detects that your config.ini is 1.00.14 and version.vwd is 1.00.15 it will update automatically
There is a little explanation about the crypting of the CS packets so you can easily understand how this works
NOTE: Everytime you want to update remember to put the new version of config.ini in up_list.zip files
cya
PD: People are reporting that when they launch mu with mu.exe the Server Bar don't appear, but the AutoUpdate Work
-
Tested and having problem with CS
3.- ConnectServer (Work only with ConnectServer that has ServerInfo.dat in data files)
Need:
CS with ServerInfo.dat that works with in 1.02 servers and up, because I've tried this Updater in 1.02d server result is: Update Works fine but when you connect, no server bar on the client side.
-
Where is the list.inf and the up_list.zip located?
-
What is missing ??
Quote:
6.- We FInish now putting the new version in ServerList.dat
I did everything as you tell, but I don't know how to add the new version in ServerList.dat
and also I don't know how to make it works, LOL so far I have been trying and I can't get success...
-
hmm. the autoupdate works.. but when u start the game , the server bar don't appear... anybody have a idea to fix it??
thx , great tutorial.. :)
-
very good
sorry for my english but this launcher of autoupdate...i think is the best
-
hi well guide ı can make it but ı have a question??
You Say : edit main.exe with hex editor find 192.168.1.101 and change with your ip adress
ı change it like 10.0.0.1 what was the end??
192.168.1.101 was 13 character but my ip is 8 character what should ı write for 5 characterR????
please post
-
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
alis06300
hi well guide ı can make it but ı have a question??
You Say : edit main.exe with hex editor find 192.168.1.101 and change with your ip adress
ı change it like 10.0.0.1 what was the end??
192.168.1.101 was 13 character but my ip is 8 character what should ı write for 5 characterR????
please post
Sometimes you should see what it was before you make changes, but usually after your IP there are spaces, zeros or points (.) try to check wich one of them give you the seam HEXA code after the original IP and fill the free spaces with the seam HEXA code, easy right?!
-
Re: [Guide] Make your own MuAutoUpdater
made my own launcher to support this setup :) works good.
-
Re: [Guide] Make your own MuAutoUpdater
Anyone can help me plz? I can't find the IP 192.168.1.101 in MU.exe.
Any hints, close to where I have to look for a DNS or IP to change??
-
Re: [Guide] Make your own MuAutoUpdater
How to HEx main.exe to autoupdate myserver?
-
Re: [Guide] Make your own MuAutoUpdater
awesome guide, might use it
-
Re: [Guide] Make your own MuAutoUpdater
great guide but bad comments, the guide is simple and easy to use. Currently tho im looking for a lil something more, i need it to auto check for the complete client, and if there are changes download and replace the files, but dc if the download is canceled. im sure its easy to add in c++, but other than that im going to use this guide on setting upa updater, til i find a more completed guide. Thx Deathway for the guide.
-
Re: [Guide] Make your own MuAutoUpdater
This is a great great guide! now i run this launcher without uploading the files...thanks deathway! btw how can i edit the name of the browser in launcher..
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
this work 100% i recommend download Dynu Enterprise server.
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
Nice guide. I just wanted to add to add an easy way to find out what version number you have.
OK, so most of you have an 1.02q, or 97d file or something like that. so here's how you find it out:
if you have a 1.02q server, your version will be 1.02.17;
as you can see, you just put the first 3 numbers (or 2 if you have a 97d server) and then put the number of the letter of the extension.
for example:
a=1
b=2
c=3
etc,.
so that's how you do it. you can put this in your post if you want Death ^_^.
-
Re: [Guide] Make your own MuAutoUpdater
can some one help me with this i tried hard and i cant make this work for me i reviewed the guide here and other forum, and i cant make it work i have all i need but when i start the launcher launcher doesn't even check just says to connect to play and it doesn't update can someone please help me out with this i been trying for like a month and no one helps me nothing please i need help with this =/
-
Re: [Guide] Make your own MuAutoUpdater
yup i still need help and no ones helps here
-
Re: [Guide] Make your own MuAutoUpdater
u need ftp first..
and the no-ip ftp sux
-
Re: [Guide] Make your own MuAutoUpdater
i have ftp and its not no-ip...
-
Re: [Guide] Make your own MuAutoUpdater
Me have other error...
My update work fine, and files are downloaded,
but when it is download, the files don't enter to respective folders..
all files are downloaded in mu folder.. (Games/Mu/Data/Loca...),
example, me up_list.zip have main.exe gate.bmd Hit.OZT and gatetest.bmd
..
this is my list.inf
Code:
#COMPRESSED#
#PACKINGVERSION#
"main.exe"
0 "Data"
0 "Data\Interface"
"Gate.bmd"
"Gatetest.bmd"
"Hit.OZT"
but don't work..
have some bad?..
-
Re: [Guide] Make your own MuAutoUpdater
I am with the same problem, the archives are not going for the sub-folder
-
Re: [Guide] Make your own MuAutoUpdater
guys i do understand that but can you guys please let me know how to do that make it work because i fa il to do this and i been trying for over a month
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
Dyego
I am with the same problem, the archives are not going for the sub-folder
If you know a solution don't forget post it :drinks_no:
-
Re: [Guide] Make your own MuAutoUpdater
make sure inside your list.inf have the line config.ini
Example:
#COMPRESSED#
#PACKINGVERSION#
"config.ini"
"main.exe"
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
i checked 100% and made sure my list.inf was good and everything. files still wont go into subserver.. -.-
help?
-
Re: [Guide] Make your own MuAutoUpdater
forget it no one helps with the auto update feature so yeah just move on i tryed for months no success same gonna happen 2 u all there is here in leechers and i at first tought it was a help center
-
Re: [Guide] Make your own MuAutoUpdater
:@ the files don't enter to folder!!!!!!
-
Re: [Guide] Make your own MuAutoUpdater
we are well aware of that, it's why this post is retarded ;)
dont expect help, no one is going to say anything, i have same problem too.
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
lothera
this post is retarded ;)
NO!!.. i will found the fix.. is a promise! :disgust:
-
Re: [Guide] Make your own MuAutoUpdater
ive been at it for a month, without finding solution.
i wish you the very best of luck, friend :)
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
so..any fix?
made all steps, it says downloded 1/1 ( total 2/2) and update failed and files don t appear :(
anyone can help?
-
Re: [Guide] Make your own MuAutoUpdater
yeah, include directories (folders where things go) ;)
-
Re: [Guide] Make your own MuAutoUpdater
well this is my list
#COMPRESSED#
#PACKINGVERSION#
"config.ini"
0 "Data"
0 "Data\Local"
"webzenlogo02.OZJ"
and the mu client it's in "CLIENT S3" folder
do i need to edit like this ?
#COMPRESSED#
#PACKINGVERSION#
"config.ini"
0 "CLIENT S3\Data"
0 "CLIENT S3\Data\Local"
"webzenlogo02.OZJ"
-
Re: [Guide] Make your own MuAutoUpdater
The message.wtf file cannot by updated???? I try and try but doesn't woks!! Help!
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
Upload please your connect server files ;)
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
Hi all i found out how to fix that!
If u want add file to a sub folder u need to do that like this IMG:>>>
http://img231.imageshack.us/img231/6425/yeavx5.jpg
and it work!!! HF!
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
my muserver don't have ServerInfo.dat, how to use this launcher?, my server is lucianoaibar muserver
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
osvaldo1br
my muserver don't have ServerInfo.dat, how to use this launcher?, my server is lucianoaibar muserver
I am also willing to make it work ... Want to create a post to try to get results? :drinks_no
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
Z80
Anyone can help me plz? I can't find the IP 192.168.1.101 in MU.exe.
Any hints, close to where I have to look for a DNS or IP to change??
i have 3 season and mu.exe file dont find 192.168.* ip
-
Re: [Guide] Make your own MuAutoUpdater
How i can run 97d main with this launcher?
It starts main without parameters: ip , port
please help me!
-
Re: [Guide] Make your own MuAutoUpdater
Please link for Webzen Launcher
i can't found it (without styles)
-
Re: [Guide] Make your own MuAutoUpdater
hi.
my launcher connects to ftp fine but then i get error "please reinstall mu" and error in my ftp saying invalid path.
when i goto the client the version.wvd that was in there is deleted. and i think this is why i get "invalid path".
anybody know how i can fix
i can supply my launcher if anyone wants to check it for why version.wvd is being deleted.
-
Re: [Guide] Make your own MuAutoUpdater
cant get this working :S, can someone post me their own CS what work..
or. can someone do it for me remotely? ;)
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
now it works, not in client folder tho.. and it got stuck in 98% when downloading, then it updates only testversion to the newest in config.ini Oo
bad updater >.<
-
Re: [Guide] Make your own MuAutoUpdater
update dont work...server bar not appear...and no one help us here...
EDIT: ok update work perfect now...i have a question...i want to update every time when i join in game some files like..main.exe,player.bmd,gate.bmd and other cause people can modify these files...it is possible ?
And the biggest problem...WHY I DONT SEE SERVER BAR...somebody help us...........!!!!!!!!!!
-
Re: [Guide] Make your own MuAutoUpdater
O My God Update work 100% Nice,
It is launcher not Work in Version 97...
The Update work 100% in 97 versions,that when you connect does not appear the "rooms" for click end for open Login scren.
you have a solution?
Sorry me by reviving this topic.
sorry my bad ingles!
-
Re: [Guide] Make your own MuAutoUpdater
please anyone can share a connectsrv with data files that doesn t gives timeout srv delete from time to time /?
-
Re: [Guide] Make your own MuAutoUpdater
use this one http://***************/index.php?dir=...rs/CS%20Final/
what this meens and what would be if i put not 0 ???
DownLoadType = 0
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
mel9
OMFG im searching a CS like that since a year ago HOLY F$%&! Thx to you and that Leo123 who modified that cs :)
-
Re: [Guide] Make your own MuAutoUpdater
made it to work on local pc ( autoupdater )
but how can i autoupdate for a ftp/webhosting website like awardspace.com
i made the ftp account, and followed the steps like on my local ...but the updater doesn work
so i need to know how to make autoupdater work so it can take the files and update itself from a ftp hosting
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
gandalfbr
O My God Update work 100% Nice,
It is launcher not Work in Version 97...
The Update work 100% in 97 versions,that when you connect does not appear the "rooms" for click end for open Login scren.
you have a solution?
Sorry me by reviving this topic.
sorry my bad ingles!
Im with same problem.
i think so that problem is the HEX of launcher..
because my build launcher connect normaly..
but webzen no..
sombody have fix it ?
this launcher.exe , need mantest.exe ?
-
Re: [Guide] Make your own MuAutoUpdater
AutoUpdate works, but it make
MuFolder\up_list\Data
http://mu-step.idisks.lv/update.jpg
-
Re: [Guide] Make your own MuAutoUpdater
is it possible to make updater to update itself?
-
Re: [Guide] Make your own MuAutoUpdater
-
Re: [Guide] Make your own MuAutoUpdater
is it possible to make the ftp not on my pc
i mean if i change the ip in the launcher to the ftp ip
it wont connect to my server
:\
?
-
Re: [Guide] Make your own MuAutoUpdater
dude if i want to use remote FTP
what i need to do ??
becuase if i enter my remote ftp i go like that :
domains/MUNAME.xdf.co.il/public_html/*update files here*
so what i need to type in "ServerInfo.dat"
if i type ftp.MUNAME.xdf.co.il
it says connect fail and if i type
ftp.MUNAME.xdf.co.il/domains/MUNAME.xdf.co.il/public_html/*update files here*
connect faild :(
what to do ?
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
Red-Dragon
dude if i want to use remote FTP
what i need to do ??
becuase if i enter my remote ftp i go like that :
domains/MUNAME.xdf.co.il/public_html/*update files here*
so what i need to type in "ServerInfo.dat"
if i type ftp.MUNAME.xdf.co.il
it says connect fail and if i type
ftp.MUNAME.xdf.co.il/domains/MUNAME.xdf.co.il/public_html/*update files here*
connect faild :(
what to do ?
I wanna do this too.. who knows how to do it?
-
Re: [Guide] Make your own MuAutoUpdater
how change skin? or how change browser?
-
Re: [Guide] Make your own MuAutoUpdater
sorry sir
in my cs/data/ it's not have ServerInfo.dat
but it' have in gameserver/data/ServerInfo.dat i try to make serverinfo.dat in cs/data but autopatch is not work my server use season4 ep2
how to fix it work
sorry for my bad english
-
Re: [Guide] Make your own MuAutoUpdater
Great guide! Thanks very much for your work and time.
-
Re: [Guide] Make your own MuAutoUpdater
I can help you anything or advertising your site for free by contacting to my Skype: nectarcr0p
-
3 Attachment(s)
Re: Make your own MuAutoUpdater
Are ID and PASS of ServerInfo.dat accounts of the FTP?
My environment
ConnectServer setting
Code:
[FtpServerInfo]
Address = MyLinuxServerIP(FTP,Web,MySQL,etc...)
Port = 21
ID = FTP account
PASS = FTP password
[HttpServerInfo]
HTTPAddress = localhost
Port = 80
ID = MuOnline
PASS = MuOnline
[GameServerInfo]
ClientVersion = 1.03.08
ClientVersion_TEST = 1.03.08
VersionFileName = version.wvd
DownLoadType = 0
ftp server Directory composition
/public_html/version.wvd
/public_html/1.03.07/
/public_html/1.03.08/
http://forum.ragezone.com/attachment...1&d=1264058507
/public_html/1.03.07/list.inf
/public_html/1.03.08/list.inf
/public_html/1.03.08/up_list.zip
http://forum.ragezone.com/attachment...1&d=1264058507
http://forum.ragezone.com/attachment...1&d=1264056868
version.wvd
Code:
"1.03.07"
"1.03.08"
/1.03.07/list.inf(update file nothing)
Code:
#COMPRESSED#
#PACKINGVERSION#
/1.03.08/list.inf
Code:
#COMPRESSED#
#PACKINGVERSION#
"config.ini"
"main.exe"
"message.wtf"
0 "data"
"Gate.bmd"
0 "data\Local"
"Filter.bmd"
"item.bmd"
"itemsetoption.bmd"
"itemsettype.bmd"
"movereq.bmd"
"Skill.bmd"
"Text.bmd"
IP of mu.exe and message.wtf has been edited.
The log in to the game can be done when reading version.wvd is completed, and there is no update.
However, it makes an error of the update file downloading, and it is displayed that reinstall the client.
ex)
Log in from the start button to the game succeeds because there is no update after reading version.wvd when config.ini is set to 1.03.08 and MU.exe is started, too.
However, it fails in the file download of the update after reading version.wvd if config.ini is set to 1.03.07 and MU.exe is started.
And, the message of the reinstalling demand of the client is displayed.
It embarrasses it with the file download failure of the update very much.
I want to know arrangement of the file in the folder on the ftp side.
Could anyone show the screen shot?
-
Re: Make your own MuAutoUpdater
-
Re: Make your own MuAutoUpdater
Quote:
Originally Posted by
Deathway
Well this time I will show you how to make your own AutoUpdater
Tools Needed:
1.- FTP Server (don't you have? here is a list of free server
Free Ftp Servers downloads
2.- Winhex or another hex Editor
3.- ConnectServer (Work only with ConnectServer that has ServerInfo.dat in data files)
4.- WinZip
5.- WTF Editor
Steps:
1.- Install the FTP Server and make an account that can access to subdirectories, and download files mainly
2.- Download this tools (in attachment)
3.- Search in ServerInfo.dat this
Code:
[FtpServerInfo]
Address = 192.168.1.101
Port = 21
ID = MuOnline
PASS = MuOnline
[HttpServerInfo]
HTTPAddress = localhost
Port = 80
ID = MuOnline
PASS = MuOnline
[GameServerInfo]
ClientVersion = 1.00.14
ClientVersion_TEST = 1.00.14
VersionFileName = version.wvd
DownLoadType = 0
And replace with your IP of your FTP, Website, and the account you have created in FTP server and with your current version
4.- In version.wvd put your current version with no letters, for example my version is Vietnam 1.00n, in your version.wvd you put this
Yes WITH QUOTES
5.- Make a folder in your FTP Server with your current version, i mean if i use 1.00n put
without quotes.
6.- paste your version.wvd in your FTP server so it shouldbe like this:
http://img206.imageshack.us/img206/2108/ftp1bl8.jpg
7.- in you folder you have created, paste the list.inf and the up_list.zip
8.- With hexeditor search in mu.exe 192.168.1.101 and change it to your IP, search in message.wtf with wtf editor the last line and change it to your Notice URL Website
9.- Client Side: in Config.ini put your version of version.wvd
Now we finish the Installation Now we go to the procedures to uptate
1.- Update the version.wvd in FTP server to the next number ADDING a line for example if my version is 1.00n i have in version.wvd "1.00.14" I add a line "1.00.15" should be like this
Code:
"1.00.14"
"1.00.15"
2.- Zip the files you want to update in their corresponding folders for example like this(take a look that main directory isn't zipped in a global folder like MuGlobal or MuBlablabla):
http://img190.imageshack.us/img190/3993/ftp2tw1.jpg
NOTE: ALLWAYS you must put the config.ini (stored in the up_list.zip) with the new version for example i want to update to 1.00.15 so i REPLACE . i have this
Code:
[LOGIN]
Version=1.00.14
TestVersion=1.00.14
replace with this i my case
Code:
[LOGIN]
Version=1.00.15
TestVersion=1.00.15
If you don't do that you will need to update forever:jester:
3.- Make a new folder in you FTP named as your new version, in my case 1.00.15 without quotes
4.- Make a list.inf . in my case i will put an example
Code:
#COMPRESSED#
#PACKINGVERSION#
"config.ini"
0 "Data"
0 "Data\Interface"
"dungeun.ozt"
"tarcan.ozt"
0 "Data\Local"
"Dialog.bmd"
"everyone.ozj"
"Filter.bmd"
"FilterName.bmd"
"item.bmd"
"itemsetoption.bmd"
"itemsettype.bmd"
"Loading01.OZJ"
"Loading02.OZJ"
"Loading03.OZJ"
"movereq.bmd"
"NpcName(Eng).txt"
"quest.bmd"
"Skill.bmd"
"slide.bmd"
"Text.bmd"
"webzenlogo.OZJ"
"webzenlogo02.OZJ"
I will explain
Code:
#COMPRESSED#
#PACKINGVERSION#
That allways go there
That a files in the main folder, if you want to update more things than config.ini for example main.exe you must put in a different line and this
Code:
"config.ini"
"main.exe"
allways between quotes
Taht means that we enter to folder Data in our client, for example if i want to update gates or macro i put something like this
Code:
0 "Data"
"gate.bmd"
"macro.txt"
Code:
0 "Data\Interface"
"dungeun.ozt"
"tarcan.ozt"
Taht means that we enter to folder Data, subfolder Interface and down we put the files we will update allways between quotes
In conclusion if we want to open a folder we put 0 "Folder" and down we put the files
5.- When we finish this, we just put the list.inf in the new FTP folder
6.- We FInish now putting the new version in ServerList.dat
Finally to update your Client just execute the mu.exe, the config.ini contains the actual version of you cleint, so if CS.exe detects that your config.ini is 1.00.14 and version.vwd is 1.00.15 it will update automatically
There is a little explanation about the crypting of the CS packets so you can easily understand how this works
NOTE: Everytime you want to update remember to put the new version of config.ini in up_list.zip files
cya
PD: People are reporting that when they launch mu with mu.exe the Server Bar don't appear, but the AutoUpdate Work
Guys!! dont download ftpserver!!! Just go to Free Web Hosting with PHP, MySQL and cPanel, No Ads:8:
-
Re: [Guide] Make your own MuAutoUpdater
Quote:
Originally Posted by
Boshaft
How i can run 97d main with this launcher?
It starts main without parameters: ip , port
please help me!
I have the same problem with same version
-
Re: Make your own MuAutoUpdater
Someone should make a conclude or shortly guide, step by step. I read his guide more than 10 time but still not understand.
He make me being so confused.
Any body could answer these question for me?
- What different between version.wvd in Server side and FTP side?
- Do we have to put list.inf & up_list.zip in folder 1.01.14 or not? And If we have to do, What should be writen in those 2 file?
- What different between list.inf, up_list.zip in folder 1.01.14 and folder 1.01.15?
- If I use no-ip my ftp address should be like this mu.sytes.net or this ftp://mu.sytes.net?
- Is this method work on Season 5 (1.07H) with BorTeam CS?
Edit: It's work now!! But you have to run old CS.exe, but old CS may slow down your game playing.
-
Re: A Conclude of this guide.
May be someone want to know how can I make it work. I'll make a shot conclude here. Firstly I have to provide my Client information.
- Current Client version : 1.07.08
- New Client version : 1.07.09
- FTP address : mu.sytes.net
- FTP user & password : muonline & 123456
:: Step by Step ::
1. Firstly you have to run FTP Server, creat a usser & password, then create a share folder for this usser in www root.
2. Look in your FTP Shared folder. Create 2 new folder, name 1.07.08 and 1.07.09
3. In folder 1.07.09. Create 2 new file; list.inf & up_list.zip (leave folder 1.07.08 blank!)
4. Open file list.inf. Put the name of your update files in it.
For example;
Code:
#COMPRESSED#
#PACKINGVERSION#
"config.ini"
"main.exe"
"message.wtf"
0 "data"
"Gate.bmd"
0 "Data\Local"
"Dialog.bmd"
"Serverlist.bmd"
"Text.bmd"
5. Open file up_list.zip. And just drag update files from your new client to it. (Make sure each file is in right folder.)
6. Open file ConnectServer/Data/version.wvd. Edit it to
7. Copy version.wvd to your FTP shared folder. Edit it to
Code:
"1.07.08"
"1.07.09"
8. Open file ConnectServer/Data/ServerInfo.dat. Edit it to
Code:
Address = mu.sytes.net
Port = 21
ID = muonline
PASS = 123456
[FtpServerInfo_LocalTest]
Address = 127.0.0.1
Port = 21
ID = muonline
PASS = 123456
[HttpServerInfo]
HTTPAddress = mu.sytes.net
Port = 80
ID = muonline
PASS = 123456
[GameServerInfo]
ClientVersion = 01.07.09
ClientVersion_TEST = 01.07.09
VersionFileName = version.wvd
DownLoadType = 0
[TestConnServerInfo]
Address = mu.sytes.net
[LocalNetworkConnect]
LocalConnectOnly = 0
9. Open file MuClient/mu.exe with HexEditor and edit the IP to mu.sytes.net
10. Edit the last line in message.wtf to http://mu.sytes.net/
11. If you are using BorTeam CS.exe or any other, Please use original webzen CS.exe instead.
12. Make sure the file config.ini in up_list.zip is "1.07.09" (or you will alway being update everytime)
You are done ! :thumbup:
-
Re: Make your own MuAutoUpdater
I'm running season 6 server , and i have no idea where i can find version.wvd file.
If anyone know how to make this please contact me
w.s.n_dun@hotmail.com
Thank you very much
-
Re: Make your own MuAutoUpdater
Quote:
Originally Posted by
mushan
I'm running season 6 server , and i have no idea where i can find version.wvd file.
If anyone know how to make this please contact me
w.s.n_dun@hotmail.com
Thank you very much
open your notepad..
and input the version like this..
"1.07.08"
"1.07.09"
select as ALL FILES
then save as version.wvd
thats all...
-
Re: Make your own MuAutoUpdater
Is great thanks work fine
-
Re: Make your own MuAutoUpdater
i have a problem, i ahve season 6 server and i used this guide and it works but the problem is:
Code:
#COMPRESSED#
#PACKINGVERSION#
"config.ini"
0 "Data"
0 "Data\Local"
"movereq.bmd"
as you can see, movereq.bmd is supposed to replace/update the old muovereq.bmd but everytiem the client updates movereq.bmd is not on the local folder instead on the main folder.
Is there anyway to solve this?
i am using Win7 and WinXP to test if wether it needs administrative rights(win7) but its the same thing if i do update the client in WinXP machine.
i hope you get my point.
EDIT-------------------
never mind i fixed it :D
-
Re: Make your own MuAutoUpdater
PLease do someone make complete guide or full video for this tutorial.
-
Re: Make your own MuAutoUpdater
Great guide!is help me ty
-
Re: Make your own MuAutoUpdater
Please make a Video Tutorial about this Auto Update using FTP FileZille Server :D Please!
-
Re: Make your own MuAutoUpdater
Hi guyz i know this is old but i do all the things in guide but i have one problem "Failed downloading. Please set up MU client again" any solution?
-
Re: Make your own MuAutoUpdater
Don't reload version in CS. Restart CS!
-
Re: Make your own MuAutoUpdater
Quote:
Hi guyz i know this is old but i do all the things in guide but i have one problem "Failed downloading. Please set up MU client again" any solution?
attention on folder name in ftp directory, and read the log on ftpserver window
Quote:
PLease do someone make complete guide or full video for this tutorial.
Quote:
Please make a Video Tutorial about this Auto Update using FTP FileZille Server :D Please!
try this:http://www.youtube.com/watch?v=9dIn7TyK-xo
and my question:
if i want to make update forever (every time I open launcher), what shall I do? who to kill :D ?
-
Re: Make your own MuAutoUpdater
someone can share a good version of cs that work with season 6 ep1 files?
-
Re: Make your own MuAutoUpdater
Please Update the pictures.! Thank You!
-
Re: Make your own MuAutoUpdater
Already Solve my Problem :))
Its Works!
Using TT 11.70.28.
-
Re: Make your own MuAutoUpdater
I'm getting this error when I try to open my launcher from another computer. The updater works perfectly on my own machine which is hosting the files but when I try to update the launcher from another computer i get this error: "Failed downloading. Please set up MU client again". Port 21 is forwarded both on my router and firewall. Here is the htdocs/update folder: http://i.imgur.com/ivzsIo6.png and my serverlist:
[FtpServerInfo]
SCFAddress=192.168.1.106
SCFPort=21
SCFID=mupatch
SCFPASS=mu123
[HttpServerInfo]
SCFHTTPAddress=localhost
SCFPort=21
SCFID=mupatch
SCFPASS=mu123
[GameServerInfo]
SCFClientVersion=1.04.07
SCFVersionFileName=version.wvd
here is the error :
Server Listen OK. Port: 44405
connect : [0][222.155.137.167]
Connection Closed, dwIoSize == 0 (Index:0)
Any idea why the launcher won't update?
-
Re: Make your own MuAutoUpdater
Thank you! Working perfect :)
-
Re: Make your own MuAutoUpdater
Quote:
Originally Posted by
drk1
I'm getting this error when I try to open my launcher from another computer. The updater works perfectly on my own machine which is hosting the files but when I try to update the launcher from another computer i get this error: "Failed downloading. Please set up MU client again". Port 21 is forwarded both on my router and firewall. Here is the htdocs/update folder: http://i.imgur.com/ivzsIo6.png and my serverlist:
[FtpServerInfo]
SCFAddress=192.168.1.106
SCFPort=21
SCFID=mupatch
SCFPASS=mu123
[HttpServerInfo]
SCFHTTPAddress=localhost
SCFPort=21
SCFID=mupatch
SCFPASS=mu123
[GameServerInfo]
SCFClientVersion=1.04.07
SCFVersionFileName=version.wvd
here is the error :
Server Listen OK. Port: 44405
connect : [0][222.155.137.167]
Connection Closed, dwIoSize == 0 (Index:0)
Any idea why the launcher won't update?
use a free webhosting for the updates :) soo uploadthe updates to a free webhosting and setup the config to connect to the free webhosting and it will works perfectly :)
-
Re: Make your own MuAutoUpdater
Quote:
Originally Posted by
djsad94
use a free webhosting for the updates :) soo uploadthe updates to a free webhosting and setup the config to connect to the free webhosting and it will works perfectly :)
my skype: vytautas19910605 i help you ;)
- - - Updated - - -
Quote:
Originally Posted by
djsad94
use a free webhosting for the updates :) soo uploadthe updates to a free webhosting and setup the config to connect to the free webhosting and it will works perfectly :)
its work i have my launcer and update sytem but i test its work 100%
-
Re: Make your own MuAutoUpdater
-
Re: Make your own MuAutoUpdater
Quote:
Originally Posted by
Lucila
my launcher ists beter :P srr wit my bad english:)
launcher design on my logo :)
-
Re: Make your own MuAutoUpdater
no, because without configs.ini , your launcher dont work, and update by versions...
-
Re: Make your own MuAutoUpdater
launcher work without config.ini but update need version