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!

[Release] Simple Auto Update Launcher

Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Hello everyone, Since i quit building a server for MU i would like to release my files and maybe to help other servers.

Here is the auto update launcher built for my server yes this is neoncube it was built for many games. But i built it for Mu Online Now. CrypticVicious has released this but he didn't really teach and his was broken but mine is a easy setup. here we go.

Download:

Take The Client Files And Extract them into your client obv,
Now go and open neoncube folder and edit neoncube.dll with notepad ++

Code:
[server]

server_name	= Server Name
notice_url	= yourwebsite.com/notice.php
patch_site	= yourwebsite.com
patch_port	= 80
patch_list	= patch/patchlist.txt	
patch_folder	= patch/                        

executable	= DLG.bat
registration_link	=http://yourwebsite.com/index.php?page_id=register
skin	= DLG SKIN

grf_file	= datos.txt
Backup_GRF	= 0
startup_option	= 3

[general]

;debug_mode = 0
archive_passphrase =

Edit that with your server information.

Now extract the web files into C:\Xampp\Htdoc Directory.

and now for example when going to make a new patch

Code:
1 FLD Example.rar

When make a new update make sure the rar file is in the patch folder where patchlist.txt is located.

Now. To Change What DLG.bat starts in case if your not using main.exe go to client folder and right click and edit DLG.bat with notepad ++ and change Main.exe to what ever you want.

Code:

 [USER=2000189605]Echo[/USER] off
Start Main.exe << Change This

Have Fun,
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
question bro this one have a crc check?
 
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
Invalid entry in neoncube.dll: "grf_file" (file not found) How to Fix this ?




Fix =D
 
Last edited:
Back
Top