#⚙・modding-general

1 messages · Page 947 of 1

granite sundial
#

not that many

mild musk
#

you can be muted but it would be easier for me if i can talk and share screen

#

i dont mind if you mute yourself

forest knoll
#

clearly you haven't read anything from the link if you think that's what the link is

dense egret
#

people usually understand faster when they talk

civic atlas
#

but not knowing what a for loop is is CRAZY

mild musk
#

i also suggested the cryptid server bc its a public server so its less uncomfortable

mild musk
civic atlas
#

we had a joke in the hotpot server about this

dense egret
plush hound
#
import Steamodded
import lovely-injector
frigid mica
civic atlas
mild musk
granite sundial
civic atlas
#

for loops is a universal thing i think

plush hound
#

keep saying it and I'll send it in dms

woven orchid
#

had to do some lovely patches to make this joker work but i think its worth it

mild musk
#

@frigid mica are you willing to hop in the cryptid server vc (once again you can be muted) and ill explain this to you?

civic atlas
dense egret
civic atlas
#

😭

granite sundial
plush hound
#

offer

dense egret
frigid mica
granite sundial
civic atlas
forest knoll
dense egret
granite sundial
frigid mica
civic atlas
#

dude its a fucking for loop

#

iteration much

#

this is somehow the second time this conversation has happened

dense egret
#

i found it

frigid mica
#

They never taught me this in school

civic atlas
#

drop out gng

dense egret
civic atlas
#

yo school is useless

dense egret
#

what languages you learn on school?

civic atlas
#

when i was in the womb a divine voice told me how to code

forest knoll
# frigid mica Do you want me to write a thesis paper or what

no, but it certainly helps to put in the effort to explain what you're struggling with instead of just posting a doodle positioning us as the problem. we're trying to help, and if you're struggling with the concept of programming as a whole then maybe you should find some more basic tutorials elsewhere. but if it's just lua, we've already handed you excellent resources in that regard

civic atlas
#

a for loop is an iterator

frigid mica
#

ok fine

civic atlas
#

there are 2 basic for loops in lua

frigid mica
#

i'm looking at the content

civic atlas
#

the numerical for and the generic for

#

the numercal for simply increments a value and runs the code with that value

#

the structure is for i = 1, upper_bound, increment_amount do

dense egret
#

-# you forgot to say that lua start in 1

civic atlas
#

for i = 1, 3, 1 do
print(i)
end

will print 1, 2 and 3

civic atlas
dense egret
#

mb

civic atlas
#

1 indexing is stupid anyways

#

the generic for is the same principle except it utilizes tables/arrays

#

so lets say you have an array (integer indexed table) example where

#

example = {
"ok",
"uhh",
"foo"
}

#

for k, v in ipairs(example) do
print(k.." "..v)
end

#

will print 1 ok, 2 uhh, 3 foo

#

basically v is example[k]

dense egret
#

wait what "ipairs" means?

civic atlas
#

integer pairs

dense egret
#

and "k, v"

civic atlas
#

all elements in a table with integer values

#

k is the iterator

#

v is the kth item in the table

vernal isle
#

lua is fun and easy to learn a lot

dense egret
#

ty

civic atlas
#

indeed

dense egret
#

i made a few jokers and a consumable but nothing too hard

vernal isle
#

i created a joker only for fun, and fascinated already

civic atlas
dense egret
vernal isle
#

thats the fun moment

civic atlas
#

cant believe there would be a day where i have to explain for loops in balala modding chat

dense egret
#

you helped me

civic atlas
#

use dreamberd anyways

#

best language

ornate bone
#

Because you touch yourself at night. /family guy reference.

civic atlas
#

okay

#

i guess

dense egret
civic atlas
#

the programming language

dense egret
civic atlas
#

LMAOOO

dense egret
#

ignore the spanish part

civic atlas
#

i didnt know they changed it

dense egret
#

XDDD

civic atlas
#

its perfect

#

absolute fire

dense egret
#

ok wait i will see whta this is

#

im corious now

vernal isle
#

what the heck

#

im reading

civic atlas
#

its awesome

#

right

vernal isle
#

weird and fun lang

dense egret
#

bro what the fuck is const const

#

const^2

civic atlas
#

wait until you hear about const const const

dense egret
#

ok is this, just sandbox coding?

#

like

#

?

vernal isle
civic atlas
#

wdym its the best language ever

#

-1 indexing

vernal isle
dense egret
#

you try to revive jens?

frigid mica
#

you know what i'll just look at vremade

dense egret
#

tbf i always want to see a mod with exponentiation but like a new value:
"chips" × "mult" ^ "mult2"

woven orchid
#

what rarity would you guys consider this (the suit changes like ancient joker)

dense egret
#

you talked too much, astro

woven orchid
#

(forcefully played means itll be added to your played hand no matter what you play, and can construct a new/diff poker hand by this)

dense egret
#

threat^^

civic atlas
#

i forgot how good this was

dense egret
woven orchid
civic atlas
#

you cant set variables to other variables now it will just be a string

dense egret
#

in what case you will need that

woven orchid
civic atlas
hardy brook
#

Chat. New Ortalab Fanart Unlocked

#

Someone made a Koko Mii

dense egret
civic atlas
#

fuck you 1 indexed arrays

#

🗣️ 🗣️ 🗣️

dense egret
#

wth

harsh glacier
civic atlas
#

its awesome

harsh glacier
#

im not joking by that btw

civic atlas
#

i know

harsh glacier
#

const char is different from char const

civic atlas
#

thank god in lua everything is a variable

harsh glacier
#

your mom is a variable holding the value math.huge

civic atlas
#

they forgot to change this to gulf of mexico

dense egret
vernal isle
#

score[0.5]

dense egret
#

a page, and app, an anything

civic atlas
frigid mica
#

So I’m not gonna use jokerforge at all

civic atlas
#

at the bottom

#

examples page

dense egret
#

i mean, something with a purpose already

frigid mica
#

Instead I’ll do what I always did

dense egret
mild musk
#

balatro would be so much more effecient if coded in assembly

dense egret
mild musk
#

it would run so much faster tbh

#

like

#

it would led people with worse hardware play

#

it should 100% be moved to assembly

frigid mica
#

Which is to look at vremade.

mild musk
#

assembly is also incredibly easy to understand obviously

civic atlas
#

just code in GulfOfMexico

dense egret
#

what i do? 😭

mild musk
frigid mica
#

All I’m doing is

vernal isle
#

All in in GulfOfMexico in the next 45 years will replace javascript and python

frigid mica
#

Read code from other mods, steamodded api, and vremade

civic atlas
#

it will

#

its the perfect programming language

frigid mica
#

When I spot something I don’t know, I just procrastinate.

dense egret
#

ask for it

frigid mica
lone nimbus
#

i jusst had a eviul idea

frigid mica
#

Now I decided it should just copy that one command card from entropy, which makes it so that your selected card can appear in future code or twisted packs.

#

Supply and Demand is a Mechanical card that destroys your selected card and makes it appear in the shop at random.

dense egret
#

excuse me? @civic atlas

civic atlas
#

fi bonacci

dense egret
#

this cant be real

civic atlas
#

it is

#

its so funny

dense egret
#

looks like every begginer code language had a son

#

like, idk

worn rain
#

random card sprite for fun

civic atlas
dense egret
#

i will try to code in this

civic atlas
#

good luck

dense egret
#

i hope not 😭

#

me ire a fritar milanesas ya vengo

woven orchid
civic atlas
worn rain
#

i gotta add balaluga to balatro battle cats mod

#

there has to be balalan pasalan

frigid mica
#

ok so imagine this

hard plank
worn rain
frigid mica
#

i wanna make a bunch of jokers, but i wanna save a lot of time

worn rain
frigid mica
#

they have almost the same function

dense egret
frigid mica
#

as the jolly joker or the devious joker

#

or other fodder jokers

dense egret
#

ok

frigid mica
#

gives this many when it contains a pair

#

y'know

#

what do i do when i wanna make this many jokers while saving time?

dense egret
# frigid mica gives this many when it contains a pair

config = { extra = { mult = 12}},

   loc_vars = function (self,info_queue,center)
    return {vars ={center.ability.extra.mult}}
end,

   calculate = function(self, card, context)
    if context.cardarea == G.jokers and context.joker_main  then
        if next(context.poker_hands["Full House"]) then
            return {
                mult = card.ability.extra.mult
            }
        end
    end
end
frigid mica
#

what are you doing

fathom gust
#

you've gotta be kidding me

dense egret
#

i know you can made a function and call it, is more time saving, but i dont know how to make that

fathom gust
#

great

dense egret
#

thats the code

#

i have 10 jokers for that, and yea i just copy paste the whole thing time after time

smoky veldt
#

is there a mod that makes cryptid crash here?

#

cause my game keeps crashing

dense egret
smoky veldt
#

windows

frigid mica
#

actually wait

dense egret
#

share the crash

frigid mica
#

there's a joker i've been trying to fix

dense egret
smoky veldt
frigid mica
smoky veldt
#

this is one of the instances

dense egret
frigid mica
#

They're supposed to level up all hands by x2

smoky veldt
#

oh

hard plank
frigid mica
#

but the problem is that they display Lv.12 out of nowhere

#

after scoring a flush btw

frigid mica
#

scoring a flush triggers the joker

hard plank
#

oh

#

right

#

@smoky veldt

#

hey you

#

update steamodded

smoky veldt
#

i did that

#

right now

hard plank
#

i just watched the video

smoky veldt
#

and removed braainstorm

thorny cradle
#

could someone please help me mod balatro

fathom gust
#

