• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[EP8/2] Improved MMO Paradox Launcher

Joined
Aug 27, 2013
Messages
800
Reaction score
1,969
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