1
0
forked from 0ad/0ad

Add two missing hotkeys to the intro.txt.

Also change the text a bit and add the formation selection feature to
the tips.

Refs. afd1eaee0d and a70a20fd42.

Differential revision: https://code.wildfiregames.com/D4284
Reviewed by: @bb
This was SVN commit r25956.
This commit is contained in:
Freagarach 2021-10-10 18:39:20 +00:00
parent 76228f107c
commit 0c1297de3a
4 changed files with 5 additions and 2 deletions

View File

@ -284,7 +284,7 @@ idleworker = Period, NumDecimal ; Select next idle worker
idlewarrior = Slash, NumDivide ; Select next idle warrior
idleunit = BackSlash ; Select next idle unit
offscreen = Alt ; Include offscreen units in selection
singleselection = "" ; Select only one entity of a formation.
singleselection = "" ; Modifier to select units individually, opposed to per formation.
[hotkey.selection.group.add]
0 = "Shift+0", "Shift+Num0"
1 = "Shift+1", "Shift+Num1"

View File

@ -57,7 +57,7 @@
},
"selection.singleselection": {
"name": "Single selection",
"desc": "Select only one entity of a formation."
"desc": "Modifier to select units individually, opposed to per formation."
},
"selection.group.save.0": {
"name": "Set Control Group 0",

View File

@ -101,6 +101,7 @@ You may change hotkeys in [font="sans-bold-14"]Options > Hotkeys[font="sans-14"]
hotkey.session.repair + Right Click on structure – Repair
hotkey.session.patrol + Right Click – Patrol
hotkey.session.queue + Right Click – Queue the move/build/gather/etc. order
hotkey.session.pushorderfront + Right Click – Modifier to push any order in front of the order queue.
hotkey.session.orderone + Right Click – Order one unit from the current selection to move/build/gather/etc. and unselect it. Used to quickly dispatch units with specific tasks
hotkey.session.batchtrain + Left Click when training units – Add units in batches (the batch size is 5 by default and can be changed in the options)
hotkey.selection.add + Left Click or Left Drag over unit on map – Add unit to selection
@ -109,6 +110,7 @@ You may change hotkeys in [font="sans-bold-14"]Options > Hotkeys[font="sans-14"]
hotkey.selection.nonmilitaryonly + Left Drag over units on map – Only select non-military units
hotkey.selection.idleonly + Left Drag over units on map – Only select idle units
hotkey.selection.woundedonly + Left Drag over units on map – Only select wounded units
hotkey.selection.singleselection – Modifier to select units individually, opposed to per formation.
Right Click with a structure(s) selected – Set a rally point for units created/ungarrisoned from that structure
hotkey.session.garrison + Right Click with unit(s) selected – Garrison (If the cursor is over an own or allied structure)
hotkey.session.attack + Right Click with unit(s) selected – Attack (instead of capture or gather)

View File

@ -1,2 +1,3 @@
FORMATIONS
Arrange your soldiers in formations to keep them organized during battles.
Formations are selected as a whole by default.