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!

MuOnline Launcher Zen (with Auto-Updater, News and more..)

Joined
Dec 14, 2011
Messages
515
Reaction score
126
Name: MuOnline Zen Launcher
Version: 4.0

This Project "MuOnline Zen Launcher" is FREE
and we will try to add more useful stuffs for administrators also FREE.

Screenshot:
CGO9L0k - MuOnline Launcher Zen (with Auto-Updater, News and more..) - RaGEZONE Forums

onecore - MuOnline Launcher Zen (with Auto-Updater, News and more..) - RaGEZONE Forums


Features:
- Server name Editable
- Frame Style Editable (can be Frameless or Borderless)
- News (The site files are from the GMO Client with images)
- Slider (Can add any sliding news)
- Auto-Updater (can be check or automatically update)
- Settings (Saving Username, Window size etc.)
- Buttons at the right side
- Version Informations
- Custom Web Browser when Button clicked
- Friendly User Interface


Set-up:
Version 3.0: MuOnline Zen Launcher:

- Version 4.0
- Includes the Updates from Version 1.0 and 3.0 :)
- Supports Multi Versions (Good for old clients or versions) now smarter :3
- Settings are change and now in one file 'Settings/mainSettings.py'
- unzipper.exe / and the updater has been rewritten now fixed
- Source-Codes are inside the Zip file

Version 3.0: MuOnline Zen Launcher:

- Version 3.0
- New Automatic Updater on Start Game
- Supports Multi Versions (Good for old clients or versions) now smarter :3
- Every Compiled has to be 'Run in Administrator' Added, Automatic run as admin.
- stupid http bugs fixed AGAIN.
- settings are still the same :)
- unzipper.exe / and the updater has been rewritten now fixed
- Source-Codes are inside the Zip file

Version 2.0: MuOnline Zen Launcher:


Version 1.0: MuOnline Zen Launcher (BUGGED):


copy CLIENT folder into your MuOnline Client along with the Main.exe

[STRIKE]
Edit Server Name:
/Settings/mainSettings.py
Server= 'SERVER NAME'


Edit Executable Name:
/Settings/mainSettings.py
Start='Main.exe'

You can change 'Main.exe' to anything which will run when "Start Game" button triggered or clicked.

Edit Launcher Style:
/Settings/mainSettings.py
Frameless = 1
Borderless = 0

1 = True
0 = False
Frameless doesnt have a Frame at the Top
Borderless doesnt have Border but has a Frame


Edit SMSDonate Button Link:
/Settings/Buttons/SmsLink.py
'YOUR SMS DONATE URL'

Edit Social / Facebook etc. Button Link:
/Settings/Buttons/SocialLink.py
'YOUR SOCIAL URL'

Edit Vote Button Link:
/Settings/Buttons/VoteLink.py
'YOUR VOTE PAGE URL'

Edit Webshop Button Link:
/Settings/Buttons/WebshopLink.py
'YOUR Webshop PAGE URL'

Enable News / Auto-Update:
First copy the "csupdater" folder from the .zip youve downloaded.

Upload the "csupdater" folder to your webhost/webserver

example i will use the "www.example.com" as an example website/server.

Edit Updater:
/Settings/Updater.py

please do not include '/' at the end.

Edit Version:
/Version.py
5.0
5.0 is the Default (it will auto-update once youve changed the version on the web version.


Edit News:
/Settings/News/News.py
'http://www.example.com/csupdater/SlidesandNews/news.aspx'
Edit Sliding News:
/Settings/News/News.py
'http://www.example.com/csupdater/SlidesandNews/slides/slides.aspx'




Add file for Updates!:

WEBSITE/csupdater/Versions/
make a folder for updates
make sure its a Directory with the .zip with the same name example
sample directory:

-- /csupdater/Versions/
------ /5.1/
--------- 5.1.zip
----- /5.2/
--------- 5.2.zip



Edit and Add Files on your Webserver for updates:
WEBSITE/csupdater/LatestVersion.py
'1.1'
if the Client has Lower Version, Launcher will Get the Files automatically
and make sure to make the Version value on your 'LatestVersion.txt' online.
[/STRIKE]

Configuration will be update soon.


Credits:
Me
Webzen Template for the Images hahaha,
Niqo223 for Testing
Python Programming Language / PyQT



Feel free to share this awesome open-source project!
Hope you guys liked it!
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
May 1, 2006
Messages
66
Reaction score
8
Updated! Hope you guys appreciate this project, thanks and bye.
Dude it looks very nice but the download link is broken. Could you please provide the working link and maybe any mirrors will be good too. Good luck with this project !
 
Joined
Dec 14, 2011
Messages
515
Reaction score
126
Thank you bro for the message appreciate it, Link updated,
also its open-source, ill include the source-codes tommorow (im on mobile)

I just need a hobby haha and wantto make more launchers with diffirent styles and other tools after work :)


