Skip to content

Conversation

@oznogon
Copy link
Contributor

@oznogon oznogon commented Oct 30, 2025

Adds a third radar view to Main Screen that provides the same 50U rectangular radar view as Relay and Strategic Map.

Also adds a default keybind of W to select it from the main screen view. This also sets a Lua function isStrategicMapAllowed() in parallel to isTacticalRadarAllowed() and isLongRangeRadarAllowed(), and a corresponding Boolean value that's replicated to clients, although I'm not sure what (if anything) sets those values in ECS at this time.

Main Screen Controls:

Screenshot_20251030_122951

Strategic Map main screen view:

Screenshot_20251030_123036

Attempts to address the problem raised in #2175.

Adds a third radar view to Main Screen that provides the same 50U
rectangular radar view as Relay and Strategic Map.
GuiElement* viewport;
GuiRadarView* tactical_radar;
GuiRadarView* long_range_radar;
// TODO: GuiRadarView* strategic_map;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants