Open vtrsz opened 1 year ago
https://github.com/Foxlider/FASTER/pull/149 Will add a large amount of those plus https://github.com/Foxlider/FASTER/issues/38 as some don't make sense to add to FASTER. if you have specific ones it can possibly be looked into.
disableChannels[] = { {channelID, text, voice}, ... }>; ChannelID : Number - use single digit of (0 to 6) to define channelID. Default: No restriction to any channels, with text/von chat set to false. text : Boolean - use true to disable usage of text-chat for defined channelID. Default: false voice : Boolean - use true to disable usage of voice-chat (VON) for defined channelID. Default: false List of channels ID:
0 = Global 1 = Side 2 = Command 3 = Group 4 = Vehicle 5 = Direct
and
kickTimeout[] = { {kickID, timeout}, ... }; kickID (type to determine from where the kick originated e.g. admin or votekick etc.)
0 - manual kick (vote kick, admin kick, bruteforce detection etc.) 1 - connectivity kick (ping, timeout, packetloss, desync) 2 - BattlEye kick 3 - harmless kick (wrong addons, steam timeout or checks, signatures, content etc.) timeout = in seconds how long until kicked player can return
0 seconds -1 until missionEnd -2 until serverRestart
Other then channelId, Text and voice, faster already deals with it iirc. I'll check over it later today. Tho as i said some things likely won't be added to faster but will be able to be used once 38 gets worked on.
ChannelId, Text and Voice can all be done through your mission files.
Since there is always the likelyhood of sth being overlooked or arma adding sth in etc etc. Maybe its worthwhile to add a "custom" text box for the server.cfg so the user can use that in case sth isnt covered by faster itself?
As i said further up
149 Will add a large amount of those plus #38 as some don't make sense to add to FASTER.
@PulsarNeutronStar
Add every server.cfg parameter to config options.
https://community.bistudio.com/wiki/Arma_3:_Server_Config_File