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!

"God Kai" full source + resources Unity3D

Newbie Spellweaver
Joined
Sep 24, 2012
Messages
38
Reaction score
5
Hello , i found this on chinese site , if someone wich have the time
to share how a setup tutorial that would be great
the files look pretty complete, i even saw some server binary was launching but closing
missing config i guess,i would take time to get it work but im pretty busy actually .
here is what its look like


http ://pan.baidu.com/s/1kUNahDX password ups3
 
Last edited:
Initiate Mage
Joined
Jan 9, 2018
Messages
4
Reaction score
0
should be this link:

p/w:ups3
 
King of the bongo
Joined
Oct 17, 2009
Messages
829
Reaction score
214
Someone baidu-friendly that can make us a mirror?
 
Newbie Spellweaver
Joined
Nov 4, 2014
Messages
35
Reaction score
19
mirror link: https://mega.nz/#!H502gKBD!oy5Xls8c3vwwO8lGoza8fawN9SCiy7j4jhNbxEZI6Zs
 
Newbie Spellweaver
Joined
Sep 24, 2012
Messages
38
Reaction score
5
I saw some other unity and even coco source on the chinese site , i may probably share also if someone share a tutorial to setup
 
King of the bongo
Joined
Oct 17, 2009
Messages
829
Reaction score
214
Local Windows test server setup instructions
Download the latest server program and related configuration from the repository:
// depot / ServerRun /

Modify the server configuration file:
//depot/ServerRun/ServerSettings/ServerInfo/ServerSettings.xml
Change the IP address of the following server in the configuration file to your local IP address:
CharServer, WorldServer, Main DatabaseServer, GameServer
In addition, CharServer ID into the final value of your IP address, such as 192.168.1.100 ID is set to 100.
CharServer name (Name) can be modified, it is also recommended to modify, enter the server selection interface will display the name. For convenience can be changed directly: IP - CharServer, such as 100-CharServer

Server startup:
//depot/ServerRun/Bin/Debug/Service.exe
Run the above program, click Start.

P4 Description:
Since ServerSettings.xml is a one-time local modification, you can CheckOut to a separate Changelist to avoid situations that may lead to future misinformation.
 
King of the bongo
Joined
Oct 17, 2009
Messages
829
Reaction score
214
Unity3D ver 4.2.0f4

Could you point out a few hints on how to setup this? I saw its fully documented and stuff but since i'm new to the android development world i might need some help.

I'm looking to start this and give out a few tests maybe its worth it
 
Junior Spellweaver
Joined
May 3, 2012
Messages
119
Reaction score
21
how to fix?
snxone - "God Kai" full source + resources Unity3D - RaGEZONE Forums

Log Service.exe:

Traceback (most recent call last):
File "Service.py", line 3, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "wx\__init__.pyo", line 45, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "wx\_core.pyo", line 4, in <module>
File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading wx\_core_.pyd
 
Newbie Spellweaver
Joined
Jun 13, 2014
Messages
46
Reaction score
6
when you press on start they close automatically, and the log has this error

CharServer:
2018-01-26 23:34:08 [2792] error: cache table X_GameDB.tb_Player not found in database2018-01-26 23:34:08 [2792] ASSERT: f:\job\lijianhua_admin-pc_8572\server\servers\dbagentlib\dbagentlogic.cpp:47 <m_CacheManager.InitCacheTable("X_GameDB.tb_Player", m_TablePlayer)>2018-01-26 23:34:08 [2792] [ERROR] Fail to init DBAgentLogic2018-01-26 23:34:08 [2792] CharServer Initialize error!!!!

GameServer:

2018-01-26 23:34:09 [616] error: cache table X_GameDB.tb_Player not found in database2018-01-26 23:34:09 [616] ASSERT: f:\job\lijianhua_admin-pc_8572\server\servers\dbagentlib\dbagentlogic.cpp:47 <m_CacheManager.InitCacheTable("X_GameDB.tb_Player", m_TablePlayer)>2018-01-26 23:34:09 [616] [ERROR] Fail to init DBAgentLogic2018-01-26 23:34:09 [616] GameServer Initialize error!!!!

WorldServer:
2018-01-26 23:34:09 [7136] error: cache table X_GameDB.tb_Player not found in database2018-01-26 23:34:09 [7136] ASSERT: f:\job\lijianhua_admin-pc_8572\server\servers\dbagentlib\dbagentlogic.cpp:47 <m_CacheManager.InitCacheTable("X_GameDB.tb_Player", m_TablePlayer)>2018-01-26 23:34:09 [7136] [ERROR] Fail to init DBAgentLogic2018-01-26 23:34:09 [7136] WorldServer Initialize error!!!!

XDBAgent:
2018-01-26 23:34:09 [4612] error: cache table X_GameDB.tb_Player not found in database2018-01-26 23:34:09 [4612] ASSERT: f:\job\lijianhua_admin-pc_8572\server\servers\dbagentlib\dbagentlogic.cpp:47 <m_CacheManager.InitCacheTable("X_GameDB.tb_Player", m_TablePlayer)>2018-01-26 23:34:09 [4612] [ERROR] Fail to init DBAgentLogic2018-01-26 23:34:09 [4612] ASSERT: f:\job\lijianhua_admin-pc_8572\server\servers\xdbagent\main.cpp:16 <dbAgentRun.Initialize()>

How to solve this?
 
Back
Top