You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem?
TaskGarrison has a check to remove half of all positions considered "outdoors" from being available to garrison, likely to prevent squads from entirely situating themselves on balconies and rooftops. While this works great for buildings, in certain situations such as trenches or h-barrier walls, it can result in AI not taking open positions even when manually calling lambs_wp_fnc_taskGarrison.
Solution you'd like:
An additional, optional parameter that allows you to skip this step of pruning half of all outdoor AI positions. Alternatively, a CBA setting which controls this behavior, or even a hybrid of both where you can set the default behavior and override it specifically.
Alternatives you've considered:
If you want to get really fancy with it, it'd be interesting to have that parameter be a customizable ratio instead. Maybe you want 80% of outdoor positions removed, or only 20%; maybe you want a 100% chance so no possible outdoor positions can be chosen, or a 0% chance so they can fully use all positions.
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem?
TaskGarrison has a check to remove half of all positions considered "outdoors" from being available to garrison, likely to prevent squads from entirely situating themselves on balconies and rooftops. While this works great for buildings, in certain situations such as trenches or h-barrier walls, it can result in AI not taking open positions even when manually calling lambs_wp_fnc_taskGarrison.
Solution you'd like:
An additional, optional parameter that allows you to skip this step of pruning half of all outdoor AI positions. Alternatively, a CBA setting which controls this behavior, or even a hybrid of both where you can set the default behavior and override it specifically.
Alternatives you've considered:
If you want to get really fancy with it, it'd be interesting to have that parameter be a customizable ratio instead. Maybe you want 80% of outdoor positions removed, or only 20%; maybe you want a 100% chance so no possible outdoor positions can be chosen, or a 0% chance so they can fully use all positions.
The text was updated successfully, but these errors were encountered: