-
Notifications
You must be signed in to change notification settings - Fork 56
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
Multiple Instances #3
Comments
Hi @MdBourg98 Its currently only for use with one client - Xisuma used a cheet. I am now back on this project and will be updating the code to support multi-client. Thanks for you commnets |
Hi @monpjc I actually found what he did afterwords and forgot to update this. F3+P lets you Alt+Tab without the game pausing. Not exactly a cheat, just a debug option. |
This appears to be a issue within AHK that gets confused as to what keys strokes should be sent to witch window. I think AHK was designed to assist people working one screen more than a addition to game play. |
I manage to kinna make this work my modifying one line on the source code( #11) on my local machine and get a great result on my fishing farm 😄 |
Hey @monpjc ! Did you ever find out how he managed to 'trick' the program? I'm using this (very useful, thank you) source code to creating a similar version of this program (redoing a bit of the GUI and adding a couple of farms I use a lot) and I have no idea how to make that work! I've tried looking into the #SingleInstance part, and while I can run multiple instances of the program, once I select a window with the second instance, the first instance just stop sending keys. No idea how to get around this |
Hey @Fran314 So here a bit Shorter:
Hope this helps! If you didnt understand my chaotic answer please tell me ;) |
This is quite an important issue! There should totally be support for controlling multiple instances of Minecraft at the same time on the same machine. An issue to sort out for this is shortcut conflicts, i.e. if they're all running in the same mode, which one should start on hotkey press? As discussed already, there are two options for how to implement this feature:
This feature is by no means an easy feat and should probably be done after the UI is sorted out. |
In the newer video it showed this running on 3 different instances of Minecraft. I cant figure that out.
The text was updated successfully, but these errors were encountered: