BE Tutorial

.=QUACK=.Major.Pain

Valued Member!
Anyone know where there's a how-to for Battleye on how to debug and fix issues.

Having a hell of a time figuring it out.

Right now I have createvehicle restriction #2 "MedBox0_DZN" for Namalsk.
I tried adding !="MedBox0_DZN" but still kicks.
Since !="MedBox0" was already in the line, I figured adding the above would add an exception and not kick.
 
Tried adding !="MedBox0_DZN" to remove all the spam in the log.

Can't figure out the difference between:

"MedBox0_DZN"
!"MedBox0_DZN"
!="MedBox0_DZN"
 
I have had it in line 3 for almost a week, but it still spams log #2 "MedBox0_DZN" 59:123 [7313,7948,85]

My line 3:

5 "box" !="MedBox0" !="MedBox0_DZN" !="AmmoBoxSmall_556" !="AmmoBoxSmall_762" !="ItemMatchbox" !="ItemToolbox" !="CardBoardBox" !="FoodBox1" !="FoodBox2" !="FoodBox3"
 
ok fixed

line 3 put it in after MedBox0 !="MedBox0_DZN"

5 "box" !="MedBox0" !="MedBox0_DZN" !="AmmoBoxSmall_556" !="AmmoBoxSmall_762"

like so in the createvehicle.txt

:)
 
i also have it on the very bottem line commented out //!="MedBox0_DZN" thats the only thing i have different ive just checked ingame now the boxes are spawning with no kick

//5 "AmmoBox" !="AmmoBoxSmall_556" !="AmmoBoxSmall_762"
//5 "WeaponsBox"
//5 "CacheBox"
//!="DZ_Backpack_EP1"
//!="MedBox0" //filtered now
//!="Sniper1_DZ" //filtered now
//!="Camo1_DZ" //filtered now
//!="Soldier1_DZ" //filtered now
//!="TentStorage"
//!="DZ_Assault_Pack_EP1" //filtered now
//!="BanditW1_DZ" //filtered now
//!="WeaponHolder_ItemTent"
//!="MedBox0_DZN"
 
I have done loadscripts through BerCon more than once.
The server has been restarted about 2 dozen times in the past 5-7 days.

No gonna worry about it, but more trying to understand the syntax of it all.
 
well with commenting it out on the bottom line and adding in the other it has compeletly fixed the problem for me it is now logged as #0 in the logs same as the other buggy bits but no longer kicks people ill have a look around for some info on they syntax for you its not something i know either
 
Back
Top