-
Content Count
24 -
Joined
-
Last visited
Everything posted by thevisad
-
BattleNET - C# library and client for the BattlEye protocol
thevisad replied to ziellos2k's topic in Mod Servers & Private Hives
I wonder if you could convert it prior to sending, then on receipt convert it back. I would test some conversions from of the online tools, but something a little friendlier to bnet might work. http://stackoverflow.com/questions/497782/how-to-convert-a-string-from-utf8-to-ascii-single-byte-in-c -
BattleNET - C# library and client for the BattlEye protocol
thevisad replied to ziellos2k's topic in Mod Servers & Private Hives
Missed that, I was thinking they were sending and others were getting the ???? -
BattleNET - C# library and client for the BattlEye protocol
thevisad replied to ziellos2k's topic in Mod Servers & Private Hives
The users that are reporting the ??? Are they Russian? I ran into an issue with users who did have the language support needed for the language being sent. -
http://dayzprivate.com/ is down for the public
thevisad replied to Inception.'s topic in Mod Servers & Private Hives
Added a github for the Bliss files and a development branch. -
http://dayzprivate.com/ is down for the public
thevisad replied to Inception.'s topic in Mod Servers & Private Hives
Here is the download as of the 25th, this is temporary until this is resolved. -
I wanted to introduce the HNGamers DayZ serve watcher! This is being designed as a full server control system allowing a server admin to handle any requirement. After trying multiple server tools, none of them did everything that I wanted or needed for my server. I started developing this tool to replace the multitude of tools that I was using to handle all aspects of the server. Download: https://gaming.hngamers.com/DayZServerWatcher/ http://abighole.hngamers.com/17kHz.png http://abighole.hngamers.com/10Ryp.png http://abighole.hngamers.com/1Dp11.png http://abighole.hngamers.com/1rX1a.png http://abighole.hngamers.com/1Ic3r.png Current Features: Bandwidth Calculator to ensure proper setup of server. Semi - Automatic download of server files. Semi - Automatic backup of server files. Semi - Automatic update of server files. Semi - Automatic restoration of server files. Automated ban updating. Logon and Logoff BattlEye (to ensure server is active). All settings store in the local machine registry. Automatically generates config files based on settings when server starts. Automatically deletes all config files when server stops. Lock and Unlock server. Start and stop server. Automatic server restart if server crashes. - WIP - Partially working Automatic server restart if server locks up. - WIP - Partially working Displays program start up logs to ensure full functionality. Displays server logon and start up logs to ensure full functionality. WIP Features: Complete players list of all players on server. Complete ban list of all bans on server and global bans. Complete database list of all players on server. Server broadcast list for repeated and reboot broadcasts. Script generator for creating BattlEye scripts on the fly. Script watcher - automatically notify admin when detected scripts process. Security lock down feature to ensure settings do not get changed without password prompt. HNGamers - US 350
-
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
I updated the top post with a download URL, the software has progressed far enough where we can start providing an alpha build for those who want to test and keep up with the development. There are two build packages that can be downloaded, standard builds done through me requesting a build and a Nightly build. In each of the builds there will be a x86 and x64 build as well. Nightly builds are kicked off every night at 3 am and will contain any changes that occur throughout the day. Days without any changes will not generate a build. Build Format DayZServerWatcher_(YEAR)(MONTH)(DAY).(BUILD NUMBER) Nightlies_(YEAR)(MONTH)(DAY).(BUILD NUMBER) Example build: DayZServerWatcher_20120726.16 -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
I can have it start just about any application you want, I created a task to look into this for you. -
BattleNET - C# library and client for the BattlEye protocol
thevisad replied to ziellos2k's topic in Mod Servers & Private Hives
It is returned as a string array, you need to work with your message handler to pass the data back. Players on server: [#] [iP Address]:[Port] [Ping] [GUID] [Name] -------------------------------------------------- 0 37.55.101.136:2304 250 ab5df470579f743758a32b582dd9839f(OK) Vadi (Lobby) 2 94.255.121.55:2304 218 2e9093beb208a74eb11582c555d823a0(OK) Xabarok (Lobby) 3 109.238.111.206:2304 156 41f377d5504a13f15dd05985c59660e4(OK) .Hronus 5 37.55.253.111:26512 250 2bb15c46aded278c74736fbcde2e5b02(OK) OLEG (Lobby) (4 players in total) -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
It is being designed to run on the server itself, since the majority of the code is looking for an .exe. Once the development has proceeded far enough to allow me some breathing room, I might fork it and create a remote version. -
BattleNET - C# library and client for the BattlEye protocol
thevisad replied to ziellos2k's topic in Mod Servers & Private Hives
Yuck? -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
I have sent a few alpha RC's builds out to a few guys. I am mainly looking for the application crashing on launch and ugly errors at this moment. -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
I found a few bugs in the build I was going to release as a alpha last night, with a few hours of coding time today and some tonight I should be able to knock out these issues and get an alpha build out for testing tonight. TheVisad -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
Which programs would you like to have shut down? I can create a section so that you can pop in an application name to search for and shutdown. It would be a hard reset on these items though. -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
Not quite sure I follow you... how is it useless? it has an updater for the current release of DayZ and it supports full server admin capability. -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
I am getting close to releasing an early alpha build of the DayZ Server Watch. I updated the top post with a video, I need to do some minor tweaking of the application prior to the release. -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
I do not at this time, I replaced my TRAC and SVN server with a TFS server and have not put something in place yet. I will attempt to keep this post up to date. -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
The first one will be part of the broadcast system, I wanted to make sure that was very customizable. The second portion is a nice feature, I will see what I can implement for that. -
HNGamers DayZ Server Watcher Thingie
thevisad replied to thevisad's topic in Mod Servers & Private Hives
It's a pending release to gather interest and features requests, I am a single developer/server owner, I may have missed some much needed features. I will update this post with the alpha test information as soon as the alpha is ready to start testing. -
The desync's on US 350 have gotten dramatically worse since the new patch, prior to this patch we had no issues. Now the desync is constant and the game almost unplayable.