Someone with knowledge or adaptation project for multiplatform muonline.Being a desktop and mobile muserver in the same project?
Someone with knowledge or adaptation project for multiplatform muonline.Being a desktop and mobile muserver in the same project?
There was a development thread recently that showcased a MU rebuild using unity or unreal that support cross platform play
I can't seem to find the thread anymore tho..
If you're referring to making the current MU game cross platform, it is VERY unlikely
https://mobile.muaway.net
97d version as I remember
Has pretty cool development.
i saw another server that have cross platform , not sure when did they start the server.
https://99b.argmu.com/
Another cross platform is Lost Continent Global
https://lostcontinent.net
Last edited by ScriptKid; 27-07-22 at 04:14 AM.
Also Lost Continent. The logo you are using in your avatar belongs to this game.
https://www.lostcontinent.net/
The client sources were released it is not a current version but it is in the middle of the new and the old, I think that if you create a mobile version would give a refresh to the game. as we continue the game will die sorry is the truth
Have been playing devilz mu for almost a month, and it's been great. The android client isn't perfect, the controls are odd, using commands (d menu) is a pain but it's very convenient. And sadly this is probably the best true mmorp out for mobile lol. I really wonder how they made the client work on mobile. Classic mu on mobile could extend the game's life expectancy by a bunch more years
The base of the game is OpenGL and that's supported by every platform because the dependency of OpenGL is in the video/graphics Drivers.
The main.exe of Mu for PC uses that technology but to create the window, to manage the inputs, to work with the internet, etc. uses specific functions of the Windows OS. To make it work with other OS like Linux (Android, Ubuntu, etc.) or MAC, you should change those functionalities and use multiplatform libraries or code by yourself for the specific OS you want to support.
You can create different builds in your project according to the OS that you're ponting to using macros to separate those specific functionalities.
For example:
Code:#ifdef COMPILE_WINDOWS // Create a window using Windows syscalls #else ifdef COMPILE_LINUX // Create a window using Linux syscalls .... #endif // USE OPENGL FOR EVERY SO
https://forum.ragezone.com/f508/deve...n-1-a-1199222/
is that them?
This release should work if you know how to work with Unity.
[Development] Source Mu Main 1.03.35 [Season 5.1 - Season 5.2] - RaGEZONE - MMO development community
DevilzMu
ArgentinaMu
Lost Continent
take a look at this
https://youtu.be/FLFmds2KOag?t=121
https://beta.megamu.net/
Its already live with cross platform between the old client, new client, and mobile (android/ios)