#Challenge Deck Generator

1 messages · Page 1 of 1 (latest)

warped swift
#

I've made a simple python program to generate a .lua challenge mod with selected parameters. Feel free to try it out and let me know any thoughts and issues. I intend on allowing more customisation in the future but for now I've got something. https://github.com/HoneySoakedSeagull/Balatro-Challenge-Generator

Also a note, if you want to use the default 52 cards, just delete the single card that's pregenerated.

GitHub

A python scripted lua generator for making Balatro Challenge Deck Mods - HoneySoakedSeagull/Balatro-Challenge-Generator

#

Oh and I forgot to label the checkbox on jokers, it's the eternal status.

warped swift
#

And it has been updated to support info stuff such as Author, challenge name, version, description, localisation options and the ability to save as either a 1.0.0 SMODS file or a BU-CB challenge file.

warped swift
#

If anyone has used it I would heavily appreciate thoughts and feedback regarding it. Since I'm going to put some more work into it a bit, if there's any other immediate changes that would be wanted/needed I could see about doing them

jagged onyx
#

I don't know if this is the right place for this, but I'll put it here just in case.
I tried to use the one you created, but could not because of the following problem

line 915
lua_code += " deck = {\n"
TabError: inconsistent use of tabs and spaces in indentation

I don't see this here or on github, but maybe it's been posted elsewhere and pointed out. But I'm writing this just in case.

amber bone
#

https://github.com/IntrinsicNerd/Balatro-Challenge-Generator

I made my own fork of the repo that works (though my actual lua file had some issues, though that may be a me issue).

@warped swift I made a github pull request if you don't wanna have to go through and fix the indentation yourself

@jagged onyx this version does work though

GitHub

A python scripted lua generator for making Balatro Challenge Deck Mods - IntrinsicNerd/Balatro-Challenge-Generator

warped swift
#

I have a version I was working on that added a bunch of extra features and fixed some bits. It had some formatting issues I never fixed and life pulled me away from it all. I'll dig out the files and share them later.

jagged onyx
#

Veryyyyyyyyyyyyy NICE.

warped swift
#

Finally got around to adding the code in it's last state. Iirc the issues are full deck generation (as in mark all cards have x bonus/mod/seal etc) having issues with the list generation from the dictionary and iirc I was last working on some formatting thing so there may be some visual issues

#

I can go back at some point soon and fully finish, polish and bug check at some point if there's enough interest ad desire on this though.

coral bronze
#

Any idea why I'm having this issue?