NoxyMods-Card_Draft_Freeze_Fix icon

Card Draft Freeze Fix

Universally fixes ROUNDS card choice freezes! Prevents the card draft screen from getting stuck empty when card categories, class systems, or deck blacklists from JJK or other mods exhaust the available card pool.

Last updated 2 hours ago
Total downloads 4
Total rating 0 
Categories Utilities
Dependency string NoxyMods-Card_Draft_Freeze_Fix-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_ROUNDS-5.4.1900 icon
BepInEx-BepInExPack_ROUNDS

BepInEx pack for ROUNDS. Preconfigured and ready to use.

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

Utilities aimed at making modding easier and more accessible

Preferred version: 0.4.8
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

README

Card Draft Freeze Fix

A universal utility mod for ROUNDS that prevents the card choice / draft selection screen from freezing empty.

What it Solves

In heavily modded ROUNDS setups, especially when playing with character class packs (like JJK mod, WillsWackyCards, PCE) or deck customization tools (like ToggleCards), a player's card pool can easily get restricted due to category blacklists.

When the game attempts to draw a card for a player whose remaining valid cards in the deck is exactly 0, the card selection screen renders no cards (resulting in an empty UI showing just the zoomed-in player face) and freezes the match permanently.

This mod dynamically patches the card selection algorithm. If a player's card pool runs completely dry due to any mod's filters or blacklists:

  1. It intercepts the null result.
  2. It bypasses the active restrictions for this single card spawn.
  3. It spawns a fallback card (preferring basic vanilla cards like Health or Block) so that the draft selection screen is populated and the game can proceed smoothly without freezing.

Features

  • Universal Fix: Works out of the box with JJK Mod, PCE, WillsWackyCards, ToggleCards, and all other custom category/deck builder mods.
  • Zero Configuration: Simply install it and it runs in the background.

Dependencies

  • BepInEx
  • UnboundLib
  • ModdingUtils