Let's kick off March with two new features added in BE Server v1.131 and BE Client v1.151:
1. New script detection/logging that is fully customizable by server admins
You can now easily set up your BE Server to scan clients for certain strings that are used in script attacks on your server, for example "createVehicle", "serverCommand", "setVehicleInit" or anything else that could potentially be exploited on your server. All you need to do to enable this is create a file called "scripts.txt" in your BE working directory (in the game's application data / profiles / BEpath folder, not the install folder - where bans.txt is placed as well) with per-line entries formatted as follows:
The following types exist:Code:[type] [string to search for]
1 - Log detections to "scripts.log"
2 - Log detections to server console
4 - Kick for detections ("Script Restriction #X")
When logging detections, the BE Server logs an extract of 100 characters of the script being executed showing the detected string. You can combine types by adding them, so e.g. 3 causes positive detections to be logged both to scripts.log and server console, 5 causes detections to be logged to scripts.log and kicked for at the same time, 7 combines all methods, etc..
See the following random scripts.txt example (please do not use the list below unless You know what's command for/why):
Important update: http://forums.bistudio.com/showthrea...=1#post2192402Code:1 createVehicle 1 setVehicleInit 3 serverCommand 4 godmode 3 Bo_Mk82 3 #shutdown 7 disableUserInput true
2. Messaging players via RCon
RCon admins can now directly send in-game messages to players using the new "say" command:
If player # is -1, the message is sent to all players. Otherwise the message is sent privately to the specific player. Note that player # is the one shown when entering "players", not the one used by the game itself. Also, keep in mind that only in-game players can be messaged, not those that are still in the lobby.Code:say [player #] [message]
Example:
Code:say 11 hey mate, how are you doing today?
I hope you like these new features. Feedback of any sort, as always, is welcome.![]()
HOME
Reply With Quote






MadDogX
e-mail
RSS
Twitter

