If someone can confirm it work
https://drive.google.com/open?id=1Px...N9bnQM0s3H93N3
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
If someone can confirm it work
https://drive.google.com/open?id=1Px...N9bnQM0s3H93N3
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
Last edited by rocklee330; 19-02-20 at 12:12 AM.
[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 by vladiks9; 09-03-20 at 12:52 PM.
the source use mysql db for log in
https://prnt.sc/r2p5sm
https://prnt.sc/r2p5wz
don't use website :)
but appconfig.xml have alot of configuration problem
i have not success log in
the source look good , and complet
Unity 5.2.3 working with server files
Last edited by rocklee330; 15-02-20 at 02:50 PM.
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 by vladiks9; 17-02-20 at 06:22 AM.
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 ?
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 by vladiks9; 15-02-20 at 08:40 PM.
i try it, server okay already
but idk for login or regist becus me idk lang chinese :( wkwk
I connect my server ! -9999 Error and GetServerList error :) .apk conecrting very long :(
Last edited by vladiks9; 15-02-20 at 11:30 PM.
@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
It works!, but still have to setup an layers, now the invalid layers inssues causing bad performance while playing.
Images:
https://ibb.co/Xk96ng7
https://ibb.co/yN9cTV4
My progres only connect server(error -999), Guide?, and unity version ? Or send you file :) pm
Last edited by vladiks9; 17-02-20 at 06:23 AM.
Change pc version-> Android need build and unity change version client on android version
I change login system to php version.
Last edited by Strike161; 17-02-20 at 12:15 PM.