Stk-code: More than 4 player local multiplayer

Created on 25 Oct 2017  路  7Comments  路  Source: supertuxkart/stk-code

These days with huge 4K screens it seems quite reasonable to have a 6 or even 8-way split screen.

minor fixed

Most helpful comment

This has been implemented in the game, should appear in next version

All 7 comments

There is also a problem with performance, but it may work with disabled advanced lighting. But anyway when I played STK with 3 players on single keyboard (version 0.7 or so) it was a pain. So you would need at least 4 good keyboards with separate keys for every player. Or 8 gamepads :p

I鈥檇 say gamepads should be fine, but first we should ensure all the bugs related to inputs are fixed.
I haven't tested stk in a while though, I haven't followed much what was done between 0.9.2 and 0.9.3.

This could be nice, but as pointed out this would require massive GPU power to work correctly so this would only work for a tiny portion of our players

4k might require a strong GPU but a 6-way split on 1920x1080 can be handled by every cheap NVidia card and it still gives each player more pixels than the N64 gave you for SINGLE player. The important part is that monitors/tvs are huge these days, so every player can see the track well. Resolution is not the real issue. As far as inputs go, of course you would use gamepads.

Just want to bump this issue, as those following the IRC know i've made significant progress towards achieving this as shown by: https://imgur.com/a/2UWKo The feature will also allow for configuring weather splitting occurs via row or column (so a 3x2 vs. 2x3).

The code is in my branch and in theory should support as many players as we want it to, (the major concern though is empty pixels on the right edge due to floating point math). Was hoping to open any discussion about this topic before I put out a PR

Awesome. So when I'm playing with my friends on my next birthday we won't have to pass controllers around and can all drive at the same time.

This has been implemented in the game, should appear in next version

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mitros123 picture mitros123  路  4Comments

Arthur-D picture Arthur-D  路  3Comments

ghost picture ghost  路  3Comments

samuncle picture samuncle  路  5Comments

psypherium picture psypherium  路  4Comments