super totally stable card that definetely did NOT target half of my amazingly good jokers

#

(im forced to buy junk now)

thorny cradle
#

struggling currently

fathom gust
thorny cradle
#

getting mods on it

#

and making if possible

smoky veldt
#

it crashed again

thorny cradle
#

i have made mods for mc but cant figure out how to apply

smoky veldt
fathom gust
#

nvm

thorny cradle
#

abt to get balatro for the 5th time

#

Microsoft version is unsupported

#

crying

honest zephyr
#

isn't the debt limit infinite technically?

#

or am i stupid?

#

i know i'm prone to being stupid

#

ohhh okay

#

make it so that if you're in debt rental GIVES you 3 dollars

#

or if you're in debt and you have a rental joker just make the joker explode

#

deltarune explosion effect and everything

frigid mica
#

i believe my pre-alpha build now has maxwell and two other rare jokers

fathom gust
#

has anyone done a blind like this before

#

mult and dollars are random every time the game is started up

random storm
fathom gust
paper swallow
#

its my first time coding so pls dont be too hard on me

#

i know some things but i need some help in here

#

im tryin to make so the joker makes +4 mult

random storm
paper swallow
#

ok thx

hard plank
#

zap

quartz chasm
#

hey is there where i put the error i just got

#

my game crashed and idk why and need help

dense egret
#

yup

quartz chasm
#

i do not know what any of this means

#

i just tried to follow the mod tutorial the best i could

#

OH right

#

sorry

dense egret
#

ah talisman

quartz chasm
#

it happens everytime i play a hand

dense egret
#

actually the only error is the mod itself

quartz chasm
#

oh

#

is there a way to stop it or :?

dense egret
#

mmmmm

#

report it to the creator

#

is a mod from nexus??

quartz chasm
#

its from twitter

dense egret
#

bruh

grand geode
dense egret
#

google drive

grand geode
#

there's no reason to use talisman with normal mods

quartz chasm
grand geode
#

what in the fuck

#

weird ass mod

#

switch to vanilla scoring then

#

but that will wipe your current run

quartz chasm
#

this is my first time modding how do i do that..

grand geode
#

in talisman settings

quartz chasm
#

oh i see

#

disable scoring animations?

paper swallow
#

am i doing good?

grand geode
#

switch from OmegaNum

paper swallow
#

context i want to make the joker give +5 mult (like jimbo)

dense egret
real oracle
dense egret
paper swallow
real oracle
#

Also you haven't defined chip_mult in your config

paper swallow
#

yeah i fixed it

quartz chasm
#

oh nvm

real oracle
quartz chasm
#

i assume you mean the limit thing

grand geode
#

yes

#

score limit

#

from OmegaNum to Vanilla

quartz chasm
#

ty!

#

yea

#

ill see if this works

paper swallow
sleek granite
#

chat do i take this joker

real oracle
quartz chasm
#

it did! thank you

dense egret
sleek granite
#

six suits yeah

real oracle
quartz chasm
#

oh man this mod is awesome

sleek granite
#

just a default deck

dense egret
#

youre starving for ^^

hard plank
grand geode
hard plank
quartz chasm
#

go ahead

hard plank
paper swallow
plush hound
dense egret
quartz chasm
#

this is incredible

real oracle
quartz chasm
#

i dont know

real oracle
#

I hate this

dense egret
paper swallow
real oracle
#

I litterally don't understand why it says 4 curse, if curse is 0

quartz chasm
#

consume the moss

#

yep

#

its a stick

#

and its unlocked by default

dense egret
quartz chasm
#

i dont know if the moss even does anything but i chose it anyways

dense egret
#

its rare that i havent see that mod before

#

pretty rare you have to enter in twitter and download it from a Google Drive archive

quartz chasm
#

skinny ass joker

#

another one

hard plank
#

i got to shill my own mod but at what cost

astral vapor
#

how do i make an animated joker

quartz chasm
#

hoooly

astral vapor
hard plank
astral vapor
#

you know it!

#

mrrrreow!

hard plank
# hard plank

oh o o o oooh oh oh oh oh oh oh story of undertale

worn rain
#

repost of sprite that I did for a card that is not mine

stuck steeple
#

Anyone know how to unlock pointer deck in cryptid? No matter how many times I use pointer the deck never unlocked and no one in their discord can help

hard plank
#

what the fuck is pointer deck

astral vapor
stuck steeple
#

I dunno it's locked

#

It says use pointer to unlock

#

But you use pointer and nothing

astral vapor
#

the aikoyori don-chan joker scales so well for number go up

#

best combined with a joker that acts like hanging chad

#

and something that gives xmult

quartz chasm
#

genuinely what is with this game and destroying cards

hard plank
#

😭

#

Will this person ever play my mod

dense egret
sleek granite
#

i crossa da mods

dense egret
#

0 ERROR?

sleek granite
#

yeah it adds prestige cards

#

they're cool and i add like 16 that still need art ^^" oops

dense egret
#

ohhh i remember that

harsh glacier
sleek granite
#

yeah i have smth that gives perma balance to cards

dense egret
#

astro make Vanilla^^

hard plank
#

notmario

dense egret
#

ngl i didnt play it yet

hard plank
#

what the sigma

quartz chasm
#

incredible

hard plank
#

😭

dense egret
#

why not make a whole set of ^ and ^^ for the normal jokers?

#

fuck it, for chips too

hard plank
#

shilling my mod until people play it

quartz chasm
#

this is INSANE

astral vapor
#

still waiting for the aikoyori x milky jokers compat

sleek granite
#

everything else was just train of consciousness

real oracle
#

Never knew SMODS could show me a BSoD

dense egret
real oracle
dense egret
#

or 2 version.dll

real oracle
#

I've injected wrong code into game

#

Oh, technically it's not SMODS

dense egret
#

procrastinator:

real oracle
#

It's lovely

sleek granite
#

its possible this can happen when doing stuff through lovely yeah

dense egret
real oracle
#

Thing piece of trash shows me I start with 4 curse. I coded my challenge to start with 10 curse. And instead I start with 0 curse

sleek granite
#

before smods starts loading mods, lovely has to have already patched the base game's code, so if your lovely patch causes the base game code to be broken, then that crashes with the wonderful broken blue

real oracle
#

I've fixed an issue with lovely, now my issue is my own code

#

I accidentaly replaced "start with $4"

dense egret
#

peak

hard plank
#

not everything needs a patch

tidal terrace
#

we should probably get back to working on that FurinaSleep

orchid halo
#

hey how do i get big number

#

not talisman

#

i want to reach the talisman limit

woven orchid
#

you. don’t!

orchid halo
#

okayt how about close to it

balmy tangle
#

you would likely have more fun playing cookie clicker

orchid halo
#

just allow me to suffer

full edge
sleek granite
#

Ice!

regal heron
#

error anytime i open a jonkler pack

#

help

full edge
#

Hey hey Autumn

harsh glacier
#

hey autumn autumn

sleek granite
#

would you categorize scifi cards as "metal" for the purposes of something like my Scrapper joker that converts metal enhanced cards in graveyard into new metal enhanced cards in hand

solemn shale
#

I love balatro

#

Balatros días

sleek granite
full edge
#

Yeah, they're cyborg enhanced cards, I guess, hahaha

sleek granite
#

nice

sleek granite
#

m o d s i n b i o

solemn shale
#

Ok thx

dreamy abyss
sleek granite
#

shoutouts to missingnumber 0 error linked in thac readme btw

paper swallow
#

how do i fix it?

nocturne ridge
#

First time trying to mod Balatro, can anybody help me install the Partner mod?

#

The "read me" on GitHub just says Lovely and Steamodded are requirements but no instructions 😭

solemn shale
#

Btw

#

Someone has the link to cryptid mod dc server?

solemn shale
tidal terrace
nocturne ridge
# solemn shale I can't help You search a yt tutorial

Clearly I already did that since I got Steamodded and Lovely installed. The partner mod github doesn't have a zip for me to download and all the tutorials I find are for installing Steamodded and Lovely, not specifically the partner-api mod.

But hey, thanks for nothing

dreamy abyss
nocturne ridge
dreamy abyss
#

exactly the same way you install smods

tidal terrace
dreamy abyss
#

every mod is installed the same way as smods

nocturne ridge
sleek granite
#

instructions clear

#

got smods stuck in a washing machine

nocturne ridge
#

There's no zip folder in here for me to download

tidal terrace
#

click on the green button and click download as zip

nocturne ridge
tidal terrace
ocean vapor
grand geode
#

of course you wouldnt have no jokers going into this blind

ocean vapor
#

Yeah I’m definitely not reading all that

tidal terrace
sleek granite
#

the strongest joker in fiction

frigid mica
#

How does ascension power work

sleek granite
#

that is an excellent question

frigid mica
#

I wonder if i should add a special essence gimmick to my mod. Much like ascension power introduced by cryptid and innovated by entropy or score explored by astronomica.

dense egret
#

yes

frigid mica
#

It’ll be hard to implement because i don’t know the first thing about special gimmicks

silent thistle
#

MODS

#

Get them!

frigid mica
#

<@&1133519078540185692>

silent thistle
#

Thanks you very much.

static vale
#

thanks for the ping! they're now Dead

stuck steeple
#

Any recommendations for cryptid mods? Seen cryptposting looks good

frigid mica
#

I’ll just call it Aura.

hasty jackal
#

what happened

silent thistle
#

talisman

silent thistle
#

That's about it.

hasty jackal
#

oh

frigid mica
#

Ok so Aura is based on joker rarity, if it’s a vanilla rarity, it’s 1-4, if it’s a custom rarity, it’s by default 5.

stuck steeple
#

