Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] add every server.cfg config #152

Open
vtrsz opened this issue Oct 24, 2023 · 5 comments
Open

[FEATURE] add every server.cfg config #152

vtrsz opened this issue Oct 24, 2023 · 5 comments
Labels
added feature duplicate This issue or pull request already exists enhancement New feature or request Task

Comments

@vtrsz
Copy link

vtrsz commented Oct 24, 2023

Add every server.cfg parameter to config options.

https://community.bistudio.com/wiki/Arma_3:_Server_Config_File

@jupster
Copy link
Collaborator

jupster commented Oct 25, 2023

#149 Will add a large amount of those plus #38 as some don't make sense to add to FASTER. if you have specific ones it can possibly be looked into.

@jupster jupster added the waiting user input More information is required from user label Oct 25, 2023
@vtrsz
Copy link
Author

vtrsz commented Oct 25, 2023

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

@jupster
Copy link
Collaborator

jupster commented Oct 26, 2023

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.

@jupster jupster removed the waiting user input More information is required from user label Oct 27, 2023
@OverlordZorn
Copy link

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?

@jupster
Copy link
Collaborator

jupster commented Oct 31, 2023

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

@jupster jupster added enhancement New feature or request added feature Task duplicate This issue or pull request already exists labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
added feature duplicate This issue or pull request already exists enhancement New feature or request Task
Projects
None yet
Development

No branches or pull requests

3 participants