#⚙・modding-general
1 messages · Page 410 of 1
I also need to change the stopwatch into something less ugly
i have made frankenstein's spade
Reworking Stickers to use a tiny sprite and dynamically moving them around
Where’s Myst when we need her
now i need is a seal that have to do with chip
:3 im not that good at coding
X
now i need is a certain ahead joker to snowball
that's for you to figure out
i can start snowballing
blue joker or something can use it
thanks aiko btwfor making me laugh for 5 mins straight
:3
it lets you discard blue seals and still use them(?)
hey does malverk let you retexture the actual cards
huh?
the problem is that you still have to draw the blue seal cards though 🤔
can anyone help me with this?
oh wow morefluff has like 12k downloads on github
you need to update your steamodded! Did you install through the mod manager, or through git?
deserved
i installed thru mod manager
snowballed
compare that to 1m downloads of lovely and 1% of modded players have played morefluff
so i cant update
you'll wanna uninstall steamodded, and then reinstall it, but make sure to select the version called 'latest (may be unstable)'
you can, it just grabs the latest smods release instead of the dev version cryptid needs
where did you see your lifetime downloads?
Get the latest release stats like download counts, release dates, author on any GitHub project
Get the latest release stats like download counts, release dates, author on any GitHub project
too slow dang
it doesn't work with Kino though since that doesn't have a release zip
is a release zip different from setting up a release on github?
run broke godspeed
yeah, it doesn't count repo clones, just releases
what an amazing spade buikd
you can upload files to the release, usually used for stuff with binary downloads
aaaah okay
Those count as clones no?
I assumed it auto-generated a release that way, but I guess it's difference. Though since I've checked out its existence, I know I get between 10 and 20 repo clones per day and it's generally 200 individual cloners per week, so I'd assume I'm at like 1k downloads overall or so
Clones are tracked
Though that does ignore people that have played Kino through Dim's, I guess. I wonder if a bmm download counts as a clone
What wouldn't count as a clone is people downloading a mod along with my modpack
While there is a functional git repo there with submidules, you shouldn't clone it
It'll almost always be unstable
@echo flint
So I provide everything there in a zip for releases
Maybe I should practice what I preach and have a release branch
Wait that would suck
yall if im tryna release a texturepack that modifies the cards themselves, how do i do that shit
i thought malverk would let me do that but it doesnt seem to support retexturing the cards themselves??
Because git clone --recursive checks out the same branches of the submidules either way
Pinning it to a tag is a total pita
But I might be mistaken?
Idk
i just been doin it as a zip of asset replacements but i wanted to release it in a proper format
That's built in to smods
o? whats the point of malverk then
And yes you can have a mod with both deckskind and malvern textures
malverk is a general purpose texture manager
Malverk is for everything else
Are you two playing IRL
*All other objects
weird
There's no nice way to manage ui textures
ill never pretend to understand programmers
Note: not actually everything else
Pffft who cares about ui textures
their decisionmaking is inscrutable to me
Is the most common example
Title screen is mega jank though, I don’t think it would work well as a Malverk option
does this mean i need to ask ppl to have both installed
just so i can have both the front and backs of cards textured
Malverk requires smods anyway
I mean... as it is in stuck with pokemon as the title
one mod for each side of the card 
Because there's no toggle
In this case it’s because thunk developed a way to change playing card textures in vanilla
Thunk hasn’t developed a way to change other textures
Malverk textures and smods deckskins can coexist in the same mod though
You can bundle it in a single mod
fair
Early Malverk did handle olaying cards but worth the built in one there’s no need to replace it
I was gonna ask if malverk even supported deckbacks but that's one of the few things I actually have installed texture wise
So yes it does
the annoying part is just that i have to find an example that does both
every provided example just does one or the other
I think the Malverk utilities would be helpful
You just smoosh into one file
okay the :] will remain
look at this haya
Yes this is optional and you can have a file for every line of your mod if you wanted bad enough, lol
Xnil chips
must be a death moment
actually are there even examples for the smods deck skins
Yes
I had made a template
Which was removed and replaced with an example
I want to make a new template but idk how the new system works
Though it’s backwards compatible
So the old template might be sufficient
epic cause i cant find them
rate limited for trying to navigate their shitass site
Blame Microsoft
That's not actually true I don't think?
hm
I think suit might secretly be able to be a table
Lemme see smth
No but you can still use the same atlas
You just tell it the index each suit starts at
Or I think it does it itself is you set the right flag
so i can do it w just one png?
Yes, just use pos_style= 'deck'
I hate my autocorrect
Whoa! Cool! IRL friends
the example only replaces one suit, if i want to replace multiple suits, Which parts can i duplicate and how
Each suit is technically its own skin
Check the wiki
It explains the different styles better
There’s a few options
i see
Because of how friends of jimbo works
Also it means users can mix and match which is dope
No it's all one file
Or you could do 4 is you wanted ofc
A dexkskin is an object life a joker
yea so thats why im wondering, which parts can i duplicate
So you could have 100 of them if you wanted
ahh
Not as well as they could with some other system
key = 'aetherspades',
suit = 'Spades',
loc_text = 'Aether Spades',
palettes = {
{
key = 'lc',
ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
display_ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
atlas = 'aether_aethersuitslc',
pos_style = 'deck',
colour = G.C.AETHERSPADES,
},
{
key = 'hc',
ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
display_ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
atlas = 'aether_aethersuitshc',
pos_style = 'deck',
colour = G.C.AETHERSPADES,
}
}
}
SMODS.DeckSkin {
key = 'aetherhearts',
suit = 'Hearts',
loc_text = 'Aether Hearts',
palettes = {
{
key = 'lc',
ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
display_ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
atlas = 'aether_aethersuitslc',
pos_style = 'deck',
colour = G.C.AETHERHEARTS,
},
{
key = 'hc',
ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
display_ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
atlas = 'aether_aethersuitshc',
pos_style = 'deck',
colour = G.C.AETHERHEARTS,
}
}
}
SMODS.DeckSkin {
key = 'aetherclubs',
suit = 'Clubs',
loc_text = 'Aether Clubs',
palettes = {
{
key = 'lc',
ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
display_ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
atlas = 'aether_aethersuitslc',
pos_style = 'deck',
colour = G.C.AETHERCLUBS,
},
{
key = 'hc',
ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
display_ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
atlas = 'aether_aethersuitshc',
pos_style = 'deck',
colour = G.C.AETHERCLUBS,
}
}
}
SMODS.DeckSkin {
key = 'aetherdiamonds',
suit = 'Diamonds',
loc_text = 'Aether Diamonds',
palettes = {
{
key = 'lc',
ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
display_ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
atlas = 'aether_aethersuitslc',
pos_style = 'deck',
colour = G.C.AETHERDIAMONDS,
},
{
key = 'hc',
ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
display_ranks = { '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King', 'Ace' },
atlas = 'aether_aethersuitshc',
pos_style = 'deck',
colour = G.C.AETHERDIAMONDS,
}
}
}
here's an example of 4 decksins, one for each suit slotted into a mod
can you code block this?
sick
can you code block this?
was in the process already, was having trouble pressing enter to send
lol
because codeblocks escape that too
haha that does happen 😛
How not to get someone’s house dirty if you’re visiting
That’s a funny way to spell F
me when they ask me why i didn't pay respects
FUCK
My bank account is all out of Fs to give
WRONG PASTE
It disappeared too fast
got a crash
I just saw some dude
At least it wasn’t one of Nxkoo’s ||pizza|| pics
dont mind what i send
DUDE
oh dear god
you do know what that actually means right?
🤔 the joke is Nxkoo’s Steam name
I know, but out of context...
you don't wanna know
myuh
@_@
myuh
yes
like people trying to monetize their video by saying cod points
well
yeaj that
close to
Call of Duty points?
shorten it
dont worry abt it
yeah don't
dont get banned
don't think about it
what all jokers do stuff related to the number 6 or 9
i have a gif of a sexy pizza woman stroking her cheese
Binding of Isaac item number 1?
id post that
no..
yes
hello
let's no talk about pizza anymore, i don't think the server needs this
Hello haya how are you haya
hmmm
it really really doesn't
what about even steven, cloud nine, odd todd,
hello haya
you guys like artichoke
let's not
anyways the atlases on this thing
i am doing good
Haya doing good out in the world
Like helping old people cross the street
and helping old people mod their balatro
bold of you to assume i go outside
It’s just a semantics joke
back in my day we just edited the game files direct
how stable is modded rn (even just steamodded itself)? I remember a good few months back (around the time when 1.0 was in development but 0.9.8 was still the last official release that it wasn't too great
very
Middly
kind
There are breaking changes sometimes
here's a summary for you
But not as big usually
it updates every seconds
its crazy
current dev version has blind calc being messed up, but I haven't encountered other bugs at the moment
this is why im sticking to 03
How so
blind calc doesn't process return statements properly. Eremel's on it already
granted I'm not a modder for this game but it is kinda surprising
same here
im no modder
every time i encounter the slightest format difference between examples i have to wonder if theyre meaningful or meaningless 
a game with a community this big and with such easy access to code and assets how do you get something so fragile?
why are all the calculate functions for all the jokers in a big if statement
tbf, my impression is that the latest release is stable, it's generally the dev version that's more likely to be broken. It's just that mods love using dev versions instead of releases
NoThe everyone is PRing SMODS
welcome to terraria modding
me! me! give me more dev versions chief

i should submit a pr for smods
I have some experience for other games which is why this one seems to stand out to me
i need to make a PR for my mod info customization thing because that's a lot of 'at' patches
i will say this game has a lot more support than the previous one that i made mods for
Good patch hygiene is PRing them to SMODS
but like actually, terraria has every vanilla item in a big if check for the most part and it's like the second most moddable game I know (and mind you that there is no source and it's all compiled)
u stole this from metherul earlier
undertale flags switch
Every game I had modded before had less support
-# Vacuous truths 
Dude wth
Which part?
The balatro wordle is impossible
I’m pretty sure I had said that before
game modability is largely based on the community's efforts to set up api's honestly. I think Factorio's the one game I know that's so fundamentally mod friendly that I haven't seen a lot of giant frameworks
i hate how this is kinda true for me as well
im here from tf2 this is all wild to me
for reference, to run any scripts continuously in the previous game required you to hook into the game's animation manager and it was really jank and it broke all of the time
but that's just how it was done
sameeee, i made a mod once on a different game
it kinda blew up for a bit but you know
but Factorio's built in a way where there's an engine that just runs mods, and even the base game is a mod, as far as the game's aware
Technically I modded X-COM 2 by changing the configuration of a mod I had installed
the xchips in question:
To disable a type of mission from showing up
what do you mean with ability?
@west wolf @hard plank
Huh interesting
I’m doing the balatro wordle and it’s impossible
earning money
Its not economy
friday night funkin - i fucking hate javascript and any javascript like languages
cave story - learn c 😁
srb2kart and drrr - I have spent my last few modding ventures making splitscreen code and i hate doing it because THERE IS LITERALLY A FLAG DEDICATED TO HANDLING THAT BUT IT NEVER WORKS LUA SIDE????
Reminds me of how doom and stuff worked
gzdoom zscript is fine tbh
The engine just plays .wad files
there are two types of jokers, xchips and philosophical
yo nice, I mostly made mods for personal use for various games but I did have the chance to become maintainer of a bigger mod when the dev left
so anyway how do i set the atlases up properly on this
hardest part of Factorio modding is UI, as those are hardcoded, and graphics, as Wube uses a specific pipeline that converts their 3d models into sprite sheets, which I don't think they've made public
This website is rigged
There are two types of numbers, 0 and 1
guys
you might want #💻・modding-dev for dev questions
fair
i need a mod that srrages the joker in a readable manner
cartomancer
i have like 3k jokers
i was continuing a conversation from earlier but thats probably best
link?
yeah this chat gets clogged fast
What’s srrages
but like my point is, if I run the game with just steamodded and like one tiny content mod (KCvanilla I think) how badly will I notice instability?
I’m gonna kms
I wish Love2d was actually a 2d framework sometimes
i have no clue, i just made an assumption that it was something to do with either stacking 'm or spreading them out
Unless KC’s isn’t very well written, I don’t think you should
You shouldn't, I don't think
they should make a 2d framework called hate3d then
My experience with playing mods is generally that mods themselves, or talisman, are the ones often creating crashes and bugs. Smods itself is very rarely the main cause
(except currently breaking boss blind functionality, I guess)
I'm sure it /can/ be used to make games that use a pixel grid and just animate sprites on backgrounds the old fashioned way I'm sure, but that's far from hoe balatro uses it
splah
nice, that's why I don't wanna go for the bigger mods and just stick with like card sleeves and a few small joker packs, maybe codex arcanum (or redux arcanum I think it's called now) tho I'm unsure on that one
but i like green
simply edit the pfp to match the banner colour :3
Thats like my most disliked color
good thing you haven't seen mine then
Genius
Coders be like
stability's pretty decent, honestly, even for a lot of the larger mods! I wouldn't worry too much about it, and just play with those that catch your eye. Most bugs start popping up once you're running multiple mods at the same time
rather than an individual mod is usually a combination of mods that causes issues
unless it's something like cryptid but that is like 10 mods mashed into one
which, in short, is me saying: you should try JoyousSpring
YOU SHOULD TRY joyousspring
oh wow
blocked
yeah true but I also noticed that a bunch of the mods that look interesting are still in fairly early versions and tend to have a lot of issues
there is green everywhere in my house so its hard for me to hate green
eh, I'll browse the wiki, make up a list, ask here for opinions and probably get made fun of for it lol
which mods? I've played with a bunch, so I can give you some indication as to their current stability 😛
ughhh i can't get this to work im going to get dinner and come back later
I mean... tbh it's normal to have to fiddle from time to time. It's a hobby afterall
mymod is very interesting and has no issues go Play it NOw
oh yeah definitely
i will never miss an Advertising opportunity
modder self-shill... can't say I haven't done that myself... nice
i dont have to advertise anymore
Your ass can not confidently say that :p I like your mod but you're super new so there's likely some jank neither of us have noticed
also, on that note, I should check out why #1353866504743161886 isn't setting joker rates properly all of a sudden, before I get ready to cry playing Clair Obscur
you should play my mod it has monopoly and gacha and uhhhhh ahead https://discord.com/channels/1116389027176787968/1358990385799757884
i was joking about the no issues part xD but there shoudn't be any
haha, it's half the messages people send here, honestly. The other half is people shilling JoyousSpring
a mod that stacks the jokers?
I was kidding around too but accidentally used serious punctuation
Damn phone
i want to stack the jokers
ah, stacking doesn't exist
there isn't one afaik
welp
Tbh why is cartomancer for jokers such an enigma?
but, try and see it this way, if you're playing a mod that isn't JoyousSpring that makes you end up with 50+ jokers, you can assume only 10 of those are really contributing to your score, haha
my current run is like e9.3233e1221
No idea what that is lol
Anyways I'll be back with more annoying modding questions later
my ram cant handle it
that is puny number
I don't need it want it but a lot of people have for ages
help
my mod, try it
https://github.nh6574.com/joyousspring
should i end it?
i don't like shilling my mod because my mod has bad horrible code and more importantly it has bad horrible code that doesn't work
isn't cartomancer the mod that allows for scrolling jokers
did you mean incantation
It's #1338302514616995892, which is @normal hollows mod and a giant overhaul of the game that turns it into a great adaptation of modern yu-gi oh. I think my constant shilling of it has infected everyone else, so everyone does it at this point (but it's a great one!)
Probably. I am an idiot :p
you should play joyousspring
try scrolling the 9k jokers i have
no i am not kidding
I've used none of the above
I think we're familiar enough with cryptid to believe you, haha
step up your game
if u like big numbers someone reached e2000 with joyousspring thats really big right
but yeah, sell most of those jokers, all they're doing is making calculations longer. They aren't benefitting your score
i have a setup of a gemini and boredom that is seeded
play aikoyori's play joyousspring play lcorp play kino play every other mod made by people cooler than me
so i have like billions of jokers
how long is the calc for you, currently? haha
and i got oil lamps]
10 mins lol
oil lamps are all you need. No other jokers are contributing to your score 😛
i have evil neuro
is there a talisman calculation time leaderboard
and other jokers are fun to see duplicate intooblivion
i wish
the single negative mad joker i forgot about is INCREDIBLY important to my build, i'll have you know
yeah, if you haven't oil lamped neuro, it's not contributing anything worthwhile 😛
i cant even abort the calculations
i have lol
Any joker not providing ^mult or ^chips will not matter for your score once you're in the ee's
though it can be fun to just see how many jokers you can get before you break the game, haha
every new joker you added will have increased the calculation time by about the same time that it was already taking, haha
that's not entirely true, but every joker checks every other joker for interactions, so it grows quick
i love n! time
ohkk
thank you i love u too
i think once you can say you have a "deck" of jokers you can honestly declare victory and close the game
i can go back and delete every joker again but i have like 19 eternal obiliskss
i have obilisks
hate*
start a new run, haha
okay, let me check and see if these Kino blinds still crash the game before I push a bug fix 🥲
as i understand it thats most of gamedev
this is true
hi
🤨
i remember one time i saw like 100 lines of code that ended up equaling cos x tan x after you actually bothered to do all the math simplification
wtf was that guy doing ...

