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
Commanders always have a Field Radar module which is not shown in the config menu.
Additionally, one (possibly more?) can be unlocked throughout the course of the campaign
When equipped, it shows as "Field Radar x2" in-game, yet has the same 1800 elmo Radar as not having it equipped:
The code suggests a limit of 1, while the tooltip makes no mention of a limit (probably due to the tooltip lacking _COUNT_ rather than a lack of checking logic):
The description of course doesn't clarify anything to a player who is already used to having radar on their commander. Maybe they'll assume the best and that it somehow improves the existing radar since it's shown at all.
Assuming it does absolutely nothing, maybe the module shouldn't be shown at all in the campaign UI? Not as a reward nor in the module configuration screen. Alternatively, make stacking it boost the range and maybe even the altitude?
Commanders always have a Field Radar module which is not shown in the config menu.



Additionally, one (possibly more?) can be unlocked throughout the course of the campaign
When equipped, it shows as "Field Radar x2" in-game, yet has the same 1800 elmo Radar as not having it equipped:
The code suggests a limit of 1, while the tooltip makes no mention of a limit (probably due to the tooltip lacking
_COUNT_rather than a lack of checking logic):Chobby/campaign/sample/commConfig.lua
Lines 569 to 581 in c27f6cb
The description of course doesn't clarify anything to a player who is already used to having radar on their commander. Maybe they'll assume the best and that it somehow improves the existing radar since it's shown at all.
Assuming it does absolutely nothing, maybe the module shouldn't be shown at all in the campaign UI? Not as a reward nor in the module configuration screen. Alternatively, make stacking it boost the range and maybe even the altitude?