Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
Featured Blog | This community-written post highlights the best of what the game industry has to offer. Read more like it on the Game Developer Blogs or learn how to Submit Your Own Blog Post
Twitch Plays is an interesting concept, but it's using terrible technology to do a seemingly simple process.
Twitch Plays is an interesting concept, but it's using terrible technology to do a seemingly simple process.
I and a couple team members tried to get a Twitch Plays game working yesterday. Suffice to say, it was a nightmare.
First of all, the lag destroys everything. Twitch adds about 40 seconds of lag onto every stream (which was recently introduced to "improve video quality"). This is annoying in every stream, but also makes the game almost unplayable without many people in the chat room. You also can't put the same message repeatedly into Twitch, so it's ridiculous to even try it with few people.
Second of all, streaming games varies in ease from game to game. With simple 2D emulators, the only way to stream is to capture the window itself, which also capture windows on top of it, so you can't have it running in the background. The ultimate solution was to run the game on our Rift screen (my only other monitor).
The third problem was that in the Python script, the commands do not go directly into the emulator, but rather issue keyboard commands. So I cannot get actual work done while playing this game unless I want blog posts filled with "As" and "Bs". The script also tended to stop working every so often, so there was no way to know if it would work for more than a couple minutes.
In short, if you want to make a "Twitch Plays", WAIT UNTIL A BETTER WAY COMES ALONG. The system in place actively works against the game and I'm sure there will be a better solution to this within the month.
Read more about:
Featured BlogsYou May Also Like