Page MenuHomeFeedback Tracker

High command radio channel functionality broken
New, WishlistPublic

Description

There appears to be a bug with high command waypoint settings. Even when you enable radio channels for high command, the action menu still doesn't work as expected. Radio channels are listed, but nothing happens when you select one for a way point.

Details

Legacy ID
3774833008
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Setup high command in the editor
  2. Configure radio channels via script (ex: <hc module ref> setvariable ["radios",[5,6,7,8,9,0],true];)
  3. Attempt to configure a waypoint while in game any try to set a radio channel. The radio channels are listed, but nothing happens when you choose one from the action menu.
Additional Information

I was able to fix this by changing hc_gui.sqf (line 242)

_array = _array + [[localize ("STR_RADIO_" + _string), [1 + _channel], "", 150, [["expression", format ["

to:

_array = _array + [[localize ("STR_RADIO_" + _string), [1 + _channel], "", -5, [["expression", format ["

Event Timeline

duda edited Steps To Reproduce. (Show Details)Jan 8 2015, 5:35 AM
duda edited Additional Information. (Show Details)
duda set Category to Scripting.
duda set Reproducibility to Always.
duda set Severity to None.
duda set Resolution to Open.
duda set Legacy ID to 3774833008.May 7 2016, 8:04 PM