| Last updated | 3 weeks ago |
| Total downloads | 3873 |
| Total rating | 2 |
| Categories | Server-side Gameplay |
| Dependency string | Six_Mods-PickMore-0.7.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 3.2.10willuwontu-RoundsWithFriendSettingsUI
Utilities for adding a settings menu to the RWF lobby UI.
Preferred version: 0.0.1README
PickMore
Pick multiple cards from the same deck each round in Rounds With Friends.
What it does
Vanilla Rounds gives the loser of each round one card pick from a draw of 3 cards. PickMore lets the host bump that up — pick 2, 3, 5, 30 cards from the same visible deck. The cards stay on screen between picks; only the card you chose disappears. If you set MaxPicks higher than 3, a fresh deck spawns once the visible cards run out.
How to use
- Install via Thunderstore (deps auto-install)
- Launch Rounds modded
- In a lobby, click SELECT GAME MODE → MOD SETTINGS → PickMore
- Slide to choose how many cards per round (1-30)
- While picking, an on-screen Continue button lets you stop early at any point
The setting is host-only — only the host's slider value affects the match.
Changelog
0.7.0
- Single-deck multi-pick: cards now persist across picks. Pick one, the others stay visible. No more deck refresh between picks.
- Continue button works mid-deck — stop early whenever you want.
- Multiplayer-safe (uses vanilla
CardChoice.IDoEndPickpatching with Photon networking intact).
0.6.0
- Multiplayer fixed via vanilla
CardChoice.DoPick(N, ...)instead of manual orchestration.
0.5.0
- Fixed crash/lockup when MaxPicks was set above 5.
0.4.2
- Initial Thunderstore publish.
Dependencies
Auto-installed via Thunderstore:
- UnboundLib
- RoundsWithFriends
- RoundsWithFriendSettingsUI
Multiplayer
Both host and clients need PickMore installed (RoundsWithFriends does a plugin handshake). Friends just install via Thunderstore.
Credits
By SrSix.