Is it wild like cryptid or more vanilla?

silent thistle
#

I feel it is like, in between the two.

#

But I really haven't played the mod a lot, so fuck I know.

hard plank
stuck steeple
#

Nice, I'll check it out

#

Love the modding scene for balatro

silent thistle
frigid mica
#

A = 2^(jM(jR))
A = Aura
jM = Joker Mean
jR = Joker Rarity

silent thistle
frigid mica
#

Aura is a multiplier for both Chips and Mult

#

By default, your starting Aura value is 1

#

Hmm, let me see if I can make a better formula

#

Extra joker slots + joker rarity

#

Used joker slots?

#

Total joker count?

#

Total jokers + joker rarity = Aura Value I guess?

#

No wait

#

Aura Variable(Total jokers + total rarity)

#

I’ll think about it later

wraith seal
#

does anyone know of a mod with a rainbow gradient 🤔

ocean vapor
#

Wdym exactly

wraith seal
#

a mod with a rainbow SMODS.Gradient

ocean vapor
#

Nah

grand geode
#

main branch probably won't be updated with content in the meantime

wraith seal
#

hopefully this is correct

hard plank
#

bepis

wraith seal
#

aikoyori

grand geode
#

also uhm operation api broke score capping as expected lma

#

expect a blindexpander update when i'm done with Wrath

#

maybe with actual version control

wraith seal
#

blindexpander... update???

since when did those two words go with each other

grand geode
#

okay considering blindexpander can be integrated into multiple mods i should make it so that only the highest version one loads

wraith seal
#

i think i will add this hook just because i dont like deleting the # part at the start of hex codes :3

grand geode
#

woww

wraith seal
#

top tier laziness

#

also i just realized having # in the hex codes actually show the color, so thats new

hard plank
#

please

#

plase

wraith seal
#

what the fuck

grand geode
#

peak

#

infinite power generator

worn dagger
hard plank
#

yea i think my drive is cooked

worn dagger
#

Whar

ocean vapor
hard plank
#

uh

#

that's the amount of data ever read from the drive

ocean vapor
#

Ph

#

I thought you have a 100TB drive

#

Insanity

old blade
#

What's the name of this mod?

hard plank
#

Joker Display

unborn plover
#

Yo yo yo guys!

wraith seal
harsh glacier
#

bepis

wraith seal
#

haya

unborn plover
#

Hey Bepis!

wraith seal
#

hi pumpkin

unborn plover
#

How you doing?

wraith seal
#

good, thanks

#

hbu

unborn plover
#

Pretty fine!
I'm on the beach rn

wraith seal
#

mhm thats cool

hard plank
#

jtem

unborn plover
wraith seal
#

yes

unborn plover
#

Coolio!

unkempt current
#

q

unborn plover
#

Imma check it out when I get home

wraith seal
#

dont roll for the current character banner, its ass

ocean vapor
unborn plover
#

I have been thinking of a boss blind that ignores any total of chips * mult above a certain number amount...
Kinda inspired from a boss of angry birds epic where a certain boss ignores any damage received above a certain number.

harsh glacier
grand geode
#

haru oguri third horse

wraith seal
#

fair point

grand geode
#

was it el condor pasa

wraith seal
#

yeah el got B on dirt

grand geode
#

yea haru oguri pasa

harsh glacier
#

theoretically you can build any horse for any distance and race type anyways

hard plank
#

rice shower...

ocean vapor
#

Rice shower

hard plank
ocean vapor
#

Stonks ↗️

sleek granite
stuck steeple
#

Is stickers always on needed? Or is there a setting in base game for this,

woven crag
#

there is a setting in the base game

stuck steeple
#

So might as well remove my stickers always on mod?

woven crag
#

yeah

stuck steeple
#

Sweet thanks

woven crag
#

how did you even find that its only on a platform that like nobody uses for mods

stuck steeple
#

I go all over the place for mods, I love bmm but I have a few that aren't on there

#

Like overflow is another one, it's not on bmm but is there a better mod for stacking consumables?

wind token
#

Good morning y’all

ocean vapor
#

Good morning flote heyyyyyyy

#

-<

#

I hope you slept welllll

woven crag
stuck steeple
#

Okay sweet, I'll keep overflow on then

woven crag
#

i was just confused because like stickers always on is on thunderstore which has like no mods

ocean vapor
#

I just realized you can put stickers on cards !!! Is this an intended vanilla feature

woven crag
#

and stickers always on was from before the setting existed in vanilla

hard plank
#

SPECIAL WEEK

ocean vapor
#

Mambo

stuck steeple
#

I think when I started modded I would have just searched what mods are good and not checked dates etc. It's like cryptposting... I can't find that anywhere but saw it on a vid and there's a github

woven crag
#

99% of the time you download from the github

#

because uploading your mods to bmm is annoying

stuck steeple
#

Is bmm regularly worked on or not then

#

Ah I see

