#⚙・modding-general

1 messages · Page 1526 of 1

lavish pike
#

I might be dumb

#

I dunno if anything there is from that mod

#

I can’t remember all of what it adds

amber python
#

well this might be it they are all linked

lavish pike
#

Oh wow

amber python
#

well it didnt do much at that time IT SURE IS DOING SOMETHING NOW

#

PRAY TO WHATEVER GOD YOU BELIEVE IN

ember flicker
#

did u make tiny versions as previews

latent crescent
#

🥱

ember flicker
#

wtf

woven crag
#

A slop modpack without cryptposting?

#

Never thought i'd see the day again

#

Nature is healing

normal hollow
wanton lintel
woven crag
#

True

blissful stag
#

Is the way people do the random joker desc just constantly overwriting the return value for a loc_vars parameter with a random thing

#

Or is there like a more uniform way

stable juniper
amber river
#

judging my ment rn

blissful stag
#

No i meant

#

Hovering over it and the text stays as the randomized value

stable juniper
#

o

blissful stag
#

Like splashtext

amber river
#

hovering it rn

#

splashing my text rn

stable juniper
#

unsure ;u;

amber river
#

uning my sure rn

#

;ing my u; rn

stable juniper
#

gah why can't Cold Beans be out right nowwww

keen knoll
stable juniper
#

i want people to play itttt

amber river
#

colding my beans rn

#

tough croud

stable juniper
#

the urge to leak content unendingly is insane

fervent vessel
#

cold beans is peak

stable juniper
#

ikr!!

urban cypress
ember flicker
#

i return a string variable in the locvars

#

and u can change the variable in the joker calculation

normal hollow
#

joyousspring is lost media

stable juniper
#

find it then

ember flicker
# blissful stag Is the way people do the random joker desc just constantly overwriting the retur...

⁨⁨```lua
SMODS.Joker {
atlas = 'inscryptionJokers',
pos = { x = 0, y = 0},
pools = {["Inscryption"] = true },
key = "felijo_ins_lilyfelli",
pronouns = "she_her",
rarity = 3,
cost = 8,
config = { extra = {chips = 1, mult = 1, repetitions = 1, pronoun = "neutral"} },
loc_vars = function(self, info_queue, card)
if card.ability.extra.pronoun == "masculine" then
return {
vars = {
card.ability.extra.chips,
card.ability.extra.mult,
card.ability.extra.repetitions,
card.ability.extra.pronoun,
colours = { HEX('F0C590'), HEX('351A09'), HEX("61B5FA"),}
}
}
--(2 other cases, i'm just changing the colors returned)
end,
calculate = function(self, card, context)
if context.setting_blind then
local current = card.ability.extra.pronoun or "neutral"
local next_index = 1
for i, p in ipairs(PRONOUNS) do
if p == current then
next_index = i % #PRONOUNS + 1 <-- this refers to a table i set in file
break
end
end
card.ability.extra.pronoun = PRONOUNS[next_index]
end
if context.cardarea == G.play
and context.repetition
and context.other_card then
if CardPronouns and type(CardPronouns.has) == "function" then
return {
repetitions = card.ability.extra.repetitions,
chips = card.ability.extra.chips,
mult = card.ability.extra.mult
}
end
end
end,
blueprint_compat = true,
}
end

blissful stag
#

Slightly confusing

#

Does it only randomize on starting the blind?

ember flicker
#

i randomize the string on blind setting yea

#

i mean you could just use a seed right

#

i think some jokers in isojunkyard have randomized sentences

#

but basically instead of doing a switch case for every random sentence, you just return a string variable once

#

and that string variable updates when you open the description

#

thats how i also handle the status of LOIC

exotic belfry
#

Feli makes a Felli

#

Lol

stark hare
#

cloud 9

ember flicker
#

why did u make it meaner

winged prism
ember flicker
#

because i copied from u

winged prism
winged prism
ember flicker
#

why evil

strong obsidian
stark hare
ember flicker
#

its also scuffed because it grants the chips and mult on retrigger

winged prism
stark hare
#

yeah i should nerf that

winged prism
ember flicker
#

what does ef9 stand for

#

and why are your pronouns lowercase

stark hare
ember flicker
#

so its like electrostatic-level fucking nine

stark hare
#

actually the system has only ever gotten up to 6 but shhhh

loud shoal
#

I haven't played in a while. My current mod setup is broken and out of date, so I want to redo it. I've noticed that some mod managers have popped up with collections/modpack features. Anyone have any that contain at least Bunco, Cryptid, Ortalab and dndj, or failing that, a list of mods that are talisman/cryptid compatible? Cause that was my biggest problem, making sure mods were talisman compatible.

ember flicker
#

well this sucks, i can't add Hammer as a T

#

TOGA crossmod

#

even had the placeholder ready

blazing pivot
#

chat would you take this

ember flicker
#

it wouldnt even be hammer

storm forum
#

Just call it "Hammer 4".

ember flicker
#

i'm tempted to just call it WorldCraft lol

storm forum
#

Suppose that could work too. 😛

ember flicker
#

oh btw i made a bliss card

#

for Smallpox

#

oh

#

i forgot to show u LOIC

storm forum
#

I've seen you share it 'round... though I may be stumped as to what exactly it is referencing - not this, per chance?

ember flicker
#

no

#

its referencing LOIC

latent crescent
ember flicker
ember flicker
storm forum
ember flicker
#

oh its that shrimple

latent crescent
#

⁨```lua
text = {
{
"Ths joker do stuff"
},
{
"Also do other stuff"
}
}

