-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on Commanding Illusions #152
Comments
I don't quite understand. Are you referring to control groups? Or do you mean the league of legends style micro where you press alt to give commands to a unit (like an illusion) and then automatically reselect your main hero? |
Not like control group. In control group you still have the unit in selection to issue command. I'm not sure about LoL micro. maybe like that? eg Currently only main naga is under my selection. When I press mouse5 + aclick the command goes to illusion, but main naga is still under selection. Is it possible? |
Can you tell me what you bound mouse5 as? That might help me identify the command (forgot it so yeah). PS: You are aware that, iirc, it gives a command to all illusions and not just 1. |
eh mouse5 just for example hehe. |
So something like this? |
Ya, but looks like it command all illusions. Cant it be done on one illu? Like that one comment "Can i ask you something about? Seems like the OP said it might be possible through ingame console? |
Couldn't you just bind to keydown "select all other units" and to keyup "select hero"? |
Yeah, I am not sure that exists. Perhaps check the Manta Configuration if it has anything. Alternatively, I have been trying to write a little variation of the control group micro, based on quick-cast. The basic idea is to be able to select a unit with say 1, issue commands while holding 1 and then automatically reselect your main hero. Not sure if this is what you want, but it's the closest I can think of. |
@AetherV Manta currently doesn't have that, but I'm thinking about implementing it, since it seems to be something I'd find useful. |
Yeah, I am thinking of doing that too, been playing way too much Naga Siren recently. Got a few concepts that should work. If you want to, I can give you the code once I finish writing it (and probably mess up the pull request knowing me). |
@AetherV yeah, would be helpful, so I don't have to look that deeply into it. 🙂 |
Ya automatically reselect main unit is ok too. OO i see it's still under development. Wish you all the best to complete it. |
Well congrats @rusyaas, you successfully requested a new feature 👍 @dodekeract hopefully I can get a draft done after tomorrow. Got to get back to learning today. Yay for Informatik exam tomorrow. . . |
@AetherV haha, my semester just started today, studying computer science too |
Right, @rusyaas. I have an initial version of this, however I am probably going to add some extra features just cause I got some free time right now. @dodekeract Check the pull request if you want to have the code. I am working on a toggle system for the 2 micro systems, hopefully that will be out soon. I am also in the progress of coding a third one that I personally find more useful, namely having you select the unit using a key and then being able to press that key again to get back to your main hero, although there may be some limitations regarding the config system, so there are bound to be bugs. |
@AetherV is your third variation different from a manta 2-cycle between "select unit" and "select hero"? |
I'm not quite sure. I am getting slightly confused with where to look for the code. Mind giving me a link to the relevant bits (can't javascript unfortunately). From what I can garner from the description, it doe not seem to be there, but I am not quite sure. The basic idea is: say the hotkey for ctrl group 1 is "2"
|
I'll be honest, I have no clue how that script works, probably cause my head is trying to read everything as Java. |
So, a feature for holding down a button, having illusions selected, then releasing it having the hero selected? Could be useful, but I am unsure on what button to fit it. |
@loopuleasa, this is already in Manta, I implemented like 5 different variations of this and it's documented on the website, when you try to bind a key to select you should get a help text. I'd suggest you to look at what all of them are about in that help text, since I personally replaced all of my control groups with one of these new settings. |
Is it possible to command illu without even selecting it using autoexec config
The text was updated successfully, but these errors were encountered: