Nice idea. I always do ctrl-z to select all then click the button, sucks a bit.
How about a more general version of the widget?
There are many units where I would like to use different default states than the game defines.
If one changes it in factory but then it is for all units...
So instead of having crawl_bomb_holdfire.lua and samson_auto_roam.lua and bertha_return_fire.lua and whatnot, how about one "state config widget"?
Where one can config what firestate and units use?
Say there would be a config like this:
Code: Select all
arm_rocko = {move=0, fire=2}
core_roach = {move=1, fire=2}
arm_bertha = {move=0, fire=1}
No entry means to use defaults.
Best of course also have different configs for games, like BA.lua, XTA.lua etc