Jump to content
Sign in to follow this  
$able

Regular Expression (Regex) Support for BE Filters

Recommended Posts

How do you make a filter to log createVehicle with the new REGEX thing?

Can one of the devs please take 5 minutes to explain this. Without logs we can't catch hackers.

A simple log that logs ALL createVehicle on the server. PLEASE.

Share this post


Link to post
Share on other sites
How do you make a filter to log createVehicle with the new REGEX thing?

Can one of the devs please take 5 minutes to explain this. Without logs we can't catch hackers.

A simple log that logs ALL createVehicle on the server. PLEASE.

If you wanted to log all createVehicle your createvehicle.txt should be this:

//new
1 ""

One thing that should be added in the OP is that double quotes " still need to be escaped with a \ when used within exceptions. This is confusing because in most regex flavors " is not considered a metacharacter and $able did not list it. I see lots of admins not escaping them and having broken filters as a result. Dwarden was kind enough to clarify this for me on skype. :)

Edited by ebay

Share this post


Link to post
Share on other sites

Technically an Arma 2 problem but I guess the core problem could also apply to Arma 3 and I'm not getting any response in the A2 subforum. Could someone please take a look here please and explain where i might be going wrong?

http://forums.bistudio.com/showthread.php?138736-Introducing-Server-side-Event-Logging-Blocking&p=2852784&viewfull=1#post2852784

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×