CombinedArmsGaming / F3_CA

Combined Arms version of the F3 Framework
7 stars 9 forks source link

[Dev Branch] Add HC addon settings to cba_settings.sqf #76

Closed thepaullee closed 3 years ago

thepaullee commented 3 years ago

Ideally set and overridden by Server addon settings but this is a good backup in case not

// ACEX Headless acex_headless_delay = 15; force acex_headless_enabled = true; acex_headless_endMission = 0; acex_headless_log = false; force acex_headless_transferLoadout = 1;

Poulern commented 3 years ago

What are the defaults. What happens if you have these settings on while not running a HC?

thepaullee commented 3 years ago

Default is to have ACEX Headless disabled, which in most cases where the MM hasn't added an AI load balancer means we have an unused HC connected to the server

Having the setting enabled without an HC connected is no problem, to reproduce try enabling it and running a mission on your own machine in the MP editor. If a HC connects mid mission the module still load balances the AI

Poulern commented 3 years ago

Add it as an commit to the latest #79 , preferably with forcing terrain loss off as well.