View previous topic :: View next topic |
Author |
Message |
Meiyoh Master Cheater
Reputation: 1
Joined: 14 Mar 2015 Posts: 402
|
Posted: Thu Jun 02, 2016 4:33 pm Post subject: XBOX Controller Hotkeys How to Detect? |
|
|
I want cheat engine to detect XBOX Pad when setting hotkeys for addresses how to do so.
Also is there any way I can disable hotkeys for specific address without having to delete them? Like on/off option per address.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Jun 03, 2016 1:41 am Post subject: |
|
|
This feature is currently not supported.
You can, however, use LUA or assembly for xbox triggers/hotkeys. With LUA, you don't need to search for anything. With assembly, you'll need to do everything from scratch.
In order to keep your hotkeys but disable their effect, you'll need to write that into your script. You'll have to have another trigger inside your script to execute the code the handles that, though. For example:
Code: | [] Enable script --> Conditional Jump --> Segment of Code With Hotkey |
Because of this, you may end up having 2 or 3 different hotkeys for the same script, depending on how you do it.
|
|
Back to top |
|
 |
5maestro How do I cheat?
Reputation: 0
Joined: 06 Jun 2016 Posts: 0 Location: ibiza
|
|
Back to top |
|
 |
|