sven-n / MuMain

76 stars 72 forks source link
hacktoberfest mmorpg-client muonline

ο»Ώ# MU Online Client Sources

This is my special fork of the Season 5.2 client sources uploaded by Luois.

The ultimate goal is to clean it up and make it compatible and feature complete to Season 6 Episode 3.

What I have done so far:

What needs to be done for Season 6:

How to build & run

It requires:

Because of the integrated C# code, you need to publish the ManagedLibrary first to the debug output folder of the main.exe, so that the DLL is built with Native AOT. A simple build is not enough in this case, however the publish just needs to be done once.

It supports the common starting parameters /u and /p, example: main.exe connect /u192.168.0.20 /p55902. The OpenMU launcher will work as well. By default, it connects to localhost and port 44406. The client identifies itself with Version 2.04d and serial k1Pk2jcET48mxL3b.

Credits