Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
From Ralf: we plan on supporting 6-way split-screen on the PC. Switching to the Steam Input API is on our roadmap, which will need to happen first. There's a stretch goal of supporting 8 players in split-screen.
I’ll add it to the More Than 4 Local Multiplayer curator when it supports more than 4 players.
Just a heads up about Steam Input.
If you’re relying on Steam Input for supporting more than 4 players, it uses SDL2 which by default configuration only supports 4 XBox controllers. We can get around the limitation by setting an environmental variable SDL_XINPUT_ENABLED=0 before starting Steam. This works for XBox 360 controllers but not XBox One controllers since they can’t be accessed in the background through the Direct Input API which SteamInput requires. So there’s another hack that Jimbly madewhich is an SDL2build that automatically uses RawInput if there are more than 4 XBox controllers. If we replace Steam’s SDL2.dll with Jimbly’s and start Steam with a special flag to not checksum and download deviating files we can use more than 4 XBox controllers and all XBox One controllers work as well.
Ref: https://steamcommunity.com/groups/morethan4localmultiplayer/discussions/0/1744483505479935659/
It turns out the XInput 4 controller limitation does not apply to PS4 or Switch Pro controllers. So all you need to do is find a couple of those and you're good to go.
Also, we'll be releasing an update soon that will enable 8-player split-screen in the Steam version. The only reason that it only supports 6 right now is that some work is needed to allow the 7 and 8 player UI//HUD to anchor correctly when the screen aspect ratio is not 16:9.
so I'll use one of the hacks we came up with here:
https://steamcommunity.com/groups/morethan4localmultiplayer/discussions/0/1744483505479935659/
Great to hear that you're aiming for 8 player split screen!
Have you considered adding multimonitor support as well?
e.g. Two screens with 4 on each screen would be neat.
Game now supports 8 players in split screen :-)
Hm... thought I could mark this post as the answer to the original post but I can't mark my own comment as the answer.