GithubHelp home page GithubHelp logo

Comments (21)

Aevyz avatar Aevyz commented on July 24, 2024 2

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

from dota2-thecore-config-engine.

Aevyz avatar Aevyz commented on July 24, 2024

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?

from dota2-thecore-config-engine.

rusyaas avatar rusyaas commented on July 24, 2024

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?

from dota2-thecore-config-engine.

Aevyz avatar Aevyz commented on July 24, 2024

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.

from dota2-thecore-config-engine.

rusyaas avatar rusyaas commented on July 24, 2024

eh mouse5 just for example hehe.

from dota2-thecore-config-engine.

Aevyz avatar Aevyz commented on July 24, 2024

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

from dota2-thecore-config-engine.

rusyaas avatar rusyaas commented on July 24, 2024

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?

from dota2-thecore-config-engine.

FlorianWendelborn avatar FlorianWendelborn commented on July 24, 2024

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

from dota2-thecore-config-engine.

Aevyz avatar Aevyz commented on July 24, 2024

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.

from dota2-thecore-config-engine.

FlorianWendelborn avatar FlorianWendelborn commented on July 24, 2024

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

from dota2-thecore-config-engine.

Aevyz avatar Aevyz commented on July 24, 2024

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

from dota2-thecore-config-engine.

FlorianWendelborn avatar FlorianWendelborn commented on July 24, 2024

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

from dota2-thecore-config-engine.

rusyaas avatar rusyaas commented on July 24, 2024

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

from dota2-thecore-config-engine.

FlorianWendelborn avatar FlorianWendelborn commented on July 24, 2024

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

from dota2-thecore-config-engine.

Aevyz avatar Aevyz commented on July 24, 2024

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.

from dota2-thecore-config-engine.

FlorianWendelborn avatar FlorianWendelborn commented on July 24, 2024

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

from dota2-thecore-config-engine.

Aevyz avatar Aevyz commented on July 24, 2024

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

from dota2-thecore-config-engine.

FlorianWendelborn avatar FlorianWendelborn commented on July 24, 2024

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

from dota2-thecore-config-engine.

Aevyz avatar Aevyz commented on July 24, 2024

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.

from dota2-thecore-config-engine.

lupuleasa-core avatar lupuleasa-core commented on July 24, 2024

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.

from dota2-thecore-config-engine.

FlorianWendelborn avatar FlorianWendelborn commented on July 24, 2024

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

from dota2-thecore-config-engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.