#⚙・modding-general

1 messages · Page 37 of 1

rare shell
#

I already figured it out

hardy brook
stone brook
#

o ok 👍

rare shell
#

I simply replace unwanted cards

stone brook
#

wouldnt this leave 'floating' cards all over the place

rare shell
#

nah I do card:remove()

#

so it doesn't happen

stone brook
#

o i didnt see that, good point

sleek granite
#

how do you... uh.... make those cards appear then

#

if the functions that make cards can't

rare shell
#

I remove the bad card and create a good one 👍

sleek granite
#

no i mean

hardy brook
#

WHY IS IT MAGICIAN NOW!?

sleek granite
#

how does the player ever get The Sky or The Abyss

hardy brook
rare shell
umbral pilot
rare shell
#

for now it's unaccessible but I need to figure out everything else first

umbral pilot
#

but idk why you're not seeing it

sleek granite
rare shell
#

like the damn suits reappearing where they shouldn't

exotic shadow
#

I made a PR

hardy brook
umbral pilot
#

ah gotcha lol

exotic shadow
#

although its annoying debugging the in game crahs handler crashing causde it just prints the error the console and exits

hardy brook
#

I don't KNOW what the hell the atlas is asking for

sleek granite
#

the name of a sprite

thorny kraken
#

curious -- is there anyone interested in a mod like this that adds proper suffixes to large numbers instead of e-notation?

umbral pilot
#

that's what I use lol

rare shell
#

are you kidding me? if saved_game returns nil it doesn't go for or and instead of that just crashes uhhrr!

hardy brook
#

Okay when I put the file name, it's like "Fuck you" Crash

exotic shadow
sleek granite
hardy brook
#

Wait what

exotic shadow
#

but the good news is the crahs handler shouldn't crash anymore except when it does

astral glade
hardy brook
#

.

fallow bramble
hardy brook
#

Oh my gosh I'm a dumbass

astral glade
#

you dont say

hardy brook
#

I thought I did that when I did the enhancers part

#

smfh

umbral pilot
#

nice work!

exotic shadow
#

thanks

rare shell
hardy brook
#

.

rare shell
#

LETTSS GOOO EVERYTHING WORKS OMG

sleek granite
# hardy brook

this is the name of the sprite you are registering in the above code

karmic fulcrum
#

I've successfully imported another .lua file content thanks to you both WilsontheWolf and AutumnMood ❤️ Now I can have a decent organisation for my mod 🥰

hardy brook
#

Welp, idfk what's wrong now

sleek granite
#

i should probably do that tbh

umbral pilot
#

crimson I love your editor's font

hardy brook
#

Thank you. it's the balatro font

umbral pilot
#

it works surprisingly well lol

hardy brook
#

i mean, if i'm modding balatro, why not? lol

#

Though right now it should be blood red because I want to strangle the code

#

The easiest part, smh

karmic fulcrum
sleek granite
#

yeah its a good idea

astral glade
#

i mean 'sprite_jester'

#

heres an example i suppose!

sleek granite
#

you have the wrong number of arguments to SMODS.Joker:new()

#

there's a lot of them

#

i dont think eternal_compat is atlas....

karmic fulcrum
# sleek granite yeah its a good idea
    local j_mjst_mod_prime_file = NFS.load(SMODS.findModByID(MOD_ID).path .. "src/jokers/" .. "prime.lua")()
    RegisterJoker(j_mjst_mod_prime_file.joker, j_mjst_mod_prime_file.sprite)
    SMODS.Jokers.j_mjst_mod_prime.calculate = j_mjst_mod_prime_file.calculate

If you're interested

astral glade
sleek granite
#

interesting

#

OH im dumb nvm

#

"jester" confused me

astral glade
#

it seems this time youre the one silly-maxxing

sleek granite
#

always tamariPlush

astral glade
#

i think im gonna make a few blinds

#

any suggestions?

sleek granite
#

The Creecher

astral glade
#

The Yippee?!?!

sleek granite
#

debuffs cards with editions

#

too shiny sensory overload

fossil furnace
#

can anyone tell me how to download mods

hardy brook
sleek granite
#

Jester.png exists right

astral glade
#

are you completely overriding the tarots sprite? or seperate sprite?

rain latch
#

how do you remove lovely injector? 😮

#

i have a problem with another software i want to install

sleek granite
#

alternatively, you could try setting the sprite's name to "c_jester" instead of "JesterSprite" and see if it works then with the automatic association

#

the entirety of lovely is within dwmapi.dll, move that and lovely is uninstalled

fossil furnace
sleek granite
#

with an internet browser

rain latch
#

maybe steamodded then

#

how do i remove it

fossil furnace
sleek granite
# rain latch how do i remove it

if you installed with its injector, verify the game files of Balatro through Steam
if you installed with lovely, removing lovely will make the game no longer load steamodded

rain latch
sleek granite
#

have you tried removing dwmapi.dll

rain latch
sleek granite
#

heck is OCCT.exe

rain latch
#

temperature check

#

lol

#

for new cpu coming and stuff

sleek granite
#

.... what

#

why is that loading lovely

rain latch
#

no idea

sleek granite
#

did you put the dwmapi.dll file in the folder with that application?

rain latch
#

no i cannot even install it lmao

#

ok found the culprit i think

#

the dll was in my download folder lmao

sleek granite
#

me when i use lovely injector to inject code into cmd.exe

stone wadi
#

i have braved the depths and made a small cheatsheet for myself about where the ui-related code is
#1212796137325465651 message
surprisingly not bad! not great, but not horrible

