07-28-2012, 09:18 PM
I have been trying to use python to execute a sequence of button presses in pcsx2, but I've had no luck.
Something I'd like to achieve would be to execute a script, and then have the X button in pcsx2 be pressed. Using the SendKeys functions in python doesn't seem to work, no matter which keyboard API in lilypad I use. I've successfully gotten MacroMaker to send input commands as suggested in this thread, but I need to be able incorporate other things in the script besides button presses.
Have any of you managed to manipulate pcsx2 input using python (or any scripting language)? I'd appreciate any suggestions.
Something I'd like to achieve would be to execute a script, and then have the X button in pcsx2 be pressed. Using the SendKeys functions in python doesn't seem to work, no matter which keyboard API in lilypad I use. I've successfully gotten MacroMaker to send input commands as suggested in this thread, but I need to be able incorporate other things in the script besides button presses.
Have any of you managed to manipulate pcsx2 input using python (or any scripting language)? I'd appreciate any suggestions.