Sending Keypresses to Star Citizen

Official forum for open source FreePIE discussion and development.
Post Reply
matzie
One Eyed Hopeful
Posts: 10
Joined: Thu Jan 14, 2016 3:59 am

Sending Keypresses to Star Citizen

Post by matzie »

Star Citizen isn't picking up my keypresses generated by FreePIE, although they show up in text editors and another recent game I've tried (Alien Isolation).

What method does FreePIE use under the hood to send keypresses? Are there other approaches I can try, using only Python (ie not writing a FreePIE plugin etc)? Comfortable with ctypes though.
matzie
One Eyed Hopeful
Posts: 10
Joined: Thu Jan 14, 2016 3:59 am

Re: Sending Keypresses to Star Citizen

Post by matzie »

SOLVED -

- SC launcher runs as admin
- Windows seems to prevent comms between apps running as admin and those which are not, for good security reasons
- Starting FreePIE as admin allows it to communicate with SC
- Of course I had to read up on all sorts of much lower level stuff than I'm usually interested in before I discovered this :-)

Eventual search result that put me on to this solution: https://github.com/baykovr/AVPI/issues/3
Post Reply

Return to “FreePIE”