#⚙・modding-general

1 messages · Page 1027 of 1

cloud willow
#

huh?

torn urchin
#

Lovely

vale sage
#

like idk, if it would copy Even Steven, it would give mult based on how Even Steven would give mult, not just +4 mult or whatever :P
that's why i'm confused cuz i thought you'd have to create the joker to even copy it's functionality...

torn urchin
#

Patches

cloud willow
frigid mica
#

How do you draw a spectral card?

cloud willow
#

this is where I found everything

torn urchin
#

Go back in utdr

frigid mica
#

like how do you capture the feel of a spectral card

wind turtle
torn urchin
#

And then

cloud willow
#

just these in the lovely folder

#

bunch of toml's

torn urchin
#

Mhm

#

That's where the code is

cloud willow
#

wich I'm guessing is just something for lovely to acess and ge t the names and code for everything

torn urchin
#

Some of it at least

#

Majority of it I think

vale sage
# wind turtle Yes, it works almost the same as creating a real card.

but then how would i copy what a joker does in a fake card? and how would i even get that without creating the card itself? anywhere i looked in the game's code when it came to copying a joker the table structure is always different in a way i can't just easily copy it and have it work 🤔

cloud willow
#

this is the biggest file

#

its just in the UTDR folder

frigid mica
#

does bunco conflict with new talisman

torn urchin
#

What about it

#

Interesting

#

I didn't know utdr got all this

wind turtle
cloud willow
#

cryptid and ut/dr use differnt smods versions

#

speaking of cryptid time to figure out how pointer works so I don't have to edit the code of my custom deck every time I wanna do somethign different

#

-# (I still have 0 idea how lua works)

torn urchin
#

Or newer

#

Idk

cloud willow
vale sage
#

ah almost

frigid mica
vale sage
#

well i mean, if it's a better approach, how do i adjust my code to create a fake card and use that instead? (sorry for the thousand questions btw i'm still learning about balatro modding as we speak ._.)

grand shadow
#

Hello

frigid mica
#

i'm still asking

grand shadow
#

And I still dont know

cloud willow
vale sage
cloud willow
#

I can't answer either of your questions cuase I know basicly nothing, but don't feel afraid the ask

wind turtle
vale sage
#

well i do agree with that-- i just kinda need to know how i can poll a random common joker and then somehow copy that without actually creating it <.<

grand shadow
#

Rare Somethingcom515 sighting

unkempt current
frigid mica
#

ok :(

grand shadow
#

Come back later ?

unkempt current
#

I don't think bunco likes talisman anyways

grand shadow
#

Idk I've never played with bunco

cloud willow
vale sage
wind turtle
cloud willow
cloud willow
vale sage
cloud willow
#

my guess was based on this random snippet

#

wait lemme pull up ace equillibrium cryptid code and see if I can find anything

#

got no idea ;-;

wind turtle
# vale sage i THINK i'm able to? i can technically just pull a joker out of the pool itself,...
if context.setting_blind then
    card.ability.extra.currentJoker = pseudorandom_element(G.P_JOKER_RARITY_POOLS[1], 'seed').key
end
if card.ability.extra.currentJoker then
    local key = card.ability.extra.currentJoker
    G.modprefix_savedjokercards = G.modprefix_savedjokercards or {}
    G.modprefix_savedjokercards[card.sort_id] = G.modprefix_savedjokercards[card.sort_id] or {}
    if not G.modprefix_savedjokercards[card.sort_id][key] then
        local old_ability = copy_table(card.ability)
        local old_center = card.config.center
        local old_center_key = card.config.center_key
        card:set_ability(key, nil, 'quantum')
        card:update(0.016)
        G.modprefix_savedjokercards[card.sort_id][key] = SMODS.shallow_copy(card)
        G.modprefix_savedjokercards[card.sort_id][key].ability = copy_table(G.modprefix_savedjokercards[card.sort_id][key].ability)
        for k, v in pairs({'T', 'VT', 'CT'}) do
            G.modprefix_savedjokercards[card.sort_id][key][v] = copy_table(G.modprefix_savedjokercards[card.sort_id][key][v])
        end
        G.modprefix_savedjokercards[card.sort_id][key].config = SMODS.shallow_copy(G.modprefix_savedjokercards[card.sort_id][key].config)
        card.ability = old_ability
        card.config.center = old_center
        card.config.center_key = old_center_key
        for k, v in pairs({'juice_up', 'start_dissolve', 'remove', 'flip'}) do
            G.modprefix_savedjokercards[card.sort_id][key][v] = function(_, ...)
                return card[v](card, ...)
            end
        end
    end
    return G.modprefix_savedjokercards[card.sort_id][key]:calculate_joker(context)
end
cloud willow
#

ah

#

no wonder cryptid has a helper function lmao

torn urchin
#

Sorry for the ping

torn urchin
#

I'm so glad I asked how you did your joker

wind turtle
vale sage
#

this should also work for modded jokers right?

wind turtle
vale sage
#

alrighty, lemme try this then

torn urchin
#

I'm also curious

#

Wise Something

wind turtle
vale sage
sleek granite
torn urchin
#

You're so smert

torn urchin
#

I'm losing my mind

#

Hai a haya

harsh glacier
#

cardareas only get saved if they are directly in the G table

#

no subtables

#

no nothing

vale sage
wind turtle
harsh glacier
#

i would recommend just a cardarea though tbh

vale sage
#

hrmm...

harsh glacier
#

i love nothing

vale sage
#

hold on let me send the loggg, my bad ._.

wind turtle
hard plank
#

hi

vale sage
full edge
wind turtle
harsh glacier
hard plank
#

I'm cooked

torn urchin
#

Did yk 100,000,001 is divisible by 17

hard plank
#

i mean 999999999 is divisible by 37 so it makes sense

vale sage
hard plank
#

not as impressive but still

vale sage
#

maybe i need to start a new run

wind turtle
torn urchin
#

I'm cooked

#

Wabalala

dreamy abyss
harsh glacier
#

mugen

thin walrus
#

hey hey could i ask what i did wrong possibly? i was trying to update my mods because it all stopped working so i downloaded the new lovely and steammodded

vale sage
#

after some digging, it's crashing at set_ability it seems

wind turtle
vale sage
#

ohhh so would setting it to nil change that?

#

i mean it should i think

#

let me see

wind turtle
vale sage
#

ok! it worked! but it seems to also change the joker's sprite too

torn urchin
#

Nxkoo

vale sage
#

ah prolly cuz i'm setting the center of the copied joker

plush hound
#

shut up im thinking

torn urchin
#

We should make out

hard plank
#

I'm so glad i don't get too many crash reports

#

for my own mod

plush hound
torn urchin
#

Put our Minecraft beds together

hard plank
#

does this mean no one is playing my mod

#

or is my mod stable as fuck

harsh glacier
#

Play my mod.

torn urchin
#

I'm not okay

plush hound
#

can i run love commands

#

in debugplus

hard plank
#

no rizzing in modding chat please

torn urchin
#

Okie 👍

#

I should play Haya mod

#

I remember it being peak

hard plank
#

wait so

torn urchin
#

And then it's been awhile since I looked at it

wind turtle
hard plank
#

is it just people not playing my mod

torn urchin
#

What

hard plank
#

or people do play it but it's stable

torn urchin
#

You might just be that goated

vale sage
torn urchin
#

I should play Aiko mod again

#

Collecting all the pages

#

Not playbook tho

vale sage
#

aikoyori's shenanigans is pretty based i think

torn urchin
#

It is based

hard plank
#

stability wise

vale sage
#

@wind turtle it seems to work as intended now! thank you for your help :)

torn urchin
#

It works

#

Show the drip

vale sage
#

gimme a sec

plush hound
#

trying to find some fun gimmicks

torn urchin
#

Where is this

wind token
plush hound
#

im NOT doing physics

plush hound
vale sage
#

well i have nothing to say actually since i implemented some shit myself but still

sleek granite
#

physics

wind token
torn urchin
#

Bleh

wind token
#

Joker that’s affected by physics

harsh glacier
plush hound
#

shut the FUCK up

wind token
torn urchin
#

What is it copying

sleek granite
#

counter up

harsh glacier
vale sage
harsh glacier
#

ok but what if it never releases

vale sage
#

what kinda question is that 😭

harsh glacier
#

a hypothetical

torn urchin
#

It's never gonna release 😔

wanton lintel
#

hello guys

formal orchid
#

Helo

torn urchin
#

Hey Revo

#

How are you

vale sage
formal orchid
#

Good wbu

vale sage
#

y'all are not getting gdash on balatro

torn urchin
#

Idk anymore

#

It's 7 am

#

I didn't sleep

formal orchid
#

Dang

#

Sleep bro

#

Its good for u

torn urchin
#

Have you seen my tier list joker

torn urchin
formal orchid
#

N o

#

I didnt

torn urchin
vale sage
torn urchin
#

Nah I'd win

wanton lintel
torn urchin
#

I'd win

formal orchid
#

Also scrapped?

torn urchin
#

Yes

sleek granite
#

scarpped

quartz wasp
#

Good morning modchat nation.

torn urchin
#

Scrapped is when I wanna make jokers

#

But it might possibly not be in the main game

#

So it's just there

formal orchid
#

Add a printer to S tier as an easter egg

torn urchin
#

Modded tier list joker

torn urchin
formal orchid
#

Fire

full edge
torn urchin
torn urchin
# torn urchin

You guys got a better idea what this joker could do or nah

sleek granite
#

what if you wanted to play grab bag but you had 52 random hexed cards added to your deck

quartz wasp
# torn urchin

Maybe something with ranks being in order from high to low but that may be Straightslop

torn urchin
#

Gayslop

quartz wasp
#

That's just balatro

harsh glacier
#

lesbianslop

#

nonbinaryslop

torn urchin
#

Panslop

#

Switcharoo

vale sage
#

hol up why does that go hard

wanton lintel
torn urchin
#

Teto

#

I'll just make a Teto enhancement

#

Idk what it will do

wanton lintel
torn urchin
#

Mix around

wanton lintel
torn urchin
#

Pear

wind token
torn urchin
#

Haters will say no

quartz wasp
wind token
#

You look adorable

quartz wasp
#

: ]

wind token
torn urchin
#

Heh

#

How would I detect rarity

#

With the amount of rarities of other mods

wind token
#

Do

#

Idk

torn urchin
#

Aight

dreamy abyss
#

a

#

aaagh ill probably be busy all day tomorrow but i do want to draw more jokers

obsidian sky
torn urchin
#

Uh

hard plank
#

killing aikoshen

dreamy abyss
#

?

hard plank
#

not really but

#

next update

#

Will be about killing

normal hollow
#

finally

#

i can steal letter deck

hard plank
#

ok but i really should make letter modifier

harsh glacier
#

wtf

#

aiko can you add mojibake

hard plank
#

which means sacrificing nxkoo

blissful brook
#

What about math boss blinds

harsh glacier
#

math deck:

blissful brook
#

Also, when stream will be approximately

blissful brook
hard plank
#

idk I'm lazy

digital moat
#

okay this may be a very dumb question, but are the versions of steamodded and lovely listed on thunderstore up to date or are they outdated? trying to put together a thunderstore version of my mod but if the versions are off then screw that lol

full edge
#

Very outdated, as far as I know

digital moat
#

Oof that's all I need to know lol rip thunderstore

full edge
#

Poor metherul

digital moat
#

At least Nexus got my back. Can't believe I uploaded my first ever mod today (yippee!)!

plush hound
grand geode
#

bad news

hard plank
torn urchin
digital moat
#

I mean if thunderstore's stuff is outdated i can see why, but what's wrong with nexusmods?

torn urchin
#

Couldn't copy the ability of last bought card working?

harsh glacier
hard plank
#

i have to log in to use nexus

#

and i hate it

harsh glacier
#

wtf tachyon

edgy herald
#

only github is 100% up to date

normal hollow
#

nexus is almost up to date funnily enough

blissful brook
normal hollow
#

but yeah use the github releases

edgy herald
plush hound
#

couldnt be arsed since no one does it too

harsh glacier
#

ortalab

plush hound
hard plank
#

haya

harsh glacier
#

aikoyori

plush hound
hard plank
#

i will stream tangents after i am done with homework

#

lol!

harsh glacier
#

wtf!

torn urchin
edgy herald
#

i love yggdrasil giving me a cyptid-lite experice fr

torn urchin
#

And guess what

#

Doesn't even work

blissful brook
torn urchin
#

So I'm.like welp

hard plank
normal hollow
#

my mod has cute anime girls and horses in it

torn urchin
#

And Hatoving did the sans thing so I'll be waiting for that

harsh glacier
#

play my mod

#

it has uhhhh

#

new currency

torn urchin
#

Mine has Teto

hard plank
torn urchin
#

Damnit

#

Deleting my mod

plush hound
full edge
#

Are the smods and lovely versions on nexus uploaded by meth/Aure/eremel? Or is it just someone else providing the git releases?

torn urchin
normal hollow
hard plank
#

reminder these are the old sprites

edgy herald
plush hound
#

can someone

PLEASE

tell me how this works

digital moat
normal hollow
plush hound
blissful brook
#

My mod no longer has shitpost
It is truly vanilla adjacent

edgy herald
#

why tf is smods and lovely on nexus bro 😭

#

is github that technical for people

torn urchin
full edge
#

Also, nothing wrong with uploading your mod to Nexus. I just recommend making a thread here with a GitHub repo, too, as that's the community default

normal hollow
torn urchin
#

You'll see what you wanna see

harsh glacier
#

my mod is cryptid-like that pivoted to mint halfway

#

thanks ari

plush hound
#

PTA is numberslop

torn urchin
normal hollow
#

mint??

olive hamlet
torn urchin
#

Read Nxkoo read

harsh glacier
#

nxkoo this is why i hate you

full edge
harsh glacier
#

die

normal hollow
blissful brook
hard plank
#

i think i should make a mechanic based around sacrifices

harsh glacier
#

get rid of the ahead jokers ez

