#⚙・modding-general

1 messages · Page 956 of 1

neat widget
#

reload speed

woven crag
#

Bleed for 8 seconds no way

#

I get the reference

neat widget
#

that's mostly flavour text though I did want to slow down the game speed originally

#

but that would be really unfun and annoying to implement

dense egret
#

why hands are blue?

neat widget
#

that's how tf2 weapons are written

#

positives are blue, negatives are red

dense egret
#

oh

deft ore
#

is +150 chips reasonable for a no-downside uncommon

silent thistle
#

A friend of mine just got into balatro modding. Here is his first joker.

neat widget
formal orchid
#

goober

#

my first joker was my beloved blueprinter

silent thistle
#

He is also very extre

formal orchid
#

whcih createas a blueprint every time a blind is selected

#

:D

silent thistle
#

Yum

neat widget
#

my first joker was splish splash

#

riff raff splash fusion

silent thistle
#

Blue(print)er

neat widget
#

creates splash on blind select

silent thistle
#

I think my first joker is lost to time.

silent thistle
neat widget
#

but i didnt get there without being berated by multiple people for trying to code my mod in 0.9.8

deft ore
#

My first joker was sans undertale

neat widget
#

during the age where we were moving to 1.0.0

silent thistle
#

Teaching him how to do a jimbo™, so I take pride on him making a joker idk

deft ore
#

x77 mult for scored 7s

silent thistle
#

da f*ck

neat widget
#

sans undertale drinks all heart suit cards

#

there's no compensation he just takes them

#

they are his now

silent thistle
#

Amazing deckfixing

deft ore
#

Deckfixing

silent thistle
#

Checkered deck + sans undertale

delicate dust
#

checkans decktale

forest knoll
spare geyser
#

my stuff is terrible at following what most mods do lol of my 18 vouchers only 1 of them uses a patch lmao

neat widget
#

it will go in my unreleased stupid shit mod

#

idk if this is a thing that i would want to release or people would want released

delicate dust
#

do we have a 1/10000 foxy jumpscare mod

deft ore
#

new joker;
force x0.25 speed
+1 chip
retrigger self 149 times

formal orchid
#

actually

deft ore
delicate dust
#

awesome

dense egret
forest knoll
neat widget
silent thistle
#

loofs bamgit is uh...

deft ore
neat widget
dense egret
formal orchid
#

who else 😭

chilly smelt
#

Send it in dms

spare geyser
#

what does he do lol

dense egret
neat widget
#

he forgets the infinity stones

neat widget
spare geyser
#

mfw i forget the infinity stones (they aren't in fortlatro)

chilly smelt
true dew
#

gonna try mild cryptid for a bit cuz blue stake is kicking my ass and I wanna diversify the experience (or should I do pokermon first)

neat widget
#

pokermon is better

deft ore
#

Cryptid gamesets do nothing rn

chilly smelt
lunar sluice
dense egret
# deft ore

i need to see this but with cryposting now

deft ore
true dew
# deft ore

I actually set it to mild to avoid 7eee892 scenarios where things stop functioning

deft ore
dense egret
worn dagger
#

Why do you have two

true dew
deft ore
deft ore
true dew
#

talisman is literally only used for Cryptid I think

worn dagger
#

Still proves my point

neat widget
woven crag
#

Its mostly just for big number mods

neat widget
#

damn you file formats

woven crag
#

And its annoying for every other mod

neat widget
#

cannot stress this enough

#

1000% real and true

#

talisman ruins our lives but we have to deal with it because it's used with popular mods

hardy brook
#

I lowkey got jumpscared by SHONK lol

deft ore
#

talisman moment

dense egret
hardy brook
woven crag
trail berry
neat widget
deft ore
dense egret
neat widget
#

i haven't stopped looking at the submission sheet but it's still

#

below 20 unreviewed subs

#

¯_(ツ)_/¯

deft ore
#

I’ll do one for hotpot after it’s public

woven crag
spare geyser
neat widget
woven crag
#

Hi

spare geyser
#

hello eris

deft ore
woven crag
#

hello eric

neat widget
neat widget
#

what mod

hardy brook
neat widget
#

i'm fusing splash with every joker

deft ore
#

In Stars and Space is so very close to isat

spare geyser
#

why would tricky tony do this

woven crag
#

Undertale dlc 😱

neat widget
#

tricky tony???

#

in chapter 5 of undertale

lunar sluice
deft ore
main path
#

first weed, then gambling, now what

spare geyser
#

jimbo balatro is the secret boss of c5

deft ore
neat widget
distant badge
#

joker display...

spare geyser
#

we gotta beat him to get out of ralseis gambling debt

main path
#

has someone done that yet

neat widget
#

song that plays when you fight jimbo

graceful flame
#

Murpher wheel of mods hit pta

neat widget
#

pta?

graceful flame
graceful flame
hardy brook
main path
neat widget
#

oh neat

paper swallow
#

how do i make it in order to lose 1 mult per round

normal hollow
paper swallow
#

like popcorn

paper swallow
main path
main path
# paper swallow alr

dont return mult in the context i gave u, just do the mult decrease there
also i forgot u also need a context.main_eval

true dew
#

my first time doing pokermon

paper swallow
#

my fav strategy

spare geyser
main path
#

i mean its possible by reading through the file system

neat widget
#

I wanna know how to do that

spare geyser
neat widget
#

i think i'd get like 13000 mult

#

unironically

main path
#

yeah people have gotten jokers to scale based on discord messages sent

neat widget
#

they have what

#

hmmm

#

i don't just wanna remake the epic games launcher joke

spare geyser
# neat widget I wanna know how to do that
SMODS.Joker{
  key = "EGL",
  loc_txt = {
    name = "Epic Games Launcher",
    text = {
      "{X:mult,C:white}X#1#{} Mult if you have {C:purple}Fortnite{} {C:attention}installed{}"
    }
  },
  atlas = 'Jokers',
    pos = { x = 3, y = 45 },
    config = {
        extra = {
            Xmult = 5,
        }
    },
    rarity = 2,
    cost = 5,
    blueprint_compat = true,

    loc_vars = function(self, info_queue, card)
        return {
            vars = {
                card.ability.extra.Xmult,
            }
        }
    end,
  
  calculate = function(self, card, context)
    if context.joker_main then
      --print("Starting Fortnite installation check...")

      local function file_exists(path)
        --print("Checking if file exists at path: " .. path)
        local file = io.open(path, "r")
        if file then
          --print("File found!")
          file:close()
          return true
        else
          --print("File not found.")
          return false
        end
      end

      local fortnite_path = "C:\\Program Files\\Epic Games\\Fortnite\\FortniteGame\\Binaries\\Win64\\FortniteClient-Win64-Shipping.exe"

      if file_exists(fortnite_path) then
        --print("Fortnite is installed!")
        return {
          message = localize{type='variable',key='a_xmult',vars={card.ability.extra.Xmult}},
          Xmult_mod = card.ability.extra.Xmult,
      }
      else
        --print("Fortnite not found.")
      end

      --print("Fortnite installation check completed.")
    end
  end,
}
neat widget
#

but this sounds fun

#

waaait

#

i could do a thing like aikoyori's where I have a legendary that gains effects for each game you have installed

main path
tardy sigil
wanton lintel
main path
#

but thats like 99% of mod players so

neat widget
#

I just check for install on every game in my steam library (obv i can't do EVERY game)

tardy sigil
#

i dont even think you can play fortnite on linux because of easy anticheat

spare geyser
neat widget
#

I'm doing that

#

that's a million dollar idea

#

I am making that legendary

spare geyser
#

yw

round elk
#

hello chat, imma just watch what people do because i like to watch what people have as card ideas...

#

card ideas are so cool

solar maple
#

can someone explain to me what this joker does?

wanton lintel
#

oh dw theres a version that doesnt lie to you

neat widget
#

i don't know if it's more weird that you are watching us or that you declared that you are watching us

wanton lintel
#

average card you get in a high card build

round elk
tardy sigil
#

looks like it

main path
#

i think its from revos vault afaik

round elk
solar maple
#

this is the description

main path
#

oh right i forgot which mod added the ahead rarity

solar maple
#

but I dont understand it lmao

round elk
unkempt current
round elk
#

original

wanton lintel
#

what if there was a joker that opens a random image file on your device

tardy sigil
#

chat am i cooking

solar maple
round elk
#

i had an card idea but because i dont mod it just stays in my head...

main path
wanton lintel
main path
solar maple
#

Thank you, that makes a lot more sense now

tardy sigil
round elk
wanton lintel
round elk
#

Not the camera roll 😭

tardy sigil
#

move all my pictures to the screenshots folder for 20 trillion mult

spare geyser
main path
tardy sigil
dense egret
tardy sigil
#

ballatro

wanton lintel
clever aspen
wanton lintel
#

=0 mult if any of your files are named fortnite

main path
spare geyser
dense egret
round elk
#

On Mute: for each point of volume you dont have, add it to the number of chips this joker will give per scoring (up to 300 chips because there are 3 volume bars)

tardy sigil
#

...is it possible to launch a game with balatro? or at the very least a website

dense egret
main path
round elk
#

github right?

deft ore
#

It’s just running lua code

main path
#

brb making a rickroll joker

tardy sigil
#

FUCK OFF

round elk
#

those who know

deft ore
#

toes who nose

round elk
#

WAIT I JUST HAD A STUPID JOKER IDEA

tardy sigil
#

Joker that launches overwaycj when you lose

tardy sigil
deft ore
main path
round elk
#

Those Who Know: for each joker unlocked/discovered, add +0.3 Mult to the amount of Mult this joker will add on scoring

spare geyser
#

joker that makes you play a match of fortnite and you get mult based on what you placed

wanton lintel
#

does anyone know how to make a joker that plays music bc i want to make a joker you have to obtain to get hatsune miku that plays the first song sung by a computer (ibm playing daisy bell)

spare geyser
#

that'd be funny if i knew how to do that

tardy sigil
round elk
round elk
#

atleast its aditive

main path
spare geyser
wanton lintel
# dense egret

dear god
ban every item except jimbo, judgement and antimatter

dense egret
round elk
#

wouldnt it be funny if there was a potato pc card as a food cardç

wanton lintel
#

beating balatro with only jimbos

#

also i guess you could unban adversary if you have cryptid

main path
tardy sigil
#

new boss blind: debuffs luchador and chicot, -infinity chips, -infinity mult

dense egret
tardy sigil
#

legendary joker: ant queen, creates a negative jimbo at the start of the round

spare geyser
round elk
formal orchid
dense egret
formal orchid
#

ae

main path
#

i am also working on a devious boss blind lol

tardy sigil
#

no more fortnite! no more cards!!

dense egret
#

is +120 mods from @warm swan

formal orchid
#

i really need to polish my mod

formal orchid
#

but im downloading atm10 to the sky instead

spare geyser
formal orchid
#

knowing that it wont run

dense egret
tardy sigil
round elk
#

they just gotta reduce the chips somewhat though

gusty flint
#

whats the best mod that still remains vanilla in feel?

tardy sigil
#

mine

graceful flame
#

Lucky rabbit too

#

And maximus

main path
#

paperback and ortalab also feel pretty balanced around vanilla
but idk about vibes

tardy sigil
#

i actually do want some people to try my mod now that i think about it anybody up for that?

gusty flint
#

sure whats your mod

tardy sigil
#

its a vanilla esque mod with some silly joke jokers thrown in

round elk
dense egret
round elk
#

yeah exactly

#

rule 4

dense egret
#

pls dont say jambatro

tardy sigil
#

Jambatro

dense egret
wanton lintel
clever aspen
#

i thought slap berry could get me through this

spare geyser
tardy sigil
# dense egret ok fair, where is it

i havent put it anywhere yet but ill be putting it on github soon. for now ive just been archiving every individual version of it on my computer

dense egret
wanton lintel
dreamy abyss
clever aspen
#

oh yeah i was using the medieval deck and challengers sleeve for this run

wanton lintel
spare geyser
tardy sigil
round elk
tardy sigil
dreamy abyss
#

o_O

neat widget
#

uhh

round elk
neat widget
#

does anyone know why visual studio code is suddenly aligning all my = signs

#

when i press format document

#

this has never happened before and I hate it

round elk
#

pirated soul card 😭

pseudo dagger
dense egret
tardy sigil
round elk
wanton lintel
dense egret
round elk
#

it also randomizes cards consumables and others

spare geyser
wanton lintel
dense egret
pseudo dagger
round elk
spare geyser
dense egret
main path
#

so my mods gimmick is that you have to do certain tasks before you can transmute them into a much more powerful joker
how evil is having the player add 10 cards to deck while owning Idol

tardy sigil
#

thats not bad

spare geyser
#

dna go brr

tardy sigil
#

just get some standard packs

#

or some spectral cards

fathom gust
dense egret
main path
fathom gust
#

it LAGGED my game for a second when that popped up

round elk
fathom gust
#

though its probably because im doing something wrong here

tardy sigil
round elk
main path
#

also since i dont feel like having my mod read yalls screenshots folders imma make a place where yall can submit your own images so that way i dont deal with the privacy invasion of reading the players screenshot folder

round elk
#

because i see that u arent playing any cards there

fathom gust
tardy sigil
#

what

main path
#

prob in my mod's thread here lol

#

or if i make a discord server eventually for my mod

#

assuming it ever takes off

round elk
#

What if there was a card that simply restocked food item values...

neat widget
#

I feel like I'm going insane

tardy sigil
#

fridge tarot card

neat widget
#

visual studio code is fucking up my formatting

#

for 1 specific joker

#

and no other jokers even in the same file

round elk
#

how about a buffet

tardy sigil
#

ice bucket tarot card

neat widget
#

fantasy fridge

#

i don't know

#

I need this joker to stop being so fucking strange graaagh

round elk
main path
tardy sigil
#

ice buffet tarot card

spare geyser
#

i never ended up using this bug for anything but this was a funny bug when i made it 4 months ago

tardy sigil
#

salted bucket tarot card?

main path
#

does someone have that one gif of someone cooking ice cubes

tardy sigil
spare geyser
main path
neat widget
#

assuming you can start and stop it on command

tardy sigil
neat widget
#

oh my god

#

I figured out what the formatting issue was

tardy sigil
#

what was it

neat widget
#

that's so fucking stupid??

#

if you have 2 spaces between a variable name, and the = sign, it tries to align every = sign

#

if it's 1 or 0 spaces, then it doesn't try to align them

spare geyser
#

@neat widget

round elk
neat widget
#

going to put this on the jevil joker that gives you +9 hands, discards, handsize, shop size and booster packs and cards in booster packs

#

and he will also make the background move faster if that's a thing i can do

dense egret
main path
spare geyser
round elk
dense egret
main path
round elk
#

Triple Spike: X3 mult if the played hand has 3 spades

spare geyser
round elk
#

😭

dense egret
main path
round elk
#

alr that sounds cool!

spare geyser
forest knoll
#

working on a big font (numbers + question mark only)
6 could use a bit of work but i'm pretty happy with how things are coming out so far

neat widget
spare geyser
fathom gust
#

urge to do this

spare geyser
main path
# neat widget don't you dare

i will
although this blind will be classified as joke content and therefore able to be disabled with config toggles

neat widget
dense egret
fathom gust
neat widget
#

split the joker

spare geyser
#

like i have had some of the most strange errors while making my mod mostly because i am not good at coding

neat widget
#

i'm making that a joker hold on

#

it's a bomb

#

it explodes

fathom gust
#

joker randomly has a chance to explode any second
if it explodes, instant gameover

spare geyser
#

one time i SOMEHOW managed to turn specifically stone cards blue and this would crash the game i wasn't even trying to do anything with stone cards or the color blue

neat widget
#

Split the Joker
X5 Mult
1 in 10 chance to explode

#

but it doesnt say what the explosion does

neat widget
#

what it actually does is destroy all your jokers and set round score to 0

hardy brook
#

Dumb question: From what you know of Ortalab, what would you like to see more support for?

neat widget
#

splash

round elk
neat widget
#

i know nothing about ortalab, but you guys have to have a splash of some sort in there

west hill
#

We have splash if it was cool

neat widget
#

how dare you

spare geyser
round elk
dense egret
neat widget
#

Special Attack
X2 Mult if High-Contrast Cards is enabled

spare geyser
dense egret
#

you just made all fiction

spare geyser
round elk
spare geyser
spare geyser
#

would y'all play an ERROR of spades? (it also just crashed the game if you played it)

dense egret
dense egret
round elk
#

if only 😭

dense egret
#

m?

#

the chiken?

#

chicken

round elk
#

chickenç

dense egret
#

i forgor from which mod it was

main path
#

alright the limbo blind is one step closer to being a reality

dense egret
#

SDM i think

round elk
#

After Boss Blind is defeated, spawn a egg joker

fathom gust
#

i wonder what's gonna happen here

worn rain
#

no die, instead crashout

round elk
fathom gust
#

wonder if i can make a random chance for it to actually crash the game

main musk
fathom gust
rugged oracle
main musk
#

i installed multiplayer and in a agme with nebula deck i opened a bufoon pack and the game crashed

rugged oracle
main musk
main path
#

thats what im doing
so at the start of the blind itll do the keys and if you wait too long or get it wrong then
all jokers and cards are debuffed

#

or what it could do is it multiplies blind reqs by 10x

worn dagger
#

car

main path
#

yeah prob better

sturdy lichen
#

hi guys sorry to bother, i'm having a problem with the talisman mod, where can i go to ask for some help?

main path
#

also its not gonna be a showdown boss blind
its gonna be a regular blind

rugged oracle
main musk
#

ok

main path
#

straight up the limbo key sequence

#

i even have the key sprite

#

now the hard part is programming the shuffle animation

lunar sluice
main path
sturdy lichen
sturdy lichen
#

thank you very much, it worked!

warm swan
# formal orchid send the title screen

I can find the old images if you give me a second
I don't play Balatro anymore btw
If you ever need mod names/recommendations though, I'm here. I know every single mod in existance so

fathom gust
dire trail
true dew
#

I still haven't won a pokermon run

neat widget
#

a splash fusion

#

on an outdated version of fusionjokers

dense egret
sturdy lichen
leaden star
#

hey sorry to interupt but im trying to work custom deck builder but whenever i select a joker and go back to my deck i get a gamecrash

dense egret
#

@warm swan this one?

ancient kestrel
#

anyone know how to install the brainstorm mod?

warm swan
dense egret
formal orchid
#

thats one cray title screen 😭

forest knoll
#

no shenanigans here

ancient kestrel
dense egret
#

or .rar

ancient kestrel
dense egret
#

oh the same way you installed smods

forest knoll
ancient kestrel
#

in the workshop?

dense egret
#

oh you use BMM¿

ancient kestrel
forest knoll
neat widget
fathom gust
spare geyser
neat widget
#

it just made a boss tag REALLY REALLY big for a second

spare geyser
#

lmao

neat widget
#

hovering on the tag fixed it

tidal terrace
#

Ui break tag ?

#

Beautiful

neat widget
#

this is awesome and i love it

#

very fitting for the joker

random crater
#

I understand that with many jokers it can be normal for the game to take a long time to process, but even with the Talisman mod, is it normal for it to take this long? I removed the animation in the mod settings, but I give up on all games with my mods because of the delay, not because the game ended by crashing or something else. I just want to know if this is normal and if there is anything I can do. Thank you.

tidal terrace
#

Yes

#

Completely normal

random crater
#

fine :/ thre is anything i can do?

tidal terrace
#

Abort and do a new run

formal orchid
#

abort

#

🔥

tidal terrace
#

Or get a cpu that can handle 10 thousand calculations in a 0.1s

normal hollow
#

or play another more fun mod

neat widget
#

unshuffled my deck

tidal terrace
#

Like joyous spring

neat widget
#

and it will never shuffle ever again

#

the deck is ordered by ranks and suits perfectly and always drawn in that order

#

i'm very confused and it's perfect

#

i just need to do another thing

hardy brook
#

Shuffle?

#

Re Shuffle

wind token
#

Hi chat, I’m chilling as I kill zombies in Dead island 2

dusty token
#

hi chat, i just nuked my steam installation

formal orchid
#

nice

tidal terrace
hardy brook
dusty token
#

📎

tidal terrace
#

You think clippy would like steam

dusty token
#

clippy would never use 100% of your cpu on background

hardy brook
#

Microsoft stopped using Clippy in 2007.
Steam was created in 2003. There was a time where the two overlapped

hardy brook
ancient kestrel
#

finally

dense egret
forest knoll
dusty token
#

i got bored with my pizza tower noise pfp so i changed it

forest knoll
#

looking good

true dew
#

wait why is pokermon hard even on white stake

neat widget
spare geyser
#

theres probably a reason i scrapped this code

neat widget
#

yeah

#

i can see why

#

you might've done that

normal hollow
ancient kestrel
#

if i close lovely while playing will it disable the mod?

torn urchin
spare geyser
exotic belfry
#

Might as well drop this here too cuz it's cool

harsh glacier
#

hi astra from hotpot

forest knoll
#

hello cool modders you are all doing very cool things

formal orchid
#

some are

dusty token
#

so anyway i made a profiler that probably nobody uses except me

forest knoll
#

incorrect. you are a cool modder who is doing very cool things :3

neat widget
plush hound
#

😭

neat widget
#

i do not know why the jimbo is doing that
i spawned it in with debugplus to see how it would look next to the other card

#

to see if its soul sprites were too big

#

and it just did that

spare geyser
#

he would do this

exotic belfry
strong obsidian
#

Just give us a settings menu to write our unfunny jokes.

clever aspen
#

what does pcmcia card actually doing to balatro

torn urchin
prime dock
#

I HATE BUILD FILES
SDJKN NFD

#

GHJKBNMUY TVY FCRDXEB%YH^NU&JM*KIO <L>P:bygvfcntyjumk,il.ohbugyfc

#

hjknm, bgvfctdrxse45yb6h7unj8imk9o,l0.pj nhybgtvfrc

round elk
#

the

hard plank
#

shenanigans never stops

normal hollow
#

but when does the hot potato start

true dew
#

I thought I'd die after being sent to ante 8 directly after ante 2, but chad chili pepper and boredom are insane

dense egret
#

ah fish

tall perch
#

Gotta love a round 7 victory

hard plank
normal hollow
#

smh

lost bolt
#

i'm jokerdisplaying it

#

this has taken me way too long i may be stupid 💔

hard plank
solar sandal
#

hi chat

wanton rapids
#

...fluff?

dreamy abyss
#

notmario...

wanton rapids
#

missingnumber

dreamy abyss
#

code my jokers

#

im really braindead rn but im gonna continue trying to work on element consumables

wanton lintel
#

i love analogbaiting ppl

#

brilliant

vernal hare
#

big things coming to charcuterie 1.1

#

all my jokers so far

#

for 1.1

forest knoll
#

hi modding chat i just pulled yanagi's w-engine in zenless zone zero

#

yea
sorry lol

wanton rapids
#

uh congratulations i guess

hard plank
vernal hare
exotic belfry
vernal hare
#

do you like them

hard plank
#

I'm scared

#

i forgot how to make balatro mod

wanton lintel
feral marlin
#

First Time. Need Help:

Oops! The game crashed:
main.lua:2414: bad argument #1 to '?' (table expected, got nil)

Additional Context:
Balatro Version: 1.0.1o-FULL
Modded Version: 1.0.0~BETA-0711a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.8.0
Platform: Windows

Stack Traceback

(3) C function 'function: builtin#96'
(4) main chunk of file 'main.lua' at line 2414
(5) global C function 'require'
(6) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x1bcb5a00 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x1bc8ffc0, gammacorrect:false, title:Balatro, externalstorage:false (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(7) global C function 'xpcall'
(8) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(9) global C function 'xpcall'
(10) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])

neat widget
#

i never thought i would reach a point in balatro modding where I need to debug my joker sending you to purgatory if you start a new run while you have it

#

also hi it's me again

exotic belfry
#

Honestly Quips are pretty easy to implement, even for a non-coder

rapid river
#

Hey, I don't know if this is the correct place for this, but I just updated steamodded, and it made a duplicate mod folder in the roaming folder that stops me from launching the game

Which one(s) am I supposed to delete here?

dreamy abyss
#

finity did it

exotic belfry
cedar plinth
forest knoll
rapid river
#

Yeah, I should've figured it would just be the newest one, but I wasn't sure if the old ones had any ✨ important data ✨ or something

#

Thanks!

ornate bone
#

You could always make a mod that throws up a reference to the no way screen from Sonic 3 & Knuckles if it detects Talisman is loaded if talisman is that dog shit.

dreamy abyss
#

do we at least get to play blue sphere

cedar plinth
ornate bone
#

can you even play genesis roms from luna lua?

exotic belfry
ornate bone
#

or has nobody figured out how to do it.

hard plank
exotic belfry
#

aikoyori

cedar plinth
#

guys rate my setup

neat widget
#

marie

hard plank
#

jtem gc is just us playing activities

exotic belfry
neat widget
exotic belfry
hard plank
exotic belfry
#

WTF

hard plank
#

it's literally just us playing

cedar plinth
#

this is breaking every new boss i defeat

hard plank
ornate bone
#

i think you're good.

exotic belfry
#

Average cryptid run posting in mod chat that nobody really cares abt

main path
#

never knew the roaring knight was a miku fan

hard plank
#

haya did all the work

static bloom
#

got this error, anyone know whats wrong? Oops! The game crashed:
main.lua:5124: bad argument #1 to '?' (table expected, got nil)

Additional Context:
Balatro Version: 1.0.1o-FULL
Modded Version: 1.0.0~BETA-0711a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.7.1
Platform: Windows

Stack Traceback

(3) C function 'function: builtin#96'
(4) main chunk of file 'main.lua' at line 5124
(5) global C function 'require'
(6) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x3eabe668 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x3eabe6b8, gammacorrect:false, title:Balatro, externalstorage:false (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(7) global C function 'xpcall'
(8) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(9) global C function 'xpcall'
(10) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])

