Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Imagine
You are in the middle of a battle, but you want to reclaim a sweet mass at the front, click the Reclaim order, and if you have a idle nearest engineer, it will select it and you can send orders right now!
No unnecessary actions, no buttons to select the nearest engineer! Less action! Hooray Hooray Hooray
Search in vaults [Smart Reclaim] or Smart Reclaim
By hotkey for execute order "reclaim" we getting nearest idle engineers with prepared reclaim order
Also press to any TAG of this post and see another my works
07.02.2021 Mod is working, problem is fixed
The mod interfered with my key bindings while it was active.
"S" was no longer bound to "Stop."
I looked in the "orders" section and there 3 only 3 orders available, all from mods ("Reclaim," "Spread Move," and "Shift Spread Move")
That's supposed to be full of things like S = Stop, etc.
I can't take a screenshot with the key bindings window open and I'm too lazy to use my cell phone to take a screenshot.
However, when I turned off the mod, all of my key bindings were preserved. It didn't break my key bindings. (It is just in general a good idea to back up your game prefs file, though)
I can't get the issue... like I'm doing the same as spread move, but I'm overwriting the default order for reclaim. Maybe in vaults is old wrong version. Try to download it from link
Sorry, my mistake. In vaults is old version. Please use this link -> Smart Reclaim (clickable)
U.P.D.
>>>>Use FAF preset for hotbuilds (F1) once<<<<, then make your own hotkeys
I saw a difference in some of the game.prefs of players. For some, the mod overwrites actions in game.prefs for hotkeys that shouldn't be in game.prefs. I have always used faf preset setup, and the structure of my game.prefs is different. Please pay attention to this, otherwise you may stop working the hotkey for the reclaim.
If you have problems after deleting the mod, use this fix.
The strange game.prefs has hotkeys actions included. This is what does the mod for player game.prefs.
Look for action = 'UI_Lua import("/mods/Smart Reclaim/hook/lua/keymap/misckeyactions.lua").RULEUCC_Reclaim()',
reclaim = { order = 7, action = 'UI_Lua import("/mods/Smart Reclaim/hook/lua/keymap/misckeyactions.lua").RULEUCC_Reclaim()', category = 'orders' },
It should be like this
reclaim = { order = 7, action = 'StartCommandMode order RULEUCC_Reclaim', category = 'orders' },