Six_Mods-PickMore icon

PickMore

Pick multiple cards from the same deck each round. Host-side setting.

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-3.2.10 icon
willis81808-UnboundLib

This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.

Preferred version: 3.2.10
willuwontu-RoundsWithFriendSettingsUI-0.0.1 icon
willuwontu-RoundsWithFriendSettingsUI

Utilities for adding a settings menu to the RWF lobby UI.

Preferred version: 0.0.1
olavim-RoundsWithFriends-2.2.2 icon
olavim-RoundsWithFriends

ROUNDS multiplayer extension

Preferred version: 2.2.2

README

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

  1. Install via Thunderstore (deps auto-install)
  2. Launch Rounds modded
  3. In a lobby, click SELECT GAME MODE → MOD SETTINGS → PickMore
  4. Slide to choose how many cards per round (1-30)
  5. 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.IDoEndPick patching 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.