• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Mobile 3D Mobile Game [YJWQ] - full Source

Newbie Spellweaver
Joined
Jun 24, 2017
Messages
12
Reaction score
4
Unity installer for Win:
Unity Editor x64:

Unity Installer for Mac:
Unity Editor for Mac:
 
Newbie Spellweaver
Joined
Mar 27, 2017
Messages
73
Reaction score
5
.apk create problem :(

DB - WORK
Server - WORK
Web .php scripts - WORK
Unity client connect - WORK
Any way to make the client unity work as a project tutorial it just wont work on mine thanks in advance
 
Newbie Spellweaver
Joined
Jul 28, 2020
Messages
49
Reaction score
7
Hi, how to complie server from src file? I just try using cmake gui convert to vs sln but it not work.
Tks.
 
Newbie Spellweaver
Joined
Jul 28, 2020
Messages
49
Reaction score
7
Hi, how to complie server from src file? I just try using cmake gui convert to vs sln but it not work.
Tks.
And how to connect client to server, my server stared but my unity clien can't connect to server, anyone has guide step by step? I read file guide in folder but can't run it
 
Newbie Spellweaver
Joined
Jul 28, 2020
Messages
49
Reaction score
7
Change IP in website
tks for your advice, but where do I need to change the ip in website?
My website ip is 1270.0.1:8080, and my init-query.php
PHP:
$param_list = array(    "update_package" => true,    "update_url" => "http://127.0.0.1:8080/AssetBundle/Android/AssetBundle",    "report_url" => "http://report.ug14.qcymw.com/report.php",    "upload_url" => "http://upload.mg23.qcymw.com/dev/",    "gm_report_url" => "http://api.ug14.qcymw.com/client/gm/report",    //"event_url" => "http://cls.xxqt.qcymw.com/auc/event_report.php",    "qq_gift_fetch_url" => "http://cls.lyxz.q-dazzle.com/api/qzw/fetch_qq_gift.php",    "qq_gift_query_url" => "http://cls.lyxz.q-dazzle.com/api/qzw/query_qq_gift.php",    "switch_list" => array(        "audit_version" => false,        "log_print" => true,        "error_screen" => true,        "testin_report" => true,        "countly_report" => true,        "open_chongzhi" => true,        "open_gm" => true,        "update_assets" => false,        "active_code" => false,        "qqvip_gift" => true,    ),);if ($_GET["os"] == "ios") {    $param_list["update_url"] = "http://127.0.0.1:8080/AssetBundle/iOS/AssetBundle";}if ($_GET["os"] == "windows") {    $param_list["update_url"] = "http://127.0.0.1:8080/AssetBundle/Windows/AssetBundle";}$server_info = array(    "last_server" => 1,    "server_time" => time(),    "server_list" => array(        array(id => 1, name => "Local", ip => "127.0.0.1", port => 21200, flag => 1, avatar => "r1", role_name => "xxx", role_level => 10, open_time => 1472463707, ahead_time => 5),),);
 
Newbie Spellweaver
Joined
Nov 4, 2014
Messages
35
Reaction score
19
tks for your advice, but where do I need to change the ip in website?
My website ip is 1270.0.1:8080, and my init-query.php
PHP:
$param_list = array(    "update_package" => true,    "update_url" => "http://127.0.0.1:8080/AssetBundle/Android/AssetBundle",    "report_url" => "http://report.ug14.qcymw.com/report.php",    "upload_url" => "http://upload.mg23.qcymw.com/dev/",    "gm_report_url" => "http://api.ug14.qcymw.com/client/gm/report",    //"event_url" => "http://cls.xxqt.qcymw.com/auc/event_report.php",    "qq_gift_fetch_url" => "http://cls.lyxz.q-dazzle.com/api/qzw/fetch_qq_gift.php",    "qq_gift_query_url" => "http://cls.lyxz.q-dazzle.com/api/qzw/query_qq_gift.php",    "switch_list" => array(        "audit_version" => false,        "log_print" => true,        "error_screen" => true,        "testin_report" => true,        "countly_report" => true,        "open_chongzhi" => true,        "open_gm" => true,        "update_assets" => false,        "active_code" => false,        "qqvip_gift" => true,    ),);if ($_GET["os"] == "ios") {    $param_list["update_url"] = "http://127.0.0.1:8080/AssetBundle/iOS/AssetBundle";}if ($_GET["os"] == "windows") {    $param_list["update_url"] = "http://127.0.0.1:8080/AssetBundle/Windows/AssetBundle";}$server_info = array(    "last_server" => 1,    "server_time" => time(),    "server_list" => array(        array(id => 1, name => "Local", ip => "127.0.0.1", port => 21200, flag => 1, avatar => "r1", role_name => "xxx", role_level => 10, open_time => 1472463707, ahead_time => 5),),);


I had test run Unity then IP client request

z82MWIm - 3D Mobile Game [YJWQ] - full Source - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 28, 2020
Messages
49
Reaction score
7
You have to change ip url in unity project: in global_config.lua and androimanifest.xml.
I can run server and client but in create character screen have a problem, can't create character.

861001 - 3D Mobile Game [YJWQ] - full Source - RaGEZONE Forums


someone know how to fix it?
 
Newbie Spellweaver
Joined
Jul 28, 2020
Messages
49
Reaction score
7
change mysql pass


mysql need password "null" <- not work
i don't undertand, Your mind is change password of mysql to null? because mysql server require user and pass to login by game server is "server"
 
Newbie Spellweaver
Joined
Jul 28, 2020
Messages
49
Reaction score
7
Can Anyone Post Short And Simple english guide to setup server ?
step 1: install wamp server and navicat for mysql. Disable "Display errors" in PHP setting in wampserver.
step 2: add user: server, pass: server into mysql, grand full permision. Creat 2 db: ug05_cn and ug05_cn_cross with file sql in file ug14_doc.7z/doc/server/ug11_cn.sql.
step 3: creat server: using ug14_doc.7z/doc/server/一键配置服务器.cmd, follow instruction in there. Affter that, u will see 2 folder is server_origin and server_cross. Now, look at folder ug14_server_build.7z/ug14_cn/hiden_server, u copy folder config to each other folder config of your server(server_cross + server_origin), remember dont replace file exit because it is your file config u set up for your server.\
step 4: using file 启动本地服&&跨服 .bat to start server and 关闭所有服务器.bat to turn it off.
Ps: setup guide already in 使用说明.docx. Just copy and translate it by GG. I hope u can running up server. Sr if my English have mistakes...
 
Back
Top