ocean vapor
#

1% of the time is just alex being a github hater

stuck steeple
#

Is there a better repository for mods then?

woven crag
#

not really currently

ocean vapor
#

Nahh

sleek granite
#

i love funny numbers

stuck steeple
#

Cos I don't know where to look outside just vids, here, and bmm

ocean vapor
#

Even bmm pulls from a github repo

woven crag
#

i guess theres the modding forum here and the modding wiki but those arent much better

stuck steeple
#

That's a shame, I guess I'll keep doing that then, looking through all sources etc

ocean vapor
#

Hey eris

#

:>

woven crag
#

haii

ocean vapor
#

^w^

#

Stellaris update ?

woven crag
#

maybe maybe

#

since im done with hot potato now

stuck steeple
#

Do you guys know any good music mods? Had Bonne soiree for a while but wanna switch up

woven crag
#

but also im going on vacation in a few days

#

so there wont be updates for a bity

ocean vapor
#

Straight up

woven crag
#

i mean im not supposed to spoil anyone so i wont

ocean vapor
#

Forgor

stuck steeple
stuck steeple
#

Can I search on GitHub? Or need to ping them?

ocean vapor
#

DO NOT PING MYST

stuck steeple
#

Lol

ocean vapor
#

she kills people

stuck steeple
#

I wouldn't have

#

I never ping

ocean vapor
#

Wait

#

I’ll find it for you

stuck steeple
#

Thank you!

hard plank
woven crag
#

i already misspelled atlas once which yall had to fix so you may need it

ocean vapor
#

Oh Nevermind myst did the smods.sound not the music manager

#

Hehe

#

Silly me

stuck steeple
#

Someone a while back on it me on to a specific talisman version, the most recent was causing issues. Does anyone know which that is?

stuck steeple
ocean vapor
#

I swear there’s one made by someone

#

I just forgot

woven crag
#

penumbra?

ocean vapor
#

Idk

#

YESSS

#

THAT ONE

ocean vapor
#

N said yesterday that the latest one is

hard plank
#

what penumbra

#

oh

ocean vapor
#

Above smods version or something idk

stuck steeple
#

Talisman?

ocean vapor
stuck steeple
#

Okay sweet, thank you. I'll give it a shot

ocean vapor
#

Heyyyyyy aiko

#

😮

hard plank
#

hiii

ocean vapor
#

I FUCKING HATE THE SYMBOL TO EMOJI

hard plank
ocean vapor
#

Gold ship

#

The anime is actually good

wraith seal
#

it is

hard plank
ocean vapor
#

Please add donuts

#

x(

woven crag
#

mfw discord removed my own post for my own mod from my channels list

#

this sucks

stuck steeple
#

Damn can anyone. Help with my boot.

I get syntax error: functions/common_events.lua:3436 'end' expected to close 'function' at line 481 near 'eof'

ocean vapor
#

Discord succky

#

F

#

Full log ?

stuck steeple
#

One sec

full edge
#

are you by chance trying to play Bunco?

ocean vapor
#

It shows you at the end (best guess )

stuck steeple
ocean vapor
#

Not in the end

#

Somewhere on the middle

#

Just post the log 😭

#

Haiiii ice

stuck steeple
sleek granite
#

eroding away

ocean vapor
#

Can i have a screenshot

stuck steeple
full edge
#

That's the BMM crash log. Does Balatro itself give one?

stuck steeple
full edge
#

hi Kate

woven crag
#

in the crash

ocean vapor
#

Haloooo

woven crag
#

ctrl c

#

or send the lovely log if you know where that is

worn dagger
#

Want to see a cat?

stuck steeple
worn dagger
stuck steeple
ocean vapor
woven crag
#

might not be the cause but its good to do anyway

stuck steeple
#

okay doing that now

ocean vapor
#

Shoutout john G lovely

worn dagger
#

Who likes my car

full edge
#

why do i wanna make these card layers? 🥲 the joker's so much easier

ocean vapor
tidal terrace
full edge
#

I'm mostly just learning about the more fundamental parts of the Balatro code, haha

ocean vapor
#

Hey S !!

full edge
#

and the smods code

sleek granite
#

ice i have officially made

#

kin o crossmod

tidal terrace
#

hey kate

worn dagger
full edge
#

I have a very simple working version that prints when triggered and has no visuals, but I'm now trying to figure out how to set up injects for sprites properly when objects get loaded. I thought I understood how that worked but it seems the order in which functions trigger might be an issue

#

Oh wait, this might literally just be due to file ordering

stuck steeple
tidal terrace
sleek granite
full edge
#

I use stickers a whole lot, basically for that, haha

#

Counters are based on stickers, yeah

full edge
# sleek granite

Ooooooh, sick! That's also an interesting way to have that effect work!

ocean vapor
#

Banana

full edge
#

I wanna figure out how to make the action cards a bit more interesting

sleek granite
#

i cant keep getting away with all this 3 way crossmod

#

(i will tho)

eager berry
ocean vapor
#

Hey makson

eager berry
#

hey

ocean vapor
#

Is makson a combination of Michel and Jackson

eager berry
#

no, thats just like my friends calling me

ocean vapor
#

Ph

#

So you’re not Michael Jackson

eager berry
#

maybe?

full edge
#

should've realized I should be lovely patching earlier.

sleek granite
#

cant wait to counters

stuck steeple
#

anywhere I can go to figure out my boot crashes?

sleek granite
#

no

stuck steeple
#

ive googled my lovely log error but nothing, and i don't quite get it

#

only other thing I can think is delete all mods and start again

#

or uninstall reinstall

#

if i do a full reinstall - to keep my saves do i just make copy of 1 and M1 folders?

full edge
stuck steeple
#

the error screen that boots up?

sleek granite
#

now if only i could get the game to recognize my bullets

stuck steeple
ocean vapor
#

Shoot me if you figure it out

stuck steeple
#

should i just reinstall game and start over? can i just save 1 and M1 folder to keep my saves?

ocean vapor
#

Yeah that would probably fix it

stuck steeple
#

i dunno what i've done, i guess i got too cocky with just throwing mods around and trusting bmm

west hill
#

You’re not using the release version of smods

#

That’s your main problem

stuck steeple
#

steammodded?

eager berry
#

ye

stuck steeple
#

thats cos someone said the latest wasn't working with latest talisman?

sleek granite
#

woo it was just load order

#

now i can bring extra ammo to the movie

worn dagger
woven crag
#

car

worn dagger
#

Lookie at this fatass

sleek granite
#

WOW

#

RUDE

worn dagger
#

Talking about my cat

stuck steeple
#

new error with updated smods

#

google it and someone one reddit says use a much older version of smods?! so confused

woven crag
#

<@&1133519078540185692>

stuck steeple
#

what order should i reinstall everything
balatro
smods
lovely
all the mods?

west hill
#

What mods are you trying to play

stuck steeple
#

ive taken copies of my M1 and 1 folder for saves, hoping that works okay (don't want to lose progress)

hard plank
#

hi eremel

west hill
#

Make sure you are using release versions of mods where possible

#

Hello aiko how are you today

hard plank
#

hot mot

stuck steeple
#

i will, thanks - wish me luck

hard plank
#

hot pot

west hill
#

Oh is it your turn this week?

hard plank
#

i ssh'd to my rpi and idk what to do with it

#

yea i am in jtem

west hill
#

Is it look good so far?

hard plank
#

no

#

i am sad

#

that's why i went to play uma musume insteadf

sleek granite
#

aikoyori moment

harsh glacier
#

inspiration ™

sleek granite
#

i think im like two effects short of matching stacked itself rn

harsh glacier
#

our team will cook something #trust

hard plank
#

haya

ocean vapor
#

What does jtem stand for

hard plank
#

uh

#

j

ocean vapor
#

J = peanut butter
T
E
M

grand geode
hard plank
#

new smods release

#

it hath been a month

grand geode
#

though that makes it super easy to hook and get the score

sleek granite
#

myst im using stacked to make jokers look like your blinds

grand geode
#

so i love operator api

grand geode
#

reading comprehension

hard plank
#

myst i can't read long bosses

#

or any long effects

ocean vapor
#

I can’t read bosses in the first place

hard plank
#

my attention span is ruined

sleek granite
#

i think honestly im just not a fan of the ui for big blind descriptions yeah

grand geode
#

mm

gloomy mural
#

helo guys
i am being dragged (going) to hell (school) in 12 hours (tomorrow)

hard plank
#

this for example

grand geode
#

aiko you're ui nerd how would you redesign it

sleek granite
#

idk maybe i should actually play lob corp idk

hard plank
sleek granite
#

instead of just being afraidg

grand geode
#

impossible

#

every ability is different and has different names

#

sobs

hard plank
#

special week..

sleek granite
#

i mean i already get destroyed by aikos blinds on a regular basis so surely adding lobcorp cant make anything any worse

grand geode
#

lobcorp blinds are tame unless you actually summon the bullshit ones yourself

#

by tame i mean fairly badly designed but thats only the ordeals

west hill
#

I think blindexpanders ui is probably the best we’re gonna get with the way everything works

grand shadow
#

-# chat

ocean vapor
#

Helloo

gloomy mural
#

i tried to summon burning brimstone on ante 1

went pretty good until endless entropy (e15 💀)

hard plank
#

i need to install FL Studio again

north crater
#

decided to get all the jokers with a white background out of the way

full edge
#

I think if you wanna make real complex blinds, the UI might need a whole rework for it, honestly

north crater
#

and i also did this one

ocean vapor
#

Crazy

hard plank
#

yea

#

no lie

civic atlas
#

imagine buying fl

hard plank
#

i did buy it

ocean vapor
#

You’re fucking crazy

civic atlas
#

litterally just pirate it

full edge
#

I should see if nxkoo has played the latest Kino build, and whether the blinds in it are still cruel

grand shadow
hard plank
grand shadow
hard plank
sleek granite
#

i should try to make more kino stacked effects.... hm

ocean vapor
#

Yeah i believe you

civic atlas
#

i mean im not persuing a big enough music career to actually utilize fl to its fullest

grand shadow
civic atlas
#

so why buy it

hard plank
#

i wanna make music

ocean vapor
#

5100 bitcoin is crazy

civic atlas
#

as a career?

gloomy mural
#

are you a "there be treasure" pirate or a "i'm not paying $600 for photoshop" pirate

full edge
#

Might not even be design space left when I get to adding stacked effects to Kino, haha

hard plank
#

yea

civic atlas
#

i guess thats fine

hard plank
#

i mean my songs are on spotify but they all suck

full edge
#

{Genre} Fanatic - Boost this joker's values with 10% for each {Genre} Joker

civic atlas
#

i live in china and most stuff dont accept my countrys form of payment

#

so i litterally have to pirate it

grand geode
grand geode
#

while still being accessible

ocean vapor
civic atlas
sleek granite
full edge
#

Same way jokers do it. You just give your blind a series of little jokers per effect

civic atlas
#

your execution is tomorrow

grand geode
#

but the ui itself maybe ??

ocean vapor
full edge
grand shadow
#

Did someone say ||gambling|| ??? Oh yes please !

north crater
#

chat, i got 110 jokers done so far

west hill
north crater
#

only 40 left

#

holy shit

civic atlas
#

who cares

gloomy mural
grand shadow
north crater
civic atlas
#

no but who cares

grand shadow
#

Who tf is cares

civic atlas
#

Dave

gloomy mural
grand shadow
#

HOOLLLYYY SHIIIT

grand shadow
civic atlas
north crater
#

who cares ?

civic atlas
#

Dave

silent thistle
#

@civic atlas Go study.

civic atlas
#

maybe

silent thistle
#

You asked me to murder you if I saw you on.

civic atlas
#

im already dead bro

#

💀

grand shadow
#

You rn

#

Implode

ocean vapor
grand shadow
#

Pls

ocean vapor
civic atlas
silent thistle
civic atlas
#

opinion invalidated

ocean vapor
#

What’s wrong with traditional

#

Lol

silent thistle
civic atlas
#

let me have SOME fun

civic atlas
silent thistle
#

You did not specify conditions, so I assumed kill you always.

civic atlas
#

i guess except smaller reigions like taiwan and shit

#

just use simplified

ocean vapor
#

中文有一个简体版,因为它太难了,兄弟💔

silent thistle
#

Fuck are they saying, @civic atlas?

civic atlas
#

stop using google translate 💔 💔

#

you sound like an alien

ocean vapor
#

no hablo Chinese 😭😭😭😭😭

#

I’m tryna fit in

#

:>

ocean vapor
silent thistle
ocean vapor
silent thistle
#

Explique la razón por la que usted acaba de hacer uso del español (España), también conocido como "Castellano".

silent thistle
#

?

gloomy mural
#

คุยเรื่องภาษาใช่ใหม?

grand shadow
ocean vapor
#

NO I AM NOT VIETNAMESE

grand shadow
#

Super Idol 的笑容都没你的甜

ocean vapor
#

Chinese people are so chill

civic atlas
#

except me

ocean vapor
#

I thought discord is banned don china

civic atlas
#

i hate everyone

ocean vapor
#

Fuck are you doing here

grand shadow
silent thistle
#

Bypassing china's restrictions.

ocean vapor
grand shadow
ocean vapor
#

Wait can i legally report your ass

silent thistle
#

FoldenGeaf to my understanding is.

grand shadow
#

WHAT

gloomy mural
#

กำำำำำำำำำำำ

civic atlas
grand shadow
#

ඞඞඞඞ

#

Amgus

civic atlas
#

imagine mocking the wrong president vro

grand shadow
#

Ikr

#

Couldn't be me

gloomy mural
#

whart dart fart

civic atlas
silent thistle
#

???

civic atlas
#

illegal to distribute, but not illegal to use

silent thistle
#

Amazing.

civic atlas
#

and its a minor crime

grand shadow
sleek granite
#

crime

grand shadow
#

silent thistle
#

Why do you guys still need that?

civic atlas
#

china firewall

silent thistle
#

At that point it looks like you could get rid of that shit entirely.

civic atlas
silent thistle
#

They know they exist, they allow you to use it and probably don't give a fuck if you distribute it and don't boast about it idk.

civic atlas
#

oops im gonna get executed now

#

sigh

civic atlas
#

it was a good run

grand shadow
#

Watch it

#

Funny

silent thistle
#

GAME OVER, best hand: -0 chips