-
Notifications
You must be signed in to change notification settings - Fork 1
A chat controlled virtual gamepad system. Can be used to control any game that supports gamepads from a chat interface like IRC. (Inspired by Twitch Plays Pokemon)
License
ntfwc/Chat_Controlled_Gamepad
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Platforms -------------------------- Linux Dependencies -------------------------- python 2.7 twisted words python-uinput Purpose -------------------------- Inspired by the Twitch plays Pokemon stream, this software aims to make it easy to set up similar streams with any software that supports gamepads. Design -------------------------- The gamepad object executes commands and can be asked to translate the string representations of those commands. The chat client provides commands from users. The command selector acts as the bridge between these systems. It controls what commands are sent to the gamepad. The chat client and command selector are separated into different threads. Set-up -------------------------- Make sure the user has proper permissions to access and write to the uinput device. This is not usually default. One quick hack, which I will say is probably not good security wise to do in a system being used by multiple people, is to simply temporarily (it will be reverted on next boot up) give everyone read write access to the device with the command: sudo chmod a+rw /dev/uinput or, as root: chmod a+rw /dev/uinput For now, you alter the python code directly to configure it. main.py should contain basically everything you need. Just a few alterations there and you should be good to go. Note: Programs can have trouble picking up button clicks if the time between press and release is too short. So if you are having trouble getting a program, especially a configuration dialog, to pick up clicks from a virtual gamepad, go to gamepads/_BaseGamePad.py and try adjusting the CLICK_PADDING time. Running --------------------------- In a terminal emulator, run: python main.py Use ctrl-C to stop it.
About
A chat controlled virtual gamepad system. Can be used to control any game that supports gamepads from a chat interface like IRC. (Inspired by Twitch Plays Pokemon)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published