Any hint how to start server? Or something
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 - - -
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:
![]()
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?
I am working on this :D
Someone has video of the gameplay?
I will upload it tomorrow. Gameplay is amazing. I like it. There are also both versions. PC and Mobile
Last edited by webmaster_imds; 20-02-20 at 03:04 AM.
Downloadin to try it .!
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.
Anyone doing it from the source was rebuilding it now hope there is no error
How can i convert to unity 2017+ ?