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!

[EP8/2] Improved MMO Paradox Launcher

Joined
Aug 27, 2013
Messages
800
Reaction score
1,967
Download Link:
This is an original MMO Paradox Launcher for Cabal Online Private Server which has the following:

  • Slightly more clean and optimised code.
  • Version check made for cabal.exe instead of cabalmain.exe
  • Added compiling / setup tutorials in TCL Builder.
The rest is same as original MMO Paradox Launcher.

Password:
ragezone

Credits to Drav3n (original post) :

Additionally, if you want to have a function with one of your buttons with "check files" you can add this code to the source.

C#:
        private void btn_check_Click(object sender, RoutedEventArgs e)  //CHECK FILES BUTTON
        {
            bgWorker_hashchecker = new BackgroundWorker();
            bgWorker_hashchecker.DoWork += bgWorker_hashchecker_DoWork;
            bgWorker_hashchecker.RunWorkerCompleted += bgWorker_hashchecker_Completted;
            bgWorker_hashchecker.RunWorkerAsync();
            btn_startcabal.IsEnabled = false;
            btn_option.IsEnabled = false;
            btn_check.IsEnabled = false;
        }
 
Last edited:
Joined
Aug 3, 2011
Messages
963
Reaction score
506
Additionally, if you want to have a function with one of your buttons with "check files" you can add this code to the source.

C#:
        private void btn_check_Click(object sender, RoutedEventArgs e)  //CHECK FILES BUTTON
        {
            bgWorker_hashchecker = new BackgroundWorker();
            bgWorker_hashchecker.DoWork += bgWorker_hashchecker_DoWork;
            bgWorker_hashchecker.RunWorkerCompleted += bgWorker_hashchecker_Completted;
            bgWorker_hashchecker.RunWorkerAsync();
            btn_startcabal.IsEnabled = false;
            btn_option.IsEnabled = false;
            btn_check.IsEnabled = false;
        }
 
Newbie Spellweaver
Joined
Feb 19, 2018
Messages
18
Reaction score
0
Could you help me with this?


Sem título - [EP8/2] Improved MMO Paradox Launcher - RaGEZONE Forums


Could you help me with this?


Sem título - [EP8/2] Improved MMO Paradox Launcher - RaGEZONE Forums

the problem occurs after I click on start
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 9, 2022
Messages
69
Reaction score
18
any install guide video toturial ???? how to create Launcher .......
 
Elite Diviner
Joined
Jan 3, 2014
Messages
461
Reaction score
49
launcher not download the update.
every time making the update, the launcher show it download, but it doesn't.

edit: all work fine. accidently skip step 1.
 
Last edited:
Back
Top