Vinifera icon indicating copy to clipboard operation
Vinifera copied to clipboard

[New Feature] Center Camera on Team when quickly tapping the team's number twice

Open Rampastring opened this issue 3 years ago • 2 comments

Description:

A familiar QoL improvement from Red Alert 2 and more modern C&C games as well as the Remasters. If you for example have a group of units in team 1, you can press the "select team 1" button (by default, the '1' key) twice to center the camera on that group.

Possible Implementation:

dkeeton implemented this for CnCNet ts-patches: https://github.com/CnCNet/ts-patches/blob/master/src/center_team.asm The CnCNet implementation has the downside that it works with a frame-based timer rather than a system time based timer, so how fast you need to press the "select team" hotkey twice for the camera to get centered depends on game speed.

Rampastring avatar May 06 '21 17:05 Rampastring