Introdution:
"DarkSword II - Bright Throne" is the first magical combat mobile game created by the top engine Unity3D, based on the classic magical world view. Players can team up to participate in combat and PVP, and Unity3D's powerful expressiveness makes "DarkSword II - Bright Throne" a subversive innovation in the battle process, picture and gameplay compared to traditional fighting games.
As a heavy action ARPG online game, the game is built with 3D scenes.
The operation mode is easy to use, avoiding enemy attacks, defeating the last powerful enemy, gorgeous skill effects, and taking full advantage of the hitting feeling.
It is a wonderful display of the player's own powerful operation..
Download: https://pan.baidu.com/share/init?sur...1xgxYhRQXR5uMA
Pass: bekt
Decompression password: [www.taomawu.com]
Mirror download:
Mediafire: Download Mediafire (Thanks to @FabioMR)
Direct download: Click HERE (Thanks to @Johno)
Size: 2.25G
Mobile Game
version of Unity: 4.6
- - - Updated - - -
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 - - -
HOW TO START SERVER??
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:
Render ImageWinMD51.1.rar












Reply With Quote![[Black Blade II - Bright Throne] Unity3D Source Game](http://ragezone.com/hyper728.png)