thin spindle
#

i think your game crashed

hard plank
#

while we're just playing daily sudoku together

exotic belfry
#

Could you send the crash file instead?

hardy brook
# vernal hare

IS THAT HOMOPHOBIA Heresy!? (The joke is that someone said Heresy from Ortalab is Homophobic)

normal hollow
ornate bone
#

i think somebody should use super balatario as a base line for a mod that puts a bunch of jokers that lets you play various roms in balatro with how you do in the roms adding either chips or mult calculated from the score.

hard plank
#

n

normal hollow
#

hi

hard plank
normal hollow
#

im cooking at 11pm

neat widget
#

the super balatri- CHEESE

exotic belfry
#

cheese sandwich

wind token
ornate bone
#

that's enough cheese.

normal hollow
neat widget
#

erm.. what the cheese?

hard plank
#

I'm not a skin walker

wind token
#

I like women

normal hollow
#

same

fathom gust
#

note to self:
this looks ass post-redesign

neat widget
#

did you lose a bet

#

what the hell happened to you

wind token
#

With?

cedar plinth
wind token
#

The fuck did I do bro

hard plank
ornate bone
#

I mean stuff like:

Sonic 3 & Knuckles - You gain Mult based on your score/100.

neat widget
#

the tag was what i was concerned about

wind token
#