storm forum
#

Just be mindful of folk using Slay the Jokers release 0.2 or lower - multiboxes will crash the game.
-# Unless they're using the latest commit of it, where multiboxes are accounted for.

fiery kestrel
#

what is this pronoun mod

#

👁️

ember flicker
#

CardPronouns by Lily Felli

fiery kestrel
#

ty x3

#

gonna make all the jokers based on people in my mod have their pronouns

ember flicker
latent crescent
#

Better

ember flicker
#

i'm gonna put multiboxes everywhere

fiery kestrel
#

what language was that / what keyboard im curious 👁️

ember flicker
#

what

fiery kestrel
#

Sleepy accidentally typed in a different keyboard

ember flicker
#

idk its either azerty or another whole language

fiery kestrel
#

wait how do i set pronouns 😭

ember flicker
#

pronouns = "she_her",

fiery kestrel
#

ty

ember flicker
#

and no the game wont crash if u dont have cardpronouns installed when the joker has pronouns so its not a dependency

#

remnants of crushed dreams

keen knoll
ember flicker
#

what is that

keen knoll
#

big cannon from ss13

fiery kestrel
#

is this too slow of a scaling joker

ember flicker
#

does it reset if its a different hand :ujel:

fiery kestrel
#

i think so

#

this isnt my idea

ember flicker
#

oh

fiery kestrel
#

yea

#

it does

forest knoll
#

foundation in ortalab (the opposite of obelisk) is the exact same but twice as fast (gains x0.1 mult per hand)

fiery kestrel
#

hm

#

i dont like being uncreative

storm forum
#

-# Don't let an another mod having done it stop ye.

forest knoll
#

oh wait my bad i misread a little bit
foundation is only for the most played hand

ember flicker
#

hey toga

#

when you did your www and dialupmodem blinds

fiery kestrel
#

phew

ember flicker
#

the blind requirement "G.GAME.dialupmodem", does it refer to the blind key (without the prefix)?

storm forum
#

That's just a random variable I attach to ⁨G.GAME⁩.

ember flicker
#

oh ok

#

because i wanted to add a crossmod blind

storm forum
#

-# Bit of an overengineered method to set such a variable, but it works.

ember flicker
#

where did u even put that

storm forum
#

hooks.lua

ember flicker
#

can i take that to crossmod u

storm forum
#

...if you want to reference the variable, just do so. 🦐

ember flicker
#

thank you

storm forum
#

ye.

ember flicker
#

actually its no face cards and no 10s

long hare
# ember flicker

oh god
i have a nasty idea

The Mind (Blind)
2X Base
The Password is "[no / exactly 1 / 2 or more] [face card(s) / numbered card(s) / [suit] card(s) / Enhanced card(s)]"

Bronze Brain (Finisher Blind)
2X Base
Remember the password
(Text showing that the hand will not score does not show up) (Only appears if The Mind was in the previous Blinds)

ember flicker
#

oh thats mean

north crater
#

tweaked some stuff in my texture pack and this happened lmao

long hare
ember flicker
#

youch

#

but disabling the mind wont trigger the defeat hook

#

im sure

ember flicker
#

idk i never skipped the login to try

long hare
#

oh i see

#

im not sure how coding blinds works entirely

#

especially ones with unlock conditions

stark hare
vast anchor
ember flicker
vast anchor
ember flicker
#

its just dagger for xchips

vast anchor
ember flicker
#

idk i never gave it a spin im not in the number go big crowd

#

too impatient

vast anchor
#

-# +chips
-# xChips (better)
-# xMult (meh)
-# candy

vast anchor
#

Nothing

rain orbit
#

Should bizarrtro's counterpart of oops all 6's be all 1's on a die

#

Cuz like that's been done to death already but it's the "opposite" of getting all 6's

#

Or should it be some other bad luck concept

ember flicker
#

how about a d20 that is landed on 1 and u call it like Critical Failure

rain orbit
#

That's still a die

ember flicker
#

well its not a d6 and its bad luck

#

or just do a wheel of fortune ref

rain orbit
#

My question is if it should be just like oops all 6's except with 1's instead

#

Cuz it has to be the closest I can think of to an "opposite"

vast anchor
#

It's not a 6

#

Neither a 1

#

It's not a number

#

nan

ember flicker
#

oops all naneinf

wanton rapids
#

it lands on a corner

vast anchor
#

Yes ! All nan's !

rain orbit
#

For example, bizarro joker's (jo-cryer's) whole thing is that he's not only not a funny man, he's the exact opposite of a funny man: a sad man
Just using other gambling games and landing on bad luck I feel would be the same as making bizarro joker just not a funny man and stopping there

ember flicker
#

then what would be the opposite of a gambling game that is lucky

rain orbit
#

While yes rekoj still is a clown (albeit miserable) and all that I only learned about jo-cryer after I made them and they're too iconic in this space for me to change them

rain orbit
vast anchor
#

Or
Oh i knew it but failed miserably

ember flicker
#

ok so what about no gambling at all

rain orbit
#

All I know is that oops all 6's art "removes" the rng and makes it always the best roll since it's all 6's
So theoretically the bizarro version of it should be something that was originally not rng, but turned into the worst rng possible

ember flicker
#

misprint deck?

rain orbit
vast anchor
#

Nothin

ember flicker
#

yeah but

#

something that is not rng gets turned into rng is basically misprint deck iirc

vast anchor
#

Or every blind is a big boss

