Jump to content
  • 0

RscDebugConsole_watch Battleye Kick


arc7r7

Question

Seems today with the Arma 3 Hotfix released I'm being kicked for a RscDebugConsole_watch script restriction when pressing escape and the menu comes up. I've tried adding a few different filters for this with no luck.

 From my script.log below

#3 " _x;
private _value = profileNamespace getVariable ["RscDebugConsole_watch" + str (_forEachIndex + 1), [true, ""]];
if !(_value "

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
42 minutes ago, BetterDeadThanZed said:

I was wondering why people were getting kicked for this all of a sudden. I just added !"RscDebugConsole_watch" to my filters. I guess my filters are different (Infistar) because the kick was for script restriction #4.

That was the first filter I tried to add !"RscDebugConsole_watch" but it was still kicking.

Link to comment
Share on other sites

  • 0
1 hour ago, ScaRR said:

Hey, I had the same. 

In battleye/scripts.txt

Add this to the end of the line that starts with RscDebugConsole_watch

 !="private _value = profileNamespace getVariable [\"RscDebugConsole_watch\" + str (_forEachIndex + 1), [true, \"\"]];"

Players are still being kicked. I'm running the Steam update on the server to see if that changes anything.

Oops. I was editing the wrong line. Should be fixed now.

Link to comment
Share on other sites

  • 0
52 minutes ago, ScaRR said:

Hey, I had the same. 

In battleye/scripts.txt

Add this to the end of the line that starts with RscDebugConsole_watch

 !="private _value = profileNamespace getVariable [\"RscDebugConsole_watch\" + str (_forEachIndex + 1), [true, \"\"]];"

I added this to the lIne and I'm still being Kicked. 

//  !"RscDebugConsole_watch"  doesnt seem to be working either.

Link to comment
Share on other sites

  • 0

This kick is a result of the just released Arma 1.58 hotfix. 

This exception will work:

 !="\"RscDebugConsole_watch\""

Full line:

7 RscDebugConsole_watch !="RscDebugConsole_watchSave = [true,true,true,true];" !="\"RscDebugConsole_watch\""

I will get this rolled into a new server build soon.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...