Skip to content
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

Open
rusyaas opened this issue Apr 18, 2016 · 21 comments
Open

Question on Commanding Illusions #152

rusyaas opened this issue Apr 18, 2016 · 21 comments

Comments

@rusyaas
Copy link

rusyaas commented Apr 18, 2016

Is it possible to command illu without even selecting it using autoexec config

@Aevyz
Copy link
Contributor

Aevyz commented Apr 18, 2016

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?

@rusyaas
Copy link
Author

rusyaas commented Apr 18, 2016

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?

@Aevyz
Copy link
Contributor

Aevyz commented Apr 18, 2016

Can you tell me what you bound mouse5 as? That might help me identify the command (forgot it so yeah).
Type in: 'bind mouse5'

PS: You are aware that, iirc, it gives a command to all illusions and not just 1.

@rusyaas
Copy link
Author

rusyaas commented Apr 18, 2016

eh mouse5 just for example hehe.

@Aevyz
Copy link
Contributor

Aevyz commented Apr 18, 2016

So something like this?
https://www.youtube.com/watch?v=B-iopnZlL2o

@rusyaas
Copy link
Author

rusyaas commented Apr 18, 2016

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?
I wonder is there any command or binding for order to your add (for an example invoker's forge spirits) without select it. CTRL does something like that i mean you can control your add with CTRL without selecting them but you have to move them with invoker in this case. The problem is i can't give an independent order to my forge spirits whith out selecting them :( i was thinking to bind something like "holding shift+rightclick to only to my forge sprits go there or attack but couldn't find... if you help i will be grateful :)"

Seems like the OP said it might be possible through ingame console?

@FlorianWendelborn
Copy link
Contributor

Couldn't you just bind to keydown "select all other units" and to keyup "select hero"?

@Aevyz
Copy link
Contributor

Aevyz commented Apr 18, 2016

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.

@FlorianWendelborn
Copy link
Contributor

@AetherV Manta currently doesn't have that, but I'm thinking about implementing it, since it seems to be something I'd find useful.

@Aevyz
Copy link
Contributor

Aevyz commented Apr 18, 2016

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).

@FlorianWendelborn
Copy link
Contributor

@AetherV yeah, would be helpful, so I don't have to look that deeply into it. 🙂

@rusyaas
Copy link
Author

rusyaas commented Apr 18, 2016

Ya automatically reselect main unit is ok too. OO i see it's still under development. Wish you all the best to complete it.

@Aevyz
Copy link
Contributor

Aevyz commented Apr 18, 2016

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. . .

@FlorianWendelborn
Copy link
Contributor

@AetherV haha, my semester just started today, studying computer science too

@Aevyz
Copy link
Contributor

Aevyz commented Apr 21, 2016

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.
You can download this at https://github.com/AetherV/Dota2-TheCore-Config-Engine/tree/Quickcast-Micro, however it may have a few bugs.

@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.

@FlorianWendelborn
Copy link
Contributor

@AetherV is your third variation different from a manta 2-cycle between "select unit" and "select hero"?

FlorianWendelborn referenced this issue in FlorianWendelborn/manta-config-engine Apr 21, 2016
@Aevyz
Copy link
Contributor

Aevyz commented Apr 21, 2016

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"

  1. Have Hero Selected
  2. Press 2
  3. Select (optionally center at unit) units in ctrl group 1
  4. Press 2 again
  5. Selects and centers at main hero

@FlorianWendelborn
Copy link
Contributor

@AetherV for the new features this is as close as it gets to autoexec.

From your description this sounds like a 2-cycle containing "select hero" and "select unit".

@Aevyz
Copy link
Contributor

Aevyz commented Apr 22, 2016

I'll be honest, I have no clue how that script works, probably cause my head is trying to read everything as Java.
I'll take a shot at programming it myself. When it's done, I'll go add a note over at the Manta Config Engine so you can compare them.

@lupuleasa-core
Copy link
Owner

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.

@FlorianWendelborn
Copy link
Contributor

@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.

@lupuleasa-core lupuleasa-core changed the title Question Question on Commanding Illusions May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants