#⚙・modding-general

1 messages · Page 1075 of 1

normal hollow
#

can someone optimize jokerdisplay pls

visual kindle
#

Almost done

gilded vortex
#

someone give seu pai a book on mathematical optimization

latent crescent
#

Near impossible in this case means you need literally replace core game pieces during calculaton and then restore them

visual kindle
#

It's not that hard just me that's stupid

woven crag
#

Its coding, anyone can do anything, which means thay every problem will come up at some point

deft ore
umbral pilot
#

but idk at the same time big optimization passes are probably a waste of time until the game is done being worked on

visual kindle
#

though it would be great If someone smart helped me it would be great ngl

deft ore
visual kindle
#

It's missing like 2 things

#

but I ain't being able to figure it out

gilded vortex
umbral pilot
#

I had looked into doing a lexical talisman replacement. are you just querying the syntax tree for math ops or are you doing deeper contextual analysis?

modest canyon
#

guys what if he actually is about to do a breakthrough

gilded vortex
#

The author has video of classes on YouTube too

umbral pilot
#

the problem I had is that you would need the dev to specify "hot" zones that need talisman patching

#

because otherwise you end up talisman patching ui code and meh

modest canyon
#

guys what if we trust in seu pai

deft ore
woven crag
#

I wouldnt do that personally

visual kindle
modest canyon
#

we could have cryptid endgame running smoothly like vanilla guys

deft ore
#

nobody trusts this guy

west oracle
#

When the dagger is hidden

prisma latch
#

i believe in you seu pai. you can revolutionise computer science

deft ore
prisma latch
#

its hidden

wind token
#

Guess who just installed an entire 60 GB game just to find out they installed the wrong game

prisma latch
#

like the dagger

deft ore
latent crescent
#

So you basically making balatro preprocessor

prisma latch
#

wtf is it complaining about im so confusd

latent crescent
#

What next, balatro UI framework aka React?

prisma latch
#

red???

wind token
visual kindle
deft ore
visual kindle
#

I was able to do some cool simpler stuff

umbral pilot
umbral pilot
#

interesting approach

tardy sigil
visual kindle
#
local function advanced_destroying_logic(ast_root, args)
    args.card_variable = args.card_variable or "card"
    return parser.ast.traverse(ast_root, function (node,parent)
        if parser.ast._call:isa(node) and parser.ast._indexself:isa(node.func) then
            print("found call?")
            print("func:",node.func.expr.name)
            print("key:",node.func.key)
            if node.func.key == "start_dissolve" then
            return parser.ast._call(
                parser.ast._var("SMODS.advanced_destroying"),
                parser.ast._var("{card_being_destroyed="..node.func.expr.name..",".."card_destroying="..args.card_variable.."}")
            )
            end

        end
        return node
    end)
end

instead of card:start_dissolve it calls SMODS.advanced_destroying

west oracle
# deft ore what chance

Its 1 in 10 I just didnt want to list it since that would imply its effected by "oops all sixes" which its not

prisma latch
umbral pilot
wind token
#

code? in modding chat? how queer

harsh glacier
west oracle
visual kindle
#

the parser doesn't allow that though

#

but it was the best I found

gilded vortex
harsh glacier
#

those are reserved for indexing tables

deft ore
#

i have no fucking idea why vscode is yelling at you

prisma latch
umbral pilot
prisma latch
#

I FORGOT THAT IS NOT HOW ARRAY

harsh glacier
#

😭

#

there are no arrays in lua

deft ore
prisma latch
#

the years of python and js came back to me all of a sudden

harsh glacier
#

only tables masquerading as one

deft ore
prisma latch
#

yeah the whole thing is fixed now

tidal terrace
#

Dictionaries

gilded vortex
prisma latch
#

hot

#

what

latent crescent
#

Who tf is vector

west oracle
prisma latch
#

who said that

tidal terrace
wind token
#

Ohhh, my apologies then

gilded vortex
prisma latch
#

guys trust me someone hacked my account

deft ore
#

does anyone here have nitro to do that

tidal terrace
wind token
#

The art reminded me of the hidden blade from AC

deft ore
#

thank you s

latent crescent
#

Of course we have

deft ore
#

everyone click the blunder button

tidal terrace
#

I got you chat

latent crescent
#

Chat

#

Speaking of UI

umbral pilot
tidal terrace
#

Going straight to the hall of shame

latent crescent
#

New discord UI SUCKS

west oracle
prisma latch
#

i dont regret what i said. i'd say it again

umbral pilot
#

I barely notice a difference

wind token
#

Ohhh

visual kindle
#

whats luajit2

deft ore
visual kindle
#

it does the same thing as that???

deft ore
#

when nobody is typing

wind token
#

Fun fact, Bayek was the reason why the brotherhood used to cut off on of their fingers

tidal terrace
#

From a user perspective yes it’s definitely worse but i think it’s like this because they’re planning to add more stuff in the future

gilded vortex
deft ore
#

other than that it's not awful

umbral pilot
#

yeah, it backports some lua52 features that allow for more permissive mixed-type comparisions

gilded vortex
umbral pilot
#

so afaik it fixes a lot of the "compare table to number" crashes

prisma latch
#

some of it

#

not all of it

#

too long

umbral pilot
#

it doesnt fix the underlying issue though

gilded vortex
prisma latch
#

uhhh no i dont remember snakes showing up

gilded vortex
#

||giant space snakes||

tidal terrace
#

What’s homestuck and why people keep bringing it up

modest canyon
latent crescent
#

I know only door stuck

tidal terrace
gilded vortex
visual kindle
deft ore
#

i should read more of homestuck

tidal terrace
normal hollow
visual kindle
prisma latch
#

domicilecontained is my favourite comic

visual kindle
#

I can help you set up

#

You can do some fun stuff with it

gilded vortex
#

Do you know Undertale @tidal terrace

modest canyon
#

we should read homestuck yes

visual kindle
#

I'm trynna make a function to grab triggering context of jokers now

tidal terrace
umbral pilot
gilded vortex
# tidal terrace Yes

Toby Fox made Undertale while living in Andrew Hussie's basement and helping them with Homestuck

visual kindle
#

for what

gilded vortex
#

MeGaLoVania was secondly used in Homestuck and thirdly used in Undertale

tidal terrace
#

I see

latent crescent
#

With parsed you can basically write preprocessor for UI

#

And make it look like html

umbral pilot
west oracle
gilded vortex
umbral pilot
#

I was playing around with a lovely patch variant that would allow you to insert data into the syntax tree directly, but I couldnt come up with a query syntax that I was happy with

deft ore
umbral pilot
west oracle
visual kindle
umbral pilot
#

that with the correct themeing plus a layout engine would make for a fast UI

deft ore
#

also how expensive is it

west oracle
deft ore
#

seems like a pretty cool idea

torn urchin
#

The art is also banger

deft ore
#

deserves a buff and an uncommon rarity though

gilded vortex
latent crescent
deft ore
#

doesn't seem general enough to be common

umbral pilot
west oracle
gilded vortex
latent crescent
#

I'm not sure is it possible to remove balala UI from scratch but better

visual kindle
latent crescent
#

And don't break... everything?

umbral pilot
#

but a layer on top that interops with the native UI but offers its own rendering

gilded vortex
west oracle
umbral pilot
#

basically a complex version of what debugplus does

gilded vortex
wind token
gilded vortex
visual kindle
gilded vortex
#

also how does the Dagger work with multiple Daggers

latent crescent
#

Like rectangle, text

umbral pilot
deft ore
wind token
#

what the fuck is this new ui

gilded vortex
#

You could accumulate 5 Daggers for a ~2/3 chance to get a Dagger in the Shop, then sell one to scale the other 4

umbral pilot
umbral pilot
wind token
latent crescent
gilded vortex
#

Discord works for meth

torn urchin
#

Omg LOVELY CAT?

umbral pilot
#

too many UI things going on

torn urchin
#

Methhhh

wind token
umbral pilot
#

so yeah, a titanic amount of work, but it's all rendering work

deft ore
#

would you give your data to metherul

gilded vortex
deft ore
#

the mind is taken by either grab bag or lucky rabbit

#

i dont remember which

gilded vortex
#

Just make The Mind

#

They can't stop you

umbral pilot
#

how are you doing

west oracle
deft ore
#

the legs 🔥

gilded vortex
#

If slow to start

#

but with exponential scaling it's worth it

#

Even if you make it not exponential it still scales very fast and consistently

tidal terrace
#

Pearto

#

My favorite pear

gilded vortex
#

The Mind, The Brain, The Mask

deft ore
#

the mask sounds fun

#

and i dont think thats taken by anything

west oracle
gilded vortex
torn urchin
deft ore
#

damn

torn urchin
#

How are you

#

Actually my back hurts but I'm okay

deft ore
#

the one face card blind where pareidolia nerfs it

#

yeah thats a good lineuip

gilded vortex
#

I also have Lavender Loop

hardy brook
#

Hey

deft ore
#

no

lost inlet
#

i like those actually

deft ore
#

final boss blinds should be more threatening to wider varieties of builds i feel

gilded vortex
#

They seem weak

deft ore
#

cards are sorted in the deck from least to most common ranks and suits?

umbral pilot
deft ore
#

too cruel maybe

#

cards with modifiers are shuffled to the bottom of the deck

gilded vortex
lost inlet
#

the bouncer and the rough

deft ore
#

play with your starting deck for this blind

lost inlet
#

ye

main path
#

"destroys all but one card in deck when blind is selected" /j

deft ore
#

wait actually hold on i might be cooking here

torn urchin
torn urchin
deft ore
#

x1.5 base blind size (instead of x2), deck is temporarily reverted to your starting deck

lost inlet
#

like. diamond in the rough

umbral pilot
#

ok! a bit stressed but there's not much to do about it right now

torn urchin
#

Damn

gilded vortex
#

I don't have a screenshot of just The Rock so I'll put this here

torn urchin
#

Hope you make it out king

deft ore
#

if you don't want it i might take it for psi

deft ore
gilded vortex
deft ore
torn urchin
gilded vortex
deft ore
#

oh yeah this kills steel joker and stone joker

gilded vortex
#

It can be a downside

main path
#

i mean it messes with deck thinning
but other than that

torn urchin
#

Nah it's an upside for me

tidal terrace
gilded vortex
#

I think adding cards makes more sense outside of Ante 8, and also I think 52 is probably too much

deft ore
#

x1.5 base blind size (instead of x2), deck is temporarily reverted to your starting deck for the purposes of drawing cards
all other deck checks use your standard deck

deft ore
gilded vortex
#

Anyways, don't let a mod using a name stop you from using the name

hardy brook
deft ore
#

replicante feels weird for a boss

gilded vortex
#

Replicante [sic] seems more like a boon than a Blind

#

But I have something a bit similar

deft ore
#

the inverse seems fun

gilded vortex
deft ore
#

might need a bit more blind req?

#

like x2.5 instead of x2

gilded vortex
#

I also have The Dagger, which destroys your winning hand

raw skiff
gilded vortex
#

Which can be beneficial too

gilded vortex
raw skiff
deft ore
#

🔥

#

what do they do

raw skiff
#

thank you

gilded vortex
#

Inverse is kinda interesting. I would consider Big instead of Small but it's innovative

raw skiff
#

they do a lot but are considered more powerful than spectral cards\

ivory sinew
gilded vortex
# gilded vortex

I bring this up because in most cases you can't lose to The Thief

hardy brook
#

The first of custom Ortalab Legendary-BASED jokers. I still need to add a paper texture

raw skiff
deft ore
gilded vortex
#

Octarine Order

deft ore
#

what did you decide it did

gilded vortex
#

I have some code to do the opposite

#

-ish

#

It's for one of each Enhancement

#

For a Joker that puts, well, one of each Enhancement at the top of your deck while shuffling

#

I was mentioning it in case you need code reference

wanton lintel
gilded vortex
#

To manipulate the shuffler

#

shine can be "automated"

#

I just copy-paste a layer

#

for all Blinds

hardy brook
trail berry
#

as for the "this is just vanilla but different" thing we were talking about earlier i think doing it once or twice is fine

hardy brook
#

Gives you insight to stuff about the characters, so this card is "Kopi's Joker Sketch"

gilded vortex
#

My The Mask is just a rotated The Head

wanton lintel
#

its silly

trail berry
wanton lintel
#

what is the usual formatting for ^^ again?

gilded vortex
#

^^

wanton lintel
#

no like the {C:} shit

gilded vortex
#

I was just smiling with my eyes, not actually replying

wanton lintel
#

:(

gilded vortex
#

I'm gonna make you pay taxes

deft ore
wanton lintel
raw skiff
# deft ore what do they do

In order of image:
If statement
1 in 4 chance to add negative to selected joker
Else statement
If an if statement has failed recently, add a random edition to selected joker (negative excluded)
For loop
Go through all base game enhancements and add them sequentially to every card in hand
While loop
1 in 7 chance to destroy a random non negative joker, while the chance has not been activated create negative perishable copies of random jokers
Recursion
Creates 2 random code blocks, 1 in 5 chance for one of these to be recursion (must have room)
Example Program
Create a copy of the code block or spectral card last used (Example Program excluded)
Try Catch
Hold on to this card, when used during a round if the next played hand does not beat the blind give an extra hand and revert the chips scored from that hand
Function
Convert 3 random other cards in hand into the selected card
Comment Chain
Destroy up to 5 selected cards
Method
Gain money equal to the chip values of 5 random cards held in hand
Class
Destroy all jokers to create a random legendary joker
Variables
Change all cards in hand to selected suit
Free
Removes the editions, seals, and enhancements of all cards in hand and gives $5 for each edition, seal, and enhancement removed
Constants
Change all cards in hand to selected rank, but sets money to 0
Error
Create 2 random spectral cards (must have room)
Compiler
Add an Exe seal to 1 selected card

raw skiff
wanton lintel
#

is it bad every so often i feel insanely burnt out for no reason

raw skiff
#

I should remove the recently

deft ore
#

also what's an exe seal

hardy brook
raw skiff
west oracle
hardy brook
gilded vortex
west oracle
hardy brook
#

Is that Astro I see?

#

👋🏻

west oracle
main path
#

i think itd be less crazy if it increased by a fixed amount rather than tripling

gilded vortex
#

I think a more interesting solution is to make extra Daggers destroy themselves when bought to grant existing Daggers a fixed Mult bonus

#

something like that

#

Although that is a bit questionable in the sense of why make the player buy extra Daggers

hardy brook
#

I see nothing wrong

gilded vortex
#

Shinkolorblind

west oracle
gilded vortex
#

I meant the question towards my suggestion

#

and I meant it in terms of mechanics

woven orchid
#

good afternoon modders

gilded vortex
#

A criticism towards my suggestion is that there's barely no point to make it this complicated when it could just have a chance to scale instead, perhaps causing the player to lose money

gilded vortex
gilded vortex
#

Being able to stack Daggers helps justify it, but it also seems a bit too linear, maybe

harsh glacier
#

balatro

wanton lintel
#

my op suit jokers are based off the four horsemen of the apocalypse :3

gilded vortex
#

I want to have some of those

#

But not OP

#

Well, I did consider an instant Blind defeat mechanic, but I wasn't sure about it

west oracle
wanton lintel
#

not instawin

gilded vortex
west oracle
#

fair

plush hound
#

hotpot

wanton lintel
#

here is the first horseman

gilded vortex
#

I have a cycle of Jokers which are like the Common equivalent of my Horsemen idea:

If played hand contains a Flush and a [SUIT], create a [TAROT]

gilded vortex
wanton lintel
gilded vortex
#

One archetype idea for the Horsemen is to have the same condition but an effect, while the other archetype idea is to make Horsemen make Horsemen appear in the shop and you can one-shot one Blind per run if you collect them all

wanton lintel
#

oh ok then mr waroker (i played a spade flush)

harsh glacier
#

waiter waiter! more numberslop please!

balmy lily
#

i tried to disable every single mod, why did another one spawn

gilded vortex
#

which synergizes with Hearts and Justice above

balmy lily
#

like actually what is riosodu commons, and why cant i find it in my mods folder

modest canyon
wanton lintel
hardy brook
modest canyon
woven orchid
timid kestrel
#

whats up?

modest canyon
#

hi lily felli

woven orchid
#

hi sophia sharky

modest canyon
#

from the hit balatro mod vallkarri

timid kestrel
#

i know im late but still

wanton lintel
harsh glacier
#

said every mod ever

modest canyon
#

guys what were the parts of jens exodia

hardy brook
#

🤨

woven orchid
woven orchid
gilded vortex
#

No one knows hyperbole

hardy brook
#

i know what hyperbole is, smh

modest canyon
modest canyon
#

(scaling ofc)

woven orchid
#

i will be making game

hardy brook
#

I can't join in a joke apparently

wanton lintel
woven orchid
#

oh i didn't see it was a reply

modest canyon
hardy brook
#

WH- You're not supposed to agree with me

modest canyon
#

(entropy reference)

#

😨

gilded vortex
modest canyon
wanton lintel
#

ok anyway which horseman next

modest canyon
#

how about a joker that gives 3

gilded vortex
hardy brook
#

How about the joker than gives 4

modest canyon
#

"emoney - clubs"

#

🥀

gilded vortex
hardy brook
#

what?

wanton lintel
modest canyon
modest canyon
gilded vortex
hardy brook
#

nvm

gilded vortex
#

Shinku isn't beating the 98% allegations

modest canyon
gentle forge
wanton lintel
modest canyon
hardy brook
modest canyon
#

ITS SUPPOSED TO BE GREEDIUM

wanton lintel
hardy brook
#

WDYM WE?

#

lol

modest canyon
#

yes hi we r plural

#

what of it

harsh glacier
#

i too am in this episode

hardy brook
#

I have been gone for a week-

gilded vortex
gentle forge
modest canyon
#

hello :3 from the famous :3 modification for balatro

woven orchid
gentle forge
hardy brook
woven orchid
#

what

torn urchin
#

I'm here

wanton lintel
torn urchin
#

Sup

hardy brook
gilded vortex
torn urchin
#

What happened

gilded vortex
gilded vortex
modest canyon
#

chat. meows at you. meows at you and falls apart into a billion pieces.

wanton lintel
hardy brook
torn urchin
#

Hm???

#

Imma just leave

#

Shinku good luck

hardy brook
#

Wh-

gilded vortex
#

Bye Pearto

hardy brook
#

I NEED A TRANSLATOR, PLEASE

#

😭

modest canyon
woven orchid
#

translate what

deft ore
#

i think

hardy brook
gilded vortex
#

Evidently Shinku doesn't know what "plural" means

hardy brook
#

smh, this is just bullying at this point

gilded vortex
#

or at the very least the choice to use pronouns besides singular

woven orchid
gilded vortex
#

The royal we, majestic plural (Latin: pluralis maiestatis), or royal plural, is the use of a plural pronoun (or corresponding plural-inflected verb forms) by a monarch or high office holder to refer to oneself. A more general term for the use of a we, us, or our to refer to oneself is nosism.

deft ore
#

before lily felli invented pronouns everyone referred to everyone else by names or titles

woven orchid
hardy brook
deft ore
#

i should do cardpronouns crossmod but i dont have any ideas for cardpronouns crossmod

woven orchid
#

why is it fucking with me

gilded vortex
#

I'd have tried to explain but: 1) I know about it second-hand; and 2) I should be asleep

hardy brook
#

Now I got a question

deft ore
hardy brook
torn urchin
gentle forge
hardy brook
#

oh

woven orchid
#

i want to try and make a love2d game

gilded vortex
#

Lilly asked what was going on and I explained what was happening

#

Which was that you were asking about plurality

deft ore
#

the spaceship

hardy brook
#

Sorry then, I misunderstood (like always lol)

modest canyon
gilded vortex
#

I reckon for Sophia and Lilly the topic was obvious so they didn't understand your lack of understanding

#

or didn't take it seriously

#

Idk

modest canyon
#

oh

modest canyon
#

sowwy.....?

hardy brook
#

Idk why you're apologizing

#

I'm the one with a lack of social cues after all

gilded vortex
#

I mean I don't think you have to explain it when asked, although I think it is in your interest to do so

woven orchid
#

m

#

hey guys my balatro just crashed can you help /j

hardy brook
#

you bluescreened worse than anyone i've ever seen bluescreened

#

what the heck

deft ore
#

why does discord have two separate m emojis

woven orchid
deft ore
#

🇲 Ⓜ️

gilded vortex
woven orchid
#

waow. it's so peak

deft ore
#

i wouldnt be able to react with them if was cryptid

#

i dont have nitro

gilded vortex
#

Regional indicators are for country identification

hardy brook
woven orchid
#

yea lmao

gilded vortex
#

🇧 🇷

deft ore
gilded vortex
#

Sometimes regional indicators become flags

#

But I'm not sure how to trigger that behaviour

woven orchid
#

time to start making lua object oriented

hardy brook
#

Oh wow, someone continued working on the Ortalab BG

gilded vortex
#

compare with 🇦 for example

hardy brook
#

Surprised the Ortalab Wplace thing hasn't been griefed yet

gilded vortex
wanton lintel
modest canyon
#

haha guys

#

m blood type

#

cuz the person is so jolly

#

average russian

#

(sorry)

deft ore
#

t blood type

modest canyon
#

we live and suffer here

deft ore
#

joker poker: balala

modest canyon
deft ore
modest canyon
deft ore
#

i think you may have hired the spectrals instead of the beasts

#

five

#

no. what

west oracle
#

Should this be rare or uncommon?
-# (I have it as rare for now but I'm not sure)

modest canyon
west oracle
deft ore
#

uncommon for sure

woven orchid
#

lily birthday in 0

#

character not me

gilded vortex
west oracle
#

It also works for the played hand

modest canyon
woven orchid
#

me lily birthday was 3 months ago but it happens to be 9/9 which is the bitrhdcya of the character

west oracle
woven orchid
#

WHAT

lost inlet
#

also i think i have a name for my mod now
leminscate

woven orchid
#

im lemonscaping

lost inlet
gilded vortex
lunar sluice
modest canyon
gilded vortex
#

Yes

#

You don't even need deckfixing to nerf them

lost inlet
#

I FUCKING MISSPELLED IT

gilded vortex
#

them existing nerfs them

lost inlet
gilded vortex
#

I should've suggested this name earlier. It's a good one

modest canyon
lunar sluice
#

yes

modest canyon
#

holy shit

deft ore
#

what are you plotting

lunar sluice
#

like 3/4 more days

#

my goals are beyond your comprehension

modest canyon
#

ruby fix the dice jonklers please

#

:)

exotic belfry
lunar sluice
#

im using the week to the fullest 🤑

deft ore
#

when pissdrawer gets their hands on hotpot does critical-bugfixing become the cooler general

lunar sluice
modest canyon
lost inlet
#

also thank you for catching that mistake

modest canyon
lost inlet
#

i somehow thought it was spelled that way for like. 8 years?

gilded vortex
#

Ask me again later I need to sleep

deft ore
#

astro effect idea:
other astro jokers give x1.5 chips

lunar sluice
#

i have reply pings turned off by default tbh

deft ore
#

what do you think astro

#

x1 chips but it scales

modest canyon
#

ruby is busy implementing a fifth multiplier

deft ore
#

whats the scaling condition

modest canyon
#

glop sfark and ????

lost inlet
#

tetrates your tetration

deft ore
exotic belfry
lost inlet
#

does hot potato have six fucking currencies

modest canyon
deft ore
lunar sluice
#

the next multiplier is the friends we made along the way

woven orchid
#

wait

#

im the 8th window btw

hardy brook
#

What's going on?

gilded vortex
#

does hotpotato have potato as currncy

woven orchid
#

it was canonized

deft ore
modest canyon
exotic belfry
gilded vortex
#

does hotpotato have heat as currency

woven orchid
#

hot potato

lunar sluice
#

i have no mouth but i must scream

deft ore
#

also i genuinely don't fucking know i was week 2

lunar sluice
#

lily check hot potato

#

👹

gilded vortex
woven orchid
latent crescent
#

ha

#

table

lost inlet
#

i'm gloppy but not really sfark

lunar sluice
#

im gloppin it

deft ore
#

you do not need more slop

modest canyon
#

what do you want

deft ore
#

your name doesnt even fit on the screen 😭

#

yes

modest canyon
obtuse quiver
#

Yea

deft ore
#

why did the text show below this time

exotic belfry
#

Anyways
SuperRogue update :smil:

deft ore
hardy brook
#

Perkeo on modded joker

obtuse quiver
woven orchid
modest canyon
#

perkeo moment

hardy brook
#

Perkeo copies not creates

woven orchid
#

assuming psi has a load priority of >0 you can probably just do Talisman and "^^mult desc" or "^mult desc" no?

lunar sluice
#

(SMODS.Mods["Talisman"] or {}).can_load

woven orchid
#

and if it doesnt then just use smods.find_mod

woven orchid
modest canyon
#

guys we need like
riffraff but can make two of anything and negative and not immutable

#

do you like my joker idea guys

lost inlet
#

just add tetration

deft ore
lunar sluice
#

just put the chips in the bag bro

#

tetration is easy to reimplement anyway

woven orchid
#

just put the lily in the bag

modest canyon
#

gives you a ^^^4

deft ore
#

fair

woven orchid
#

and then take the lily home and beat with sledgeyhammer

modest canyon
minor inlet
lunar sluice
#

x^^y.z == x^x^x....^0.z with y+1 many xs

modest canyon
#

pet the critter

deft ore
modest canyon
#

cherish the thingy

woven orchid
#

maybe,,

minor inlet
modest canyon
minor inlet
#

thanks tho

lunar sluice
woven orchid
#

how does low precision work

modest canyon
#

do not be evil to lily
life has been evil enough to her as is

lunar sluice
#

it the operator is above 350 or the numbers are above the max safe integer (9e15) it just

#

manually sets indexes in the array

#

without calculating the number before the e properly

lost inlet
woven orchid
deft ore
#

Upgrade!

#

Upgrade!

woven orchid
deft ore
#

Upgrade!

deft ore
fathom gust
#

instead of learning ui i do this

modest canyon
lost inlet
# lost inlet

i think it'd be funny if i made it start with 0 so it can give +true mult if forcetriggered

deft ore
#

+50 chips

modest canyon
#

why did this make us laugh like it did

#

💥

#

aw FUCK!!!!!!!!!!

#

and in the end he is executed by a firing squad

#

absolute cinema

#

dice yes

#

oops all 1s

deft ore
woven orchid
#

i'm so exhasuted but i want to work on thingg,,,,

woven orchid
modest canyon
deft ore
woven orchid
#

do you think swiping is LEGAL??

woven orchid
# deft ore that doesnt deserve death

do you think we should NOT put people to death if they attempt to steal every single day for years and years upon end after being punished every time

modest canyon
#

(we are against death penalty it is not good)

deft ore
#

put him in time prison

#

for eternity

woven orchid
#

do you have access to time prison

modest canyon
#

in the crystal

#

put him in the crystal for a week

deft ore
deft ore
obtuse quiver
#

Tenna you got sent to time prison?

lost inlet
#

apeiration would be funny

deft ore
#

also

modest canyon
deft ore
#

THEORETICALLY

#

the time police can't catch me

lost inlet
#

what about

modest canyon
#

YOU. grisps you.

deft ore
lost inlet
#

damn

#

but what about

#

❤️

deft ore
#

hold on i need deltarune dialogue to copy paste

modest canyon
#

TRUE

deft ore
modest canyon
#

THE DRAWING ON THE NAPKIN HAS UNSEEN POWERS

#

🗣️

#

balatro prophecy

lost inlet
deft ore
modest canyon
#

snowgrave 🥀

lunar sluice
#

idk i think youre just bad

deft ore
#

where does deltarune keep its english localization

lunar sluice
#

rimshot is easily 1000x worse

lost inlet
modest canyon
#

the
what

lunar sluice
#

thats what he calls it ingame

lost inlet
#

rimshot is actually just bullshit

deft ore
modest canyon
#

huh

deft ore
#

i buried rimshot in the back of my mind

#

it sucks so much

lost inlet
#

the second burst specifically is nearly fucking impossible to dodge

deft ore
#

tenna attack in the boss fight

lost inlet
#

it's possible but very very difficult

raw skiff
#

What are the dimensions for the jokers supposed to be?

lost inlet
#

straight up unfair attack in an otherwise really fun fight

lunar sluice
#

its very unpredictable but also the patterns make it impossible to dodge other than just having good reflexes which i dont

#

so i always get hit

lost inlet
#

yea

modest canyon
#

should we play deltarune

lost inlet
#

i could probably nohit tenna if rimshot didn't exist

#

like easily

deft ore
lost inlet
#

rimshot alone makes nohit tenna really fucking hard

deft ore
#

see this is why minigames exist

#

(or the ilovetv spam strat)

lost inlet
#

find a lot of the minigames inconsistent

raw skiff
#

So i forgot the indents...

lost inlet
#

grazing also gives you score

prisma latch
#

cant believe ive finally reached 50 jokers after all this time.. god im so slow lmao

#

im getting scarily close to being able to release my mod

rare garnet
#

This error has got me stumped. What could prevent me from scoring straights like these? Have no idea what mod could possibly do this

prisma latch
#

that is 2 kings.

lost inlet
rare garnet
#

Oh wait

#

Sorry this

raw skiff
#

Time to move all my jokers individually so that they have 1 pixel of border on each side
Yay...

prisma latch
#

ok no that is fucked idk whats causing thaf

#

what mods u got

rare garnet
#

Aikoyori'sShenanigans
Bunco
FusionForce-main
JankJonklers-main
Aura-main
Balatro-CommunityPack-main
BetmmaMods
Cartomancer
DeckSkinsLite
FusionJokers
bocchi-all
EpicBossMusic-main
ExtraCredit
Fusion-Jokers-main
Galdur
Jestobiology-main
JokerDisplay
Less Intrusive Stickers
LobotomyCorporation
Lost_Edition
Maximus
MystesOpenJokers-main
ReduxArcanum
MikasBalatro-main
MystJokers
ModPackFixes-main
NeatoJokers
KCVanilla
lovely
Holotro-master
Komakusa-Cards-main
luckyjimbos-main
Multiplayer
MultiTextBox
PampaJokerPack
Paperback
reverie-main
Steamodded
Talisman
Themed Jokers
UnStable-main
Vocalatro
Tesseract-main

prisma latch
#

wow

obtuse quiver
#

WHAT THE FUCK WHERE STRAIGHT

#

💔 💔

prisma latch
#

that is. someone elses problem. see yall tomorrow im out

rare garnet
#

Aight lmao have a nice day

modest canyon
#

oooooookay alrighty huh

obtuse quiver
#

WHU

#

WAIT

rare garnet
#

I suspect it's some old mods

obtuse quiver
#

YOU ALSO HAD A PERFECTLY FINE FULL HOUSE TOO

#

💔

prisma latch
#

why do you have FusionJokers and Fusion-Jokers-Main

rare garnet
modest canyon
#

hell at least no poultryworx

rare garnet
modest canyon
#

chat we have an important announcement

#

we are going to go eepy and hug our plushie shark now

#

nini

obtuse quiver
astral vapor
obtuse quiver
#

How are you

#

Hows the day

#

what chu doin

obtuse quiver
astral vapor
#

hELP

obtuse quiver
#

.

#

ARE YOU DOING WELL BRO PLEASE GIVE ME AN ANSWER 😭

#

Im STRESSIN OUT OVER HERE

torn urchin
#

Hey Lumiii

obtuse quiver
#

Pear...

#

How are you......

deft ore
#
poll_question_text

fight

victor_answer_votes

6

total_votes

10

victor_answer_id

2

victor_answer_text

ruby

torn urchin
#

Are you okay?

obtuse quiver
lunar sluice
#

always bet on ruby theory

torn urchin
#

They Slash Them

torn urchin
#

:D 👍

obtuse quiver
#

I'm still thinking about the suits

#

Its been

#

What now

#

A day

#

Still thinking 'bout 'em

tardy chasm
#

It’s sooo satisfying to get done with a few tough-to-code jokers and then just knock out some easy ones in 15-30 minutes

torn urchin
#

Show the jokers

fathom gust
#

i kind of forgot seraph was supposed to be a self insert

#

and then i just

#

made him god for some reason

#

that really shows what type of person i am doesn’t it

versed tendon
#

hi dumb question but how do I install a malverk mod?

#

I have steammodded and malverk setup

#

But putting the texture pack folder in my Mods crashes the game

forest knoll
#

you gotta post the crash log so we can understand what the issue is

sudden trail
#

smods issues?

versed tendon
rare garnet
#

Alright found the mystery mod that makes an Ace-10 Straight a high card, it was this mod

upper widget
#

guys i made a balala mod

rare garnet
#

Hope this warning is useful

upper widget
#

do u guys wanna try it

sudden trail
sudden trail
#

but my smods is crashing so not now

versed tendon
#

oh looks like helluva has issue

deft ore
#

why it blue though

sudden trail
#

not smods crash

#

i think this is an smods issue

fathom gust
#

a normal crash is gray,
the blue screen of death is a weird one

ember hatch
#

my game won't run mods

sudden trail
#

it crashes wwithoutother mods

#

ohh wait nvm

ember hatch
light heron
#

anyone else's game crash when they play a hand?

sudden trail
#

wait now balatro is booting but without steamodded

#

even when steamodded is instaalled

#

why is this happening

gleaming goblet
#

how could i have a joker retrigger itself

#

ive been throwing stuff at the wall and it aint workin

ember hatch
#

😭

light heron
# light heron

works now after redownloading talisman, not sure what it was :/

#

prob just an older vers I downloaded

ember hatch
#

what verssion of smods are you using

sudden trail
#

but it tried other versions too

ember hatch
#

i've been trying for like an hour I can't get it to work

#

😱

astral vapor
#

@main path thank you

ember hatch
#

🙏

astral vapor
#

space jam dvd

forest knoll
#

space jam dvd

astral vapor
#

now i need to make a deck where all blinds are dvd

hard plank
#

sorry

edgy fractal
#

hey so. my game just crashes every time i play a hand. does anyone have a solution?

forest knoll
#

you gotta post the crash log for us to even begin to know what the problem is

edgy fractal
#

oh right sorry.

sudden trail
tardy chasm
#

what's the {C:} color for ^Mult/Chips?

forest knoll
forest knoll
forest knoll
solar sandal
#

hi chat

forest knoll
#

hi aven

hard plank
#

because might as well

obtuse quiver
#

Mrow…

tardy chasm
exotic belfry
obtuse quiver
#

Do y’all just have spare laptops

exotic belfry
#

My laptop is my main system fym spare

obtuse quiver
#

IT IS?

exotic belfry
#

Yeah

obtuse quiver
#

Jit I didn’t know💔

exotic belfry
#

This thing is beefy

obtuse quiver
#

That’s crazy tho

#

Usually the laptops I use are kinda ass…

#

But that’s probably just me using it too much often

dense nest
#

Can anyone confirm if this mod is still working? https://github.com/OceanRamen/BU-CB

If I try to start the game with it as is, it crashes immediately. Changing the name of the folder to "ChallengeMod" (to match the directory mentioned in the mod.lua) allows the game to start up, but then the game crashes when I select one of the challenges

GitHub

Balatro University Challenge Bundle - A Custom Challenge Mod - OceanRamen/BU-CB

obtuse quiver
#

Unable to currently

#

Sorry

low knoll
#

how am i meant to use the hook card in cryptid cuz i cant select 2 jokers

obtuse quiver
#

Wdym by that exactly

low knoll
#

to use the hook code card

#

you need to select 2 jokers at once right

#

but i cant

tardy chasm
#

tldr: cryptid's multi-selection on jokers is broken

obtuse quiver
#

Do you not have talisman with cryptid?

jaunty galleon
#

death to cryptid

low knoll
woven orchid
tardy chasm
#

some other mods also enable it and allow cryptid's codecards to work as intended, tho

obtuse quiver
#

actually just listen to them

#

I’m just here as moral support

#

💔

tardy chasm
woven orchid
#

my mod fixes the problem but also cryptid probably fixed the issue themselves

low knoll
#

wait which mods allow it

obtuse quiver
#

I think talisman?

#

Did talisman ever had that

low knoll
#

i have talisman downloaded tho

obtuse quiver
#

I remember it being able to select multiple things at once

#

Can’t quite remember anymore

tardy chasm
#

I don't recall the specific mods, but they also add some expansive stuff like new consumables and mechanics. So be warned

woven orchid
obtuse quiver
#

Use my retextures….

low knoll
#

its fine i just wont use the hjook

obtuse quiver
#

It’s on my name

#

💔

#

ALSO IT’S NOT MIKU

#

PLEASE

#

💔 💔

torn urchin
#

Rabbit hole miku

obtuse quiver
torn urchin
#

Isn't that why it's your name

obtuse quiver
west oracle
#

How do you guys come up with the ideas for your jokers? The hardest part I’ve had making my mod is I just don’t know what to make planet_x

obtuse quiver
#

And potentially my head just kinda

#

Makes up an idea

#

But that’s just me

west oracle
#

What if I don’t know how to think

obtuse quiver
#

I’m the retexture guy

#

Not the joker maker guy

limber oriole
#

what is a like crazy like all in one mod like cryptid except more vanilla and balanced focused?

astral vapor
#

guys

#

how do i get that blind shine

#

is there a template

obtuse quiver
#

As separate images

astral vapor
#

no

obtuse quiver
#

It’s all separate

#

Look at the ends of the blind line

main path
#

@astral vapor

obtuse quiver
#

o

astral vapor
#

oh wait

#

i have a script

quick hollow
dreamy abyss
#

nice mod soup bro

main path
astral vapor
quick hollow
obtuse quiver
astral vapor
#

it doesnt even have antialiasing on the dvd logo

main path
# quick hollow right after everything loaded

it looks like one of ur mods has screwed up shader code?
not my mod tho
unfortunately ur gonna have to check every mod one by one to see which mod is screwing stuff up
btw thanks for playing my mod :)

astral vapor
#

as god intended

quick hollow
#

also np

astral vapor
#

it renders the dvd logo the same way my cheap ass dvd player does

#

its perfect

main path
dreamy abyss
#

why does your dvd player identify as a himejoshi

obtuse quiver
#

Lumiii….

astral vapor
#

pronouns mod

woven orchid
exotic belfry
#

hi modding chat

dreamy abyss
#

is there a lore reason for this

obtuse quiver
#

Do I always have to say lumiii with three i’s

#

💔

main path
astral vapor