BTK (DayZ)
Members-
Content Count
49 -
Joined
-
Last visited
Community Reputation
12 NeutralAbout BTK (DayZ)
-
Rank
Woodland Warrior
Contact Methods
-
Website URL
http://arma2.co
-
Whats with the battleye kicking (Battleye not responding)
BTK (DayZ) replied to Mullucka's topic in General Discussion
This can also happen due to hardware issues. - Faulty RAM (Run Memtest for a few hours) - RAM too slow (Single channel is no good) - Faulty Hard Drive - Hard Drive too slow (BE almost requires an SSD, or at least a really good HDD) Sounds strange, but BE is a real hardware hog when it comes to HDD and RAM. I had this A LOT before I upgraded my RAM and switched to an SSD. Now the problem is gone. -
There will be no optimization. At least nothing major, we can be lucky if we get a handful more FPS. The engine is 13 years old. If they were capable of optimization they would've done it by now. Don't say "It's Alpha", the engine is OLD. Arma 1 = Never had decent FPS Arma 2 = Never had decent FPS Take On Helicopters = Even worse than Arma Arma 3 = A little bit better, but still pretty bad.
-
Alright. Great. :) Thanks for the heads up!
-
Crash, crash, unknown internal error, crash, unknown internal error, crash. 1.7.4.4 is running extremely unstable. Something is pretty messed up. I tested 99153, 99202 and 98866. 98866 is running most stable so far. But the servers are still crashing every 1-3 hours. For example: RPT Sometimes it's tbb4malloc_bi.dll, sometimes the Database.dll. Some crash dumps http://server.arma2....ashdump_fr2.rar http://server.arma2....ashdump_fr3.rar
-
scripts.log is getting spammed with...
BTK (DayZ) replied to Timb's topic in Mod Servers & Private Hives
It's caused by: dayz_code\z\addons\dayz_code\init\compiles.sqf if ( !dayz_preloadFinished ) then { endLoadingScreen; disableUserInput false; cutText ["Something went wrong! disconnect and try again!", "BLACK OUT",1]; player enableSimulation false; }; You may use my scripts.txt for now to get rid of the spam introduced by 1.7.4.4. But please guys, LEARN HOW TO ADD SIMPLE FILTER RULES on your own. -
Thanks Ander, I will try this. Regarding Script restriction #45: It's easy to fix for server admins. Unfortunately many admins are not capable of doing their job.... But I'm sure it will be updated by Dwarden soon. In the mean time: scripts.txt Find: 5 setHit Add: !"[player,\"legs\", (_fractures select 0)] call object_setHit;" !"[player,\"hands\", (_fractures select 1)] call object_setHit;" Edit: Add also this for setHit: !"z\addons\dayz_code\compile\object_setHit.sqf"
-
Servers are crashing a lot with this update... I'm using beta 99202, DayZ 1.7.4.4 and latest Hive.
-
Thanks Sumrak, sounds great! Namalsk is definitely my favorite map in conjunction with DayZ. But what's wrong with the crash sites? Why don't you want them to be enabled?
-
Weird Server Log Glitch ... WTF?
BTK (DayZ) replied to DrainBamaged's topic in Mod Servers & Private Hives
You, the client, spawn medboxes when you're near a hospital. Same for backpacks. Backpacks are not items, they are "vehicles" - they are created via createVehicle. Perfectly normal loot spawn and player initialization what you're seeing there... -
Script.log Entries - Legit or Sketchy
BTK (DayZ) replied to maddyn99 (DayZ)'s topic in Mod Servers & Private Hives
Right. It's legit, but CAN be abused, hence the auto-kick recommendation - but don't ban for it. :) -
Script.log Entries - Legit or Sketchy
BTK (DayZ) replied to maddyn99 (DayZ)'s topic in Mod Servers & Private Hives
You shouldn't. In fact, I hope that you autokick for it. The server control has been used in the past (and maybe still is) for some kind of injection. I don't know the details about the injection, I just know it exists (That's why we have it in the scripts.txt) So, better safe than sorry. Autokick for it and ignore the log entries. -
Setpos.log - Do I have any hackers?
BTK (DayZ) replied to GnaWz's topic in Mod Servers & Private Hives
setPos is being exeuted in a lot of legit cases. "Pickup flare" and "Pitch tent" for example. It can easily show up 10 times in a row just because someone is trying to pitch his tent. Make sure to check createvehicle.log as well. Teleport is easy to spot by looking at the coordinates. I don't think that setPosATL and setPosASL are being logged yet, so there are easy workarounds for teleport. :( -
Script.log Entries - Legit or Sketchy
BTK (DayZ) replied to maddyn99 (DayZ)'s topic in Mod Servers & Private Hives
It's legit. It's the server interface (Server Control button on the bottom). Just unpack ArmA's UI.pbo and you will find both files in there. -
Just try it yourself; throw a grenade in-game. You will show up in the logs.
-
Don't ban them; It's both legit. Medboxes are spawned by players, so he probably was just at a hospital or near a helo crash site. The second one is simply someone throwing a grenade... well, two in that case. It's a little suspicious that he's able to throw 2 grenades at once... but if it's just those two I'd leave him be, could be a glitch or something.