Page MenuHomeFeedback Tracker

BattlEye kicks for "saved3DENInventory"
New, NormalPublic

Description

BattlEye kicks players for setVariable #0 restriction for the variable "saved3DENInventory". This seems to be set by the engine - we could not find it in all Arma .sqf files, none of our code, not in the mission.sqm or anywhere else. We cannot filter for it. It kicks players after a couple of seconds after they have joined the server.

This variable is mentioned here https://dev.arma3.com/post/spotrep-00056, but that is all information available on it.

1.62 stable release.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
BattlEye
Additional Information

12.07.2016 01:10:01: Cyanide (x.184.26.116:2304) 73dd97a48f70df93a4018b39810b72f8 - #0 "saved3deninventory" = false 4:122 Exile_Unit_GhostPlayer
12.07.2016 01:11:40: Rick (x.103.198.106:2304) 02311eca4a2785dfe61ec84343bcc769 - #0 "saved3deninventory" = false 8:123 Exile_Unit_GhostPlayer
12.07.2016 01:13:02: Coxy (x.151.155.197:2304) a7650a8f1ffdb708911079078bd9df90 - #0 "saved3deninventory" = false 10:122 Exile_Unit_GhostPlayer
12.07.2016 01:14:11: Eichi (x.75.248.229:2304) 94a92baaf38642063a4613146efd1304 - #0 "saved3deninventory" = false 14:122 Exile_Unit_GhostPlayer
12.07.2016 01:17:09: Esco (x.26.47.59:54688) c22c82ef853b1bfcf15fa72b4ad8113a - #0 "saved3deninventory" = false 23:122 Exile_Unit_GhostPlayer
12.07.2016 01:18:31: [SK] DatPresi (x.133.108.154:2304) c1984c6b59e18ed4564fcfff9818557e - #0 "saved3deninventory" = false 24:122 Exile_Unit_GhostPlayer
12.07.2016 01:20:08: [SK] DatPresi (x.133.108.154:2304) c1984c6b59e18ed4564fcfff9818557e - #0 "saved3deninventory" = false 26:122 Exile_Unit_GhostPlayer
12.07.2016 01:24:43: Rambo (x.228.111.78:2304) d656d774130fadc216279a8b33034415 - #0 "saved3deninventory" = false 32:63 Exile_Unit_GhostPlayer

Event Timeline

Unknown Object (User) created this task.Jul 12 2016, 1:37 AM
Jawsh added a subscriber: Jawsh.Jul 12 2016, 2:01 AM

You should be able to add it as an exception by adding !=saved3deninventory at the end of the first line in your setVariable.txt file.

It should look something like this:

5 keyWord !=saved3deninventory

You may also want to remove the personal info (IP addresses) of the players in your above post.

Unknown Object (User) edited Additional Information. (Show Details)Jul 12 2016, 2:23 AM
Unknown Object (User) added a comment.Jul 12 2016, 2:34 AM

Solved. It is not accessible via 5, but 7!

Unknown Object (User) changed Severity from Block to None.Jul 12 2016, 2:35 AM
Unknown Object (User) changed Reproducibility from Always to N/A.