I want to make a mod that is able to grab mod objects from the game when it runs and output a webpage using notmario's Balatro mod website template
This will enable people to easily see everything they have in game on one place and I'll also be able to use it to publish the exact contents of my modoack if I wish to
I have a pretty good idea of how to go about it. It doesn't really need any sort of interface, at least at first, just to run once on game startup
What it'll need to do is grab the name, description, and rarity of every modded joker. In the future I'll add other mod objects, but I'm starting with just jokers. I plan to also add mod badges under the rarity badges. Additionally it needs to grab and re-export the individual sprites. I've been told this part is pretty easy with a Love2D function.
My question is, what do I iterate over to get these attributes? Also can I do this with only steamodded or do I need lovely too?
I think I can figure out the web design end with the Javascript, html, and css, as well as getting Lua to write custom versions of those files. I just need to know where to start basically
This is kinda in a similar vein to #1291393594799689779 I know. I've had this idea for quite a while though and they can coexist.