Lesbian = hacked

hard plank
#

are you sure you're really comfortable in your own skin?

ornate bone
#

okay mpreg tag.

wanton rapids
neat widget
wanton rapids
#

what the fluff

hard plank
neat widget
#

hi still not a skin walker

wanton rapids
#

i never said you were

normal hollow
#

hi notmario

hard plank
#

I'm just clarifying

wanton rapids
#

hello N

hard plank
#

I'm still thinking on what to add to the hot pot

wind token
neat widget
#

oh hey it's the guy from that triangle fps game

hard plank
#

i don't know

#

i don't have good ideas

neat widget
#

who also happens to have made a balatro mod

neat widget
hard plank
#

I DON'T

normal hollow
#

add daily sudoku together

neat widget
#

your mod is like 80% good ideas

hard plank
#

😭😭😭😭

wanton rapids
wind token
#

I sneezed

cedar plinth
#

im trying to reach this number in 1 run

wanton rapids
dense egret
wanton rapids
#

oh

neat widget
wind token
#

I think the entire point was not being able to hit that

neat widget
#

start fusing stuff with splash

#

-# or take a break it's probably burnout

dense egret
hard plank
#

hot potato doesn't allow cross mod right now

neat widget
#

hot potato will become

#

cold potato

#

when i'm done with it

