#i need help coding

11 messages · Page 1 of 1 (latest)

clever horizon
#

How would you make a joker that adds random enhanced or normal playing cards to your deck then destroys itself after the round

worn nacelle
#

First, I'd look at other mods, as well as the Balatro source code, as a reference.
Second, all the code is written in the calculate function within the joker.
Third, this calculate function is called whenever the game expects something to happen, for each joker. This just means you'd need to add an if statement that checks if it's the roundend context
Fourth, then you'd add the code to create the cards, then destroy the joker.

clever horizon
worn nacelle
#

You extract it from the executable

#

Use 7-zip or something similar

clever horizon
#

just open it up basically?

#

aight

worn nacelle
#

yeah

clever horizon
#

thank you i may ask again later for help if you dont mind

worn nacelle
#

ok

#

i might not be online but i'll get to it when i can