Open LeafHacker opened 5 years ago
While sub-options can't be targeted, modes themselves can't be changed either. I mentioned it in another comment I made, but forgot to get around to making the issue.
(Modes are not treated as values and can't be changed with
.set
, so I'll make a suggestion on that.)
It would be nice to have ability of controlling flight speed with hotkeys.
You can use macros for that @Vort
@dominikaaaa I can't, since flight
module gives no access to flight speed.
As @LeafHacker said, it can be possible if .set
command will support format like:
.set flight > vanilla > speed 3.99
.
It can be that it is already implemented in Impact, but I don't see how it is possible to find correct format for .set
command.
Oh I see what you mean. Yep, that makes sense.
Is your feature request related to a problem? Please describe. Some options share name/ID with other options, which currently means only one can be targeted. I've also heard reports that mode sub-options can't be targeted.
Describe the solution you'd like Perhaps .set could use a nesting syntax along the lines of
.set mod > sub > subsub > option value
?Describe alternatives you've considered Alternatively ensure IDs are unique per-module, find a way to let users easily discover IDs and maybe stop using names (maybe checking I'd before name is fine too).
Additional context Add any other context or screenshots about the feature request here.