#

:)

dense egret
#

i forgot what # tbf

hard plank
neat widget
#

what is hot potato

wind token
static bloom
#

how do i update lovely? i need a newer version for the utdr mod

hard plank
wind token
neat widget
#

that sounds cool

cedar plinth
wind token
#

Wrong gpogto

#

Fuck

dense egret
wind token
dense egret
cedar plinth
hard plank
#

aikoyori's shenanigans is here tho

wind token
#

Go ahead

dense egret
wind token
#

That’s not near your goal at all

neat widget
#

splash is here

dense egret
#

you will need more than one ^ buddy

cedar plinth
#

i do

#

i have like 3, + 3 blueprints

#
  • 2 geminis
wind token
#

More than that

#

A lot lore

#

More*

hard plank
#

you need at least 2 ^

wanton rapids
#

yeah i dont think i can possibly convey how far away you are

neat widget
#

I can

wind token
#

You are closer to the sun in steps

neat widget
#

if you were to pull out your small intestines and compare them to the length you had to crawl to get to your destination, you would die

wind token
dense egret
wind token
#

The fuck does {} mean in math 😭

neat widget
#

the real question is

cedar plinth
neat widget
#

can TREE(3) beat the omeganum

wind token
wanton rapids
wanton rapids
wind token
neat widget
#

