#(UNFINISHED) Collection Fix

1 messages · Page 1 of 1 (latest)

steady hound
#

https://github.com/GoldenEpsilon/Balatro_CollectionFix

I'll probably update this a few times over the course of the next couple days, but this is meant to squash some bugs in the Collection with relation to mods!

Currently:

  • Fixes the Tarot collection menu
  • Fixes the Spectral collection menu
  • Reimplements the Joker menu without changing anything
  • Has the bones to make making new collection menus easier
GitHub

Contribute to GoldenEpsilon/Balatro_CollectionFix development by creating an account on GitHub.

#

if you add any less than 11 new tarot cards there is no new page added

#

there's a math.floor where there needed to be a math.ceil

last egret
#

(so in our case, for ShamPack we added exactly 1 tarot and without this fix, it wouldn't show up in the collection)

steady hound
#

the goal for this is also to make it so stuff like the planet collection menu gets an option for scrolling iff there are more than would fit on one screen

#

in general, take out the hardcoding and replace it with stuff that Just Works™️

#

I imagine create_UIBox_your_collection_generic is gonna be useful for anyone trying to make their own collection menus, too

#

eventually I might even try doing something like a second page for the collection menu in general so that people can just go "I want a collection named this with this color button" and it gets added to a list

dusty shard
#

Hello @steady hound , I'd like to bundle your mod in a modpack. To ensure that I can update the version of your mod easily and without copying your code directly in my repository, I'd like to use a git submodule. Like that, it would just be a link to your repo. Would you mind if I add your mod in my modpack ?

steady hound
#

Sounds good to me, but be aware that if you're using it for Steamodded it won't be getting updated right now, since I'm putting my efforts into Balamod