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!

[RELEASE] [Unity3D] 《降临》/Rise of Mana - Source code.

Joined
Jan 22, 2009
Messages
1,121
Reaction score
424
Viserion - [RELEASE] [Unity3D]  《降临》/Rise of Mana - Source code. - RaGEZONE Forums


Download:

Password: j9pv

If you have no brain to download from this site, do not pollute the topic with her crying.



---------------------------------------- // ----------------------------------------
\Assets\Code\Common (line: 27)
Code:
    public bool useLocalNet = false;
    public string localIP = "192.168.1.117";
    public int port = 18200;
 
Last edited by a moderator:
Experienced Elementalist
Joined
Oct 15, 2010
Messages
269
Reaction score
66
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

any screenshot of this game?
 
Joined
Jan 22, 2009
Messages
1,121
Reaction score
424
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

I know that this source was released, but I've had this source some time ago.

Once I knew that the Megamax and his friends are selling released files and with high prices, I decided to release these files already released.
 
Last edited by a moderator:
Initiate Mage
Joined
Jun 24, 2011
Messages
67
Reaction score
11
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

Thanks for the great release!
Could som1 reup those files to a decent hoster?

I can not download the client.zip... It stops at 10mb everytime.
Not even dl-manager seems to work here.
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

Thanks for the great release!
Could som1 reup those files to a decent hoster?

I can not download the client.zip... It stops at 10mb everytime.
Not even dl-manager seems to work here.
I'm downloading right now, gonna post link soon.

Download:
Linux server -

Gameplay:
 
Last edited:
CATMAGEDDON
Member
Joined
Aug 17, 2014
Messages
1,661
Reaction score
292
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

so are they windows or linux?

i ll test later
its mmorpg or just a single player game?
language of source?
and again thanks
 
Initiate Mage
Joined
Jun 24, 2011
Messages
67
Reaction score
11
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

According to the serverfiles there are both .exe files and linux binaries in it... So I guess it's working on both OSs.
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

This is an android game, nothing to do with Windows itself. Server-side is based on linux.
 
Initiate Mage
Joined
Apr 18, 2014
Messages
1
Reaction score
0
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

How to setup server? thanks
 
Joined
Jul 8, 2009
Messages
445
Reaction score
63
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

That's whats look cool any guide to compile and run server ? working connection with client side ?
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

Code:
$ apt-get update
$ apt-get install mysql-server
$ apt-get install build-essential
$ apt-get install curl
$ apt-get install libmysqlclient-dev
$ apt-get install libmysql++-dev
# Install this package:
[URL="http://www.gnu.org/software/libiconv"]libiconv - GNU Project - Free Software Foundation (FSF)[/URL]
[URL="https://forum.ragezone.com/usertag.php?do=list&action=hash&hash=Modify"]#Modify[/URL]  Makefile and setthe following line [URL="https://forum.ragezone.com/usertag.php?do=list&action=hash&hash=3"]#3[/URL]  to this text:
CFLAGS=-g -Wall -Wno-deprecated -Wno-unused-variable
$ make clean
$ make
This is the compilation process of the server-side on Debian 8. Althought I have no I idea how to fix:
/usr/bin/ld: cannot find -ltplt
since I cannot find this library named tplt. Maybe @GigaToni is interested ? ^^


## Edit
Before compiling make sure you run make clean command for new libraries.
 
Last edited by a moderator:
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

Viserion - [RELEASE] [Unity3D]  《降临》/Rise of Mana - Source code. - RaGEZONE Forums


??? - Derped?

From where is it being compiled then ? Make at root only makes few libraries.
Also libnetlib.so is missing.


--UPDATE--

Source incomplete. Network wrapper is completely missing (includes source files and libnetlib that I mentioned before).
Viserion - [RELEASE] [Unity3D]  《降临》/Rise of Mana - Source code. - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Nov 22, 2014
Messages
12
Reaction score
7
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

The server successfully compile. But when you start the server error occurs.
Although the library is in the folder "bin"

admin@server03:# ./CentralServer
./CentralServer: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory

upd. Fixed, I did not see the link in the message # 14
 
Last edited:
Initiate Mage
Joined
Nov 22, 2014
Messages
12
Reaction score
7
Re: [Unity3D] 《降临》/Rise of Mana - Source code.

Heh, I was wrong, and that's really not enough libraries.
 
Back
Top