i approve of the anti-apple product sentiment but this cannot be healthy
i can't get over how sick this Emperor blind looks that @rare shell made every time I check if the blind changse went through
tryly
truly

It looks pretty sick
(htrowii uses iPhone)
ew
i am going to buy an iPhone just to spite people actually
well chow down then idk
what tech company should i shill for chat
😭 😭 😭
btw cani have you seen my new jokers yet
omg aheadinanigans
are you going to add Triahead or should i
Cute
HOW DID I DIE??
where is it
or maybe it's non-ahead-related in which case it's just shenanigans
That is sick
here, you can alter the art as you see fit
maybe like +333 chips instead of X3 mult
is this just ahead everything????
helppppppppppp
haya is truly ahead of the competition
this is the best mod ever made for any one game
They’re ahead of the curve
no Binomial Distribution is my joker
printhead would genuinely crash the game when pitted with aheadstorm due to an infinite loop before i put a check for it
does a defeat trigger on a boss blind still work if they're disabled?
Binomial isn’t ahead of the curve
instead there should be a new mechanic where in that case the game displays Particle Accelerator and creates a new joker that copies both the left and rightmost joker
i mean the idiom comes from bell curves in marketing shticks
AHEAAAAAAAAAAAAAAAAD
if balatro detects a loop of joker triggers it should forceclose the game
and jimbo should be like legitimately upset with you
drops the playful banter shtick and hes like dude that wasnt cool ok theres lines you shouldnt cross
permanently downgrades jimbo to +3.9 mult
i fat fingered a hex and lost my run
i hate it here
RAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHhhh
What mods are you playing with? Aikos and Cryptid?
cryptid and aikos
yes
i need somemore QOL mods
talisman helps with calcs but need me some qualiity of life thingys
mods*]
Handy, cartomancer, Incantation, nopeus
I'd shill #1353866504743161886 but I don't think you'd get a lot out of it yet, if you're just running 2 mods
Hmmm
i love ouija
it tried to load up the url "incantation mod for balatro"
try just going to google.com
ffs its so hard to get net here in heaven
JESUS FUCKING CHRIST
yes child
and i cant as such well f**k myself
but anyways
what
How do you have bad Ethernet in heaven ?😭
whacked m router and it started working again
i refuse to use autocorrect
btw
Better call gabriel
Based
hi bepis
i love playing balatro, such a gamba game made by humans it seems
Uhh
hi N'
You?
bepis
im gonna try it out later
hi hhh
as expected
bepis
very well my child
W god am i right
somethingcom got talisman shi, but like
i love japan as well
Skill tree balatro before gta 6
tbf we got grim already
jesus what other games do You play
hmm skill tree
Can you undelay gta 6
hhh
Please ?
dont worry child i have already set its release date to 2199 so we can say " ________ before GTA 6"
i mean eventually it's going to be before elder scrolls 6
Can’t believe gta 6 will release before we reach the cyberpunk 2077 phase
Before silk song
silksong is releasing in july
thankfully i dont care for any of those games because they dont have anime girls
as september will be free public launch in shanghai
I didn’t know god liked indie games
i like them indie
Avg gacha player
i dont play many gacha because i would spend money on all of them
only honkai sr
anyone got the waifu sleves for the numbers and face cards?
and vanila jokers
asking for a friend
what if indie gacha game
its lonely up here
say no more.
This year is insane for games. Clair Obscur's already shaping up to be an all-timer for me, Silksong, new Mario Kart, Balatro Goes Kino, Oblivion Remaster
I think its a texture pack
i had given the idea in a dream to make anime girls
any cryptid skins since cryptid is so old uk
gaming is dead most of those are not original games except for clair obscur and kino..
Add jiggle physics
we can right?
the aiko mod has an exotic that has aiko on it right?
I don't mind sequels if they're a Silksong
legendary
she wiggles up and down
im unsure if they're working on an exotic
No its quite balanced i think
But a little laggy
anyway today i should actually play hundred line for real i think i have like 100 hours more playtime
jesus i didn't expect You to be for this
i approve of this
I’m satisfied with mine
hello there my child
no the male counter parts
Oh nvm then
You’re god 😭 can’t you just create water ? And how do you get thirsty
pls?
i am in a pickle rn
cant drink while playing balatro and on discord
u?
uk?
Can't offer you water, but there's a bunch of 'wet jokers' in Kino, I guess
might have to do 3rd comming if i die agai
again
man does no one have water here?
splash jokers...
-# i still dont understand how and WHY jesus is here
water is not wet
why in so smol text
water makes things wet
how does an object that has the ability to make stuff wet not wet itself?
water itself is wet, since if its not then you cant get wet from touching it
you touch a wet person, you become wet
hence, water is wet
so it should make itself we
i can kill people and im not dead
wet
Tbh I classified wet jokers as any joker that should count as wettening the critter when it touches a Gremlin
What’s “const float” in .fs ( shader code )?
constant floating point number
:what:

how did i die btw
???
oh.
this child is clever
what does bepis do?
i shall conjure it into existance
dog's pepsi :3
then its of no need
Then how can I turn that thing into “temp highp int”?
i shall grant you with the boon to live with your dog for the rest of your life
and a dog card that gives you licks when used
🤔
no idea
im out of ideas of what skills i should add to yggdrasil
make a joker it so that every hand has a probability to go to 0 or +10 if sold
Seems like I have to ask the AI
and have the probabilities of the wheel of fortune
@wraith seal how is this idea?
or is it difficult to add?
-# i dont really understand what you said if i have to be honest
do you need a suggestion for a joker in your mod right?
what are skills ?
is there a gamba option?
do you have all the consumables upgradable
all tarots, yes
only some spectrals since most of them are already decent enough
spectr al...
can you add a spectral?
yeah
i dont really plan on adding skills that add new spectrals
oh i thought like just in general.
any skill that has gamba?
konichiwa
minnasan
genki des?
well just add a skill that has a percentage that makes all hands to 1X multiplier or 10X multiplier,
cant switchoff and will activate every blind except boss blind,
example,
every time a blind is selected, its going to either get back to 1X
or multiplly the existing to 10X
of every hand
and levelling it up increases the probability
base is 25%
or whatever you migh see as good
its a high risk high reward strat but imagine getting 10X every blind to every hand
@wraith seal
sorry if i pinged you on the wrong time
its fine, its fine, im eating rn
what mod causes this
I had prophecy
can someone help me with it crashing?
my balatro crashes anytime i try to open it with cryptid inside the mod folder, and talisman seems to be fine, until I click a card, it crashes after that, can someone help?
NVM!
I simply reinstalled talisman and it worked :D
i really have no clue what you mean by this, even after re-reading it 2-3 times 😭
can someone make a joker based on this song pls https://www.youtube.com/watch?v=eTplxWaAD8o
https://avex.lnk.to/tententengokujigokugoku
Instrumental (インストDL)
: https://piapro.jp/t/1d7n
Aiobahn +81
https://www.aiobahn.net/
https://x.com/aiobahn81
ななひら
@Nanahira_Confetto
http://nanahira.jp/
https://x.com/nanahira
P丸様。
@Pmarusama
https://x.com/p_ma_ru
production credits:
produced, mixed, mastered by Aiobahn +81...
why are there anime on my screen
Hi chat
damn i cant send gifs to reply to that..
hi lyman