tree

fathom gust
#

🌳

wind token
#

We put fucking nature in math?

neat widget
#

it's apparently a number so large that we can't measure it

but it's proven to be measurable

#

which is funny as fuck

wind token
#

Like pi?

neat widget
#

no

fathom gust
neat widget
#

pi is 3.141592653589

hard plank
neat widget
#

we can comprehend that

wind token
#

Yea but it’s infinite

neat widget
#

yeah but we can comprehend it

wind token
#

Shut up nerd

dense egret
neat widget
#

what's the first digit of TREE(3) go

hard plank
#

it's still real

dense egret
cedar plinth
dense egret
wanton rapids
#

here's a diagram

neat widget
#

factorio the videogame??

wind token
#

I can’t tell if ur makijf a joke or not

dense egret
#

2! = 2
3! = 6
4! = 24
5! = 120

wind token
neat widget
#

I added the entire known universe as a scale

dense egret
neat widget
#

so you can see how big it is

hard plank
wanton rapids
#

its linear and logarithmic

cedar plinth
#

well i have infinite time

neat widget
#

no you don't

#

you have 90 years give or take

cedar plinth
#

wanna bet

wanton rapids
#

its physically impossible with the jokers you have installed

neat widget
#

you literally do not have infinite time

#

pay up

dense egret
wanton rapids
#