Sent from iPhone via
 
Joined
Dec 14, 2011
Messages
515
Reaction score
126
try to 'Run as Administrator' this is working bro and if that doesnt work send the contents of Launcher.exe.log here or else let me help youset those up :)


Sent from iPhone via

I'm very sorry, It was a Bug, I have released the Version 2.0



- News Browsers Fixed
- Please Make sure your 'main.exe' is 'Main.exe' :)

regards, Mark
 
Joined
Dec 14, 2011
Messages
515
Reaction score
126
ohhhh haha okay okay, Can you send me a message or if you want ill set it up using Teamviewer :) message me please, because everything will not work until the WEB files are not properly set-up :)


Sent from iPhone via
 
Junior Spellweaver
Joined
Feb 9, 2012
Messages
130
Reaction score
7
Traceback (most recent call last):
File "LauncherNew.py", line 632, in CheckforUpdatesFunction
File "LauncherNew.py", line 595, in download_file
File "urllib2.pyc", line 127, in urlopen
File "urllib2.pyc", line 410, in open
File "urllib2.pyc", line 523, in http_response
File "urllib2.pyc", line 442, in error
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 629, in http_error_302
File "urllib2.pyc", line 410, in open
File "urllib2.pyc", line 523, in http_response
File "urllib2.pyc", line 448, in error
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 531, in http_error_default
urllib2.HTTPError: HTTP Error 404: Not Found
Traceback (most recent call last):
File "LauncherNew.py", line 632, in CheckforUpdatesFunction
File "LauncherNew.py", line 595, in download_file
File "urllib2.pyc", line 127, in urlopen
File "urllib2.pyc", line 410, in open
File "urllib2.pyc", line 523, in http_response
File "urllib2.pyc", line 442, in error
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 629, in http_error_302
File "urllib2.pyc", line 410, in open
File "urllib2.pyc", line 523, in http_response
File "urllib2.pyc", line 448, in error
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 531, in http_error_default
urllib2.HTTPError: HTTP Error 404: Not Found
Traceback (most recent call last):
File "LauncherNew.py", line 632, in CheckforUpdatesFunction
File "LauncherNew.py", line 595, in download_file
File "urllib2.pyc", line 127, in urlopen
File "urllib2.pyc", line 410, in open
File "urllib2.pyc", line 523, in http_response
File "urllib2.pyc", line 442, in error
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 629, in http_error_302
File "urllib2.pyc", line 410, in open
File "urllib2.pyc", line 523, in http_response
File "urllib2.pyc", line 448, in error
File "urllib2.pyc", line 382, in _call_chain
File "urllib2.pyc", line 531, in http_error_default
urllib2.HTTPError: HTTP Error 404: Not Found
Traceback (most recent call last):
File "LauncherNew.py", line 722, in <module>
File "LauncherNew.py", line 459, in setupUi
File "LauncherNew.py", line 485, in retranslateUi
ValueError: could not convert string to float: <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-
Traceback (most recent call last):
File "LauncherNew.py", line 722, in <module>
File "LauncherNew.py", line 459, in setupUi
File "LauncherNew.py", line 485, in retranslateUi
ValueError: could not convert string to float: <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-


this is the logs in launcher.txt
 
Joined
Dec 14, 2011
Messages
515
Reaction score
126
the Problem is Updater link doesnt have the 'csupdater' and 'SlidesandNews' Folder from the 'TO-WEB' Folder!

Download Version 2.0

Extract .zip file
-------------------------------------------------------------------


- GET and MOVE the 'csupdater' and 'SlidesandNews' folders
from "TO-WEB" to your WEBSITE SERVER

Example you have XAMPP
MOVE the 'csupdater' and 'SlidesandNews' folder to your C:/xampp/htdocs/

------------------------------------------------------------------------------

NOW EDIT THE UPDATER LINK ON YOUR CLIENT!


CLIENTFOLDER/Settings/Updater.py
and Change the 'http://www.hacore. sf. net/' to your WEBSITE ex. 'localhost'
and make sure 'localhost' has the WEB FILES ('csupdater' and 'SlidesandNews')



I am free for teamviewer let me know i will fix it if you cant do it :)

and by the way Do not ADD '/' at the end of the URL! make your its and not /
 
Joined
Dec 14, 2011
Messages
515
Reaction score
126
if anyone here having problems like the CMD pop-up thing etc. please download the version 3.0 (Last Version)

- stuck fixed when updating
- large updates hang fixed (you can now put any size your like, dont piss your players lol)
- updates animation added
- command prompt (bug) fixed
- floating sidebar (you can add your advertisements etc.)

regards, Mark.


Sent from iPhone via TTalk
 
Back
Top