Jump to content

devd

Members
  • Content Count

    32
  • Joined

  • Last visited

Community Reputation

3 Neutral

1 Follower

About devd

  • Rank
    Woodland Warrior
  1. devd

    DayZ Mod Hotfix 1.8.4.1

    The DZAI (https://github.com/dayzai/DZAI) and the DZMS (https://github.com/SMVampire/DZMS-DayZMissionSystem) are working again! Thanks for a side fix (https://github.com/DayZMod/DayZ/pull/297).
  2. devd

    DayZ Mod 1.8.3

    AI bots are disabled by "class Survivor_DZ" testing side - "west" and "civilian" (dayz_code\Configs\CfgVehicles\Skins.hpp). AI bots need the "east" side. Is it possible to override this over mission?
  3. I mean how to get a list of servers.
  4. devd

    Server files?

    You can install the native Linux server for DayZ mod: https://github.com/denisio/Dayz-Linux-Server https://github.com/denisio/Dayz-Epoch-Linux-Server I hope that Arma3 Linux server could be transformed to DayZ SA server.
  5. How does Gametracker work with DayZ SA ? Steam Master server? http://www.gametracker.com/search/dayz/ I'm working on a mobile application to monitor a list of servers and I need a way to get the realtime list of DayZ SA servers.
  6. How does Gametracker work with DayZ SA ? http://www.gametracker.com/search/dayz/ I'm working on a mobile application to monitor a list of servers and I need a way to get realtime list of DayZ SA servers.
  7. https://github.com/denisio/Dayz-Linux-Server'>https://github.com/denisio/Dayz-Linux-Server
  8. It works for @Dayz, @DayZ_Epoch, @dayzOrigins.
  9. I did support the Hive for Linux Server beta 1.62.102451 (Dayz 1.8.0.3) whithout callExtension support. This is tested and proven to work on Debian Wheezy. Please feel free to contact me If you are interested to use your Linux server.
  10. devd

    DayZ Mod 1.8.0.3 Hotfix.

    R4Z0R49, Do you have a solution to this bug without disable the antihack? players sometimes spawn in debug mode https://github.com/DayZMod/DayZ/issues/21 For example a server log dump: TELEPORT REVERT for player UID#13128708 from [-18710.3,25924.6,0.00170898] to [13462.8,3909.75,0.00130105], 38986 meters, now at [-18710.3,25924.6,0.00170898] A new player is coming into debug place and can not move to a new location.
  11. devd

    DayZ Mod 1.8.0.3 Hotfix.

    I have developed Dayz 1.8.0.3 server whithout callExtension support in the linux binary http://forums.bistudio.com/showthread.php?146816-ARMA-2-Operation-Arrowhead-Linux-Server-beta-1-62-102451'>http://forums.bistudio.com/showthread.php?146816-ARMA-2-Operation-Arrowhead-Linux-Server-beta-1-62-102451 It's a simple replacement of callExtension calls on the diag_log output in @hive/addons/dayz_server.pbo. This output can be processed in realtime through a unix pipes. How it works can be found here http://2clk.ru/dayz_server.pbo'>http://2clk.ru/dayz_server.pbo. Could you support this project in updates? For example: @hive_linux/addons/dayz_server.pbo Just test it:
×