batabata3 / balatro-pampa-joker-pack

https://batabata3.github.io/balatro-pampa-joker-pack/
7 stars 4 forks source link

The Dream upgrades the hand as soon as it is selected, not when played. #3

Open begna112 opened 5 months ago

begna112 commented 5 months ago

https://github.com/batabata3/balatro-pampa-joker-pack/assets/10567958/dab7ab38-19ed-4db2-87a8-308473ffea4f

begna112 commented 5 months ago

Moving the cards in your hand does the same.

begna112 commented 5 months ago

It also retriggers level up when the hand is played. So effectively it's two levels per hand.

same for moving the jokers.

batabata3 commented 5 months ago

It's an issue related to Divvy's score preview, the mod runs a score simulation and thus the simulation upgrades the hand. Right now, there is no way to fix that behaviour unless the mod specifically checks for that kind of modded jokers to prevent the bug (the way it does with space joker).

begna112 commented 5 months ago

Ah, I see. Maybe Divvy's rewrite will fix it then.

begna112 commented 5 months ago

It looks like perhaps the v2 of DVPreview may have a fix if you add compatibility, maybe. https://github.com/DivvyCr/Balatro-Preview?tab=readme-ov-file#arrow_forward-how-to-make-your-mod-compatible

DivvyCr commented 5 months ago

This doesn't happen on the latest version. However, the latest version also doesn't support any mods at the moment - any modded jokers are ignored.

I'm working on a pull request to make this mod compatible, no time guarantees tho.

Feel free to close the issue.