You are viewing a potentially older version of this package. View all versions.
RedRedRain-SimulPicks-0.3.8 icon

SimulPicks

Everyone picks their card at the same time instead of taking turns. Shows who has picked and who you're still waiting on.

Date uploaded a day ago
Version 0.3.8
Download link RedRedRain-SimulPicks-0.3.8.zip
Downloads 11
Dependency string RedRedRain-SimulPicks-0.3.8

This mod requires the following mods to function

BepInEx-BepInExPack_ROUNDS-5.4.1901 icon
BepInEx-BepInExPack_ROUNDS

BepInEx pack for ROUNDS. Preconfigured and ready to use.

Preferred version: 5.4.1901
willis81808-UnboundLib-3.2.14 icon
willis81808-UnboundLib

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

Preferred version: 3.2.14
Pykess-ModdingUtils-0.4.8 icon
Pykess-ModdingUtils

Utilities aimed at making modding easier and more accessible

Preferred version: 0.4.8

README

EveryonePicks

(This package is still called SimulPicks on Thunderstore. Package names can't be changed, so the listing keeps its old ID. In game the mod is EveryonePicks.)

Everyone picks their card at the same time instead of taking turns.

Each client runs the game's real pick flow locally, so you keep the normal card animations, sounds and controller input. Only the final card assignment is synced.

What you get

A board in the top right showing who has locked in a card and who you're still waiting on. Anyone taking more than 15 seconds turns red with a timer next to their name.

Losers pick after a round, everyone picks at game start, same as normal.

Extra picks work properly. Devil cards, Pick N Cards, MorePicksPatch and PickPhaseImprovements all hold the round open until the player is done.

Nobody can wedge the lobby. Every wait times out, and a player who drops mid-pick releases the round straight away.

Everyone in the lobby needs it

This changes how the pick phase is driven, so all players need it installed. Share the mod pack, not just the file.

Conflicts

otDan-PickTimer does not work with this. EveryonePicks turns its timer off during picks and uses its own instead, set by PickTimeSeconds (45 by default).

Worth knowing: PickTimerCompat ships inside Root-PickPhaseImprovements and only runs when PickTimer is installed, so removing PickTimer gets rid of both.

Settings

In game, open Mod Options and pick EveryonePicks. You can also edit BepInEx/config/com.redredrain.rounds.simulpicks.cfg directly.

Setting Default What it does
PickTimeSeconds 45 Seconds per pick before it auto-picks for you. Extra picks each get their own allowance.
ShowPickBoard true Show the pick board.
PickBoardScale 1.0 Make the board bigger or smaller.

Press F9 in an offline lobby to run a single pick session for testing.

Renamed

This was called SimulPicks. Same mod, clearer name. The Thunderstore package ID stays the same so existing installs update in place.

CHANGELOG

v0.3.26

  • Picked cards are drawn at a sensible size instead of tiny.
  • Added a card size slider in Mod Options.
  • Multiple cards from one player now fan out under that player instead of appearing as separate players.
  • Player name now sits above their model.
  • Large lobbies wrap onto multiple rows instead of squashing into one.

v0.3.19

  • Picked cards now show on screen as each player locks one in.
  • A player quitting no longer breaks the match for everyone else.
  • Cards that other mods hand you during a pick now sync properly instead of applying only on your own screen. Fixes Distill Acquisition and anything similar.
  • Things a card spawns during the pick (swords, minions, effects) are no longer created locally and thrown away. Fixes Swordsman Class, TimeToGrind minions, Life Link and others.
  • Extra picks that were still queued can no longer be lost when the round ends.
  • Null cards and other mods that build a card on spawn now initialise correctly.
  • Pick time is taken from each player's own setting, not the host's.
  • When a mod throws during the pick phase it now says which mod, on screen.
  • Warns if players in the lobby are on different versions of this mod.
  • Says who the round is waiting on instead of just appearing frozen.
  • Added settings to Mod Options.

v0.3.11

  • Simplified the details page and changelog.

v0.3.9

  • Everyone starts picking at the same time. It used to walk the lobby one player at a time.
  • Cards now appear as each player picks, with that player shown above their card.
  • Added a pick board in the bottom left showing who has picked and who you are waiting on.
  • A player quitting no longer breaks the match for everyone else.
  • Extra picks from other mods no longer get thrown away or freeze the lobby.
  • Rounds no longer hang after everyone has picked.
  • otDan-PickTimer no longer breaks the pick phase.
  • Added settings to Mod Options.

v0.2.1

  • Fixed result indexing, deadlines, curse relay, host migration and leaver handling.

v0.2.0

  • Rebuilt on the game's real pick flow, so card animations, sounds and controller input work.
  • Host authoritative results, so every client ends up with the same deck.

v0.1.0

  • Deprecated. Replaced the pick UI and caused freezes.