Add input style to match other, non-C&C, RTS games
Uses left-click for targeted orders (attack move, guard, selecting movement types from the command bar, etc.) and right-click for contextual ones. Works like basically all non-C&C games Removed GameSettings.UseClassicMouseStyle, as it is replaced by MouseControlStyle Changed Minelayer and Chronotank teleport to UnitOrderGenerator Fixes bug with Modern controls issuing a move order cancelling a mine field order Better organizes all unit orders into a single order generator base class, rather than having their logic spread across multiple base classes, which required some hacks to get the control logic to match
This commit is contained in:
committed by
Paul Chote
parent
c47ebfbb52
commit
f8eefe310c
@@ -3,7 +3,7 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
|
||||
X: (WINDOW_WIDTH - WIDTH) / 2
|
||||
Y: (WINDOW_HEIGHT - HEIGHT) / 2
|
||||
Width: 700
|
||||
Height: 445
|
||||
Height: 461
|
||||
Children:
|
||||
Label@PROMPT_TITLE:
|
||||
Width: PARENT_WIDTH
|
||||
@@ -140,49 +140,119 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-commands
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 51
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 102
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-edgescroll
|
||||
Container@MOUSE_CONTROL_DESC_OTHERRTS:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
LabelWithHighlight@DESC_SELECTION:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-selection
|
||||
LabelWithHighlight@DESC_COMMANDS:
|
||||
Y: 17
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-commands
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-edgescroll
|
||||
Container@MOUSE_CONTROL_DESC_MODERN:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
@@ -198,45 +268,51 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-commands
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 51
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 102
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
@@ -255,7 +331,7 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
|
||||
Font: Regular
|
||||
Text: checkbox-edgescroll-container
|
||||
Container@SPACER:
|
||||
Height: 30
|
||||
Height: 46
|
||||
Background@DISPLAY_SECTION_HEADER:
|
||||
X: 5
|
||||
Width: PARENT_WIDTH - 10
|
||||
|
||||
@@ -71,49 +71,120 @@ Container@INPUT_PANEL:
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-commands
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 51
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 102
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-edgescroll
|
||||
Container@MOUSE_CONTROL_DESC_OTHERRTS:
|
||||
X: 10
|
||||
Y: 55
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
LabelWithHighlight@DESC_SELECTION:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-selection
|
||||
LabelWithHighlight@DESC_COMMANDS:
|
||||
Y: 17
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-commands
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-edgescroll
|
||||
Container@MOUSE_CONTROL_DESC_MODERN:
|
||||
X: 10
|
||||
Y: 55
|
||||
@@ -130,45 +201,51 @@ Container@INPUT_PANEL:
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-commands
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 51
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 102
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
@@ -213,10 +290,10 @@ Container@INPUT_PANEL:
|
||||
Font: Regular
|
||||
Text: checkbox-lockmouse-container
|
||||
Container@SPACER:
|
||||
Height: 30
|
||||
Height: 46
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
Height: 45
|
||||
Children:
|
||||
Container@MOUSE_SCROLL_TYPE_CONTAINER:
|
||||
X: 10
|
||||
@@ -241,7 +318,7 @@ Container@INPUT_PANEL:
|
||||
Height: 20
|
||||
Text: label-scrollspeed-slider-container-scroll-speed
|
||||
Slider@SCROLLSPEED_SLIDER:
|
||||
Y: 25
|
||||
Y: 20
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Ticks: 7
|
||||
@@ -249,7 +326,7 @@ Container@INPUT_PANEL:
|
||||
MaximumValue: 50
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
Height: 45
|
||||
Children:
|
||||
Container@ZOOMSPEED_SLIDER_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
@@ -260,7 +337,7 @@ Container@INPUT_PANEL:
|
||||
Height: 20
|
||||
Text: label-zoomspeed-slider-container-zoom-speed
|
||||
ExponentialSlider@ZOOMSPEED_SLIDER:
|
||||
Y: 25
|
||||
Y: 20
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Ticks: 7
|
||||
@@ -268,7 +345,7 @@ Container@INPUT_PANEL:
|
||||
MaximumValue: 0.4
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
Height: 45
|
||||
Children:
|
||||
Container@UI_SCROLLSPEED_SLIDER_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
@@ -279,7 +356,7 @@ Container@INPUT_PANEL:
|
||||
Height: 20
|
||||
Text: label-ui-scrollspeed-slider-container-scroll-speed
|
||||
Slider@UI_SCROLLSPEED_SLIDER:
|
||||
Y: 25
|
||||
Y: 20
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Ticks: 7
|
||||
|
||||
@@ -480,6 +480,7 @@ label-input-section-header = Input
|
||||
label-mouse-control-container = Control Scheme:
|
||||
label-mouse-control-desc-classic-selection = - Select units using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-commands = - Command units using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-orders = - Confirm orders using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-buildings = - Place structures using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-support = - Target support powers using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-zoom = - Zoom the battlefield using the <Scroll Wheel>
|
||||
@@ -487,8 +488,19 @@ label-mouse-control-desc-classic-zoom-modifier = - Zoom the battlefield using <M
|
||||
label-mouse-control-desc-classic-scroll-right = - Pan the battlefield using the <Right> mouse button
|
||||
label-mouse-control-desc-classic-scroll-middle = - Pan the battlefield using the <Middle> mouse button
|
||||
label-mouse-control-desc-classic-edgescroll = or by moving the cursor to the edge of the screen
|
||||
label-mouse-control-desc-otherrts-selection = - Select units using the <Left> mouse button
|
||||
label-mouse-control-desc-otherrts-commands = - Command units using the <Right> mouse button
|
||||
label-mouse-control-desc-otherrts-orders = - Confirm orders using the <Left> mouse button
|
||||
label-mouse-control-desc-otherrts-buildings = - Place structures using the <Left> mouse button
|
||||
label-mouse-control-desc-otherrts-support = - Target support powers using the <Left> mouse button
|
||||
label-mouse-control-desc-otherrts-zoom = - Zoom the battlefield using the <Scroll Wheel>
|
||||
label-mouse-control-desc-otherrts-zoom-modifier = - Zoom the battlefield using <MODIFIER + Scroll Wheel>
|
||||
label-mouse-control-desc-otherrts-scroll-right = - Pan the battlefield using the <Right> mouse button
|
||||
label-mouse-control-desc-otherrts-scroll-middle = - Pan the battlefield using the <Middle> mouse button
|
||||
label-mouse-control-desc-otherrts-edgescroll = or by moving the cursor to the edge of the screen
|
||||
label-mouse-control-desc-modern-selection = - Select units using the <Left> mouse button
|
||||
label-mouse-control-desc-modern-commands = - Command units using the <Right> mouse button
|
||||
label-mouse-control-desc-modern-orders = - Confirm orders using the <Right> mouse button
|
||||
label-mouse-control-desc-modern-buildings = - Place structures using the <Left> mouse button
|
||||
label-mouse-control-desc-modern-support = - Target support powers using the <Left> mouse button
|
||||
label-mouse-control-desc-modern-zoom = - Zoom the battlefield using the <Scroll Wheel>
|
||||
|
||||
@@ -3,7 +3,7 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
|
||||
X: (WINDOW_WIDTH - WIDTH) / 2
|
||||
Y: (WINDOW_HEIGHT - HEIGHT) / 2
|
||||
Width: 700
|
||||
Height: 525
|
||||
Height: 541
|
||||
Children:
|
||||
Label@PROMPT_TITLE:
|
||||
Width: PARENT_WIDTH
|
||||
@@ -134,49 +134,119 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-commands
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 51
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 102
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-edgescroll
|
||||
Container@MOUSE_CONTROL_DESC_OTHERRTS:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
LabelWithHighlight@DESC_SELECTION:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-selection
|
||||
LabelWithHighlight@DESC_COMMANDS:
|
||||
Y: 17
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-commands
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-edgescroll
|
||||
Container@MOUSE_CONTROL_DESC_MODERN:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
@@ -192,45 +262,51 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-commands
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 51
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 102
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
@@ -249,7 +325,7 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
|
||||
Font: Regular
|
||||
Text: checkbox-edgescroll-container
|
||||
Container@SPACER:
|
||||
Height: 30
|
||||
Height: 46
|
||||
Background@DISPLAY_SECTION_HEADER:
|
||||
X: 5
|
||||
Width: PARENT_WIDTH - 10
|
||||
|
||||
@@ -71,49 +71,120 @@ Container@INPUT_PANEL:
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-commands
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 51
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 102
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-classic-edgescroll
|
||||
Container@MOUSE_CONTROL_DESC_OTHERRTS:
|
||||
X: 10
|
||||
Y: 55
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
LabelWithHighlight@DESC_SELECTION:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-selection
|
||||
LabelWithHighlight@DESC_COMMANDS:
|
||||
Y: 17
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-commands
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-otherrts-edgescroll
|
||||
Container@MOUSE_CONTROL_DESC_MODERN:
|
||||
X: 10
|
||||
Y: 55
|
||||
@@ -130,45 +201,51 @@ Container@INPUT_PANEL:
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-commands
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
LabelWithHighlight@DESC_ORDERS:
|
||||
Y: 34
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-orders
|
||||
LabelWithHighlight@DESC_BUILDINGS:
|
||||
Y: 51
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-buildings
|
||||
LabelWithHighlight@DESC_SUPPORT:
|
||||
Y: 51
|
||||
Y: 68
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-support
|
||||
LabelWithHighlight@DESC_ZOOM:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-zoom
|
||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||
Y: 68
|
||||
Y: 85
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-zoom-modifier
|
||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-scroll-right
|
||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||
Y: 85
|
||||
Y: 102
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
Text: label-mouse-control-desc-modern-scroll-middle
|
||||
Label@DESC_EDGESCROLL:
|
||||
X: 9
|
||||
Y: 102
|
||||
Y: 118
|
||||
Width: PARENT_WIDTH
|
||||
Height: 16
|
||||
Font: Small
|
||||
@@ -213,7 +290,7 @@ Container@INPUT_PANEL:
|
||||
Font: Regular
|
||||
Text: checkbox-lockmouse-container
|
||||
Container@SPACER:
|
||||
Height: 30
|
||||
Height: 46
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
|
||||
@@ -300,6 +300,7 @@ label-input-section-header = Input
|
||||
label-mouse-control-container = Control Scheme:
|
||||
label-mouse-control-desc-classic-selection = - Select units using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-commands = - Command units using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-orders = - Confirm orders using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-buildings = - Place structures using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-support = - Target support powers using the <Left> mouse button
|
||||
label-mouse-control-desc-classic-zoom = - Zoom the battlefield using the <Scroll Wheel>
|
||||
@@ -307,8 +308,19 @@ label-mouse-control-desc-classic-zoom-modifier = - Zoom the battlefield using <M
|
||||
label-mouse-control-desc-classic-scroll-right = - Pan the battlefield using the <Right> mouse button
|
||||
label-mouse-control-desc-classic-scroll-middle = - Pan the battlefield using the <Middle> mouse button
|
||||
label-mouse-control-desc-classic-edgescroll = or by moving the cursor to the edge of the screen
|
||||
label-mouse-control-desc-otherrts-selection = - Select units using the <Left> mouse button
|
||||
label-mouse-control-desc-otherrts-commands = - Command units using the <Right> mouse button
|
||||
label-mouse-control-desc-otherrts-orders = - Confirm orders using the <Left> mouse button
|
||||
label-mouse-control-desc-otherrts-buildings = - Place structures using the <Left> mouse button
|
||||
label-mouse-control-desc-otherrts-support = - Target support powers using the <Left> mouse button
|
||||
label-mouse-control-desc-otherrts-zoom = - Zoom the battlefield using the <Scroll Wheel>
|
||||
label-mouse-control-desc-otherrts-zoom-modifier = - Zoom the battlefield using <MODIFIER + Scroll Wheel>
|
||||
label-mouse-control-desc-otherrts-scroll-right = - Pan the battlefield using the <Right> mouse button
|
||||
label-mouse-control-desc-otherrts-scroll-middle = - Pan the battlefield using the <Middle> mouse button
|
||||
label-mouse-control-desc-otherrts-edgescroll = or by moving the cursor to the edge of the screen
|
||||
label-mouse-control-desc-modern-selection = - Select units using the <Left> mouse button
|
||||
label-mouse-control-desc-modern-commands = - Command units using the <Right> mouse button
|
||||
label-mouse-control-desc-modern-orders = - Confirm orders using the <Right> mouse button
|
||||
label-mouse-control-desc-modern-buildings = - Place structures using the <Left> mouse button
|
||||
label-mouse-control-desc-modern-support = - Target support powers using the <Left> mouse button
|
||||
label-mouse-control-desc-modern-zoom = - Zoom the battlefield using the <Scroll Wheel>
|
||||
|
||||
@@ -401,6 +401,7 @@ options-mouse-scroll-type =
|
||||
options-control-scheme =
|
||||
.classic = Classic
|
||||
.modern = Modern
|
||||
.otherrts = Other RTS
|
||||
|
||||
## SettingsLogic
|
||||
dialog-settings-save =
|
||||
|
||||
Reference in New Issue
Block a user