thevisad / DayZ-Private-master

Reality DayZ - replaced Bliss for DayZ servers
GNU General Public License v2.0
45 stars 86 forks source link

Kill Messages not working in 1.7.7.1 #238

Closed k4n30 closed 11 years ago

k4n30 commented 11 years ago

Built a Chernarus 1.7.7.1 server with: build.pl --instance 4 --channels 0,2,6 --with-killmsgs

and get the following section in the RPT file when testing - http://pastebin.com/1KJv9F84

Kill messages don't display in the server, but it does log to the RPT file as indicated above. Have updated Reality in the last half an hour (including the fix for the kill message kick) and it's still happening :(

thevisad commented 11 years ago

yeah, we are investigating this issue. It seems that something in the new remoteexec is blocking the kill messages. I can find nothing wrong with the system as is. I spent about 6 hours looking into it last night and made some improvements to the system but still no broadcast.

thevisad commented 11 years ago

Yup, verified the issue is related to the new RE security. The system will need to be rewritten in order to function properly. I am on the road to a fix now.

thevisad commented 11 years ago

This has been resolved http://puu.sh/3k6Xk.jpg

k4n30 commented 11 years ago

Seems this isn't working anymore :(

thevisad commented 11 years ago

its the REsec file blocking it, it's a known issue and I have removed the exec for it from all packages. Open your mission files init.sqf and remove the line at the very bottom.

k4n30 commented 11 years ago

include "\z\addons\dayz_code\system\REsec.sqf"=======

???

Maybe we could rewrite it to do the same functionality but for Reality

thevisad commented 11 years ago

I wish, its in the client code meaning we cannot touch it unless we move it to the mission file

k4n30 commented 11 years ago

Thats a bad thing? Besides the size factor, I'm guessing it's important for anitcheat purposes, but also annoying because it blocks killmsgs