Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Learning About MU Mobile Server Creation

Initiate Mage
Joined
Jul 13, 2023
Messages
4
Reaction score
0
Location
Philippines
I Want to Learn everything about Creating a server and understanding the codes in Mu Mobile. where should i start ?
 
u should start downloading sources of mu mobile and learn how to re-compile and make a server run
there are plenty tutorials here

and


and


thank you so much sir .what i want is to know how everything works. what programming language should i learn first?
 
Upvote 0
the issue is that i am not into programming so i dont know exactly for mu..
meaning for PC muonline visual c++ for sure for mumobile maybe Unity3d / UDK and so on.. but u will need to know, learn from mu mobile sources that are free and released and see if u can re-compile a working server with unity or whatever program the source of the files are based on and continue from there.
 
Upvote 0
thank you so much sir .what i want is to know how everything works. what programming language should i learn first?
Mu Online free source codes repacks from different developers are here on RageZone to get an idea of how the network protocol is used. (Requires knowledge of how to set up your development enviroment using Visual Studio and probably other required libraries).

These are made using C/C++ and of course OOP. For understanding how the server works you should start using that code first.
Unity 3D is made in C# and totally different when it comes to multiplayer network architecture. Mu Mobile is not the Mu client developed for Windows platform in C/C++.

So, in this case, you have to choose if you want to learn C/C++ by playing and using the sources available here for Mu Online, or to start learning Unity 3D and C# programming language for multiplayer development from tutorials around internet and code and play with the Mu Mobile Unity 3D source code a bit and look into C# scripts to understand how the network protocol works on that game.
 
Upvote 0
Back