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!

Mobile Unity3d mobile "city of light" Client+Server source

Initiate Mage
Joined
Mar 29, 2012
Messages
73
Reaction score
6
Unity3d mobile "city of light" Client+Server source

Hi i bought this is chinese forum , i have vip account this game is a little much expensive.
Anyone have knowledge to setup much better share it :)

Enjoy guys!

Unity3d version: 4.6 above

Link:


Password: 2vkw

Decompression Pass: "http://9miao.com/" without quote

emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums


emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums




Description:
Front end unity + back-end c +++ database

The city of light hand tour to light and dark the two forces of struggle for the background, creating a grand magic, urgent need to save the dark world. Players here become cute brave light warriors, began a fight with the dark demons adventure tour. You have to return to the classic Diablo world; gesture switching, skills inheritance, let you build their own exclusive role; a key to the world, so that you can not stop the role; Operation, cool cool blow, so you really experience the pleasure of action.

server configuration:

1. Create a new server project Please vcproj project files under the src under the second directory
Such as server \ src \ servers \ logingate \ logingate.vcproj

2. After creating, add the following attribute tabs to the project's Property Manager
Server \ src \ common \ common.vsprops Debug, Release all right, you can right on the project -> Add Existing Property Sheet ...
Server \ src \ common \ basicServerFramework \ sdnet.vsprops Debug
Server \ src \ common \ basicServerFramework \ sdnetRelease.vsprops Release

3. Modify the configuration of the new project and select All Configurations: All Configurations
And then modify the Configuration Properties -> General
Output Directory and Intermediate Directory to inherit the attribute <inherit from parents or project defaults>
Modify Project Defaults -> Character Set to Use Multi-Byte Character Set
Modify the C / C ++ -> General -> Code Generation -> Runtime Library to inherit the property <inherit from parents or project defaults>

4. Set dependencies:
Server \ src \ common \ basicServerFramework \ basicServerFramework.vcproj

5. Completed

Engine version: unity3d 4.6 above
 
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
PHP Script for arealist.php:
Code:
<?php
$arr = array(
	"Areas" => array(
		array(
			"address" => "http://YOUR-SERVER-IP/" // This is for asset-bundle download.
		),
		array(
			"ServerID" => "1",
			"IP" => "YOUR-SERVER-IP",
			"Port" => "8000",
			"ServerName" => "Main"
		),
		"AreaNotice" => "",
		"DefaultServerID" => "1",
		"PushString" => array(
			/*array(
				"content" => "0,0,0,0,0,0,0,0,0,Hello World, HELLO WORLD"
			),*/
		),
	)
);
header("Content-type: application/json");
$json = json_encode($arr);
$json = preg_replace("@\\\/@", "/", $json);
die($json);
?>
 
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
Nope. It's complete. It has everything you need. Except for the backend. (When you publish it to android it pops up a login interface from 3rdparty, which has no source.)

If you want to get the android client working you'll have to do a lot of manual labor. Since it tries to call 3rdparty libraries which don't exist in the release
 
Initiate Mage
Joined
Nov 10, 2013
Messages
81
Reaction score
1
i just check sa server/bin and some of the bin i think 2 or 3 have no sql include.
 
Initiate Mage
Joined
May 29, 2015
Messages
6
Reaction score
0
Re: Unity3d mobile &amp;quot;city of light&amp;quot; Client+Server source

could you make tutorial and could you upload the fix file.

i hope it move this to the development section.



could you make tutorial and could you upload the fix file.

i hope it move this to the development section.



can you make tutorial to setup and provide fix files

Nope. It's complete. It has everything you need. Except for the backend. (When you publish it to android it pops up a login interface from 3rdparty, which has no source.)

If you want to get the android client working you'll have to do a lot of manual labor. Since it tries to call 3rdparty libraries which don't exist in the release
 
Joined
Aug 16, 2009
Messages
13
Reaction score
0
Hi, has anyone managed to get this to work for iOS and Android? Willing to pay you to help me get it up and working.

Thank you!
 
Initiate Mage
Joined
Jan 24, 2016
Messages
45
Reaction score
2
Re: Unity3d mobile &quot;city of light&quot; Client+Server source

I hope someone have tutorial on this

 
Initiate Mage
Joined
Jul 23, 2014
Messages
12
Reaction score
0
Hi all,
Because i'm a new in C++ so somebody can tell me how to build or complie this server??
And about client, i using unity 5.4.1 so when i open client in unity it seem be have a lot of error with NGUI. What version of your unity to open this client??
 
Experienced Elementalist
Joined
Jan 11, 2010
Messages
244
Reaction score
43
Version 4.6.1f1
Assets/Script/Editor/ExportAssetBundle.cs(1432,17): error CS0029: Cannot implicitly convert type `uint' to `uint[]'
 
Initiate Mage
Joined
Jun 24, 2012
Messages
66
Reaction score
6
Anyone got a google drive link? Mega.co.nz has become trash. Using sync to download having to wait 6 hours. The download finished and restarted.
 
Experienced Elementalist
Joined
Oct 15, 2010
Messages
269
Reaction score
66
this one works, you just need to code a lot of stuff for it to work. also their using plugin like FX maker which is not already in the asset store.
 
Initiate Mage
Joined
Jan 24, 2016
Messages
45
Reaction score
2
Re: Unity3d mobile &quot;city of light&quot; Client+Server source

Anyone setup guide?

 
Back
Top