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!

C# GameLauncher

Initiate Mage
Joined
Apr 26, 2012
Messages
14
Reaction score
16
Hello Ragezone community,

Since I couldn't really find an opensource C# Gamelauncher with a nice GUI and update feature, I decided to build one myself. It can be used for whatever kind of game. You can easily update it to your own needs.

It's compatible with .net 2.0 so people with Windows 7 or higher don't need to update their .net framework.

It updates the game using zip archives. Ionic ZipDotNet is embedded for extracting zip.

Source code available at GitHub:

Preview:
Zolero - C# GameLauncher - RaGEZONE Forums


I hope you guys like it.
 
Last edited:
Joined
May 29, 2013
Messages
71
Reaction score
5
Hello Ragezone community,

Since I couldn't really find an opensource C# Gamelauncher with a nice GUI and update feature, I decided to build one myself. It can be used for whatever kind of game. You can easily update it to your own needs.

It's compatible with .net 2.0 so people with Windows 7 or higher don't need to update their .net framework.

It updates the game using zip archives. Ionic ZipDotNet is embedded for extracting zip.

Source code available at GitHub:

Preview:
Zolero - C# GameLauncher - RaGEZONE Forums


I hope you guys like it.

wow thx man :)
 
Back
Top