Search Unity

Unity3d Mobile 3D MORPG Mogo released

Discussion in 'Android' started by mhart_ian, May 26, 2015.

  1. mhart_ian

    mhart_ian

    Joined:
    May 26, 2015
    Posts:
    4
    I saw it in other forums.

    The file working in unity3d 4.3.0 and 4.5.

    For those who what to build a mmorpg multiplayer game in android, ios and windows this file is the best for you. This file was completed it was made by china dev.

    Please refer to this link:
    https://forum.ragezone.com/f857/mobile-3d-morpg-mogo-released-1052352/

    Also this:
    https://forum.ragezone.com/f856/mobile-3d-morpg-mogo-unity3d-1057638/


    Note: I don't know how to compile and configure this game, so better don't asking me how to set it up. so if someone know how to set it up better put a tutorial for others who want to build there own mmorpg game.

    Credits to the owner who released this.

    Game Image:






    暗黑战神 is a mobile game, made in China
    it include Client and Server code
    you can build client for Android, iOS, Windows



    use Server link full source

    ---------------------------- Linux source compile ---------------------------------------
    apt-get update
    apt-get install libmysqlclient-dev mysql++-dev libmysqld-dev libmysql++-dev libmysql++-doc libmysql++3
    apt-get install libtinyxml-dev
    apt-get install libreadline6-dev
    apt-get install lua5.2 lua5.2-dev liblua5.2-dev
    apt-get install libboost-dev libboost-all-dev
    apt-get install uuid-dev
    apt-get install libhiredis-dev
    apt-get install libcurl4-openssl-dev
    apt-get install libcrypto*
    apt-get install tiled
    cd /root
    wget http://www.lua.org/ftp/lua-5.2.1.tar.gz
    tar -xzvf lua*
    cd /root/server
    cd /usr/lib
    ln -s /usr/lib/tiled/plugins/liblua.so /usr/lib/liblua.so
    ln -s /usr/lib/tiled/libtiled.so /usr/lib/libtiled.so
    ln -s /usr/lib/tiled/libtiled.so.1 /usr/lib/libtiled.so.1
    ln -s /usr/lib/x86_64-linux-gnu/libssl.a /usr/local/lib/libssl.a
    ln -s /usr/lib/x86_64-linux-gnu/libcrypto.a /usr/local/lib/libcrypto.a

    cp /root/server/lua-5.2.1/src/*.* /root/server/common
    cd /root/server/lua-5.2.1/
    make linux
    cp /root/server/lua-5.2.1/src/*.a /usr/local/lib

    cd /root/server
    make

    - - - Updated - - -

    Last fix

    here is server link
    https://mega.co.nz/#!EU8izBCJ!AWKCJ5...4-gNEgMOY0xCT8

    and client link
    Client V1.0
    https://mega.co.nz/#!cEFylApK!nwUDvr...XpWqnMSMvP_7xM
    Client V2.0
    https://mega.co.nz/#!NcdAjLgT!PYSVRt...eyShD-YxT2l-Y8

    and config link
    https://mega.co.nz/#!FUN3mLRR!ia0HRO...l5fp-ij6xXMNEU

    guider
    - open server on vmware and set network is Bridged, this server ip is 192.168.1.102
    - login server via ssh with user/pass/port: root/123456/22 then type:
    cd /root/server/bin
    ./run.sh

    - unrar client, you can quick test by run app.exe and don't forget to copy aiyou4399 folder to C:\Users\USER\AppData\LocalLow\ before.
    That it's all. Enjoy.


    ---------------------------------------------------------
    Video Test