helpful UI-related pieces of the source code that i referenced, for your searching pleasure

  • self.UIT = { - enum for the UI element types (e.g. wherever you see G.UIT.R for rows, G.UIT.C for columns, etc)
  • function UIBox_dyn_container - where the dynamic container fn is defined and probably the recommended way to create UI elements (wrap in UIBox). seems to work like css flexbox, if you're familiar with that

these bits are useful for making the keybind reference box, which behaves similar to the built-in debug toolbox

  • function create_UIBox_debug_tools() - debug toolbox definition
  • G.debug_tools = UIBox{ - where the debug toolbox is displayed
  • function Controller:key_release_update(key, dt) - where the debug toolbox is disabled (it's hold-based rather than a toggle)

for a real settings box, you'll probably want to futz with G.OVERLAY_MENU instead of creating a naked UIBox

  • G.FUNCS.overlay_menu = function(args) - where the overlay menu is defined and some helpful docstrings
  • G.FUNCS.options = function(e) - callback function used for displaying the options menu
  • G.FUNCS:options() - where the callback function is invoked
rain latch
#

ok it works now

round oar
sleek granite
#

yeah

granite silo
#

this should be helpful

sleek granite
#

me when i irreversibly destroy my pc by putting lovely injector into every directory on my system

rain latch
#

that you must put it in system32

round oar
#

me when i use lovely injector to modify my hardware

sleek granite
#

inject more RAM

stone wadi
#

[old man voice] grep is a thing everyboyd knows about, right? or should i replace the word "grep" with "search"

sleek granite
#

nobody knows what grep is (im nobody)

stone wadi
#

i guess it's only a thing linux ppl would be familiar with. oops

sleek granite
#

yeah i know npp has a similar function which is MASSIVELY HELPFUL

fossil furnace
fallow bramble
#

Is there a reason return { message =... doesn't work in a buying context? Put a "sendDebugMessage" inside the return and it shows in console.

stone wadi
#

i forget that ppl who do software development aren't all command line nerds @_@ oops

sleek granite
stone wadi
#

yes >:)

sleek granite
#

yeah im actually allergic to command lines

stone wadi
#

i n f o r m a t i o n d e n s i t y

sleek granite
fallow bramble
#

Darn, looks really ugly when I use card_eval 😦

sleek granite
#

you can get more information density if you can express information in visual form

stone wadi
#

that's true; it's just that a lot of UI/UX these days adds padding out the wazoo and purposefully reduces info density aPensiveWiggle and making things visual is more effort when you can just Dump Everything To Console. the signal to noise ratio is terrible, but c'est la vie.

#

i just get used to it because most of my job involves looking at the stuff ppl didn't think would need to be exposed in a UI

fallow bramble
#

Ain't nobody playing modded balatro with their console open (unless you're suffering debugging)

sleek granite
#

anyone who uses lovely is

fallow bramble
#

Ah haven't used it

sleek granite
#

lovely opens a command prompt that the game can and will output to

#

which has been helpful because i'm too lazy to open the debug console thingy

#

so i just use print() instead lollll

fallow bramble
#

Lol

dapper helm
#

i checked if i could close it at least once

sleek granite
#

No

hardy brook
#

it's in both 1x and 2x

sleek granite
#

why is x = 1 on your pos then

hardy brook
#

i removed it and put it to 0

#

i copy/pasted from the wiki

dapper helm
grand geode
#

clutter it more by having vsc and tk open

sleek granite
#

clutter it more by having 3 folders and 7 copies of 7zip and GIMP and npp open

exotic shadow
#

you can mimnize it

hardy brook
#

Can you tell I hate this atlas thing

sleek granite
#

oh i forgot obs you're right

grand geode
dapper helm
#

i can't compete with the clutter of coding apps

hardy brook
#

It's been the BIG PROBLEM I HAD

grand geode
#

the sprite injection part in mystjokers is a one liner that i don't really care much about

hardy brook
grand geode
#

oh

hardy brook
grand geode
#

found the problem

hardy brook
#

oh

grand geode
#

you wrote asset_atil

#

instead of asset_atli

hardy brook
#

It was a TYPO!?

iron onyx
#

i think i'm cooking with this.

grand geode
#

lma

iron onyx
#

oop, lemme just

iron onyx
#

there we go

#

it's very simple, but i kinda like how it turned out

umbral pilot
hardy brook
#

Welp

grand geode
#

hooray

sleek granite
umbral pilot
#

oh gotcha

#

I was like wtf

sleek granite
umbral pilot
#

I might as well just rewrite lovely as a minifilter driver and have it work on every process

sleek granite
#

i hope you're joking

grand geode
#

oh God

umbral pilot
sleek granite
#

does lovely work on other love engine games btw or is it hardcoded for balatro?

umbral pilot
#

hardcoded in like one place afaik, but that can be fixed by manually setting the mod directory with --mod-dir

#

it's designed to be generic

#

well, as long as the game uses lua51 sadge

sleek granite
#

that might be the hangup. i was wondering about Mari0, but i also haven't thought about that game in forever until i learned balatro is in love lol

grand geode
#

what happened to the other 50 luas

sleek granite
#

died in a tornado

hardy brook
#

now then. now to add code to convert to void

astral glade
#

joyous

sleek granite
#

im pretty sure you can use the mod_conv functionality in the game already

hardy brook
#

THEN... code void cards

sleek granite
#

Empress, Hierophant, Chariot, etc all use generalized code

astral glade
#

also remember to set up the can-use code

umbral pilot
#

yeah I'd be curious to see if it works with mari0

astral glade
#

unless thats automatic too

hardy brook
sleek granite
#

can_use is automatic if you set config.max_highlighted

astral glade
#

oh hell yeah

rigid jewel
#

This could be a fun mod idea (also testing out adding Payout_Arg messages above the dots)

hardy brook
#

Let's see if the tarot appears in the packs even though it does NOTHING

#

GAME

#

I WANT TO TEST MY MOD

hardy brook
#

NOT GET LEGENDARY JOKERS

hardy brook
#

WHERE ARE THE TAROT PACKS

#

SMH

#

idk why it's like this, but it loads

sleek granite
#

like what

hardy brook
#

the bottom

#

ok fixed

grand geode
hardy brook
#

gotta find the tarot card location

iron onyx
#

decided i worked too hard on that lever for the typical joker location to hide it.

hardy brook
sleek granite
#

are you setting config.max_highlighted

hardy brook
sleek granite
#

yeah i got nothin

hardy brook
#

time to look

#

time to look at jelly mod or something

sleek granite
#

dont do that jelly mod breaks things all over the place???

#

look at mikas or sixsuits or something idk

rigid jewel
#

The oopsie count keeps increasing

sleek granite
#

oh wait my mod's out now i can tell people to look at my mod

#

Arrogance Level Up

hardy brook
sleek granite
#

you MIGHT need to set the effect

hardy brook
#

I legit don't know what any of this says

sleek granite
#

I legit don't know why your code doesn't work

hardy brook
#

idk

sleek granite
#

like straight up that should just Work

rigid jewel
#

sigh

sleek granite
#

delicious oopsies

rare shell
#

im terrified of the update tomorrow

sleek granite
#

me too actually lollllll

#

part of me hopes it makes some things easier to modify tho

hardy brook
#

Ugh.

#

this is driving me nuts

fickle elbow
#

how do i get the jokers in the joker slots?

fallow bramble
#

for i, #G.jokers.cards

vernal fulcrum
#

question. if i have multiple mods that use the assets folder, do i need to have seperate 1x and 2x folders for each mod? or can i just lump them all on eachother? (lmk if i should ask this somewhere else)

wanton rapids
#

mods that have assets should be in their own subfolder

vernal fulcrum
#

fuck

#

now i gotta redo everything

#

oh well

#

my balatro is crashing on launch anyway so its probably that

#

or maybe its just cause i have too many mods :p

#

can someone help me figure out why balatro is crashing on launch?

fickle elbow
vernal fulcrum
#

yeah i found my problem

#

i extracted everything

#

💀

fickle elbow
#

yea that would be a problem

cobalt wedge
#

RIP Buckleswasher.

vernal fulcrum
#

what does houserules do anyway

wanton rapids
#

houserules ironically is one of the few mods that works fine not in a subfolder

vernal fulcrum
fickle elbow
#

yea

vernal fulcrum
#

thanks

fickle elbow
#

i wouldn't recommend using the file snow's mods in there if you plan on downloading it. im still coding that one

vernal fulcrum
#

aye aye

#

im gonna learn lua just to make balatro mods (because i have nothing better to do after i learned c#)

dapper helm
hardy brook
#

So... still have no clue what's wrong

dapper helm
hardy brook
#

WELP

#

IT'S UP

#

TIME TO CHECK IF STEAMODDED WORKS

dapper helm
#

huh

hardy brook
dapper helm
#

ah i see

hardy brook
#

well so far so good

#

but now I'm dying on the inside for 95 updates to the code

astral glade
#

i thought it was releasing tomorrow

hardy brook
#

Experimental build

astral glade
#

im silly

#

if it works on that build i assume itll work for the real one

#

unless theres some crazy bug or they decided to just flat out rename some function

hardy brook
#

wait shit, forgot to get the base version

#

I should start putting a private google drive lol

dapper helm
#

are there patch notes yet or do i have to randomly skim through if i wanna see all the changes?

iron onyx
#

i'll help look into it

hardy brook
dapper helm
#

thanks

hardy brook
#

I'm not reimporting the stakes

iron onyx
#

oh hey

#

lookit that, coro

hardy brook
#

I'm gonna skim through and cut through stuff not relating to Archived work

dapper helm
hardy brook
#

yup

rigid jewel
#

Still somehow having perfect memory of the jokers

#

lmao

iron onyx
hardy brook
#

THEY BANNED ME FROM JOKERLESS

iron onyx
#

guess i can take that out of my mod lol

hardy brook
#

WHAT THE HECK THUNK

dapper helm
#

destroyed

dapper helm
#

thunk hates you in particular

#

oh eternal jokers in buffoon packs is so nice

iron onyx
#

you're a non-effective boss blind; we can't have that on the final round~

hardy brook
#

But i wanna do jokerless

#

I'm banned

#

smh

iron onyx
#

i genuinely did not expect the smiley buff

#

but i'm all for it

vernal fulcrum
#

me after "editing" someone elses mod (i changed one number and the header) {not planning to reupload just screwing around}

dapper helm
#

woah uncommon and rare tags make them entirely free?

iron onyx
#

yeah, i know

astral glade
#

thats so hype

dapper helm
#

wtf

astral glade
#

these changes are so good

iron onyx
#

i thought making them 25% and 50% off was enough

#

hahaha

#

and coro

#

they did the thing

dapper helm
#

holy shit skip tags are so good now

iron onyx
#

with straights

hardy brook
#

lol they even timed me out for 1 second in murphy's stream

iron onyx
#

😄

#

that's how i know i'm on the right track

#

(i'm going to keep the coding in my mod until the experimental build goes live tho)

hardy brook
#

It's live now if you opt in

iron onyx
#

yeyeye

hardy brook
#

unless you mean publicly aka non-experimental

iron onyx
#

that's what i mean

hardy brook
#

gotcha

iron onyx
#

sorry, used to play league

dapper helm
#

thunk is cooking all of these changes are good

iron onyx
#

where the public build is called "live"

vernal fulcrum
#

modding is fun

astral glade
#

vampire nerf bwomp

iron onyx
#

and the experimental build is Public Beta Environment, or PBE

vernal fulcrum
#

seems normal to me

dapper helm
#

vagabond nerf is weird tho

hardy brook
iron onyx
#

i mean, it has an extra dollar of leeway now, so

#

that's something

hardy brook
#

that's gonna be much larger, atlas

iron onyx
#

@astral glade i hope the underlying coding of vampire is changed in light of this

cyan ledge
#

hey everyone looking for a little help installing and running mods with steamodded anyone up to help?

dapper helm
#

hanging chad buff is crazy

vernal fulcrum
iron onyx
#

what i mean by this is: i want vampire to add the xmult, AND THEN remove the enhancements

astral glade
vernal fulcrum
#

new blinds go hard

iron onyx
#

mostly because i want it to be a joker with duplication synergy

cyan ledge
#

i want all these mods so bad lol you guys went crazy

astral glade
iron onyx
#

as it is right now, you only gain x0.2 on the leftmost vampire

vernal fulcrum
dapper helm
#

oh no burglar nerf, kinda disappointed

astral glade
#

bloodstone buff

vernal fulcrum
fickle elbow
vernal fulcrum
#

nothing

#

i just put on some mods

#

ill do a binary search

fickle elbow
dapper helm
#

did you update to the beta?

karmic fulcrum
#

Anyone knows how to add an unlock condition on a custom joker ?

fickle elbow
#

i did

#

i just did

vernal fulcrum
fickle elbow
iron onyx
vernal fulcrum
dapper helm
fickle elbow
#

continuing a deck from a previous run with differnt mods usual cause me errors

iron onyx
#

if anything, i want the number of hands given to equal the number of discards lost

vernal fulcrum
#

happens even with new deck

dapper helm
#

my main issue with burglar is it giving hands against the needle which i feel should be the one boss you need to worry about

vernal fulcrum
fickle elbow
#

40MB?

#

some mods are incompatable

dapper helm
#

try removing jellymod if you have it

iron onyx
astral glade
#

not the campfire nerf :(

fickle elbow
#

what are the two java files at the bottom?

iron onyx
#

1 hand and 0 discards would mean that needle counters burglar harder than suit debuff bosses counter their suits

dapper helm
iron onyx
#

i guess i could understand that

vernal fulcrum
fickle elbow
#

must be mine showning in the folder for some reason, not important

iron onyx
#

oh, i know!

vernal fulcrum
iron onyx
#

@dapper helm change needle so hands don't score unless you have 0 hands left

dapper helm
#

oh i like that yeah

fickle elbow
#

i know all the ones i had are compatable

iron onyx
#

that way, it's still fairly hard

#

but manageable

fickle elbow
#

there are some in here i haven't heard of

iron onyx
#

instead of "haha sell joker or hold R"

dapper helm
#

i also think it shouldn't be blueprint compatible or like if you copy it then theres some penalty, cause +3 hands for free is dumb

dapper helm
iron onyx
#

oh yeah, i keep forgetting pareidolia exists

#

but like, that's my point

vernal fulcrum
dapper helm
fickle elbow
#

some of them could still be uncompatible

iron onyx
#

like, i think that boss blind should be changed too

#

to debuff kings, queens, and jacks specifically

karmic fulcrum
#

I'm just going to try again to see if anyone knows ^^' Does anyone knows how to add an unlock condition to a joker ?

iron onyx
#

"All Kings, Queens, and Jacks are debuffed."

iron onyx
#

that way, pareidolia would actually be the best way for a face build to counter the plant

dapper helm
#

i haven't seen any yet and last i asked no one knew

iron onyx
#

rather than straight-up suicide

karmic fulcrum
#

😢 ty

dapper helm
#

soz for not replying earlier

iron onyx
#

thoughts on that, coro?

dapper helm
#

yeah that sounds good

karmic fulcrum
vernal fulcrum
#

still happens when no mods

iron onyx
#

yeah, i like the idea of non-finisher boss blinds being difficult, but not "stonewall on sight"

fickle elbow
#

could be a problem with the save files then

vernal fulcrum
vernal fulcrum
karmic fulcrum
#

Another question, anyone knows what the "atlas" parameter is in the Joker Class ?

dapper helm
vernal fulcrum
#

the error is that it tried to compare a number with a string

#

so idk if that helps at all

hardy brook
#

gonna take a break from making void cards

#

Patch = Archived work

fickle elbow
#

usually deleting them works, the ones in the mods folder

#

although it will reset progress

vernal fulcrum
#

thats ok

#

didnt work

#

same error

fickle elbow
#

try reinstalling it could be your verion of steamodded, if it runs without it probably was

vernal fulcrum
fickle elbow
#

did you try reinstalling the game?

vernal fulcrum
vernal fulcrum
#

will do that

dapper helm
#

you hit the "verify integrity of game files" button and its not working?

dapper helm
#

wtf happened to your game

vernal fulcrum
dapper helm
#

smited for your hubris of having too many mods

cyan ledge
vernal fulcrum
#

i tried installing it to a diffrent drive gonna try now

#

i think i broke the game

#

no mods

dapper helm
vernal fulcrum
#

reinstalled

#

same error

fickle elbow
#

dawn deck

vernal fulcrum
#

might be time to file a bug report

dapper helm
cyan ledge
dapper helm
#

you're welcome. i recommend better controls, codex arcanum and morefluff

cyan ledge
#

ill check those out first

fickle elbow
#

and i recommend ink and color suits

#

but im biased

dapper helm
#

^

vernal fulcrum
#

IT WORKS

dapper helm
#

check those out too cause this guy is cool

vernal fulcrum
#

I JUST HAD TO START A CHALLENGE FOR SOME REASON

#

NOW EVERYTHING WORKS

fickle elbow
#

werid

dapper helm
#

the real challenge was the crashes we found along the way

cyan ledge
#

haha im in awe that there even is a modding community for this game so im gonna just download a fat handful and hope it doesnt crash. all recommendations welcome

dapper helm
#

jellymod specifically is incompatible with a lot of stuff

fickle elbow
#

i was about to ask which one it was

astral glade
astral glade
#

probably dont do jellymod

#

cuz its incompatible with so much

fickle elbow
cyan ledge
#

thank you beautiful people i will be back after i spend 6+ hours straight on all these amazing mods

sleek granite
#

MoreConsumables.....

umbral pilot
#

goes without saying but I'm 98% sure lovely will work after the update

#

I don't see why it wouldn't

#

but patches may need to be updated. test test test

stone brook
#

wait the update's out?

#

im gonna assume its on the beta branch

sleek granite
#

edition tag blacklist is whatever lol

#

more just me learning to github

dapper helm
sleek granite
#

i assume mods will be broken

rigid jewel
#

They are rn

sleek granite
#

awesome

fickle elbow
#

all the mods i have is working fine

#

in beta

hardy brook
#

Okay, so is this enough Info for a card?
Is there anything else I should add to note for Archived?

    Version Range - Effect | Rarity | Cost | Blueprint Compatibility```
#

Maybe Sell Value if it's listed but idk

dapper helm
#

not sell value and i don't think any had blueprint compatibility changes

#

unless you're talking about older versions and not this new beta

sleek granite
#

both

dapper helm
#

btw the mad and clever joker change is so cursed cause it means more discussions over whether 4oak contains 2 pairs

sleek granite
#

it contains 2 pairs but not Two Pair

dapper helm
#

devious change from thunk

sleek granite
#

idek what the change is

#

im not chained to my desk rn

iron onyx
#

tbh, i feel like the better way to change this would have been to leave mad and clever alone... and change, uh...

#

jolly and sly joker, to grant 50 chips and 8 mult per unique pair contained

sleek granite
#

what the hell is the new bad and dumb joker

dapper helm
# iron onyx it doesn't

i don't care either way i've just been in the non modding/fanart part of the server for roughly 30 minutes and 20 minutes of it was spent throwing fuel on the fire of an argument about it while other people complained about how often they happened

iron onyx
#

we already know

#

because of spare trousers

dapper helm
#

yeah the argument was that it should be changed

dapper helm
dapper helm
iron onyx
#

i mean

#

have they played a rank stack deck?

dapper helm
#

man i love old orange stake being gone, changes so much of the balance when packs aren't overpriced

sleek granite
#

@dapper helm thank you for dispensing wisdoms

dapper helm
#

wisdom dispenser

sleek granite
#

needa dispensa 'ere

dapper helm
#

do you already have a spectral joker that works like your uhh tarot joker one? the one that goes in the consumable slot

#

or is that meant to be a tarot only thing

sleek granite
#

my tarot joker is mostly a joke

#

if you get it in a pack it is worthless

dapper helm
#

oh i thought it was sent to the consumable slot like alchemicals from codex

sleek granite
#

nope lol

#

i could do that but i didnt like it disintegrating and also going to consumable slots

#

im not a huge fan of it in codex fwiw

dapper helm
#

huh

sleek granite
#

so instead

dapper helm
#

i remember the hee hee hoo hoo i just forgot it did that in packs

sleek granite
#

yea lollllll

#

imagine rolling a polychrome joker tarot in a pack

dapper helm
#

negative joker tarot stares at you as you use wheel of fortune for the 9th time only to see nope once again

fickle elbow
astral glade
#

joker tarot is so bad i tried using it in a run but

sleek granite
#

oh i forgot i was supposed to make a spectral merchant voucher....

astral glade
#

it activates after everything

sleek granite
#

oh yeah its godawful

#

if you can get a polychrome one its probably deece

#

but theres no good way to do that

astral glade
#

you could make it spawn with an edition

sleek granite
#

i got joker tarot with perkeo once and it still kinda sucks lolll

astral glade
#

foil or poly would be nice

sleek granite
#

oh it can

rare shell
#

@wanton rapids reporting that website update works fine

sleek granite
#

it polls editions like jokers do

astral glade
#

ohhh

#

maybe its not soooo bad

sleek granite
#

Hone and Glow Up should improve chances

#

hell it can be negative too

rare shell
#

currently just still trying to figure out the soul splitting

astral glade
#

negative doesnt seem that good

sleek granite
#

its mid

#

its like a "why not" thing

#

but yeah joker tarot is objectively bad and i find it funny as such

astral glade
#

itd be cool if tarots being polychrome had a different effect

#

like activating twice or smth

sleek granite
#

i didnt even have to do anything to make it work

#

like a polychrome tarot just Does That

#

i just made it possible

rare shell
#

anyone here good with css able to help me tweak one small thing

iron onyx
#

anyone have any experience with this sort of crash that can tell me what i'm doing wrong in creating and registering custom jokers?

dusky reef
#

hey guys is there a variable in the game that contains all poker hand names?

#

mainly want to have it to support new hand types you guys are making

sleek granite
#

G.handlist

dusky reef
#

is it sorted by hand priority?

iron onyx
#

i believe it is

dusky reef
#

rainbowcat thx

dusky reef
#

likely that you created a table that has non-number key values

#

should have used pairs

sleek granite
#

wow just read the patchnotes fuckin rip vampire 🫡

astral glade
#

exactly!!

#

o7 to vampire fr

sleek granite
#

into the DIRT

astral glade
#

midas mask too

#

at least bloodstone buff

iron onyx
#

i do hope that the actual trigger mechanic for vampire gives the xmult before removing the enhancements now

#

making double vampire properly synergize would be nice

sleek granite
#

oops all bloodstone

rare shell
grand geode
#

no backend changes right?

sleek granite
#

none listed but i havent a chance to poke at it yet

grand geode
#

i can add all jokers are rental/perishable :3

sleek granite
#

oh god

#

oh wait creating negative perishable jokers sounds like maybe a cool thing

grand geode
#

oo temporary jokers

sleek granite
#

would just want to make their sale price not minimum $3 with negative boost

dapper helm
grand geode
#

a few ideas come up for house rules mhm

sleek granite
#

i wonder if you can decrement joker sale prices similar to how gift card boosts them...

grand geode
#

perishing is 2 rounds earlier, rental costs 1 more per tound

#

round

sleek granite
#

you could add the old orange stake effect as a house rule too

dapper helm
#

don't add old orange stake

grand geode
#

hopefully it isn't removed from source

sleek granite
#

do add it

grand geode
#

so i can just change one variable

sleek granite
#

itll be funny

dapper helm
#

this is true but also consider not adding it

grand geode
#

i mean

#

it's optional

dapper helm
#

yeah i'm being silly, its not that bad anyway

sleek granite
#

add a house rule that raises the price of vouchers to the power of the number of owned vouchers

#

second voucher is $100 hope you have good econ

#

(no im just bad at math, doubling would be better)

astral glade
#

10*ante?

sleek granite
#

me when i get a free voucher on ante 0

astral glade
#

10*(ante+10)

dapper helm
# grand geode i mean

could you add a house rule to change ante scaling back to how it is on 1.0.0 once the update is out?

sleek granite
#

$110 for ante 1 voucher LETSFROGGINGGOOOO

#

not like you can ever reasonably buy it anyway

orchid vault
rare shell
astral glade
sleek granite
#

lyman why janklers

orchid vault
#

i think you want (10*ante)+qp

#

10*

rare shell
#

wdym

orchid vault
#

i snell oil

#

smell*

#

southern illinois is weird bro

sleek granite
#

i smeel it ....

orchid vault
#

there’s so many oil rigs where i am bro

dapper helm
#

what a strange snell...

orchid vault
#

i go outside and i feel like i’m boutta be invaded by the US army

sleek granite
#

a mysterious verb is in the air

orchid vault
#

even though i’m already in the US

grand geode
orchid vault
#

mysterious….

dapper helm
sleek granite
dapper helm
#

mysterious "myst" verb

rare shell
#

wait

#

i can ping reply myst now

astral glade
grand geode
sleek granite
#

buying 72,000 birds on amazon prime.....

orchid vault
#

i experienced the death of a neutron star earlier today

sleek granite
#

sorry ill stop making references nobody gets now lol

haughty hinge
#

steammodded isn't registering on the new experimental version

#

is that normal?

grand geode
#

yeah 😔

haughty hinge
#

rip

grand geode
#

oh not yoy

#

you

dapper helm
#

funnier that way

haughty hinge
#

oh then is it?

sleek granite
#

if only i could share the reference with you but it is forbidden

dapper helm
#

how do i find which mod is causing a crash using lovely dumps?

sleek granite
#

good luck

dapper helm
#

how do i find the mod causing the crash in general, i thought i saw that mentioned as helpful with that

sleek granite
#

gonna update to experimental o7 hope i dont break everything

grand geode
#

binary search for the mod

astral glade
sleek granite
#

ok lovely doesn't appear to work on the experimental version

#

fear

dapper helm
#

pretty confused whats going on with the experimental version cause everything works fine on it for me

sleek granite
#

yep rip that idea i'll let someone else figure out why lovely doesn't work

dapper helm
#

works for me

sleek granite
#

what how

dapper helm
#

idk i didn't do anything

grand geode
#

update lovely dll maybe

sleek granite
#

oh word

#

it did not work

grand geode
#

rip

sleek granite
#

no console window, no attempt to load steamodded

#

which is weird considering what was established earlier today about lovely being potentially able to attempt to inject into arbitrary exe files

dapper helm
#

oh i figured it out anyway

#

time to drop this run to test stuff

thorny kraken
#

in this house we appreciate stress testing (cheated, obviously)

sleek granite
#

im this house we have unlimited house

thorny kraken
#

at some point in the future i want to make this mod compatible with the infinite score mod just to see the absurdity that ensues

sleek granite
#

at some point in the future i want the infinite score mod

thorny kraken
#

it already exists for steamodded i think

sleek granite
#

yeah but idk if its too Compatible yknow

thorny kraken
#

yeah

#

friendship ended with joker stencil throwback is my new best friend

grand geode
#

hm lovely works for me on experimental

cunning silo
dapper helm
#

just came out in beta branch

grand geode
#

public beta

sleek granite
grand geode
#

i have the latest dwnapi.dll on this laptop i think

#

i'll recheck when i go home with an older dwnapi.dll

thorny kraken
#

okay i just had to show this. i wanted to regain joker stencil so i could do more testing. so i had a key that gave me essentially infinite money and then i just started refreshing the shop until i got it. i kid you not i genuinely took me 361 rerolls to get one of them

sleek granite
#

i have latest release lovely

#

idk how to compile things

sleek granite
thorny kraken
#

i dont know how to create a specific joker and i couldnt be bothered figuring it out when i could just give myself infinite money

#

i of course was not expecting it to take 300 rerolls

sleek granite
#

300 reroll hype

#

flash card gaming

grand geode
#

does the v0.3.1 dll not work?

sleek granite
#

nop

grand geode
#

concerning

sleek granite
#

never lucky

thorny kraken
#

ok the mod seems to work well enough for an initial release

sleek granite
#

win10 here

grand geode
#

w10

sleek granite
#

hm

cunning silo
sleek granite
#

joker yaoi....

dapper helm
#

joker yaoi....

grand geode
#

we had joker yuri

#

now we get joker yaoi

sleek granite
#

yea look at how big their hands are

#

joker yaoi

boreal ibex
astral glade
#

genderbent jimbo when

boreal ibex
#

dont tempt me

astral glade
#

do it

#

do it

boreal ibex
#

ok fine but tmrw

astral glade
#

HELL YEAH

fickle elbow
astral glade
#

im simply a girlboss

fickle elbow
#

same thing

boreal ibex
astral glade
#

im

#

ignore me im being silly

boreal ibex
#

no

#

women ‼️

sleek granite
#

no women?! guess i can only be here on tuesdays then

astral glade
#

why on tuesdays

dapper helm
#

what are you on tuesdays?

boreal ibex
#

apparently not a woman

sleek granite
#

genderfluid just like the rest of them

#

;p

#

dumb joke sorry ill go

astral glade
#

can i take a taste of the genderfluid!

sleek granite
#

do not the genderfluid

boreal ibex
astral glade
#

true?

boreal ibex
#

if you want it to be

boreal ibex
#

thanks for the Funny Phrase

astral glade
#

chat is this real?

sleek granite
#

rock and stone....

fickle elbow
#

because of the name

boreal ibex
#

gold switched for glass would make sensr

astral glade
#

i forgot gold was a thing

fickle elbow
#

lol

astral glade
#

yeah that makes more sense

sleek granite
#

theres 8 enhancements right

astral glade
#

yes? eys

#

yes

boreal ibex
#

yes

sleek granite
#

maybe this one is gold/steel/stone/glass and another blind is bonus/mult/wild/lucky

astral glade
#

oh hmmm

boreal ibex
#

prospector and gambler maybe?

grand geode
sleek granite
#

The Rock....

astral glade
lean dune
#

you need to make 0s a straight edge rank if there's no card that can come before 0s in straights

sleek granite
#

oh yeah you're right sorry

grand geode
sleek granite
#

i forgot tamariPlush

grand geode
#

so its kinda oug

astral glade
#

its real!!!

#

i might just put these blinds in my

exotic shadow
#

the real quesion is does it work>

astral glade
#

deck mod cuz i definitely DIDNT forget about it

astral glade
sleek granite
#

just make one mod with all of the things in it

astral glade
#

ill prolly do it later

#

im a tad lazy :3

worn cradle
#

where tooltips are generated? kind find anything about them in code

#

would like to change color of them

astral glade
#

CHAT ITS REAL!!!

lean dune
worn cradle
#

damn, yeah, I've seen generate_card_ui calling localize and I was like "it can't be it"

lean dune
#

that part is a giant mess

grand geode
#

oh no lovely doesn't work on my home pc

lean dune
#

you can try doing what localize does in your joker's tooltip function but I'm not sure that will work

umbral pilot
#

wtf

sleek granite
#

lovely doesnt work on my desktop or my laptop NotLikeThis

worn cradle
#

@lean duneno wait, box is (mostly) static for sure

#

where the hell it is

umbral pilot
#

crossing my fingers I can repro on my end tomorrow

#

update comes out tomorrow?

#

est

sleek granite
#

update available now in beta branch

#

apparently release in ~week

umbral pilot
#

perfect, not shitting my pants anymore lol

sleek granite
#

at least with people being able to load steamodded+mods it hopefully shouldn't be too hard to update individual mods once lovely gets figured out

#

(im too lazy to inject steamodded ok)

exotic shadow
#

it is odd that it doesn't work for some people and works for others

umbral pilot
#

yeah

#

it's not Windows versions

#

I think

exotic shadow
#

oh is it broken on mac versions?

sleek granite
#

no i brought up platforms earlier

umbral pilot
#

no, different win versions I mean

sleek granite
#

cuz i figured if it's not working at a basic level, figure out what basic level is different

umbral pilot
#

yeah

lean dune
#

I'll go hunting for issues between steamodded and v1.0.1 later, but it doesn't seem like there'd be that much

exotic shadow
#

wait its not working for me if launched form steam

sleek granite
#

launching from steam or exe is the same for me

#

it doesnt look like there's new "compat" tags for the new Joker Stickers

exotic shadow
#

I wonder if the love2d update broke it

#

would it for whatever reason not be loading dwmapi anymore?

#

I realized the setup I had it working under had older dll's

sleek granite
#

if it's possible to just rename the dll that would be funny

sleek granite
#

using the love.dll from 1.0.0

exotic shadow
#

ok well we found the issue

#

now the real question is what's the fix?

umbral pilot
#

it's possible that proxying a different system dll will do the truck.

#

vroom vroom truck

grand geode
#

vroom vroom

umbral pilot
#

that's the likely solution

exotic shadow
#

can we just rename the dll and it works or do you need code to adjust for that?

umbral pilot
#

nope, you would need to manually adjust the export ordinals in build.rs

#

it's pretty easy though

exotic shadow
#

okay

sleek granite
#

you lost me at "manually"

exotic shadow
#

well what probably will happen is metherul manually fixes it and releases a new version

sleek granite
#

yea

#

and until then i can probably just run this mismatched version

grand geode
#

let's see if old love works

#

yuppers

#

okay the house rules menu is getting cluttered what do

astral glade
grand geode
#

also newt i'm sorry 😭

rare shell
#

oh we have a week and we get to test the beta branch?

#

god bless thunk

umbral pilot
astral glade
rare shell
#

also hello metherul good to see you

astral glade
#

its actually fine and kinda funny

rare shell
exotic shadow
#

tbh I should learn more about how stuff like lovely works cause its super intresting and I have like no knowledge in the area

astral glade
#

god damn it

umbral pilot
grand geode
#

drying

sleek granite
#

crying

astral glade
#

scroll bar

sleek granite
#

scroll bars are illegal

astral glade
#

scroll barist?

boreal ibex
umbral pilot
exotic shadow
#

oh that's pretty neat

#

fairly simple too

#

lua is a good language for modding

umbral pilot
#

yep! it's elegant

#

I agree

#

the language itself is surprisingly simple

exotic shadow
#

I hadn't learned it before modding balatro, but its been quite simple, but effective

grand geode
#

does the game even have a scroll bar

exotic shadow
#

not that I'm aware

#

but I did implement scrolling at one point

sleek granite
#

scroll bars are illegal

exotic shadow
#

for my crash handler

#

no bar

sleek granite
#

no bar...... yo'ure on thin ice.....

astral glade
exotic shadow
#

listen its way better than it just goes off screen

sleek granite
#

(i jest)

#

sorry

astral glade
#

as do i

sleek granite
astral glade
#

whos her

umbral pilot
#

I'm a bit distracted atm

grand geode
#

whos her

sleek granite
#

mariyamPlush me

strong swift
astral glade
#

yea that clears it back

#

up

sleek granite
#

left?????

astral glade
#

ive got the wrong directions on the mind

sleek granite
#

yeah i saw the scrolling earlier good job on it

rare shell
#

back to making new jonklers

sleek granite
#

im sorry to have irritationed you

exotic shadow
#

its fine

sleek granite
#

because one of those is reasonable

wanton rapids
#

ace up the sleeve synergy?

rare shell
#

hand

astral glade
#

dusk synergy?

rare shell
#

yee, like dusk

wanton rapids
rare shell
#

final hand i guess

sleek granite
#

oh final hand

#

i was thinking previous hand

grand geode
#

uh

#

This Joker gains

rare shell
#

since when

sleek granite
#

isnt wee joker the only one with that stuffy-ahh pretentious wording

grand geode
sleek granite
#

oh heck is wording unified now Waaabbuffet

astral glade
#

consistency

dusky heart
#

grabber Is there a mod that reduces reroll costs by a modest amount? From $5 to $3 or so?

sleek granite
grand geode
#

get This Joker gains'd

rare shell
#

wait i forgor the capital J

grand geode
#

joker should be ca

#

ye

sleek granite
#

joker should be capitalized

sleek granite
#

so true jestie

grand geode
#

JESTIE

#

😭

astral glade
#

i should start saying jestie instead of breastie

sleek granite
#

https://www.youtube.com/watch?v=alA5y37dPCU this is what it sounds like inside my head when im modding btw.....

rice was making clownsonas and i wanted make a song for the clowns so i made this in three hours last night. im insane. thank you rice for making the video ur so cool and epic and for making the clown cinematic universe. lmk if y'all want this in stores :)!

i'll be posting an actual vocaloid song sometime Soon! i hope y'all don't mind all thes...

▶ Play video
rare shell
#

denied

grand geode
#

wtf that's an actual vane song

rare shell
#

not the right song

sleek granite
#

YEAH ITS A REAL VANE SONG

rare shell
sleek granite
#

oh shit fukase spotted

grand geode
#

wait this slaps

rare shell
#

i love this song

astral glade
#

i keep getting that song recommened

rare shell
#

it made me try to learn vocaloid

astral glade
#

in my Dishwasher playlist

sleek granite
#

court jester is smoother than i expected

#

my auditory processing issues ass cant understand half of this tho lmao

rare shell
#

its great

iron onyx
#

okay so

rare shell
#

the shit i can understand goes hard tho

iron onyx
#

if i might ask: what do y'all use to record your clips?

sleek granite
#

OBS

astral glade
#

gyazo

#

except

#

i have to go unfullscreen

grand geode
#

obs

sleek granite
#

so true jestie......

astral glade
#

so real breastie

astral glade
#

im gonna be dematerialized

rare shell
exotic shadow
#

Hello, handsome!

rare shell
#

Hello, handsome!

sleek granite
#

@astral glade:start_dissolve()

astral glade
#

NOOOOOOooo.,,,,

rare shell
#

(she did not properly get dissolved and now is stuck in the deck as an invisible ghost card)

sleek granite
astral glade
#

doge talk

sleek granite
rare shell
#

im still actually sobbing,,,

#

roffle doing a video on my mod,,,

sleek granite
#

yeah......

rare shell
#

ive been stunlocked all day ngl

sleek granite
#

it's a big time for you.........