blissful brook
#

(we don't talk about rigged shitim deck)

normal hollow
harsh glacier
#

have you checked out gacha deck with gambling sleeve

plush hound
#

yES

normal hollow
#

also is_suit i think crashes

plush hound
#

huh

torn urchin
blissful brook
torn urchin
normal hollow
#

you would need to use other_card.base.suit

blissful brook
normal hollow
#

if it doesnt crash then its never getting there

plush hound
#

hold this

#

brb

torn urchin
#

What am I holding

plush hound
#

BALLS

wanton lintel
#

this is quite the sentence to open moddingchat to

edgy herald
#

fuck I got too many neg antes and got -nan

harsh glacier
plush hound
#

stOP BLUNDGERING me

plush hound
torn urchin
#

Gay

harsh glacier
#

blundgering

plush hound
#

thunk????

normal hollow
torn urchin
#

This is in the lovely Nxkoo

plush hound
torn urchin
#

Okay

normal hollow
plush hound
#

also

#

EC is

#

OLD

torn urchin
#

You're old

plush hound
#

i am

#

thanks

hard plank
#

I'm old tho

#

???

torn urchin
#

Anytime

harsh glacier
#

nxkoo is young

#

proof: banned from the femboy server

torn urchin
#

Yikes

#

He did?

plush hound
#

i did

torn urchin
#

L

harsh glacier
#

also banned from the tcoaal server

#

and numerous other servers i probably can't name here

plush hound
#

i did..

#

i did,,,,,,,,,,,,,,,,,

torn urchin
#

What did you do

hard plank
#

nxposed

#

xposed framework..

plush hound
#

okay it works now

#

@normal hollow tyyy <3

#

mwah

harsh glacier
#

gayyy

hard plank
#

?????????

torn urchin
#

Gay

torn urchin
normal hollow
hard plank
#

eremel please accept my pr

normal hollow
#

give eremel a break

hard plank
#

i already made an LSP for it 😭

normal hollow
#

as you should

wanton lintel
plush hound
#

i need someone to rectify my ocde

#

ocde

#

code

#

fuck me

hard plank
normal hollow
#

ok

torn urchin
#

Oh well

#

Still a W tho it works

plush hound
#

god damnit

normal hollow
#

is func optional

torn urchin
#

I don't want too

plush hound
#

DEROGATORY

plush hound
#

cant even post gifs here

normal hollow
#

good

plush hound
#

why cant you WORK

torn urchin
#

Cause you suck

plush hound
#

keep sucking on it

wind token
#

is that physcics

plush hound
#

no

torn urchin
#

Sir yessir

wind token
#

fuck you

distant badge
#

hi bachatro

torn urchin
#

Sigh

plush hound
#

listening to Joji as we speak

#

well

#

i lied

torn urchin
#

Fym you lied

plush hound
daring sluice
plush hound
daring sluice
#

yes

#

im saying you have the precedence wrong

plush hound
#

wdym

#

OH

#

okay

#

fuck me

#

god

#

hold on

daring sluice
#

no

plush hound
#

jSHUT Up

daring sluice
tidal terrace
#

Rust

junior rock
#

haiiiii :3

plush hound
#

why only mouse

#

haaaaaaaaaaaaaiiiiiiiiiiiiiiiii

buoyant kestrel
daring sluice
tidal terrace
ornate burrow
# plush hound

I love having sigma rizz circus from fnaf blasting in the background with pyrocynical as the back of the deck with GM_Construct as the background

distant badge
#

this is like undertale coding

daring sluice
#

you wrote if not blahblah and blahblah and blahblah when you meant if not (blahblah and blahblah and blahblah)

junior rock
#

does anyone know why the demo versions of the game files werent decompiled? im guessing it was to prevent notepad editing to just unlock the full game and such, but maybe it was just an oversight cause it clearly didnt stop it
(thats why the demos were taken off steam, cause u could just unlock the full game basically)

tidal terrace
#

I need reward tag ideas

plush hound
#

someone tried to archive the demo

#

no chance

#

unless the admin of this server can be contacted

junior rock
tidal terrace
#

Chat do you like harder challenges or easier ones ? Or a mix of both

distant badge
junior rock
tidal terrace
shy quail
#

I think its the best design so far for Red++

tidal terrace
#

Oh no

torn urchin
shy quail
#

Yeah we dont talk about the stone card

torn urchin
#

I love stone cards

umbral pilot
tidal terrace
distant badge
#

hi metherul

umbral pilot
#

hey peeto

torn urchin
#

METH

umbral pilot
#

hey opal

ornate burrow
torn urchin
#

Haiii

plush hound
#

hiiiiiiiiii

umbral pilot
#

nxkink!

torn urchin
#

Fuck you Niko

shy quail
distant badge
#

bye* nxkoo*

umbral pilot
#

how are you doing friend

quartz wasp
torn urchin
#

I'm doing fine

#

And you?

tidal terrace
#

Purple ++ seals should give you a mega arcana pack tag when discarded

torn urchin
#

I need to sleep

distant badge
tidal terrace
#

Sorry give me a second i need to gamble

pastel surge
#

half seal
1 in 2 chance to create a double tag when scored

umbral pilot
#

but not bad sick

#

sick af perchance

torn urchin
#

Like rad sick?

#

Baller sick?

#

I'm going insane

#

Have you seen my tier list joker

shy quail
#

You need the space for the 3

tidal terrace
#

A pack would’ve been better honestly

ornate burrow
#

oh god

#

what if an entire deck with tha- nah i'm joking. that's way too broken

shy quail
#

Im gonna playtest it and see if its as strong as the other ++ seals

torn urchin
#

What does blue seal do

shy quail
#

but im considering the pack tbh

full edge
#

okay time to the work i still need to finish to be able to feed myself, now. And then start going through every mod thread and see if I can bully people into using counters

shy quail
torn urchin
#

Yeah that's what I thought it would do

#

Swag

shy quail
#

kinda goo fr

distant badge
#

can we get oops! all oops! all 6s

shy quail
#

But I really like my gold++

blissful stag
#

7

shy quail
hard plank
#

pearto

harsh glacier
blissful stag
#

Development resumes during my semester break

tidal terrace
shy quail
# shy quail

I wrote it wrong it gain 2$ after hand played if stay in hand and it reset at end of round

normal hollow
shy quail
#

So you can litteraly gain 26$ with one card without retrigger

torn urchin
#

You gonna show me a Teto song?

shy quail
#

Update Description

normal hollow
#

i really like that channel that does english covers of teto songs

torn urchin
#

Which one

#

Jamie Paige?

hard plank
#

😭

normal hollow
torn urchin
#

Ah

#

That's what you meant

#

Spoken for in Japanese?

#

Hold up

hard plank
#

sorry

torn urchin
#

Why

#

You said my name there's nothing wrong with that

solar sandal
#

hi chat

blissful brook
#

Hi Aven

distant badge
#

hello aven

hard plank
#

i need to lock in

solar sandal
#

i am going to play more adofai

hard plank
#

had to ask ai because i am too stupid in linear algebra

#

i

#

uh

#

i read what i said and

#

i am stupid

astral vapor
#

cant believe i got myself to lock in on music

hard plank
#

my brain did not calculate

blissful brook
astral vapor
distant badge
hard plank
#

no like im stupid

#

i want to graduate at all cost

astral vapor
#

@main path

hard plank
#

they are both offline

#

nvm vbro is up

plush hound
#

progress

hard plank
#

im not asking my homework

#

i just didn't read

distant badge
#

im going to university for maths (i start next week actually)

hard plank
#

wtf is linear algebra

blissful brook
plush hound
#

pp

astral vapor
#

im going to university for art (i also start next week)

blissful brook
#

Are we r/anarchychess

astral vapor
#

so my joker art is gonna be so good once i get a degree

hard plank
#

my ipad is not ipadding

astral vapor
#

/j

distant badge
#

everything you turn in is 71x95 pixels maximum

#

(i hope it goes well :3)

astral vapor
distant badge
#

i will be travelling by train for 8 hours a week

main path
hard plank
#

@main path how do i do linear transformation

main path
ornate burrow
hard plank
#

i have a problerm because instead of studying i fucking mod balatro

astral vapor
#

^q^

sleek granite
#

^q^

distant badge
#

uk government testing the emergency alert system on sunday… can’t wait for my phone to make a loud noise

solar sandal
distant badge
#

turning alerts off runs the risk of not knowing if the planet will collapse in the next 5 days

main path
wanton lintel
#

:3

#

missed print

blissful brook
#

Chat, I am dumb.
I forgot to disable my mod and debug plus when actually playing

blissful stag
#

Computer, 500 joker concepts that i will never make

lunar sluice
#

ctrl+f for can_use_joker

distant badge
lunar sluice
#

is useable jokers something worthwhile to pr into smods or is this too niche of a feature

#

cause its setup to be fully dynamic and everything

main path
lunar sluice
#

code is pretty simple too since the main thing is just adding a new button

cloud cipher
#

Consumables can have calculate right

shy quail
#

Rework it

sleek granite
#

hehehe

urban ibex
#

hello, this guy is crashing my game and i cant find a way to make it work, can you guys pls help me ? (ping me)

cloud cipher
full edge
sleek granite
#

slightly; i feel like it was a factor but obviously theres a lot going on

full edge
#

I mean, it being noticable's already pretty neat

sleek granite
#

well im not entirely sure because of various factors that may have influenced it (read: stacked effects) but using the philosophical deck+sleeve combo (spawn with 10 philosophical jokers) seeeeeeemed to be smoother

tidal terrace
#

do you guys like crossmod ?

sleek granite
#

i like crossmod

tidal terrace
#

autumn i know you do don't answer

sleek granite
#

oh

tidal terrace
#

you're john crossmod

wanton rapids
#

crossmod is good

full edge
#

Cross-mod is fun

wanton rapids
#

edition stacking by not actually using editions is interesting

#

*shaders

full edge
#

I should figure out what I wanna do for the final Morefluff enhancements for Kino

tidal terrace
#

i stacked all shaders on a card once

#

it looked nice

hard plank
#

notmario

#

it's time for crossmod graph again

full edge
#

Supervillain card, and I guess Mystery cards should be eh... Hysteria cards? Is that anything?

tidal terrace
#

aikoyori can you link me to the gui tab for the hardcore challenge please

wanton rapids
#

ill make it open source or something

tidal terrace
sleek granite
hard plank
#

some flame thing

tidal terrace
#

what method are you using to display it

buoyant kestrel
hard plank
#

some object

#

i wanna finish homework rn ask me later

astral vapor
chilly pine
blissful brook
#

Worst mod (after tangents)(I need to add content)

sleek granite
hard plank
#

maximus goes kino

cloud cipher
hard plank
#

yea

cloud cipher
#

And they activate while they're held right

fathom gust
#

oh hey i found (i think) my first joker

hard plank
#

yes?

buoyant kestrel
cloud cipher
sleek granite
blissful stag
#

I wonder who that could be

plush hound
astral vapor
distant badge
#

milky’s multiverse maximus goes kino

sleek granite
#

wait is multiverse thing out

lunar sluice
#

hooks.lua iirc

astral vapor
#

milky’s ortalab multiverse maximus goes kino

lunar sluice
#

the hook to add the buttons is very large and you only need one part though

sleek granite
cloud cipher
lunar sluice
#

it's even funnier because I have 3 title screen things

#

solar ace, entropy card, and shoe late loading background colours

cloud cipher
#

Oh wait i told someone to download mayhem
i have failed

frigid mica
#

Oops all mayhem

buoyant kestrel
cloud cipher
blissful brook
#

Aseprite multiplayer /j

cloud cipher
#

Moral even

buoyant kestrel
#

Oops! Too Many Titlecards!

latent crescent
chilly pine
buoyant kestrel
#

X0.1 mult for each titlecard card

chilly pine
#

and i have to wait like 10 seconds

lunar sluice
#

benefit of using Linux where activity detection just doesn't work for no reason

#

i never get that menu

astral vapor
#

@wanton lintel WHAT ARE "what the fucking" CARDS???

hard plank
#

:3

astral vapor
#

LYRE

#

WHY DID YOU SET ME TO 0 DISCARDS

normal hollow
#

chat im debuffing u

wanton lintel
wanton lintel
#

it says a calamity

astral vapor
wanton lintel
#

and calamaties are bad

astral vapor
#

IDK THE CALAMITY MOD IS PRETTY FIRE???

wanton lintel
#

the textbook definition of a calamity

#

like idk what else to tell you

wanton lintel
hard plank
astral vapor
hard plank
#

why are you scared of The Water

tidal terrace
#

cat

wanton lintel
hard plank
#

slightly updated teto

#

hand looks like hand

normal hollow
#

aikoyori

#

how do i art

hard plank
wanton lintel
normal hollow
tidal terrace
wanton lintel
#

i wish you luck on you venture, lumiii, you have gone down an irrecoverable path.

normal hollow
#

i might make a joker based on this tiny me

#

but i would need to finish the ones i planned first

hard plank
hard plank
blissful brook
normal hollow
#

damn

hard plank
normal hollow
#

how do i make this sync up im bad at music

tidal terrace
buoyant kestrel
#

okay so i have this whole set of gamebreaking cards
how exactly would i give access to these guys without just putting them in the shop like a lunatic

#

(consumables)

grand geode
#

smh

hard plank
#

GHBWRUIOSDHJV

normal hollow
grand geode
#

aiko why are you keysmash

hard plank
#

WTF

quartz wasp
#

Does main_end not work on seals? I'm trying to make a seal that copies the last used planet or Tarot at end of round but I can't get the main_end node to display.

grand geode
#

WHAT THE FUCK

#

yooooooo

digital moat
#

is there a way to delete files you put in the main branch of your github project? This shit is lowkey making me want to throw my laptop into the fucking sun

normal hollow
fathom gust
#

why must this game be so cruel to me

hard plank
grand geode
#

that too i guess

buoyant kestrel
#

entity players goes nuts bro

digital moat
wanton lintel
blissful brook
#

Doing fake jokers family

daring sluice
#

what the fucking

tidal terrace
hard plank
#

the mismatch of style is killing me

#

i will kill aikoyori

wanton lintel
normal hollow
daring sluice
sleek granite
wanton lintel
#

holy peak

digital moat
hard plank
blissful brook
distant badge
#

:3

wanton lintel
blissful brook
#

Btw, with what mods I should add crossmod with

buoyant kestrel
blissful brook
formal orchid
#

fire

normal hollow
tidal terrace
#

fire?

formal orchid
#

🔥

tidal terrace
#

judgement never

formal orchid
#

cus

#

no art

wanton lintel
digital moat
blissful brook
#

I just realised that 95% of my mod ideas consist of: ? cards, Fake jokers and Ace themed jokers

hard plank
#

today will be the sacrifice of the aikoyori

formal orchid
normal hollow
blissful brook
#

Which Ace combat cover I should use for joker?

frigid mica
wanton lintel
wanton lintel
#

guh

digital moat
frigid mica
blissful brook
wanton lintel
normal hollow
wanton lintel
normal hollow
#

then commit changes

blissful brook
wanton lintel
digital moat
edgy herald
#

I love when mods interact in funny ways

normal hollow
wanton lintel
#

hi astro

tidal terrace
#

lyre you should be banned from this chat

wanton lintel
#

why

#

its just misprint

tidal terrace
#

gambling addiction

#

what does the misprints do

wanton lintel
tidal terrace
#

it's gonna hit next time

#

trust

lusty ibex
#

Very funny run

wanton lintel
#

dear god my old joker card temblate was very off colorwise

blissful brook
#

I am dumb and forgot to make layers

hard plank
#

HIDEOGAMES...

grand geode
#

Play with my Hideo Games

tidal terrace
#

i love stacking my whole code in 1 file

#

and then breaking it last minute

normal hollow
#

i dont love that

tidal terrace
#

it's actually fun

normal hollow
#

is it

sleek granite
#

what if i go up here instead

hard plank
grand geode
#

find my bug in my 30000 lines code

hard plank
#

can you somehow make a 18-way crossmod

normal hollow
#

me reading the cardsleeves code

tidal terrace
#

yes try working with unorganized 1.5k lines of code

sleek granite
#

only 1.5k?

tidal terrace
#

i started yesterday autumn

sleek granite
#

oh ok

tidal terrace
#

i don't even have jokers it's an api mod

sleek granite
#

i was gonna say my stacked effect file alone is like 2520

wanton lintel
#

i organize by item type and fucking nothing else

tidal terrace
#

that's pretty stacked

wanton lintel
#

any ideas for misprint seal

sleek granite
#

i think i like the idea of staring ominously from over the collection

tidal terrace
#

it's staring into my soul

astral vapor
tidal terrace
#

10/10 would play again

hard plank
tidal terrace
#

what ?

sleek granite
#

atp its probably possible if you count stacked effects....

tidal terrace
#

i added furina to my mod

hard plank
#

sorry

#

i wanna add furina

#

i am, doing homework

tidal terrace
#

you're behind aikoyori

hard plank
#

please

#

i am sorry

tidal terrace
#

it's okay child

#

we can do crossmod

#

when you add that furina

hard plank
#

😭

#

I AM DOING HOMEWORK

woven crag
hard plank
#

PLEASE

sleek granite
#

aiko

#

chill

tidal terrace
#

aikoyori crashout

sleek granite
astral vapor
#

there we go

hard plank
#

goodnotes supporting latex is really cool

woven crag
#

shut

normal hollow
woven crag
#

when are we getting Garbshit Ortalab repainted Multiverse Maximus goes kino + fool's gambit

wanton lintel
# astral vapor

Milky's Ortalab Cryptposting VallKarri AikoSken Entropy Finity [idk the other mods] Multiverse Maximus Goes Kino

#

anyway misprint seal progress

hard plank
#

guys

vale sage
hard plank
#

my gmail

normal hollow
#

wtf

blissful brook
hard plank
#

aikoyori branded gmail

vale sage
#

my favorite tech company, aikoyori

tidal terrace
#

adding challenges is so fun

wanton lintel
#

right off the card

tidal terrace
#

5/10

wanton lintel
#

peam

tidal terrace
#

just needs a bit more polishing

hard plank
#

anyway guyse

wanton lintel
#

ive gotten the s seal of approval (ba dum tiss)

hard plank
#

i have access to google workspace

tidal terrace
#

i'm pretty sure you can randomise all values and replace them with dynatext lyre

woven orchid
#

i love waking up and feeling like i’m going to throw up

#

good morning chat

hard plank
#

lily u ok?

woven orchid
#

i’m hanging in there

hard plank
#

go to the doctor

wanton lintel
hard plank
#

if you need it

wanton lintel
#

gm, hope u feel better :)

