Skip to content

Latest commit

 

History

History
executable file
·
62 lines (42 loc) · 2.8 KB

README.md

File metadata and controls

executable file
·
62 lines (42 loc) · 2.8 KB

Divvy's Preview for Balatro

Version GitHub License

Simulate the score and the dollars that you will get by playing the selected cards!

👉 Installation

  1. Install Lovely
    Do you have Steamodded? Then, you probably already have Lovely!
  2. Download the latest release of this mod, here.
  3. Unzip the downloaded folder to C:\Users\[USER]\AppData\Roaming\Balatro\Mods
    You should have:
    ...\Balatro\Mods\DVPreview
    ...\Balatro\Mods\DVSimulate
    ...\Balatro\Mods\DVSettings
  4. Launch the game!

👉 Features

  • Score and dollar preview without side-effects!
  • Updates in real-time when changing selected cards, changing joker order, or using consumables!
  • Can preview score even when cards are face-down!
  • Perfectly predicts random effects...
  • ... or not! There is an option to show the minimum and maximum possible scores when probabilities are involved!

Caution

This mod is currently incompatible with other mods. I am in the process of kick-starting the process of making the popular mods compatible. If you are a mod creator, please help me out by reading the Mod Compatibility section below.

👉 See It In Action

Demonstration for the preview updating in real-time.

 

Demonstration for the preview being hidden with face-down cards.

 

Demonstration for the preview updating in real-time, pay attention to the dollars.

👉 Mod Compatibility

By default, this mod only simulates vanilla jokers. To support modded jokers, it is necessary to tell this mod how to simulate them, which requires writing a new function for each modded joker. Unfortunately, this is the best way I could see to bypass all animations and side-effects, to calculate exact/min/max previews simultaneously, and to make the simulation efficient. It will be up to the other mod developers to ensure that the preview is accurate for their mods.

▶️ How to make your mod compatible?

See Divvy's Simulation