done

#

look again

dense egret
wanton rapids
#

i also added naneinf naneinfs naneinf times

wind token
neat widget
wind token
#

Oh it’s there mb

neat widget
#

it's right between the required score and their score

hard plank
#

1ee100 is already bigger than the amount of atom in the entire universe

wind token
#

I am flote

neat widget
#

well I only know 1 adam

#

and he's the guy from that vape meme

#

so yeah that tracks

cedar plinth
#

chat place your bets on if i get to omeganum

dense egret
#

ok wait

#

you know how e works?

torn urchin
#

I am a pear

main path
#

cryptid cant get to omeganum cap

cedar plinth
#

so place a bet

wind token
dense egret
wanton rapids
torn urchin
#

Tf

#

Roaring knight?

wanton rapids
#

"Infinity" doesnt count btw thats a bug

torn urchin
#

Is a Miku fan?

neat widget
#

someone explained this to me a while ago i think i can explain it

hard plank
#

twenty dollars if you reach it otherwise i donate it to The Trevor Project

cedar plinth
hard plank
#

okay maybe not twenty but I'll donate if you don't reach it

neat widget
#

john fluff has a wife or husband

#

new lore

#

write that down

wind token
#

I’m a bitch and they got me

wanton rapids
#

oh!

torn urchin
#

