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] MU Launcher + Autoupdate + webzen template

Skilled Illusionist
Joined
Jun 9, 2016
Messages
324
Reaction score
20
Hi again!

i have new update of this release with many fix and improved....!

download:

how to use:
- Use ConfigGenerator to create config file
- use UpdateGenerator follow step 1, 2 to create update patch.



xWu4EOH - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


XUJyEtK - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


gcE77O5 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


can i request another guide because i cant follow your guid i am beginner
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Jun 9, 2016
Messages
324
Reaction score
20
any one can help me with this

[h=1]Error 404[/h]The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.19
 
Initiate Mage
Joined
Apr 25, 2020
Messages
3
Reaction score
0
I did it. yaa it's work with IGC.dll Desperate

Como lo has logrado?


How to make the launcher compatible with mi.ni encrypted by the ConfigGenerator?
I am using MU Launcher font
 
Initiate Mage
Joined
Jan 30, 2021
Messages
2
Reaction score
0
buenas tarde a todos una consulta alguien me puede ayudar a como se edita los nombres coded by MyHeart (RZ) quiero poner el nombre de mi servidor muchas gracias
 
Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,737
Source Code for Visual Studio 2008 (I opened in VS19)

I will not will give support. Decompiled from the original Launcher.exe. so knew how to fix mistakes. because it will happen.




CKMUHI7 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 30, 2021
Messages
2
Reaction score
0
alguien que tenga las source de este launcher para poder editar muchas gracias
 
Experienced Elementalist
Joined
Oct 31, 2006
Messages
282
Reaction score
82
@myheart could you add support for S16 to save to the LauncherOption.if file in languages (English = 0, Spanish = 1, Portuguese = 2)?

LauncherOption.if
Code:
DevModeIndex:3
WindowMode:1
ID:
Language:0
 
Last edited:
Joined
Oct 20, 2013
Messages
61
Reaction score
14
Can you leave me your contact please brother.

Hi again!

i have new update of this release with many fix and improved....!

download:

how to use:
- Use ConfigGenerator to create config file
- use UpdateGenerator follow step 1, 2 to create update patch.



xWu4EOH - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


XUJyEtK - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


gcE77O5 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 12, 2022
Messages
26
Reaction score
0
Hello, someone could solve the creation of directories in the updates?
 
Joined
Jul 17, 2013
Messages
52
Reaction score
3
use this:

Code:
void CheckLauncher()
{
    HANDLE hMutex = CreateMutex(NULL, FALSE, "#32770");
    
    if (GetLastError() != ERROR_ALREADY_EXISTS)
    {
  WinExec("launcher.exe", 0);

  ExitProcess(0);
    }
    
    //CloseHandle(hMutex);
}


and for muemu s6 ? can you share the code to force the launcher to open the main.exe , and main.exe open the launcher?

help <3
 
Joined
Oct 8, 2006
Messages
740
Reaction score
289
and for muemu s6 ? can you share the code to force the launcher to open the main.exe , and main.exe open the launcher?

help <3

It's only needed to force main.exe to open launcher. The launcher will open the main.exe anyway.
I think it can be done from MAIN_INFO or GetMainInfo or directly from the main DLL source code.
 
Initiate Mage
Joined
Apr 9, 2023
Messages
21
Reaction score
8
someone could make a tutorial for the laucher to do the autoupdate.

someone could make a tutorial for the laucher to do the autoupdate

I found out, who was in doubt like me.

to update it is necessary
put files in subfolders
and one more folder, then select the update generator.

then copy the update folder and place it inside the site's update folder and then it will automatically update.
 
Last edited:
Initiate Mage
Joined
Jun 23, 2021
Messages
2
Reaction score
0
Código-fonte do Visual Studio 2008 (abri no VS19)

Eu não vou dar suporte. Descompilado do Launcher.exe original. então sabia como corrigir erros. porque vai acontecer.




CKMUHI7 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums
does anyone still have these files? if you can reup please, broken link.
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 2, 2020
Messages
24
Reaction score
2
someone could make a tutorial for the laucher to do the autoupdate.



I found out, who was in doubt like me.

to update it is necessary
put files in subfolders
and one more folder, then select the update generator.

then copy the update folder and place it inside the site's update folder and then it will automatically update.
where you able to get the Launcher to work? Could you do a video tutorial?
 
Back
Top