Hi everyone,
I made a simple module that loads every card back file you prepared and batch load them into the game, free for selections.
Currently the module is based on SMODS, as a way to load this module as well as directory lookup. You can name your card back in format "b_{cardbackname}.png" in your mod's assets folder and it will automatically load every file of that format to card back assets. You can look up the position of your cardback via {cardbackname} so ideally this makes multiple mods using the same convention compatible.
This is more of a tool for modders. You can find more instructions as well as the files themselves through the following github link:
https://github.com/Ken-Shi/Balatro_CardBackInjection
Hopefully this is useful for the community! I haven't get into balamod yet but I think as long as you know what you are doing you can easily modify this to support balamod. Special thanks to @regal merlin and @ornate dirge for supporting the development! Any feedback is welcomed!
Note: Version 2.0 is released and it should be extremely robust!!