Or husband

dense egret
wind token
#

We’re friends tho

torn urchin
#

Nvm you changed it

#

I look stupid

dense egret
neat widget
#

omeganum is so imprecise that you physically cannot reach its limit because once you get towards the end of it, there aren't enough represented numbers for your score to increase?

#

someone said something like that to me

wind token
#

Numbers are gay

wanton rapids
#

you basically need John Balatro (who is Dead)

#

or The Best Joker Ever

olive hamlet
#

And given the lack of countermeasures against high score, it gets boring fast

wanton rapids
dense egret
wind token
#

You need to hit the fuckin hashtag

neat widget
#

it's called

#

a hash

wind token
#

Tag

neat widget
#

no

dense egret
neat widget
#

the hashtag is from social media

wind token
#

Shut up liberal

hard plank
neat widget
#

the symbol is called a hash

#

a hashtag is a tag that starts with a hash

wind token
neat widget
#

otherwise it would be a hashtagtag

olive hamlet
#

If you want cheap hashtags, then play morefluff, use a couple of retriggers and hyperjimbo/hypercam

dense egret
wind token
wanton rapids
#

damn ....

neat widget
#

i would bully any creature regardless of its social credit score

dense egret
wind token
wanton rapids
neat widget
#

so i deleted my account and never went back

hard plank
#

thy must reach octothorpe in scoring

#

why did i say thy

#

thee

wind token
#

Jokes on y’all, I pay for Balatro VIP

wanton rapids
#

what the apple arcade

neat widget
#

what the capitalism

hard plank
#

what the apple arcade

neat widget
#

oh

#

what the apple arcade

wind token
#

No it’s DLC, trust

dense egret
#

happend to my friend xd

olive hamlet
neat widget
#

i didn't place a pixel

wind token
neat widget
#

modding chat has a very

#

different energy

#

to modding dev

#

i guess it makes sense but i don't come here super often

wanton rapids
#

modding chat is basically off topic 2 at times

wind token
#

I got called a slur on Roblox once

wanton rapids
#

im sorry for your loss

neat widget
#

yeah you shouldnt be playing roblox

random storm
wanton rapids
#

at times can be all times

dense egret
wind token
olive hamlet
wind token
#

Oh right that whole sitorqtion

#

Forgot

exotic belfry
wind token
#

I don’t play anymore, it was like a year ago

olive hamlet
neat widget
#

modding chat is where all the cool awesome modders go to grovel about how bad their mods are and i feel like these people are actually people and not some far off mystical deity who makes the things i could only dream of making

#

that excludes the roaring fraud

wind token
dense egret
sleek granite
#

play my mod its bad

hard plank
#

@cedar plinth i don't think you are reaching the limit

soft thorn
#

play Autumn's mod its plaid

dense egret
#

@cedar plinth still here?

normal hollow
#

modding chat is where i come to see how many blocked messages there are and see autumn doing cool cross mod

wind token
#

I sneezed

neat widget
#

@cedar plinth barbecue bacon burger

soft thorn
#

how many blocked messages you up to now, N

wind token
dense egret
rough plume
#

does anyne know if theres a guide to be able to make my own texture pack for some cards ideally compatible with malverk

normal hollow
sleek granite
normal hollow
#

yes it's very nice

neat widget
#

complain?

wind token
#

See if

#

It

normal hollow
#

i think it's a bit mean

delicate dust
#

I stopped blocking people bcs I realized it doesn't matter
It doesn't immediately kill them so why bother /j

soft thorn
hard plank
#

I'll still not a skin walker

normal hollow
#

100

soft thorn
#

thats a lotta cross mods

sleek granite
#

i havent devved today i was eepy 😭

neat widget
#

I block people and I actually genuinely block people because most people don't follow through when they say they will block someone

delicate dust
random storm
normal hollow
soft thorn
sleek granite
#

you're my real dad shut up

thin spindle
random storm
wind token
#

N… am I ignored…

hard plank
soft thorn
normal hollow
tame stream
wind token
soft thorn
wind token
hard plank
thin spindle
#

guards kill both of them

normal hollow
normal hollow
neat widget
#

hey i know like

#

1 good argentinian person

torn urchin
#

Hi N

normal hollow
#

me?

soft thorn