tidal terrace
#

aikoyori i'm adding you as an easter egg

hard plank
woven orchid
#

i think i am fine i just get really bad anxiety sometimes even if i don’t actually feel nervous

worn dagger
tidal terrace
#

aikoyori i'm going to force you to add crossmod

shell ocean
#

Hii, does anyone know what could be wrong here? Its from themed jokers: retriggered and everything but the pieces of the mischievous one work?

hard plank
#

chat

mortal pivot
shell ocean
#

Yeah but can i fix that?

shell ocean
#

I could send you the files if you wanna?

hard plank
#

i would advise against getting balatro mods from nexus lmao

#

and about github

#

is it that one awesome balatro page

wanton lintel
shell ocean
#

Buying???

#

Why would i buy it?

wanton lintel
#

its a reference

oak kernel
#

what arguments would i give my friend to make him stop editing the exe to change the textures

tidal terrace
#

/ref means reference ? i thought it meant refrigerator

shell ocean
wanton lintel
shell ocean
shell ocean
mortal pivot
shell ocean
#

So i just go into the mods code?

mortal pivot
#

yup

tidal terrace
#

someone send the furina mods installation image

wanton lintel
hard plank
#

they are on github but they are usually not listed publicly

#

which sucks lmao

tidal terrace
#

coffee ran out

