[Black Blade II - Bright Throne] Unity3D Source Game

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34
  1. #16
    Account Upgraded | Title Enabled! webmaster_imds is offline
    MemberRank
    Jan 2008 Join Date
    BrazilLocation
    485Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Quote Originally Posted by Johno View Post
    Mirror for the files (Direct) :)

    https://upped.pw/MMORPG%20Extras/[Black%20Blade%20II%20-%20Bright%20Throne]%20Unity3D%20Source%20Game.zip

    mirror added first topic, thankyou

  2. #17
    Member tdarkscorpion is offline
    MemberRank
    Jul 2015 Join Date
    IndiaLocation
    86Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Any hint how to start server? Or something

  3. #18
    Account Upgraded | Title Enabled! webmaster_imds is offline
    MemberRank
    Jan 2008 Join Date
    BrazilLocation
    485Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Tutorial by @vladiks9

    You need web server !
    extend-support -> 黑忍22222.zip -> 1.2.9Android
    Create web server Folder "cp" <-Past 1.2.9Android folder
    Open 1.2.9Android folder Edit - > ServerIP.htm you ip


    ====================================================Open unity Change platform Android

    online.cs

    1.

    #elif UNITY_ANDROID
    www = new WWW(@"http://youIP/cp/1.2.9Android/ServerIP.html");
    #else
    www = new WWW(@"http://youIP/cp/1.2.9Android/ServerIP.html");
    #endif

    2.

    public void ConMy()
    {
    serverAddress = "YouIP:9998";
    serverAddress2 = "YouIP:9998";
    StartCoroutine(Connect());
    }


    BtnServer.cs

    1.

    {

    MainMenuManage.my.Connect(this.applicationName, "YouIP", this.applicationHost, isFastBtn, this.lblServerName.text);
    }

    TableRead.cs

    1.


    #elif UNITY_ANDROID
    public static readonly string SERVER_RES_URL = "http://youIP/cp/1.2.9Android/Data/";
    #else
    public static readonly string SERVER_RES_URL = "http://YouIP/cp/1.2.9Android/Data/";
    #endif

    public static readonly string DATA_NAME = "GameDateZealmTest.ydat";
    public static readonly string CONFIG_NAME = "YuanServerRoom.xml";
    // public static readonly string DATA_NAME = "GameDate.ydat";


    =========================================================Change Server IP

    GameServer/Config/YuanServerRoom.xml

    1.

    <Application>
    <name>YuanPhotonServer</name>
    <numTitle>1</numTitle>
    <ip>YOUIP</ip>
    <host>9998</host>
    <srvport>9988</srvport>
    <nickname>TEST</nickname>
    <area>Grupa</area>
    <tcp>1</tcp>
    <rm>YOUIP</rm>
    <rmtcp>0</rmtcp>
    <rmMaxPlayer>25</rmMaxPlayer>
    </Application>

    Change IP run server !


    - - - Updated - - -

    Quote Originally Posted by tdarkscorpion View Post
    Any hint how to start server? Or something
    Add project GameServer on Eclipse
    Eclipse -> run -> run configuration -> Project : GameServer ----- Main class: server.Server -> Apply -> Run

    - - - Updated - - -

    yDat-Editor for files (*.ydat) by @Mimi Neko

    Download:
    https://mega.nz/#!yYwBGCaL!1FUfnPZ3e...otcsyO1t_OzNUk

    What's new:
    - Adding new rows in table
    - Delete the selected rows from the table
    Filter array of strings
    - Removed a bug due to which the scroll the table to the beginning.
    - Added a progress indicator.

    How to select rows using a filter:

    in the filter bar above the desired column in the table, enter your query and click "Filter Entry"
    Queries:

    enter "8" - selects all rows where, in this column, will be found in "8". (search mark in the column)

    enter "=8" - choose a string containing only the number "8" (the exact query)

    enter ">2" or "<2" - displays all the rows in column where the number is greater than 2 or less than 2.

    enter "2~3" - displays the rows whose values are between 2 and 3 (inclusive)

    *Note: For large tables, the filter can work for very long! Wery slow! I will try to optimize this in the new versions.



    Tutorial:

  4. #19
    Account Upgraded | Title Enabled! webmaster_imds is offline
    MemberRank
    Jan 2008 Join Date
    BrazilLocation
    485Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    This is one of the few games I've seen working for mobile with easy translation. just modify the maps, the tools are there ...
    does anyone still have an interest in this?

  5. #20
    Enthusiast 010010 is offline
    MemberRank
    Nov 2019 Join Date
    31Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    I am working on this :D

  6. #21
    Viserion is online now
    MemberRank
    Jan 2009 Join Date
    1,108Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Someone has video of the gameplay?

  7. #22
    Enthusiast 010010 is offline
    MemberRank
    Nov 2019 Join Date
    31Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    I will upload it tomorrow. Gameplay is amazing. I like it. There are also both versions. PC and Mobile

  8. #23
    Account Upgraded | Title Enabled! webmaster_imds is offline
    MemberRank
    Jan 2008 Join Date
    BrazilLocation
    485Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Quote Originally Posted by Viserion View Post
    Someone has video of the gameplay?
    I found this Video Link: 优酷视频云

    below, I'll leave some prints











    Last edited by webmaster_imds; 20-02-20 at 03:04 AM.

  9. #24

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Downloadin to try it .!

  10. #25
    Account Upgraded | Title Enabled! webmaster_imds is offline
    MemberRank
    Jan 2008 Join Date
    BrazilLocation
    485Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    I solved the bugs on the portal for maps 281 and 282, and the game is working fine. I have an online server for testing. If anyone wants to prove it, I'll leave the download link below

    Client APK Android: https://www.mediafire.com/file/x0cjdd4cctm8gru/Black_of_Darkness.apk/file

    Client PC Windows: https://www.mediafire.com/file/6a57dibhfx9oji9/Black_of_Darkness.rar/file
    Last edited by webmaster_imds; 07-05-20 at 06:12 AM.

  11. #26

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Quote Originally Posted by webmaster_imds View Post
    I solved the bugs on the portal for maps 281 and 282, and the game is working fine. I have an online server for testing. If anyone wants to prove it, I'll leave the download link below

    Client APK Android: https://www.mediafire.com/file/x0cjdd4cctm8gru/Black_of_Darkness.apk/file

    Client PC Windows: https://www.mediafire.com/file/6a57dibhfx9oji9/Black_of_Darkness.rar/file
    Awsome downloading to test.
    Have skype? can help with ui if you want

  12. #27
    Member darkaxis05 is offline
    MemberRank
    Oct 2012 Join Date
    54Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Anyone doing it from the source was rebuilding it now hope there is no error

  13. #28

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Quote Originally Posted by webmaster_imds View Post
    I solved the bugs on the portal for maps 281 and 282, and the game is working fine. I have an online server for testing. If anyone wants to prove it, I'll leave the download link below

    Client APK Android: https://www.mediafire.com/file/x0cjdd4cctm8gru/Black_of_Darkness.apk/file

    Client PC Windows: https://www.mediafire.com/file/6a57dibhfx9oji9/Black_of_Darkness.rar/file
    Cant connect

  14. #29
    Enthusiast Balyoz is offline
    MemberRank
    Feb 2015 Join Date
    IstanbulLocation
    36Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    How can i convert to unity 2017+ ?

  15. #30
    Member darkaxis05 is offline
    MemberRank
    Oct 2012 Join Date
    54Posts

    Re: [Black Blade II - Bright Throne] Unity3D Source Game

    Quote Originally Posted by Balyoz View Post
    How can i convert to unity 2017+ ?
    Just import the source in unity 2017 but would not recommend it because if you do that you need to rebuild and update the some code by yourself if you are confident with your skills then do it



Page 2 of 3 FirstFirst 123 LastLast

Advertisement