ember flicker
vast anchor
rain orbit
#

Let me rephrase

forest knoll
vast anchor
rain orbit
#

I'm talking about a concept that's turned into the rekoj
Something that's originally predictable but turned unpredictable with the worst luck, just as oops all 6's "removes" all luck from rolling the die

ember flicker
#

the art would do that

vast anchor
#

Idk

rain orbit
#

It's just for the art and name, the effect will just be halving probabilities

vast anchor
#

Bad at having

rain orbit
ember flicker
#

oh god

#

a fucking ticket

#

a number ticket

#

that determines your order

#

its not a random number

rain orbit
#

Something originally not rng turned into rng but with bad luck

ember flicker
#

omg

rain orbit
#

Taxes lmao

rain orbit
#

What

ember flicker
#

overthinking this

vast anchor
rain orbit
vast anchor
#

Idk

rain orbit
ember flicker
#

uhhh if you can animate the card you could do a compass that keeps spinning

past lava
rain orbit
#

That doesn't have anything to do with luck though

vast anchor
ember flicker
#

an elevator???

rain orbit
#

Wait

#

What about spontaneous human combustion lmao

ember flicker
#

?????????

fathom gust
vast anchor
rain orbit
ember flicker
#

thats random tho

ember flicker
#

you wanted something not random turned random

vast anchor
rain orbit
#

shi

ember flicker
vast anchor
#

Waking up from sleep then

#

Better idea

#

D:

ember flicker
#

tu dis bcp de choses qui n'ont pas de sens

vast anchor
#

-# ^dumb (targeting myself)

ember flicker
#

ouch

vast anchor
vast anchor
#

Grr

rain orbit
#

Maybe something corrupted

#

Corrupted stats maybe

ember flicker
#

i mean

#

you could still do something rng

#

vacuum breath is not wind breath but its still breath

vast anchor
#

Uuuh

#

starting to become even more of an idiot

rain orbit
ember flicker
#

the opposite of wind breath

vast anchor
ember flicker
#

instead of blowing wind, he sucks

rain orbit
#

Oh you were talking about bizarro

vast anchor
ember flicker
#

yup

rain orbit
#

I thought it was being used as a technical term

ember flicker
#

no

#

the gimmick of "opposite of x" doesn't mean everything about y should be the opposite of x

vast anchor
#

As shrimple as that

ember flicker
#

since superman exists

#

lol

rain orbit
#

I was sticking to the jo-cryer example

#

Cuz like

vast anchor
vast anchor
rain orbit
#

If it's still a die it'd still be rng turned into not rng but just with bad luck instead

#

Plus oops all 1's has been done multiple times already

ember flicker
#

you could just make a regular ass sliced die

rain orbit
#

Maybe something like that mario party die that only rolls 1-5

ember flicker
#

how would you show 1-5 if you can only see 3 faces

vast anchor
#

A spiked die

vast anchor
rain orbit
ember flicker
#

a coin or a d4

vast anchor
#

-# and hurts a bit

rain orbit
vast anchor
#

Idk

#

Hmmmmmm

#

Decimal dice

#

Think outside the boxxxxx

stark hare
#

yuymmy

ember flicker
#

multi boxes

stark hare
#

-# its jokerforge

#

cough

#

heh

ember flicker
#

🤢

vast anchor
stark hare
#

cmon its not that bad

vast anchor
stark hare
#

😢

ember flicker
#

🤮

vast anchor
stark hare
#

until i switched to imm

rain orbit
#

Does imm do everything bmm does

vast anchor
vast anchor
#

And better

#

And less buggy

rain orbit
#

o

stark hare
#

whichg like

#

buuuurp

keen knoll
# stark hare yuymmy
+10 hand size, reduces by 1 at end of round
resets when hand size is below 4``'
rain orbit
#

Ok

stark hare
#

when the hand size it gives you is below 4

vast anchor
#

When handsize is 12

#

:3

keen knoll
#

when handsize bonus is below 5

forest knoll
wanton rapids
#

why does it give +1 joker slot

stark hare
vast anchor
keen knoll
vast anchor
stark hare
#

i have like 2 things that gives joker slots

past lava
ember flicker
#

heinz beanz should give a joker slot

#

because heinz beanz are fucking cool

keen knoll
vast anchor
stark hare
#

this mod has 288 jokers so far 😭

past lava
#

i wonder what local thunk thinks about modded balatro

stark hare
#

he doesnt play them

#

and doesnt want mods to influence how he develops the game

vast anchor
#

Zeekers

#

Maybeee hakita

#

Yeah yeah hakita

#

-# He hired a modder yes

#

-# Pitr

#

And uuuh

#

Idk

ember flicker
vast anchor
#

Nintendo:

#

They are disgusted just by looking at a fanart sooo

rain orbit
#

I'm sure the devs are ecstatic, just that the higher ups see it as a threat to their brand

vast anchor
#

Yk

stark hare
#

nintendo would bomb a cancer patient if their name was luigi

vast anchor
#

Metroid fangame

ember flicker
#

the pokemon devs write fanfics

vast anchor
#

DELETE DELETE DELETE

rain orbit
#

Typhlosion 🔥

past lava
vast anchor
#

OH FUCK

fathom gust
#

holy shit i got hit with a flashbang

#

well, two flashbangs now

vast anchor
fathom gust
#

not that.

#

this screenshot

vast anchor
#

Whuh

rain orbit
#

They should change the image to evil larry

past lava
rain orbit
granite forum
#

🥱

ember flicker
#

because heinz beanz are fucking awesome

granite forum
#

balatro is fucking awesome doesn't mean jimbo is +2 joker slots now does it

ember flicker
#

well too bad its not ur mod

#

and now jimbo is +2 slots because i said so

rain orbit
#

Do your balls hang low
Do they wobble to the flo
Can you tie them in a knot
Can you tie them in a bow

ember flicker
#

negative playing card!!!

past lava
#

mods in a mod

fathom gust
#

A mod, that’s in a mod… that’s ALSO in a mod, which is in a mod, which that mod is also in ANOTHER mod…

granite forum
vast anchor
granite forum
#

jokerforge default placeholders

past lava
formal orchid
rain orbit
nocturne raptor
#

Can I make my idiot dog a mod? Or is that trademark infringement? /J

granite forum
rain orbit
#

Your dog looks like if boomer rock music was an animal

granite forum
#

and where is my other one

nocturne raptor
rain orbit
#

/j

#

Also this is what I thought of for bizarro bootstraps

#

||A hidden feature is that you get a free plane ticket to go to an island||

rain orbit
#

All in all I think this is a really good one because nepo babies typically are just given money and power and let loose, causing them to spend a lot

stark hare
#

Island Joker
███ █ █████ ████
█████ ███ █ ███

rain orbit
#

█J██████o██████
████k█ ███ e█ ██r█

stark hare
stark hare
winged prism
rain orbit
#

It is a mostly vanilla based mod, and vanilla doesn't have multibox so maybe they compromised

winged prism
#

Wdym vanilla, like stylistic choice?

stark hare
#

hmm

#

actually

winged prism
#

Because multiboxes are smods feature

stark hare
#

m,aybe it should give xmult

balmy lily
#

someone changed the emoji..

granite forum
winged prism
#

O

granite forum
#

Also why say "deck starting size"

stark hare
#

because its based off the decks starting size

#

😭

woven orchid
#

real erosion just says a number which is consistent with the deck starting size

#

maybe do that

balmy lily
#

SOMEONE CHANGED THE NAME OF A EMOJI I USED TO CONTAIN that word i definitely cannot say

stark hare
#

ok

hybrid granite
#

Someone should make a mod for balatro

stark hare
#

thats a stupid idea

hybrid granite
#

But think about it, there's be more jokers, more play styles and it would attract a new kind of playerbase

winged prism
granite forum
#

erosion just says the number

#

"52"

#

thanks errosion

#

i know i'm not playing on abandoned deck

#

"40"

#

thanks errosion
i know i'm playing on abandoned deck

#

it doesn't say
"Deck's starting size"

#

no thanks errosion, i know nothing

grand geode
fluid badger
toxic cloud
stark hare
exotic belfry
#

You should use multibox instead of just "-----------------"

#

it'd look much cleaner

stark hare
#

oh my godddddddd

exotic belfry
#

Sorry is not using JokerForge to edit what is essentially a text file too hard?

stark hare
#

your just the 10th person to say that bruh

#

also rude

exotic belfry
#

Maybe a little, sorry

#

Shit just gets on my nerves easy

forest knoll
#

i hate to add more "this looks bad" onto the pile, but you should go back to C:inactive instead of the default black for ⁨(Currently X# Mult)⁩ and ⁨(Currently X# Chips)

stark hare
#

thanks for pointing it out

exotic belfry
#

But seriously, everything I've seen out of this mod is so cool EXCEPT the fact it's a JF mod. It has so much potential if you didn't use it 😭

woven orchid
exotic belfry
#

It's not hard to learn bruh

#

It's a beginner language through and through

stark hare
#

i literally cant do this without it at the moment jeez louise

manic summit
storm forum
forest knoll
# stark hare i literally cant do this without it at the moment jeez louise

the point is that it'll probably be better + faster to start learning lua now than to make a bunch of content in jokerforge and then look at it later once you have learned lua and have to go back and rewrite it (either because it's poorly generated or because you have a better idea for the joker that you couldn't have done with jf)

exotic belfry
#

I'm mainly saying it from a perspective of that last bit

#

You could do way cooler things if you didn't shackle yourself to JF

stark hare
#

ok

woven orchid
#

metatables are dumb

stark hare
#

anyways

#

i fixed it

#

and tbh i do like how the ----- looks

exotic belfry
#

that pains me but I won't yuck your yum

woven orchid
#

astra rate my joker based on how much you want to kill me for making it

exotic belfry
#

Lily I am going to find your location, travel there, and find you just so I can slap you for making this

woven orchid
#

bwa

exotic belfry
#

what in the high hell 😭

woven orchid
#

im thinking of renaming my rarities

#

dormant,hyper,hyper+,hyper++ and extreme are a little bland

exotic belfry
#

oh yeah

stark hare
#

grandpa demon rarity

forest knoll
#

astra and lily rate my art :3

stark hare
woven orchid
#

i really like d12

exotic belfry
#

Kickass

woven orchid
#

i honestly think the lines on d4 are a little jagged tbh

#

idk mabe imm silly it looks strange to me

exotic belfry
#

d10 also looks a little funky

woven orchid
#

d8 and d10 look nice though

forest knoll
#

no yea i can see it too, i might have another go at d4

hybrid granite
#

Btw I'm assuming it was obvious but my original comment wasn't serious

stark hare
forest knoll
woven orchid
#

i wish i could use canvassprite

winged prism
woven orchid
#

unfortunately i depend on screenshader more right now

hybrid granite
stark hare
#

id imagine its cause all other ranks have 4 of each

exotic belfry
#

I am so glad align_buttons got merged 😭

#

Custom cardareas rejoyce

stark hare
#

all the jokers finished today

exotic belfry
#

I would def say so

forest knoll
#

it was really tricky to get something without jagged lines that still had good perspective lol

exotic belfry
#

this just in: triangles made out of squares are hard

#

or I guess pyramids?

forest knoll
#

what are pyramids if not several triangles

exotic belfry
#

true true

main path
#

Wait the canvassprite pr is actually in smods

#

oh my god

exotic belfry
hard plank
keen knoll
forest knoll
main path
stark hare
#

a bunch of stupid ass overpowered jokers you cant get in a run normally just for the gits and shiggles

main path
exotic belfry
#

I wish it existed when I made the Horoscope area lolol

keen knoll
hard plank
#

i wonder if i should pr my janky drag n drop

keen knoll
#

oh

exotic belfry
#

Aiko no 😭

hard plank
#

yeah no

exotic belfry
#

That feature is SO niche

hard plank
#

people seemed to have done it a lot when they played hot pot for the first time

exotic belfry
#

People don't read lol

hard plank
#

it's their first instinct

#

one of the important things to keep in mind when it comes to UX design is user familiarity

#

aka existing user knowledge

main path
#

funnily enough i'm in a human-computer interactions class and this literally is one of the core tenets - don't assume that a human will use logic when interacting with your systems

#

Instead build your systems in a way that makes people naturally use it correctly via intuition (which is difficult)

hard plank
keen knoll
#

me too!!

inner mica
#

where do i get this mod

#

i would like to have that mod

stone verge
#

oh dear

woven crag
#

Let me guess

#

Scalae?

stone verge
#

scalae

#

and 5 doubled scales

woven crag
#

Scalae moment

stone verge
#

lets do this

polar oyster
blazing pivot
#

(why are they green)

full edge
#

only have to do 30 minutes of labour today, so today's the day I'm going to start figuring out shaders

glad solar
fluid badger
full edge
woven orchid
#

blessing you with good fortune that you figure it all out

full edge
#

I'm smart enough to figure it out, luckily, the question is whether I'll get frustrated enough to decide to do something else, haha

woven orchid
#

i’m very curious if there’s a way to get data out of a shader other than the pixel or vertex effects

full edge
#

I'd assume that if glsl allows for that, you can make love abide by it

woven orchid
#

it would be super cool for debugging if you could

full edge
#

how are you working on your shaders, btw? All in online visualization tools, before you port them, or do you just go raw with it in balatro and debugplus?

#

i just learned of a blocked term, haha

silk burrow
#

anyone help?

#

i havent played in a long time but i updated the mods i am using

full edge
silk burrow
woven orchid
silk burrow
#

tried multiple times and nothing

storm forum
#

-# Fantom's Preview ain't maintained and rolled up into Multiplayer, no?

woven orchid
#

well, when i’m working on card shaders i use debug plus watch shader

full edge
#

Haha, that's brave, lily, but it seems to be working out for you

woven orchid
#

but i’ve been doing screen stuff for the last few weeks

full edge
#

yeah debugwatch is really powerful

woven orchid
#

i love it

storm forum
woven orchid
full edge
#

I'm just reading about how the variables work in glsl and I can feel that just working in lua has made me worse at any language that isn't this softly defined

woven orchid
#

could be nice

woven orchid
#

more than once i’ve had my balatro lua crash because i wrote “float x = …” instead of “local x”

#

and then i write local x while in glsl 😭

full edge
#

That's the bane of working in multiple languages, honestly

silk burrow
full edge
#

very defined languages are my preference in principle, but I'm not good enough a programmer to quickly get back into that mindset when I've been working in such a generic language for a while 🥲

woven orchid
#

😭

#

god i need more excuses to use screenshader but i have no ideas

#

maybe i’ll try and recreate some effects i see in other games and stuff

full edge
#

There are some goofy challenge mods you can make with it, for sure. Or some really weird meta blinds. Like a blind that makes your screen go dark and shuffles your jokers every once in a while, except for a small glimmer of light around your mouse

#

In one of the clips you've shown, there was a particle effect explosion as well. Is that screenshader stuff too or is that just particle system shenanigans?

woven orchid
#

the particles are just particle system things combined with one billion events

#

events (particularly value easing) are probably the most important part of my vfx

full edge
#

If shaders turn out to be very fun, I will definitely see how I can use them for spell casting effects through screen shaders

woven orchid
full edge
#

But I'm often put off by the fidgetty nature of making animation stuff like that, haha

woven orchid
#

yeah that’s fair

civic solar
#

Hi I have 10 years coding experience I can help

full edge
#

Makes what you're doing impressive to me both from a coding perspective, and from an 'I use my adhd as an excuse to not even attempt stuff like that'-perspective, haha

#

Hello! 👋

civic solar
#

Dude I have ADHD I have made games

#

So don’t

woven orchid
#

once i get into more advanced math in school i think it’ll help rn i’m honestly just winging it

#

art is definitely not my forte that’s for sure

civic solar
#

How to be a mod

#

Tell me

#

@everone

#

Pls

full edge
#

Haha, I've made one of the biggest mods while having adhd, so it's not an actual excuse, I just use it as one for that stuff sometimes 😛 But I'm learning

civic solar
#

How to have the Mod tag here tell me

full edge
#

I think it's often just what your obsessions bite into

#

mod tag?

idle frost
#

Hey guys, I've been playing collage since this morning and I don't get why my hand size gets big like crazy. I also tried to restart the run but I have like 40 cards in my hand. I think it's related to burnt cards but idk

#

Do you know a way to fix it?

toxic cloud
#

that's not a crash, and so little information is given

full edge
idle frost
#

Yeah ik but I thought I could talk about it since its not a crash

#

Like the problem is that usually after discarding burnt cards I get drawn 2 cards but it seems like that it increases my hand size permanently

#

But that problem persists also in new runs

#

Like I made a new run and I started with a 40 cards hand size

#

Is this the wrong channel?

full edge
#

Oh, that seems like a big issue, then. And yeah, you can definitely talk about it here, still, no worries

toxic cloud
#

sounds like an issue from smods 1016c

#

where card limit is poorly handled that it creeps into the rest of the session

idle frost
#

Thanks bro, do you know if there's a way to fix it? Or should I just restart the game

full edge
#

It's looking a bit worse than I was hoping, and I'll have to figure out why, but I managed to get it working, so that's a start. A shine that doesn't affect the paint

frigid mica
#

And not monochrome

wanton rapids
#

why not

full edge
#

The idea is that they're steel pressed cards that have paint on them

frigid mica
#

I’ve nerfed a couple of things in my mod

#

The mod has long lost it’s stupid brokenness

#

Just so it can be “fun”.

#

I can’t even call my mod busted buffoons anymore

#

Now it’s just buffoons.

normal dawn
#

then get to making more busted

young spire
#

Losing a good run bc stupid fucking modded jokers dont do what they say they do gg

hard plank
granite forum
unkempt current
#

AUH DOSCORD

#

I hate mobile

#

Why does this double react thing exist

#

Now I can't stop misclicking and fire reacting messages

frigid mica
round elk
round elk
unkempt current
#

Yeah

winged prism
frigid mica
#

Jen said my mod is effectively creative mode, and I can’t blame him, so I tried nerfing a couple of things

#

Like certain items giving any joker at all

granite forum
#

bold coming from jen but ok

#

Almanac being one of the most unbalanced mods ever

#

And i mean almanac

frigid mica
#

I try to keep it as balanced as I can whilst still maintaining the name of my own mod.

granite forum
#

i don’t respect jen enough or the mod to call it polterworx lol

frigid mica
#

I don’t know if I can balance it enough to appease him.

granite forum
#

why do you have to appease him

winged prism
frigid mica
granite forum
#

it doesn’t matter

frigid mica
#

I thought it was just the jokers being able to spawn anything, including kosmos.

winged prism
#

That's idiotic

frigid mica
#

So don’t harass him about it

#

Look, he’s gone through enough.

winged prism
#

I'm not planning to contact Jen ever anyhow but calling things their names is just what I can't avoid

frigid mica
#

I don’t want another fiasco like the pwx and mayhem situation.

winged prism
#

This is very fucking stupid

#

Frankly I don't think chatting in modding-general can be considered harassment

granite forum
#

dammit

#

jen i do believe is a bad person whether or not he has expierienced a lot, which he has

frigid mica
#

Malpractice?

granite forum
#

no

#

bad practice maybe

frigid mica
#

Look it’s just bad

#

I like the guy

#

I like that he’s back

granite forum
#

i nearly fell to the floor when i heard he was back

frigid mica
#

And I don’t want their mod to fall into obscurity ever again

round elk
winged prism
frigid mica
granite forum
#

i do tho

#

🥺

frigid mica
#

I mean, you generally just don’t like broken mods so I guess I can’t blame you.

granite forum
#

separating the mod from its bad gameplay

#

just jen

#

i heavily dislike

frigid mica
#

That’s a heavy word, why?

winged prism
frigid mica
fathom gust
#

every god damn time i open up this chat

winged prism
frigid mica
#

Least I think I did

#

The topic was about my mod being incompatible with pwx

granite forum
#

i think the way jen chooses to reacts to the things happening around him is so incredibly flawwed and the way he is so obviously self absorbed is really distateful

Knowing what i know about him which i won’t tell because i don’t want to dig up a bunch of dirt
Jen is kinda a freak

very power hungry if you observe his behavior well

frigid mica
#

Even when my mod is, at the end of the day, supposed to be a cryptid-complementary mod, I try to make it so that jen reconsiders their decision.

granite forum
#

if i had the option to disassociate from jen and polterworx like that i would but my legal team says i shouldn’t bring in polterworx incompat on my own accord

granite forum
frigid mica
#

That could just be the old jen idk if he’s still like this now

granite forum
#

in a way the controversy in moderation furthers his belief that his mod is popular
He just wants to be in a position of power from how i see it

granite forum
#

he likely is now aware of the fragility of his glass castle of a mod

#

so he may be more cautious

#

idk

frigid mica
#

I just wanna see both worlds rock the universe…

full edge
#

I think it's generally good for people to not be invested in niche community drama like this, unless it has bad consequences. But also, every small discord community has like a 50% risk of starting to act like a cult

frigid mica
#

I’m already in one, and I’m not talking about anything balatro-related.

winged prism
#

Directly trying to make your work incompatible with someone other's is just not adequate behavior, full stop, idk

sly plover
#

Is there a mod or method in Balatro to prioritize a specific modded content over base content and other mod content?

#

Let me explain:

Imagine my favorite mod only has 30 jokers compared to all the jokers in the base game and then all the jokers from any other mods I want to include in the same run.

Is there a mod or method to make those 30 jokers appear more frequently in the run than the jokers from the base game and those from other mods?

frigid mica
#

Oh wait

#

Idk

full edge
#

Not that I know off, though it wouldn't be a very difficult thing to set up, I suspect

keen knoll
#

there was that one mod that unlocked mods every round

frigid mica
winged prism
granite forum
full edge
#

Oh, I forgot the weight stuff's a thing I made myself, and not in smods yet. Yeah, it'll show up at some point, but it'd be a lot of work to set up for most mods

frigid mica
#

So yeah, I made my mod self serving instead of taking everything and giving it to you for free.

granite forum
#

look at paperback

frigid mica
#

My items can only spawn my items now.

keen knoll
#

oh yea i just had it copy the jokers in my mod 100 times in the pool table

full edge
granite forum
#

i think math better in that position and seemed to me like just a very nice person

#

i do see the way he could be seen as such though

#

It’s a math sized hole in all of our hearts

frigid mica
#

I am subservient, but I don’t want my piece of work be thrown out.

granite forum
full edge
#

It's not about whether math or whoever would be in charge of a server is nice, it's just something that small communities are at risk of and if you want to prevent it, you need to moderate against it. People just get weird about it.

keen knoll
#

because math lol

#

?

granite forum
#

I do really hope math comes back someday even if he doesn’t work on cryptid ever again

frigid mica
granite forum
#

he was just seriously such a nice guy

granite forum
full edge
#

idk, i try not to get too involved with anything pwx related. Just ask about it there? Or is that a big no-no?

frigid mica
keen knoll
winged prism
granite forum
frigid mica
#

People who just play broken mods in general and want a crazy experience

#

Like Yahimod

granite forum
#

People who play yahimod play it once and never again

frigid mica
#

Wait Yahimod is a bit too balanced if I’m being fr

granite forum
#

it’s novel

frigid mica
#

Yahimod has a couple of broken jokers but the best are either Rare or Legendary.

#

I mean I only have Rare Jokers but y’all might be shocked to hear that Pepsiman is a planned uncommon joker that has a 1 in 4 chance to spawn a double tag at the end of round.

#

Basically anaglyph

#

But yeah, I guess I shouldn’t worry too much.

stable juniper
#

there's a tarot card that wins you the game :)

#

:)

#

:)

granite forum
#

:)

full edge
#

modding community is very niche and i think the people that chill in the pwx server and care about pwx a lot aren't as interested in playing other stuff, anyway. Same for cryptid. But most people that play mods don't ever talk about it online anywhere

stable juniper
#

:)

frigid mica
stable juniper
#

you should use it i think

#

:)

frigid mica
#

:)

granite forum
stable juniper
#

gwan :)

frigid mica
#

THE HORSE IS BACK???

stable juniper
#

hrosey

frigid mica
granite forum
#

hores

full edge
granite forum
frigid mica
stable juniper
#

disabling the poop wall with mucho texto

frigid mica
#

That’s because almost nobody I’m friends with ever plays balatro.

granite forum
stable juniper
#

:)

frigid mica
granite forum
stable juniper
#

because looks inside

granite forum
frigid mica
stable juniper
#

picturepaper

granite forum
#

Photochad

frigid mica
#

JokerPoker Balala

stable juniper
#

polaroidcountry

granite forum
#

joker poker : roguelike cards

fluid badger
#

I eat sand

granite forum
frigid mica
#

ImageVeto

sweet bramble
#

balatro

fluid badger
stable juniper
#

economycycle joker

#

GOOG

frigid mica
#

The Goog Attempts to Bypass…

winged prism
frigid mica
#

This unicorn hates sans jumping on the bed

#

🦄

full edge
#

can we not

frigid mica
#

The unicorn is worried that sans might bump on his head

fluid badger
#

Goog…

winged prism
#

Is dead, I'm afraid

frigid mica
#

I probably shouldn’t post that.

#

There’s controversy surrounding an animator I once loved.

fluid badger
frigid mica
#

What

fluid badger
#

pizza

#

🤤

frigid mica
#

I always thought the general consensus was like “If you don’t like what this mod is doing with other mods, disable it”

#

I thought Jen was gonna treat it as it’s own thing and not a part of PWX

#

The mod was meant to be broken even without cryptid.

winged prism
#

Jen tends to show inadequate behavior, I think that's all there is to that topic

hard plank
#

guys

winged prism
#

Yes

#

Play aikoshen

#

Instead

frigid mica
#

I don’t want to assume the worst and believe that jen either ||has double standards or doesn’t like that I’m copying his flow.||

winged prism
#

I think your opinion on Jen is way too fucking close to idolizing

winged prism
#

Nothing good about idolizing anyone

frigid mica
#

Not even Tyler, The Creator?

winged prism
#

Yes

hard plank
#

who is Tyler

frigid mica
#

Love his work

#

I even made his character IGOR into a joker

winged prism
#

He created something I think

hard plank
#

what does he make

frigid mica
#

Music

stable juniper
#

(wip)

winged prism
#

Does Mozart know him

frigid mica
#

Speaking of IGOR, the story of IGOR is that he’s way too obsessed with a friend of his and that he believes that the girl his friend is dating is hindering their relationship, so he does everything in his power to stop her.

#

I will not disclose the end of the story but basically I think I am IGOR.

winged prism
#

Ok

stable juniper
#

oh is he the guy from Steal a Brainrot

winged prism
stable juniper
#

