#⚙・modding-general
1 messages · Page 1535 of 1
not discarded
cuz you cant score discarded cards
unless some mod does let you do that
- the download request may return 302, you'll need to handle redirections with header Location
- the unzip can be done with love.filesystem.mount and iterate through files from there without using command jank
- the updater thread exits after a message because of return in every message in while true loop
......im not good at revieweing code, i might add more
also, personal prefs, you should make each message (like check_update / download_releases) a function, and make use of early return statement. im a hater of long if/else and deeply indented code
hey why does my paperback pear have a joker face?
oh it is a reference to something I think
its just a silly joke
pearto...
Playing balatro with mods in mobile is just too awesome 😁
i just realized i post this on the wrong channel
that is breaking the rules
rule four
Only PC Modding discussion is permitted - discussion of modding Balatro on other platforms will not be tolerated.
Now I know, I'll just post my PC SS 😉
I recommend reading all of the rules in a server before speaking
Fortlatro mentioned!!
One of the best and it's sound effects 😎
Bro wtf are these jokers
U playing modded balala
fortlatro jokers from an older version of fortlatro
bro is atleast 7 updates behind release very sad
but fortlatro very cool
Tbh, I find them pretty hard to design without resorting to the plethora of new mechanics I have
The blinds I've got that just use vanilla mechanics are often either pretty boring, or very difficult
A lot of modded blinds kinda suck, tbh 😛 Gonna need to ask for a lot of playtesting feedback on mine if I want them to end up being more fun than frustrating
some of mine
Oh, blank seems really interesting to have to play around. Forces you to get rid of some econ jokers, right
Comp Player is probably a very difficult one. How are you handling value manip in fortlatro?
yeah if all your jokers do not trigger during scoring you simply do not score
Oh, so it's each played hand, not just during the played hand
that seems very difficult, haha
i should probably update comp player to the new system mythic and cell shaded use now that im looking at it so that it works better on some of the more stubborn vanilla jokers like mythic and cell shaded do but heres how mythic does x4 to all values if you get that edition on something
on_apply = function(card)
-- === MODIFY card.ability ===
for k, v in pairs(card.ability) do
if type(v) == "number" then
if (k == "h_x_chips" or k == "x_mult" or k == "x_chips") then
if v > 1 then
card.ability[k] = v * 4
end
elseif v > 0 then
card.ability[k] = v * 4
end
end
end
-- === MODIFY card.ability.extra (OLD BEHAVIOR) ===
if type(card.ability.extra) == "table" then
for k, v in pairs(card.ability.extra) do
if type(v) == "number" then
card.ability.extra[k] = v * 4
end
end
elseif type(card.ability.extra) == "number" then
card.ability.extra = card.ability.extra * 4
end
card:juice_up()
end,
comp player is currently still on old behavior but im going to correct that now lol
Does that not make some jokers unplayable?
how so?
Internal values, countdown values, and detrimental values, etc.
Things like loyalty card, driver's license, stuntman, etc.
I'd shill my value manipulation API but I'm not sure how keen you are on depending on APIs 😛
i mean it says on the tin all values
haha, that does help
Regardless, I didn't know your mod had its own value manip. If I have time I'll add a convertor for Blockbuster Value Manipulation. That way our mods won't interfer with each other as much, haha
for the most part that is really good and it is rarer than negative at 0.2% weight
seems fine tho
Yeah, it's broken more so conceptually than functionally
It helps that your manip is a round number. Quadrupling or halving breaks numbers a lot less
I made my own system to avoid the cryptid thing where you have cards that say 'copy 1.45 cards' or 'select 0.8' cards, but that's in part due to a lot smaller scale value manip happening there
yeah that could be an issue
just add fractional enhancements obviously
comp player could give you fractional stuff on jokers given it halves them but after you beat it their values are put back to normal anyway so
Yeah, your design space wouldn't really create issues there
At best you get issues with other modded jokers, but that's always a risk
but that's why I'll add a convertor so the game can automatically make your value manip compatible with my jokers, or other mods that use the API
peely party is an interesting blind in that it replaces all your jokers with gros michel until you beat it lol
Seems like it'd only be an issue in naninf runs, haha
but it's thematically very fun
I've got a Joker blind that turns your jokers into Joker every second hand played. Honestly thinking of reworking that in some way
could def be useful for getting cavendish into the pool tho since the bananas could expire before the round end
Oh, oof, I flipped those jokers in my head, haha
That's definitely tougher. Harder to play around if you haven't deck fixed, in the later antes, for sure
yeah lol
Maybe turning into the Joker is an interesting alternate debuff. I could make a Laughter counter that just makes a joker give +4 mult instead, and changes their art to Jimno for the moment
So it wouldn't be a permanent change
i think the very concept of parallel thinking is out to get me
why?
i thought Big edition was so creative 😭
tbf, value manip edition is a very common concept
if i had a penny for every time i saw an idea from my mod done by someone else while im still working on my mod lmao
well i probably have ideas other people def aren't doing
Me when someone adds a medusa joker that turns face cards to stone
yeah no im not upset its just incredibly funny to me that this keeps happening
oh this is silly
that logo is so sick
maybe you could use a shader to restrict the palette ?
has anyone else added an arcade game if you enter the konami code on the main menu?
I'd just change the atlas temporarily, I think. Though that'd mess with soul sprites too. I haven't thought it through yet, haha
ive never seen this done before no
You just have to make your shit be wildly out there. I haven't seen anyone get even close to my abduction jokers
@normal dawn Do you have a minigame like this in Dilatro?
okay its not just kino i just dont play mods very often
I'm not sure which smods version breaks
i think my perk cards are a pretty fun unique mechanic, consumables that combine when you have two of the same type to make a stronger effect
Haha, I feel you, tbh, that's most people making mods, I suspect
Now that I'm a lot busier, I've not played any mods in a good while, besides a run with the homestuck mod
not enough time to play mods when all my time gotta go to making em
based
should i just use the main branch?
and also the reason thunk gives for not playing mods, dont want to accidentally steal ideas lol
Main branch and release are always the same for Kino
so people don't accidentally install something incorrectly
also this faq seems outdated
Very much so, I should fix that today
hope nobody else has something like that cause that'd probably break it or maybe make the player have 2 games or something lol
expecting any two mods that dont explicitly have compatibility to work together is not wise
especially when we throw around patches so much lol
playing the arcade minigame will be nessecarry for 100% achievments lol
oh there's two versions of the folders ??
Are there?
one for each case
OHH i think this is more git weirdness
any files made after you changed the case of the folder are in the new one
I have the time to look into the linux issue today. I'll have to figure out how to solve that on the repo side
we also have achievements like this that will probably be very difficult to get lol
btw, Eric, send the fortlatro link
one shot ???
I know I can search it but maybe a lurker'll grab it too 😛
if one, then only shot!!
so Blinds contains blinds.lua and blinds contains some halloween stuff
funny arcade game isn't implemented yet on release but will be soon™
Oh, that's wild. That's now how it looks for me on github
honestly i think i might have like. 2 jokers to program and 15 to sprite. and then i might just call it there and release
thats a lie i want to add a couple more blinds and do something about how barren mystery cards are rn
I didnt yet but it was intended
I was playing with the idea of a 2d platformer I think I told generally about
Still gotta work on my silly little tank game first though
fortlatro be doing so much stuff fr
I'll play a few runs with it tonight!
W
I have crazy news about a card I have
You've foreshadowed a 2d platformer, yeah, haha
is it a perseus joker that kills medusa jokers?
I should add that
not done the art yet so he looks like Mr. Glass, and not Robert DeNiro, but didn't expect this blind to be as fun to mess with as I thought it'd be
Beyond 2d thunderedge and I both have considered getting a whole 3d engine situation going for minigames
Which i still want to do as well
love2d can do 3d engie stuff?
fun fact fortlatro knows how many people are playing fortnite / watched the latest fortnite upload
i should try messing around with the https module some time
I gotta find what it was we both looked at
But it was like a fully lua thing
theres a library that does 3d rendering
i also did some pseudo-3d stuff for stocking stuffer but that was manual and Horrendously implemented
also should kino provide Blockbuster-Playsets? it doesnt seem to rn
ah okay
(it also knows if you are connected to the internet or not and will not show internet related jokers if you aren't lol)
https://github.com/groverburger/g3d
Was this iirc
Simple and easy 3D engine for LÖVE. Contribute to groverburger/g3d development by creating an account on GitHub.
Which gives me a ton of freedom
chat what should i add to fortlatro
Fortnite probably
the simpsons and a game mode that turns everything into lego
Also ice i cant believe you didnt answer my dm...
okay i fixed the folders in items and now its crashing because the Spells pool doesn't exist?
if this is because its spellObject ...
what the fuck is going on on linux
mfw i have to make all the things lego
okay it wasnt
Once I finish Playsets I'll make a Kino playset that only adds content that's appeared in Fortnite as a crossover 😛
i mean i have a splash text easter egg that does this so its not out of the question but i dont think i will be doing that lol
im going to play joyousspring this is hurting my head
y'all playing monochrome balatro?
I got sat down by a friend to point out this is my biggest flaw, a few weeks back 💔
it has How Many jokers??
I'll look into what I can do to make it linux playable, triangle, though I'll probably need your help to figure out if it ends up actually working, haha
im happy to test it
For real, though, you could take some Reverie inspiration, and have different shops based on drop zones on the island. It's not fortnite if I can't ask my boys where we droppin'
some of the splash text easter eggs are funny wonder how many people have experienced any of them and been confused af
hm could be interesting
just set up a google api console project with youtube data api access just so i can make a shameless plug joker that gives mult per subscriber i have lmao
Hahaha, nice
I've got a nearly finished thing that I kinda let slip where I made a partner joker for Exatoxx that would give +1 chip on the first hand of the first blind based on how many subscribers he has
whoops I slipped and drew some art
cough anyways what are we tlakin bout
So he could use it as a plug in his yt vids, without it actually overpowering his runs, because one shotting the first small blind is probably fine
yooooo me
nah, it isnt
damn
its just another purple cat with the exact appearance to you
+32.1 Mult seems reasonable for an uncommon
hate when that happens, happens alot when i look at mirrors
yeah
dosent happen with my oc tho, there is nothing the mirror
damn i have 124k combined views thats scary
uhhh rare +0.01 chip for every youtube view. no thats still over 1000 chips uhhhhhh
Eric does NOT understand mirrors he always thinks thats someone just copying him in there and gets pissed about it
😭
feline behaviour
well, here ya go
even though you dont actually play minecraft
correct
another minecraft skin for the collection yippee
👍
i gotta stop messing around with api stuff and actually finish this joker
Never stop messing with API stuff
i downloaded balatro multiplayer files and cant still not play multiplayer why? now i cant play solo because every time i press single player it opens a console full of code and it dont matter what i do my game shuts down can someone help?
otherwise you end with blockbuster modules that aren't feature complete 😛
sry wrong chan
the console is lovely, that is supposed to happen. It shutting down isn't!
No worries
i could do something really funny and make a joker whos only ability is "Emails you"
but maybe it like. emails you the order of your entire deck if you give it your email address. brand new anti streamer technology is being invented
I need to design some evil spells
things a nefarious warlock would say when the adventuring party is drawing too near to the ominous tower of doom
idk its a feature of one of the thing which gives EVERY card letters including jokers
pretty sure its a level 2 vouther
tier 2
also
fire idea
why are there so many bible apis
we really taking things outside of balatro with some of these jokers
how the hell do you detect that
usually this amount of tags is dangerous
lol how do i make one which checks if you play oneshot?
lol
or any other game
or any mods installed
i thought of makng a joker called modded joker in a new mod
where it gives +x1 mult per mod installed
so how would you do that]
mods installed is easy just do something like
if (SMODS.Mods["CardSleeves"] or {}).can_load then
oh
also, i use jokerforge, so do i just open my main lua file and insert that anywhere
i men open with visual studio code
also how would i make it list all mods installed
do i put *
replace fortnite path with whatever path you'd want to check
SMODS.Joker{
key = "EGL",
loc_txt = {
name = "Epic Games Launcher",
text = {
"{X:mult,C:white}X#1#{} Mult if you have {C:purple}Fortnite{} {C:attention}installed{}",
"Art: {C:attention}MushiJutsu{}",
}
},
atlas = 'Jokers',
pos = { x = 3, y = 45 },
config = {
extra = {
Xmult = 5,
}
},
rarity = 2,
cost = 5,
blueprint_compat = true,
loc_vars = function(self, info_queue, card)
return {
vars = {
card.ability.extra.Xmult,
}
}
end,
calculate = function(self, card, context)
if context.joker_main then
--print("Starting Fortnite installation check...")
local function file_exists(path)
--print("Checking if file exists at path: " .. path)
local file = io.open(path, "r")
if file then
--print("File found!")
file:close()
return true
else
--print("File not found.")
return false
end
end
local fortnite_path = "\\Program Files\\Epic Games\\Fortnite\\FortniteGame\\Binaries\\Win64\\FortniteClient-Win64-Shipping.exe"
if file_exists(fortnite_path) then
--print("Fortnite is installed!")
return {
message = localize{type='variable',key='a_xmult',vars={card.ability.extra.Xmult}},
Xmult_mod = card.ability.extra.Xmult,
}
else
--print("Fortnite not found.")
end
--print("Fortnite installation check completed.")
end
end,
}
oh right
do i make a new joker and then input that whole thing in and edit for whatever game i want, respectively?
yeah
achievement hunters hate this one simple trick (they have to install fortnite for all achievements)
yeah you'd just go to where steam installs things instead
I need to make achivements for my mod
yeah i hae to too
ooohhh I have an idea for one
i made op mod ot help score naneinf and stuff
for my mod
but how would u make achievements
so the steam exe file path
like in steamapps common and then ddlc then ddlc.exe
for example?
You win? - Achivement
Have your score be set on fire, but still not win the round
this could def happen in fortlatro lol
well hwo would you do that, would you half your score at the end
huh
meaning your score can be on fire, but not be enough
bro is your mod out
yes
whats hte name
blank boss blind my beloved
its not finished tho
its called degeneracy
alr
also i will make a new mod
"RAHH I LOVE YURI" - Fuse a Yuri joker (currently just Twishy and Immoral Immortal)
since this triggers after scoring you will ger your full score only for it to immediately be taken way should you not meet the requirement
oh lol
i only made it so i can score my first naneinf and get free money
new joker X10000 if you have deltarune installed
when will ther ebe one for undertale
tomorrow
actually it would be kinda fun to have a joker that gives like X0.1 Mult for every game you have installed that's also in my steam library
itll always give at least X1.1
because balala
we hitting naneinf with this one chat
someone react fire 🔥
bro
nahhhh
can i make it check for roblox
i dont think itd be very easy to know where its installed
and is it possible to give mult for every roblox game played, or is that too far
roblox installs by default to the where all apps installed? or am i wrong
yeah you could make it check for anything you'd just need to know where it would be located
oh
alright
mult for roblox game played would require roblox access tho which that isn't going to help with lol
oh lol
il make a new mod
with this
just content
wait theres actually a steam api that lets you get a users full library
i wonder if balatros code has the users steamid somewhere in it or if id have to prompt for it
balatro uses the steam api for achievements and such
HUH
yea thats what im thinkin
YOU CAN CHECK THE SYSTEM CLOCK??
can i steal their steamid from that and use it to grab their inventory and then grab mine and compare
it would be really funny.
yeah he does it
what if people like, hide games
i genuinely dont know if the api can grab that or not
why
do you have any games hidden 👀
joker that just spits out your entire steam library and shames you if you play any nsfw games
nah
"fuck nsfw"
the only judgement here is create a random joker
ahh joker
yes i would presume that is the point of such games
Doubles Mult for every chapter released
got like maybe 10 "Nope!" in a row
so it is double x4
technically since four chapters are out itd be 16x but yes
i mean double, 4 times
yeah
pretty much
so free naneinf if in cryptid ahh moment
i got -naneinf ante once
@woven crag
will overflow crahs an existing run
ayy i got glitched perkeo but the glitched is useless
"go my shitfuck UI edits"
GUYS
thats cool
GIRLS
WHY DO ALL MY STAKES SAY WHITE STAKE
IN THE CONTINUE RUN MENU
420
!!!
I don't make math.
guys should i make the mod which checks for ddlc installed
also this shitfuck number lol
what numberslop mods should I get?
Im gonna try do a run without buying anything better than a rare
It now updates (live)
what even is numberslop is it just spam increasing numbers
aikoyori's shenanigans can let you drag cards into deck even if you have no space on ultimate freedom
if you combine it with cryptid
well
you dont even have to buy anything
just drag shit out of collection menu
any other mods do this simply to spite smods for constantly breaking their shit?
you mean changine the icon?
or the 0.002ms
change the icon
fortlatro will change the icon because funny
i would get fortlatro but my laptop might crash with fortnite or not support it lol
so i aint getting 100% collection with that installed
you dont have to install fortnite to play fortlatro you just lose out on 100% achievements
my mod is numberslop
you also dont have to play fortnite you could just install it
nah >:3
i mentioned aikoyori's shenanigans already
nice try lol
Ima try with the 5 content mods I currently have
THEN YOU DONT EVEN NEED TO USE THE SHOPP
(one of them is my own)
that dosent make it fun
what mods exatcly
well i like using ultimate freedom to be able to drag the entire fucking deck out
best spectral card fr fr
hmm
you do, I hate that idea as a gameplay perspective
what if you use multistock or overstock
oh ok
so what would you use as a good idea
ngl ultimate freedom deck is a perfect trap
btw it is possible to get you know
eternal aikoyori
just use my mod at the same time
and use give5legendaries over and over if you would
and itlll yeah
my glorious numbergem vs your savage numberslop
also i saw aikoyori shenanigans has update lol
whats ur numbergem
aikoyoris
joyousspring
(except my own)
minne is op to help naneinf but not ery good
unbalanced
ultimate freedom deck is a brilliant trap for numberslop players
@fathom gust I am only getting draconic needle 😭
ultimate freedom deck is they way to spam drag tuff out of collection
I SAID TUFF NAH FUNNIEST MISSPELLIG
i use it to drag stuff out of my collection
and redeem vouchers more then once
to be able to ger my hand size so big
i can play the entire fuckign dec lol
this is def not inspired by freedom deck nah why would it be
I need to play balatro again
Because I've been playing too much baba
make one to drag items form other mods installed
oh yeah baba is you is way too good
Ugh I just want to work on my mod
But I don't have ideas to work with,,,,
Tru
balala is you
i was so annoyed when i lost al my progress, at the true end
yes it suports magic keyboard
make somethign where if you have an ap installed it gives something
Too complicated for me
I just started coding
eric sent code already
Doesn't fit the mod anywas
same lol
is ur mod out
i wanna get as many mod as i can
No
It's far from being complete
y'all should play fortlatro fr it does alot lol
and then i will make a joker that checks for all mods installed
Wanna know why?
There's no ideas to work with :)
ok but how will i even get fortnite install lol
...
yeah
thats not good
yall do you know if overflow crahses an existing run
you dont have to have fortnite installed? but just get it at fortnite.com??
but doesnt ur mod chek or it installed for the thing
it checks for an achievement and joker but you can play without fortnite lol
well i want everything
-# help me... I want an ideas guy... My brain too empty
so yeah
how do u make that text
small text
-# before
aa
With a space
a
i love starting the game, forgetting i forgot to actually load the file for the joker im working on, and having to quickly add that line to the script before lovely boots up and smods loads my mod
-# real ideas guy please i need more ideas
i dont understand
-# meow is input
-# meow
Is output
Note that this must be the first one like
"Hello -# meow" doesn't work
-# meow
but do you ever
meow
lol
hello to you too small blind
mmmmmmm
(this is just UI shenanigans because I felt like it. It has no practical porpuse, really)
-# what
the gayest flush
But what if it was gayer?
🤔
the gayest flush is every card of a suit played at once
straight spectflush
or in this case gay-ce
the gayest flush
is that the freedom deck
the gayest flush in vanilla is technically a flush five of kings
or jacks
good point
new suit or card skin
yummy colours.
wdym, the deck i was playing on?
joker that gives a different effect for whatever oneshot ending you got
yeah
lol i meantioned should i make one for oneshot
close, i was on ULTIMATE freedom deck
woah thats cool
i guessed so
do freedom deck but play normally
hmm wdym
so like dont drag stuff out of the collection?
ok
thanks
dont move cards in the joker
?
odnt move joker in cards
i did not do that in ym run
just finish the ante as if you dodnt have freedom deck
i redeemed a voucher that allows every single card to get letters
includes jokers i think
stifling the freedom
put j on flash card right now
oh i think i know how freedom deck works now
huh
i was un unltimate, so i can drag ANY card out
so i can drag vouchers too
you know the j is for joker card
attach the letter j to it
how do i set letters
Alphabet consumables
oh
u know starlight u should give the letter deck a spin
wait
i just thought spelling with this would be funny as hell
well, if all my decks dont say red deck
i would
what
all my decks or almost all say red deck in new run menu
i hink its the cryptid decks
yeah
shitty cryptid
probably
shittid
it was a bug
the tip to win early antes easily is to get chips
it fixed on restart
i win by playing over 67 cards at once
should i use freedom sleeve
?
why
this?
no the regular letter deck
oh ok
thats cool
try to do words that are atleast 8 long
should i skip
yeah skip both it's the first ante
does letter deck usually allow you to play 1e+100 cards?
yes
also you have to spell real words right
its for you to make words
yeah
did you enable full dictionary
you probably should
no
theres a word checker in runinfo, and you have to play the letters in order as they are reas
read
inside it it says might cause la spikes
so i dont want to enable
incase i start crashing
it causes spikes when you do wildcard bullshit like i do
oh
oh also my tip
?
dont put more than 8 wild cards between different letters
also what do you use word checker thing for
set them atleast
to check if omething is real word?
check if a word exist before playing or discarding
if something is in the dictionary
i know
i rearranged it
you can do satin but its a five letter word
i cant think of any othe rowrds
you can try discarding for destiny
if u cant find a y, play nites
how much score
you got a high card?
yea
oh right
i think so
should i play Cards
you can also play smart, dont forget some cards give bigger mult
now play flush and see what happens
theres no maxwell notebook
good point
try cards yeah
bru
a#droid
eris what contraption did you activate that leads to this
oh yes, you are on round nil
d i set the symbol
yes
cardioid is not count as a word
what the fuck
is it because im using the caps i
no its because u dont have the full dictionary
i feel like the full dictionary has like all the good words longer than 8
testicular
check mate
yea + u get lots of t's in letter deck
oh
i played testicular a lot
its fine
yeah
will i lose run progress
no
sometimes it wont save
tarentula
its fine it's ante 1
lessness is one i like
7 letters but y is good
most the bomb cards u can play by themselves
Juggernaut
i hit c to crash
because i used a keybind wrong
so i hoped crashign would fix that
i mean in handy
@ember flicker
restart
this is true econ
thought it was the one to restart game
u have to restart the tame
lol its fine
i have t restart but i get 2 free rare joekrs
no i got rare joekrs tags
2 of them
does modding interfere with unlocks and achievements?
disable achievements
but will unlock
you can make a profile
ingame
do i plau this
amazing
or hope for another t and discord some cards
mediate
even mods that just add sfx?
yeah that worked
uhhh it will require smods and lovely so i gues sso
but you can switch that
you can enable achievement somewhere
if you mean the achievements disapppear
or what
yea i did that
i mean like the steam achievements
yeah
yea definietely then
enable steam achievements in options if you i want
@ember flicker also wtf is a 5 wheat achieveemtn
i got like near the time i enabled achievements
what are you going to play, u have a lot of options
Keep in mind the potential retriggers, be it seals or Mime, unless you specifically do not trigger them.
so someone could just cheese all the achievements with a mod?
someone could cheese the achievements with SAM anyways
is data good
i cant think of anyhhting else
I had to use SAM to revoke some of my achievements elsewhere. 😂
u can try getting balatro
will steam achievements get renabled when i delete the mods?
That's the automatic behaviour w/o mods.
yeah because lovely would not be there to disable them
got it first try but not work as a word
i have full dictionary enabled i think
what elese did u get
You can enable achievements if you wish, especially if you are using QoL mods... though, noone's stopping you from going for achievements with mods that add content or make it easier. 😛
a A l
I cant compare 2 tables without SMODS what the fuck
not work
u can also try and get ballerina
enabled and i retarted
ok
swashbuckler synergy
well i set mine negative in the files
in one iif them i think
for cost
but ill tr value
you mean you cant type negative?
you can use variables you knoow
i can
i used number variable to type -naneinf
jankman forge
and i got -naneinf ante
not in cost
huh
then make it and edit the sell value in lua
it lets you there
i think thats just a balatro thing of not being able to have a negative cost
i mad emine be a negative cost i thinl
i edited the file after export
cryptid has negative cost tho
bro @ember flicker
what
what
what should i do with the +4 mult cards
you didnt tell me what they were
cube is a joker that always spawns eternal and has -27 cost
Yhf
huh
thought it would qwork
what are all your letters
i tried editing th cost of one in lua
baLleraYhf
try halfy
yeah balatro doesnt like negative cost, because this is in the lua file
worked (halfy worked)
set cost later
i set cost negative in lua file, i dot thing it work
in my op mod
i tried making one negativ
or maybe, i exorted one without the neagtivevalue
? you mean move it to the end of the lua?
no i mean set it with a function
idk how to do that lol
idk what that is i'm a vanilla+ guy
overflow prettry sure stacks consumbablle
in calculate
yes but no negatives in the field, bt in calculate never tried
i use jf
yes, it can accept negatives
you can see the tag
just type the negative after you type the number
OHHH
as long as card is itself
i wanted to make one of my stuff negative cost and yea
there's nothing in jokerforge for jokers in the shop itself
i think you can force stuff
idk about cost
no check on purchase or on card purchase
then compare card to the joker and if the purchased card == joker then set the cost
lol
im definitely getting that
i need auto save and reverse saving
because i have game auto save issues ever sicne i got cryptid
you can also have save states using debug+
yeah but then it won't display the negative cost
a joker without any effects other than its negative cost
man 😔
look at how cryptid did it
Negative Nolan
Optimist
from other people
wow
-# this dosent mean im ignoring your ideas
ok so cryptid is coded very differently that most mods, it forces alot of stuff to happen that shouldn't
like negative cost
Reverse Negativa
ending it rn fuck my chud life
maybe
check if it does that or not
alright, calm down
in the code, its just negative cost, nothing else
ability*
let me try something
I thought of smth random af
you know the number "i"?
sqrt -1
for some reason I thought of making the joker realte to that
then change its ability idk
@lavish pike maye this?
Ill see if I can draw "Optimist", or "Negative Nolan"
since it doesnt use an index or a square root
probably not
remove save rewinder
oh ok
i have jokers made for letter decks :)
look at #⚙・modding-support
and look at the username of that person
lol
do I... do smth about that
now you can see exactly by now many chips you over/undershot
wow
m
now you need to install my mod to get a -11 of hearts
ngl, I saw all of the extra stuff and thought they were bad, but my mod adds the 21 rank
what
yup
https://discord.com/channels/1116389027176787968/1228149931257237664
get my shitfuck as well while you are at it
https://discord.com/channels/1116389027176787968/1372508275794513962
whats debug++
i love it
ty
take both
dp does that alone
@ember flicker ok but will it conflict
oh ok
DPP should be an extra complement to DP.
dpp is made to go with dp
Yes.
god i fucking have crystallised
hi modders meow
i'm trying to mod the game using zaino's old method video
but the game doesn't get modded, there is also like no lovely folder inside the mods folder like in zaino's video
what do i do
i used help from a website to mod balatro
Get bmm.
well put lovely in balatro's install directory
i already did put the version.dll there
too easy
how can u be based and make DPP and then say ts
go to %AppData%\Balatro
if i wanted to use bmm i wouldn't ask here
then what
well how would you load mods without loading lovely
check for a mods folder
ok thats good, mine was automatically made by lovely for some reason
Doesn't bmm automatically get those downloaded for you?
i dont think so
i think imm does only
do not use code button, it igves dev version people saod
hmm maybe i have to not create one and let lovely create one itself?
yeah do that
i have done this step
oh shit fr
then just let lovely create it manually
yeah
hmmm