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!

Mu Mobile [Release] Mu source 2.1

Joined
Apr 6, 2012
Messages
545
Reaction score
217
If someone can confirm it work


client:Unity 5.2.4

Server:VS 11
Translate tools source
login db server +source(not web like others server)
mysql db
server source & compiled


I've repack it.

!UYP5Z415x9Pckkt4_iSAXJ8fWU8YM_xmVkkPhyogqz4
 
Last edited:
Joined
Sep 24, 2012
Messages
404
Reaction score
63
[My Progres]
==============[Coplite i use VS 19]==================
LogDBServer - Ok
GameServer.exe - OK
KF.Server.Hosting.exe - OK
GameDBServer.exe - Ok
LoginServer.exe - Ok
LoginDBServr.exe - Ok

===============[UNITY_5_2_4]=====================
Connect(Unity -> SERVER) server Public IP and Local - OK
Create APK (UseAndroid tools 25.5.5 and Java SDK8) - OK

===============[TEST APK]========================
Test game only -> LoginServer Sytem <-
Test install apk -> mobile - WORK
Test Mobile installed apk -> Connect -> Server PUB ip -> Work
Test connect(MOBILE -> SERVER) server - WORK

Test Web Login Sytem - :( Need More Time
i change plate name (Game start full version - ServerList,AutoUpdate And Verferty IIS )


1 big problem no maps and npc source :-/
==============[Translite APK]=====================
Game - 10%
 
Last edited:
Joined
Apr 6, 2012
Messages
545
Reaction score
217
the source use mysql db for log in



don't use website :)

but appconfig.xml have alot of configuration problem
i have not success log in

the source look good , and complet

 
Last edited:
Joined
Sep 24, 2012
Messages
404
Reaction score
63
need combine the files to other old files.



Problem web. Or need create login asp base.
In the files i look login server <- port 6666



Send me unity console logs
[♧TEST ]============================
Start loginServer, loginDBserver
Version.xml -> loginPort="6666" create apk and unpack chek version.xml
I not home i use mobile
 
Last edited:
Joined
Apr 6, 2012
Messages
545
Reaction score
217
the appconfig problem is like wrong mysql on 1 files , exe that use same port (and crash because of that ) everything like this but it can be fixed easily just need time
did you need unity 5.2.4 ?
 
Joined
Sep 24, 2012
Messages
404
Reaction score
63
i test create .apk

cl\Assets\StreamingAssets <- server.txt Delite
and you server ip change here Super.cs ->

{
Debug.LogError(" no /serverip.txt \n");
//dict["serverip"] = "127.0.0.1";
dict["serverip"] = "222.186.43.117";
//dict["serverip"] = "192.168.0.66";
dict["voiceserverip"] = "192.168.0.205:8080/test/audiochat/";
dict["pushserverip"] = "192.168.0.205:8080/test/audiochat/";
dict["serverlisturl"] = "192.168.0.205:8080/UCLogin/GetServerList.aspx";
dict["serverlisturlsecond"] = "192.168.0.205:8080/UCLogin/GetServerList.aspx";
dict["verifyaccountserverip"] = "localhost:1131/";
dict["payserverip"] = "localhost:1131/";
dict["login"] = "0";
dict["gameid"] = "local";
dict["lang"] = "0";
dict["isolateresid"] = "1";
dict["roleNum"] = "0";
dict["deleteRole"] = "1";
dict["loginport"] = "4402";
dict["gameport"] = "4403";
}

100% connect ! :)
 
Last edited:
Elite Diviner
Joined
Dec 17, 2014
Messages
484
Reaction score
61
i try it, server okay already
but idk for login or regist becus me idk lang chinese :( wkwk
 
Joined
Sep 24, 2012
Messages
404
Reaction score
63
@k0d0k yes, you need create .apk
Android sdk need downloaded
you unity version run pc version need android.

i run all server! userLogin and userLoginDB to
 
Newbie Spellweaver
Joined
Feb 4, 2019
Messages
6
Reaction score
2
It works!, but still have to setup an layers, now the invalid layers inssues causing bad performance while playing.

Images:

 
Joined
Sep 24, 2012
Messages
404
Reaction score
63
My progres only connect server(error -999), Guide?, and unity version ? Or send you file :) pm
 
Last edited:
Joined
Sep 24, 2012
Messages
404
Reaction score
63
Change pc version-> Android need build and unity change version client on android version
I change login system to php version.
 
Newbie Spellweaver
Joined
Mar 29, 2014
Messages
20
Reaction score
8
It works!, but still have to setup an layers, now the invalid layers inssues causing bad performance while playing.

Images:

Where in the client did you change the connection settings?
 
Last edited:
Newbie Spellweaver
Joined
Feb 4, 2019
Messages
6
Reaction score
2
Whats I did are:
- Changes GameDB and UserDB server's config reader to not decrypt `uname` and `upasswd` so I won't have to encrypt config in AppConfig.xml
- Changes some function codes in GameServer → Global.cs to


You can changes server ip / port in Assets/StreamingAssets/serverip.txt to: 127.0.0.1,4403,4402
({ip},{gameserver's port},{loginserver's port})

Important thing is layer setting, because the developer made it remove game object by layers then when it logging in it's destroying UIs if layers doesn't set correctly.

You can set layers like me, still there are some layers that I don't whats are them.

 
Joined
Sep 24, 2012
Messages
404
Reaction score
63
Yes i change to, not found GS config files...

I go in -> black windows (layers ?)? Character create scene work ? <- You layers fix black windows

forwardforce HELP :D GameDB and UserDb config problem ? ->
my erro rr=亲爱的玩家,你暂时与服务器断开了连接。请放心,我们已经保存了您的数据,请重新登陆 < - He
 
Last edited:
Back
Top