Foxlider / FASTER

Full rebuild of Flax's tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
GNU General Public License v3.0
123 stars 34 forks source link

Add the ability to edit voting on the server or disable it #158

Closed ZERONIGT closed 8 months ago

ZERONIGT commented 8 months ago

I faced the need to disable voting for the administrator, but I did not find this function in the program, so I had to register it manually

OverlordZorn commented 8 months ago

You can disable voting via Server/VotingSettings

grafik

If you need to disable Admin Vote but want to maintain Mission Voting you can utilize Mission Overwrite to add custom lines to the server.cfg as seen here

grafik

https://community.bistudio.com/wiki/Arma_3:_Mission_Voting has the information you need to customize voting options. As you can see here, its rather complex in options and would require a lot of individual fields to finetune these settings via the GUI.

OverlordZorn commented 8 months ago

Further: your manual edits in the generated server.cfg will be overwritten the moment you are saving the server profile in faster

ZERONIGT commented 8 months ago

Yes, but I need a vote for the kick

ZERONIGT commented 8 months ago

And another question about enabling advanced flight. How do I enable it here?

jupster commented 8 months ago

Yes, but I need a vote for the kick

As said above

https://community.bistudio.com/wiki/Arma_3:_Mission_Voting has the information you need to customize voting options.

So you can utilise the mission override (ref photo) to tune the voting to how you want it.

grafik

jupster commented 8 months ago

And another question about enabling advanced flight. How do I enable it here?

If your wanting it for the entire server then you can utilise

forceRotorLibSimulation = 0;  To disable

forceRotorLibSimulation = 1;  To enable
jupster commented 8 months ago

If you have any more questions regarding this I'd suggest utilising the FASTER discord

https://discord.gg/2BUuZa3

OverlordZorn commented 8 months ago

also https://github.com/Foxlider/FASTER/pull/149 plus https://github.com/Foxlider/FASTER/issues/38