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
Feb 4, 2017
Messages
3
Reaction score
0
Re: Unity3d mobile "city of light" Client+Server source

source code in the first post isn't full

this is a link for full version source code include sdk


i want it but i cannot have it :(::(::(:

and sorry for my poor english



or maybe this
http://www.uures.net/forum.php?mod=viewthread&tid=4211&extra=page%3D1&page=1
 
Initiate Mage
Joined
Jan 24, 2016
Messages
45
Reaction score
2
Re: Unity3d mobile "city of light" Client+Server source

Too bad payment not support paypal

 
Experienced Elementalist
Joined
Jan 11, 2010
Messages
244
Reaction score
43
The game starts up and errors on the training location.
emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums
 
Experienced Elementalist
Joined
Oct 15, 2010
Messages
269
Reaction score
66
if someone would upload again this files to google drive, ill help you set it up.
i still have the client but i lost my server files of this game.
 
Junior Spellweaver
Joined
May 3, 2012
Messages
119
Reaction score
21
Re: Unity3d mobile "city of light" Client+Server source

Assets/Script/Editor/ExportAssetBundle.cs(1432,17): error CS0029: Cannot implicitly convert type `uint' to `uint[]'

change your uint to "uint[]"

All have tried. Which line to change? on the coordinates does not find anything.

Thank you in advance.
 
Initiate Mage
Joined
Feb 4, 2017
Messages
3
Reaction score
0
All have tried. Which line to change? on the coordinates does not find anything.

line 1432. it should return "uint[]" since the function type is "uint[]".
CMIIW.
 
Junior Spellweaver
Joined
May 3, 2012
Messages
119
Reaction score
21
Re: Unity3d mobile "city of light" Client+Server source

line 1432. it should return "uint[]" since the function type is "uint[]".
CMIIW.

Well, I'm not a fool.
I changed the unit on this line and even more mistakes appeared.
post please ExportAssetBundle.cs already ready without errors

sorry, bad eng
 
Experienced Elementalist
Joined
Oct 15, 2010
Messages
269
Reaction score
66
this game works fine in unity 4 with only a few things to edit. downside is the support on latest OS of phones.
challenging part is updating to 2017. Will really take time to finish due 100+ errors mostly because of NGUI
 
Initiate Mage
Joined
Jan 24, 2016
Messages
45
Reaction score
2
this game works fine in unity 4 with only a few things to edit. downside is the support on latest OS of phones.
challenging part is updating to 2017. Will really take time to finish due 100+ errors mostly because of NGUI
Hi karl did you fix issue about sdk ,since the client source not complete

 
Experienced Elementalist
Joined
Jan 11, 2010
Messages
244
Reaction score
43
How can fix error on the screen?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The game starts up and errors on the training location.
emo02 - Unity3d mobile "city of light" Client+Server source - RaGEZONE Forums
 
Initiate Mage
Joined
Feb 4, 2017
Messages
3
Reaction score
0
Re: Unity3d mobile "city of light" Client+Server source

Well, I'm not a fool.
I changed the unit on this line and even more mistakes appeared.
post please ExportAssetBundle.cs already ready without errors

sorry, bad eng

edit line 1432 with this "return new uint[]{CalcCRC(pathName), CalcCRC(pathName)};" .but im not sure about the second parameter.

maybe the best way you should use unity 4.5.2.

sorry im completely new to unity
 
Junior Spellweaver
Joined
May 3, 2012
Messages
119
Reaction score
21
Re: Unity3d mobile "city of light" Client+Server source

edit line 1432 with this "return new uint[]{CalcCRC(pathName), CalcCRC(pathName)};" .but im not sure about the second parameter.

maybe the best way you should use unity 4.5.2.

sorry im completely new to unity

thanks dude


upd
crack or 4.5.2 unity?
 
Last edited:
Back
Top