is there a lyman joker yet
N' have you seen saber ult anim
in hsr
You jinkled your last jangle
a random gif i found in my images folder
i dont really look at leaks does it look good does she do the excalibah thing
ohh
why is type moon in fucking hsr?????
oh god it looks so cool
ikr...
i might need to save for them
the collaboration was announced last year, actually
danm
thats wild though considering fgo already exists to fill that fate gacha niche
lmak
its weird they always collab with the og fate instead of grand order but im glad because i only read the original vn
Does anyone know why that’s happening
its always the more recognized ones
and saber alter too, its either her or that saber
you would think that fgo being one of the most profitable games of all time would have more recognition
challenge: find a japanese artist that hasn't played fgo
What's going on chat
hi aikoyori
goo
aikoyori eats slime????
yeah
im eating goof
we need someone to confirm this
foog
goo
goofy
show concrete proof
why would someone eat goofy ☹️
727
garsh
that’s the joke
i showed you the concrete proof of the concrete proof
why am i drunk
wtf maimai
now i wanna go to my local arcade to play maimai
you could try asking here discord.gg/cryptid
do it now
i should add more skills to "I Am Multin" section
mai is so good
give me skill names yall
Gehenna
Vodka multini
terrible
XMult Is Vanilla
XChips is vanilla
I Am Steven
gehenna from project sekai
I should get a steam deck
balala everywhere (I already have it on my phone [save me])
I have an old cryptid set up on mine
or I could build something
get balala anywhere you go
the main reason why im afraid of coding balatro star rail is whatever this is
my localization file is possessed
hello AikoYori
you've been skunked
you have been pepe le pew'd
you have a skunk friend now
i need to learn shaders soon
last time i tried, i became bepis
scary shit i tell you
it's not too bad once you get used to it
this is literally how i imagine people making shaders
I would recommend the book of shaders, but that cuts off just before it gets to the good part
I mean, the basics stuff is useful
damn is there a plot twist at least
plot twist: the true shader was the friends we made along the way
shaders are not real and your code gets sent to the cloud for someone to do the calculations in real time
why does this image look 🥶 though
planar sphere
nah
it cuts off just after introducing how to process textures
which is kinda important for us 😭
i need to learn shaders too the final effect i got was kinda crappy
i still think the idea is cool tho
everything you make is cool N'
aww
ultrakill
play joyousspring btw
nah
damn
shameless plugging
not a yugioh typa person
dang
You should try my mod
ahead
ahead
you should make a mod based of my idea
same
played Ys???? from the hit game series Ys??
how do i outdo myself
aikoyori + 1
Y8
no seriously how do i outdo myself
make yourself into a table
become god
how do i even check when a message is sent in the console 😭
god those ideas r so dumb
N' you are popular now
N
N
Mini
"YOUR LEVEL ONLY GETS SAVED WHEN YOU LOSE." i crash before i lose how the fuck do i do that
waow, my wifi is shitting itself
joker ideas:
banner 2
baron 2
bull 2
blue joker 2
bootstraps 2
bloodstone 2
blackboard 2
buisness card 2
WHA
what collab
fgo x hsr
as long as the run is still there
you should be fine
what the fuck!!
do u think this is enough
change how data saves
n
n
please
i want to break the game open without number go up
ask localthunk if you can make the game 3D
i last pulled for castorice so i mostly got that from the new events
nggg how do u still have so many tickets left 😭
add joyousspring cross mod
thunk when are we getting 3d puzzle platforming in balatro?
how do i check if i have aikoyori shenanigans
making a card called ‘dumb luck’ that gives you a 1/100 chance to just win the blind
every hand
we need gacha mechanics
open world game with gacha mechanics
how long until someone mods blue prince into balatro
i like this because it’s stupid
it’s arguably a really bad take but it would still be really funny to get from a negative tag
it sounds like the kinda joker a streamer would get because its funny and then lose the round because they sold a scoring joker for it
lmao
like trigger finger from that one mod
what’s its name
idk
calmest encoded deck cryptid run
opps i have literally every code card at hand
this deck is /gamemode c
you can LITERALLY do anything with it
get ANY joker
get ANY edition
does this synergize with anything??????/
small blinds and big blinds
aiko fix ur mod
hmmmm
that's me
does anyone know if negative joker (cryptid joker) can show up in the oversaturated edition deck
the loop
is that aikoyori everyone
I had a busted build so it wasn't difficult
i still think this is the best iteration of my persona
I got an Ante 1 Growing Tree and Binary Star
as it looking unique n not weird
I love the details! you did a great job rendering it
whos that everyone
aikoyori.
aikoyori
aikoyori.
I had +600 Chips every hand and level 25 Flush
a free skill that shorten tldr joker description
Bad idea
i already shortened it 😭😭😭😭
free skill that makes it longer
200 skill points
Better idea
Balatro Skill Tree just like in BTD6
im going to kill you
what if i added a skill that gives more mult for each letter in all jokers' descriptions
i thought it had a chance to give 2 mult when playing a high card
Make it chips and make it less than a whole Chip
B:SR auto win
also make a skill that grants bonus xMult to Jokers that have few words in their description
is this good
limbus company winrate gif
btw if the suggestion is serious please keep in mind the new multibox thing
-# what am i supposed to do with that 😭
I mean it powercreeps a vanilla Uncommon right
the descriptions are now tables of tables sometimes
dang.
hello.
you can't use the spectrals in the blinds
i just switched all my jokers to that
how. are. you. aikoyori.
i need feedback on the freedom deck
