moreStrafts
Extends Straftat multiplayer lobby capacity from 4 to 10 players. Supports both Free-for-All and Teams modes with expanded team selection.
| Date uploaded | a week ago |
| Version | 0.1.0 |
| Download link | Nitrogenia-moreStrafts-0.1.0.zip |
| Downloads | 1085 |
| Dependency string | Nitrogenia-moreStrafts-0.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
moreStrafts Mod
A mod that extends Straftat's multiplayer lobby max capacity from 4 players to 10 players.
Installation
Drop MoreStrafts.dll into BepInEx/plugins/.
Requires: BepInEx 5.4.21+
Usage
In the main menu, select your desired player count (2-10) from the Max Players dropdown before clicking Host. Do not change this setting after the lobby is created.
Quick Load
Enable the Quick Load checkbox in the lobby (host only) to skip the post-round screen. Recommended for 5+ player lobbies.
Logging
The mod writes a short per-instance log to BepInEx/moreStrafts_debug/ include these files in bug reports. Enable via Debug.PerInstanceLogFiles in BepInEx/config/com.nitrogenia.morestrafts.cfg.
Recommended Addon
For a better UI experience, install MoreStrafts UISpawnAddon by Yeastmans.
Known UI Limitations
- Lobby preview shows only 4 player 3D models (players 5-10 get no preview character)
- Players 5-10 stack below the 4th slot in the lobby player list
- End-round screen and match points HUD (Tab) display up to 4 players/teams
- All players in the lobby need the same mod version
Credits
Created by Nitrogenia. Post-round fix contributed by IsaacGHoward.
CHANGELOG
Changelog
[0.1.0] - 2026-07-03 (Alpha Release)
Changes
- Rebuilt for the latest STRAFTAT update, which had broken most of the mod's patches (lobby player list, max players, team dropdowns).
- Fixed Quick Load causing a stuck loading screen / errors at round end.
- Quick Load is now host-only and syncs correctly to all clients; its state no longer gets overwritten while browsing other lobbies.
- Round-end screen arrays extended so up to 10 player names/scores are tracked.
- Players without a lobby preview slot (5th+) no longer trigger errors when joining.
- Added optional per-instance debug logging (
Debug.PerInstanceLogFiles, off by default) toBepInEx/moreStrafts_debug/for bug reports.
[0.0.5] - 2026-02-09 (Alpha Release)
Changes
- Updates to README.md
[0.0.4] - 2026-02-09 (Alpha Release)
Changes
- Added Quick Load toggle in lobby settings. Skips post-round screen when enabled. Fixes score text persisting on screen.
- Credit: @IsaacGHoward
[0.0.3] - 2025-10-05 (Alpha Release)
Changes
- Updates to README.md