woah 3 mums! lucky

#

I've only got the one

winged prism
#

I wish I could have more

#

I'm greedy

full edge
#

fire related blinds are almost done. Just need to do the art for Te Ka's ability

stable juniper
#

o! mister volcano guy from Moan

full edge
#

missus, i think

#

though idk if she's married

stable juniper
#

married to mister bluesky 🐦

full edge
#

Think I'm going to set it up so that the game picks two counter types, and limits the blind pool to just those, so you can't have every single counter type boss blind show up

frigid mica
#

I guess I can only live in Mayhem.

wanton rapids
fathom gust
#

load a different set of jokers if polterworx is detected

frigid mica
#

Idk how to do that

fathom gust
#

⁨```
if next(SMODS.find_mod("jen")) then
--function, do whatever
else
--normal set
end

frigid mica
#

I never did gamesets?

fathom gust
#

a set of jokers not gameset

limpid lake
#

and/or the same jokers have a different effect if polterjens is on

frigid mica
#

Actually I don’t think I have any plans to balance it any further, atleast after Golden Freddy and Neo Metal Sonic have been balanced.

#

Y’all can make a fork of my mod for all I care.

#

This mod is first and foremost a standalone that requires only cryptlib and talisman/amulet

#

I never imagined my mod ever working with PWX because I genuinely thought the mod was super dead.

#

So yeah, this decision is final.

#

Mayhem seems to be cool with me making an unholy cross mod joker for them however.

fathom gust
#

guess im forced to make a fork of your mod just so i can do that🤷

frigid mica
craggy jay
#

oh man, i wish i had more mods to play

frigid mica
#

If you want, I can add your fork

#

And then credit you for the balancing

fathom gust
#

which jokers exactly are causing the incompat

full edge
#

to balance your mod so it doesn't trivialize PWX?

frigid mica
#

Jen plans to make my mod itself incompatible with pwx

#

Because it makes things way too easy.

#

according to him atleast.

winged prism
fathom gust
#

have you like
asked which consumables n whatnot needs to be fixed

frigid mica
#

I need somebody to balance my mod for me because I can’t decide for myself.

full edge
#

isn't losing a PWX run pretty impressive by itself?

frigid mica
#

Which was basically an unrestricted joker pointer.

#

I nerfed it so that it fetches from my pool instead.

full edge
frigid mica
full edge
#

I don't see why you bother, man. PWX is balanced in a way that makes it very difficult to judge what is and isn't balanced, anyway. Because clearly the balance isn't about beating ante 8

#

Just make your own thing

frigid mica
#

I have other items that can do that too but then I decided to make them spawn from my pool as well.

#

I told Jen that my mod is now balanced enough to where it does not spawn kosmos or the sigil or the amalgam

#

I said that it only spawns my jokers

winged prism
#

Personally if someone said "I'm going to make your shit incompatible" I would just race them to that

#

Because fuck you

frigid mica
#

And then he responded with

ember flicker
frigid mica
#

Again, I have no bad blood with him, I’ve got the message and balanced a couple of my items, but I do wish he let me work where I am stable.

winged prism
#

Just ignore him for fucks sake

frigid mica
#

Just seeing if Shrimpo is active.

ember flicker
#

holy obsessedcoal

frigid mica
#

Again, I don’t plan to make any more balances with my mod.

ember flicker
#

fuck... my mod is too ambitious

frigid mica
#

Because like everybody told me.

ember flicker
#

i rly need to shelf sigils

frigid mica
#

I shouldn’t ever give a fuck, it’s my mod.

winged prism
#

Cue the fanfares

fathom gust
#

oh shit i forgor about adding new jokers to a pool

frigid mica
#

So I’ll just let my mod be my mod.

#

And if anybody ever makes a fork of my mod that jen would approve of, I’ll add that to the main branch.

#

Unless it like fucking breaks the whole purpose of my mod.

full edge
#

you're already thinking too far again, man

frigid mica
#

No like

#

Actually Y’know what yeah

#

I’ll just put it in another branch.

full edge
#

I should stop engaging at some point because I don't think you're at a place to be receptive to feedback, but you seem to care about these things a lot in a way that doesn't seem good for you

ember flicker
#

im locking sigils behind a voucher

crisp kraken
#

Bro is crashing out lmao

ember flicker
#

for now

craggy jay
ember flicker
frigid mica
ember flicker
#

you can still crossmod while being cool

frigid mica
#

Actually Gordon Ramsay is too kind, they’re all Terrence Fletcher.

winged prism
ember flicker
#

can someone ping me once lily felli's in chat i need to design her card

winged prism
#

Flying Taces

ember flicker
#

felis tokeria

frigid mica
amber river
#

Dawg

#

I've driven an hour to get to my class

#

And its fucking canceled

#

No emails

#

No messages

ember flicker
#

Fem TheOfficialfromjudgement

amber river
#

Just empty

#

Feli feli's jokeria

frigid mica
#

Who is FT

ember flicker
#

john garfield

frigid mica
#

Fohn Teggle

amber river
#

john garfield

ember flicker
#

yes

craggy jay
#

didnt mean to reply

#

mistakes always happen

#

fuck

ember flicker
#

meow meow meow

winged prism
ember flicker
#

evgast what is jimbo and !

craggy jay
winged prism
craggy jay
#

probably

frigid mica
#

Yeah…

winged prism
#

Woah

wanton rapids
ember flicker
#

woah

ember flicker
#

and i got a new dance for y'all called the soulja boy

#

youuuuu