Forged Alliance Forever Forged Alliance Forever Forums 2015-01-16T02:09:28+02:00 /feed.php?f=3&t=9215 2015-01-16T02:09:28+02:00 2015-01-16T02:09:28+02:00 /viewtopic.php?t=9215&p=91283#p91283 <![CDATA[Re: Idle engineer onscreen except ACU keybinding.]]>
viewtopic.php?f=2&t=8230

Statistics: Posted by nine2 — 16 Jan 2015, 02:09


]]>
2015-01-16T00:38:24+02:00 2015-01-16T00:38:24+02:00 /viewtopic.php?t=9215&p=91273#p91273 <![CDATA[Re: Idle engineer onscreen except ACU keybinding.]]> Statistics: Posted by Neutrino — 16 Jan 2015, 00:38


]]>
2015-01-16T00:37:23+02:00 2015-01-16T00:37:23+02:00 /viewtopic.php?t=9215&p=91272#p91272 <![CDATA[Re: Idle engineer onscreen except ACU keybinding.]]>
select_all_idle_eng_onscreen = {
order = 18,
action = 'UI_SelectByCategory +inview +idle ENGINEER BUILTBYTIER3FACTORY',
category = 'selection'
},

select_all_eng_onscreen_except_acu = {
order = 18,
action = 'UI_SelectByCategory +inview ENGINEER BUILTBYTIER3FACTORY',
category = 'selection'
},

Statistics: Posted by Neutrino — 16 Jan 2015, 00:37


]]>
2015-01-15T15:16:35+02:00 2015-01-15T15:16:35+02:00 /viewtopic.php?t=9215&p=91232#p91232 <![CDATA[Re: Idle engineer onscreen except ACU keybinding.]]>
In first example I added the BUILTBYTIER3FACTORY category which excludes acus and drones and scus.

In second example I added TECH1 which excludes acu and t2, t3, scus, etc

I made a change to the codebase recently that (I hope) will be included in a release soon that lets you add negative categories... so you will be able to do this:

ENGINEER -COMMMAND

And it will get all engineers except those with command category (aka acus). Note this doesn't work today.

Statistics: Posted by nine2 — 15 Jan 2015, 15:16


]]>
2015-01-15T15:12:47+02:00 2015-01-15T15:12:47+02:00 /viewtopic.php?t=9215&p=91231#p91231 <![CDATA[Re: Idle engineer onscreen except ACU keybinding.]]>
excludeAcu - you made this up.

ENGINEER BUILTBYTIER3FACTORY - this will pull t1 OR t2 OR t3 engies but not rover drone thingis

ENGINEER TECH1 - will just pull t1 engineers - not t2 or t3

I have F1 F2 F3 keys bound to select nearest idle t1/2/3 engineers.
Ctrl-FKey select all idle t1/2/3 engies
Ctrl-Alt-FKey select all t1/2/3 engies

Statistics: Posted by nine2 — 15 Jan 2015, 15:12


]]>
2015-01-14T22:26:08+02:00 2015-01-14T22:26:08+02:00 /viewtopic.php?t=9215&p=91172#p91172 <![CDATA[Idle engineer onscreen except ACU keybinding.]]>
Looking through game.prefs I've manged to get this far

select_all_idle_eng_onscreen = {
order = 18,
action = 'UI_SelectByCategory +inview +idle ENGINEER',
category = 'selection'
},

Which selects all idle engineers onscreen, but I don't see any way to filter out the ACU from the list, this doesn't work:

action = 'UI_SelectByCategory +inview +idle ENGINEER TECH1 TECH2 TECH3',

..and neither does this:

action = 'UI_SelectByCategory +excludeacu +inview +idle ENGINEER',

Statistics: Posted by Neutrino — 14 Jan 2015, 22:26


]]>