У вашего броузера проблема в совместимости с HTML5
This video goes through EVERY step required to set up a DayZ Epoch Server. This video was made using the 1.0.4.2a, but it will work for other versions as well. If you enjoy the video please drop a like and subscribe for more DayZ tutorials.
If you are a techie and you know ports will be blocked. Open 2302 for UDP and TCP inbound/outbound. Typically the router will do this for you, but some techies lock down their ports to keep their network safe. Forgot to mention this in the video.
Links to items in the video:
Notepad++: http://notepad-plus-plus.org/
Visual C++ download to fix MSVCP120.dll is missing error:
https://www.microsoft.com/en-us/download/details.aspx?id=40784
DayZ Epoch Server Files: http://epochmod.com/a2dayzepoch.php
XAMPP: http://sourceforge.net/projects/xampp...
MySQL Workbench: http://dev.mysql.com/downloads/tools/...
Vehicle Cleanup SQL:
CREATE EVENT removeDamagedVehicles
ON SCHEDULE EVERY 1 DAY
COMMENT 'Removes damaged vehicles'
DO
DELETE FROM `object_data` WHERE Damage = 1
If you are having trouble getting the 1.0.5.1 server to launch read this. With the new arma update from steam you need to modify some of the 1051 files. This information is on the epoch forums, but I will place it here even though 1052 is coming soon.
Go to the config.cfg in the instance folder
Change
requiredBuild = 125548;
Add this below maxPlayers:
steamport = 2300;
steamqueryport = 2301;
Save it.
Right click on the DayZ_Epoch_instance_xx_mapname.bat file and select edit
change this: "Expansion\beta\arma2oaserver.exe"
to this:
"arma2oaserver.exe"