hard plank
#

furina...

wanton lintel
shell ocean
tidal terrace
#

i added aikoyori reference

hard plank
#

😭

wanton lintel
hard plank
#

500 felt like nothing now help

tidal terrace
#

you won't guess what it is

hard plank
#

sorry?

tidal terrace
normal hollow
#

i have 550 jokers and i only have 1 content mod :3

quartz wasp
hard plank
#

you are better at modding than me

wanton lintel
normal hollow
#

its cheating

mortal pivot
#

i have 3 content mod and my fps is 10

shell ocean
#

Fair but still to much for me (Can't stop tho)

normal hollow
#

now get joyousspring + entropy for the same screenshot with only 2 mods

shell ocean
#

My fave mod is the mewing jokers, it's so silly

shell ocean
#

Then i can fex 1000 jokers i guess?

quartz wasp
tidal terrace
#

n what can a joyous spring refeence be

#

i can't even type anymore

normal hollow
#

i dont know what youre making

shell ocean
#

Looking in the moddin channel again, if my laptop dies it's your fault

tidal terrace
#

without crossmod , i'll add crossmod challenges later

wanton lintel
#

i need to work on my mods so misprinted, misprint, and misprint seal will be a part of notepad++

normal hollow
#

hmmm

tidal terrace
#

it's javascript not joyous spring

normal hollow
#

i dont think there are many joyousspring memes other than you should try joyousspring which is already taken by haya

quartz wasp
#

any advice as to why this makes debugplus yell at me with "DefaultLogger: Found effect table with no assigned repetitions during repetition check"

calculate = function(self, card, context)
        if context.end_of_round
        and context.cardarea == G.hand
        and context.other_card == card
        and #G.consumeables.cards + G.GAME.consumeable_buffer < G.consumeables.config.card_limit
        and G.GAME.last_tarot_planet then

            G.GAME.consumeable_buffer = G.GAME.consumeable_buffer + 1
            G.E_MANAGER:add_event(Event({
                trigger = "before",
                delay = 0.0,
                func = function()
                    SMODS.add_card({ key = G.GAME.last_tarot_planet })
                    G.GAME.consumeable_buffer = 0
                    return true
                end
            }))

            local created_c = G.P_CENTERS[G.GAME.last_tarot_planet]
            if created_c and created_c.set == "Tarot" then
                return { message = localize("k_plus_tarot"), colour = G.C.SECONDARY_SET.Tarot }
            elseif created_c and created_c.set == "Planet" then
                return { message = localize("k_plus_planet"), colour = G.C.SECONDARY_SET.Planet }
            else
                return { message = localize("k_plus_consumable"), colour = G.C.GREEN }
            end
        end
    end,
#

do i just need to put like, repetitions = 0 somewhere or

tidal terrace
#

it's my mod

shell ocean
#

Another question, why won't my straight to gay mod work? It's not mine, but i really wanna be able to read the joke and not have it in my head everytime i score a straight

#

Its real, trust me

hard plank
#

i am going to shill my own mod

tidal terrace
#

maybe you have mods that override each other or the straight hand

hard plank
#

again and again

woven orchid
#

what if you guys play my mod and aikoyoris mod and the autumn circus and entropy all at the same time

#

i think that would be prosperous

wanton lintel
#

i forgot i made this

normal hollow
tidal terrace
#

yes only hands