Index: binaries/data/config/default.cfg =================================================================== --- binaries/data/config/default.cfg +++ binaries/data/config/default.cfg @@ -284,7 +284,7 @@ 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" Index: binaries/data/mods/public/gui/hotkeys/spec/selection.json =================================================================== --- binaries/data/mods/public/gui/hotkeys/spec/selection.json +++ binaries/data/mods/public/gui/hotkeys/spec/selection.json @@ -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", Index: binaries/data/mods/public/gui/manual/intro.txt =================================================================== --- binaries/data/mods/public/gui/manual/intro.txt +++ binaries/data/mods/public/gui/manual/intro.txt @@ -101,6 +101,7 @@ 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 @@ 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) Index: binaries/data/mods/public/gui/text/tips/formations.txt =================================================================== --- binaries/data/mods/public/gui/text/tips/formations.txt +++ binaries/data/mods/public/gui/text/tips/formations.txt @@ -1,2 +1,3 @@ FORMATIONS Arrange your soldiers in formations to keep them organized during battles. +Formations are selected as a whole by default.