• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Release] Multi-Client Launcher & Patcher - The Easiest Way To Connect

Fractional

Enthusiast

Multi-Client Launcher & Patcher

A launcher that supports multiple-clients and servers as well as patching for custom servers.
Written in C# using Window Forms. Please report any issues that you might encounter.

Git repository: www.github.com/Freddan962/WoWLauncher
Download: https://mega.nz/#!dAE1TDLT
Download Key: !ULq4nNwcQqgqeBEyjHQm8e1Vk4_RKS4mR36QgSqcldU

PPOanho.png


Core Features

Support for multiple client versions
Support for all locale versions
Live server reachability status
Automatic cache deletion
Automatic realmlist updating
Simplistic Server Adding
Patching for custom servers
Server admin suite for developers
Multiple custom servers in one client folder
Open-source

Showcase Video


Any developer can add support for both the launcher and patcher using the simple server admin suite.
Once support has been added players can keep their client patched and up to date using only two buttons.
Please tell me what you think - I'd love to know!

Server admin suite will be available late saturday/sunday.​
 

Kaev

Super Moderator
Awesome, thanks!
Did you use WPF instead of Windows Forms before? If not, do it! You could easily recreate the design of e.g. the battle.net launcher, which would make this launcher way better imo. :)
 

Vitrex

Moderator
Just finished testing, looks neat man ! i love this <3

Thank you for the release , sharin is carin bro !
 

Fractional

Enthusiast
Just finished testing, looks neat man ! i love this <3

Thank you for the release , sharin is carin bro !

Thanks for the kind words!

Awesome, thanks!
Did you use WPF instead of Windows Forms before? If not, do it! You could easily recreate the design of e.g. the battle.net launcher, which would make this launcher way better imo. :)

No I did not, might look into it for the next application that I decide make. Thanks for the idea! :)
 

Hyperion

Founder
You can accomplish the battle net launcher look with win form too.. its just more custom coding with the ui. Wpf is fun
 

Kaev

Super Moderator
I'm not playing much atm, but i still could find a way to use the launcher! I can easily switch between my local and my online development server now. :3
I didn't test it with custom servers yet, but what will the launcher do in case of 2 or more custom servers? Will it delete all custom files? If not, what will happen if server 1 and server 2 both deliver e.g. a patch-4.mpq?

You can accomplish the battle net launcher look with win form too.. its just more custom coding with the ui. Wpf is fun

That's not something you want to do with winforms, trust me. :p
I've used WPF pretty often at work, it's something that i would really miss when i want to create a good looking application. I even made whole loading screens with some XAML and 1 or 2 lines of code.
 

Fractional

Enthusiast
I'm not playing much atm, but i still could find a way to use the launcher! I can easily switch between my local and my online development server now. :3
I didn't test it with custom servers yet, but what will the launcher do in case of 2 or more custom servers? Will it delete all custom files? If not, what will happen if server 1 and server 2 both deliver e.g. a patch-4.mpq?

When you select a custom server it moves the server's custom files to the \Data\ directory and when you close/change server it moves the files back to \ServerData\{ServerName}, so it does work for multiple custom servers! :)
 
Top