#⚙・modding-general

1 messages · Page 1535 of 1

karmic compass
#

played and not discard right

lavish pike
#

not discarded

#

cuz you cant score discarded cards

#

unless some mod does let you do that

dire meadow
dusty token
#
  • 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

young spire
#

hey why does my paperback pear have a joker face?

lavish pike
#

no clue

#

it just does

young spire
#

it never does

#

im scared!

lavish pike
#

its just a silly joke

hard plank
undone terrace
#

Playing balatro with mods in mobile is just too awesome 😁

strong cloak
#

i just realized i post this on the wrong channel

lavish pike
#

rule four
Only PC Modding discussion is permitted - discussion of modding Balatro on other platforms will not be tolerated.

undone terrace
lavish pike
spare geyser
undone terrace
young spire
#

U playing modded balala

spare geyser
#

bro is atleast 7 updates behind release very sad

#

but fortlatro very cool

full edge
#

Time to finish the last boss blinds today

#

and crank that total up to 60

spare geyser
#

w

#

i should make more boss blinds tbh i only have 12

full edge
#

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

spare geyser
full edge
#

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?

spare geyser
#

yeah if all your jokers do not trigger during scoring you simply do not score

full edge
#

Oh, so it's each played hand, not just during the played hand

#

that seems very difficult, haha

spare geyser
# full edge Comp Player is probably a very difficult one. How are you handling value manip i...

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

full edge
#

Does that not make some jokers unplayable?

spare geyser
full edge
#

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 😛

spare geyser
#

i mean it says on the tin all values

full edge
#

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

spare geyser
#

for the most part that is really good and it is rarer than negative at 0.2% weight

spare geyser
full edge
#

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

spare geyser
#

yeah that could be an issue

wanton rapids
#

just add fractional enhancements obviously

spare geyser
#

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

full edge
#

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

spare geyser
#

peely party is an interesting blind in that it replaces all your jokers with gros michel until you beat it lol

full edge
#

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

spare geyser
#

could def be useful for getting cavendish into the pool tho since the bananas could expire before the round end

full edge
#

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

spare geyser
#

yeah lol

full edge
#

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

prisma latch
prisma latch
#

i thought Big edition was so creative 😭

full edge
#

tbf, value manip edition is a very common concept

prisma latch
#

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

spare geyser
#

well i probably have ideas other people def aren't doing

full edge
#

Me when someone adds a medusa joker that turns face cards to stone

prisma latch
#

yeah no im not upset its just incredibly funny to me that this keeps happening

spare geyser
full edge
#

that logo is so sick

wanton rapids
#

maybe you could use a shader to restrict the palette ?

spare geyser
#

has anyone else added an arcade game if you enter the konami code on the main menu?

prisma latch
#

woah thats a sick logo

#

this mod may be peak hang on

full edge
#

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

prisma latch
#

ive never seen this done before no

full edge
#

You just have to make your shit be wildly out there. I haven't seen anyone get even close to my abduction jokers

full edge
wanton rapids
#

i should actually play kino to be honest

#

what smods version does it need?

full edge
#

latest release

#

unless one just came out

#

though that'd probably work too, haha

wanton rapids
full edge
#

I'm not sure which smods version breaks

prisma latch
#

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

full edge
#

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

prisma latch
#

not enough time to play mods when all my time gotta go to making em

wanton rapids
#

should i just use the main branch?

prisma latch
#

and also the reason thunk gives for not playing mods, dont want to accidentally steal ideas lol

full edge
#

Main branch and release are always the same for Kino

#

so people don't accidentally install something incorrectly

wanton rapids
#

also this faq seems outdated

full edge
#

Very much so, I should fix that today

spare geyser
prisma latch
#

expecting any two mods that dont explicitly have compatibility to work together is not wise

#

especially when we throw around patches so much lol

wanton rapids
#

oh right kino doesnt work on linux right now

#

ill just edit my copy

spare geyser
#

playing the arcade minigame will be nessecarry for 100% achievments lol

wanton rapids
#

oh there's two versions of the folders ??

full edge
#

Are there?

wanton rapids
#

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

full edge
#

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

spare geyser
#

we also have achievements like this that will probably be very difficult to get lol

full edge
#

btw, Eric, send the fortlatro link

prisma latch
#

one shot ???

full edge
#

I know I can search it but maybe a lurker'll grab it too 😛

prisma latch
#

if one, then only shot!!

wanton rapids
#

so Blinds contains blinds.lua and blinds contains some halloween stuff

spare geyser
#

funny arcade game isn't implemented yet on release but will be soon™

full edge
prisma latch
#

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

normal dawn
spare geyser
#

fortlatro be doing so much stuff fr

prisma latch
#

hot DAMN

#

thats a lot of content

full edge
#

I'll play a few runs with it tonight!

spare geyser
#

W

normal dawn
full edge
full edge
normal dawn
#

I should add that

full edge
#

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

normal dawn
#

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

full edge
#

love2d can do 3d engie stuff?

spare geyser
#

fun fact fortlatro knows how many people are playing fortnite / watched the latest fortnite upload

prisma latch
#

i should try messing around with the https module some time

normal dawn
wanton rapids
#

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

full edge
#

Oh, not yet, no. It's not in the current version yet

#

only on my dev branch

wanton rapids
#

ah okay

spare geyser
normal dawn
#

Which gives me a ton of freedom

spare geyser
#

chat what should i add to fortlatro

normal dawn
#

Fortnite probably

full edge
#

the simpsons and a game mode that turns everything into lego

normal dawn
#

Also ice i cant believe you didnt answer my dm...

wanton rapids
#

okay i fixed the folders in items and now its crashing because the Spells pool doesn't exist?

#

if this is because its spellObject ...

full edge
spare geyser
wanton rapids
#

okay it wasnt

full edge
#

Once I finish Playsets I'll make a Kino playset that only adds content that's appeared in Fortnite as a crossover 😛

spare geyser
#

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

wanton rapids
#

im going to play joyousspring this is hurting my head

spare geyser
#

y'all playing monochrome balatro?

full edge
wanton rapids
full edge
#

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

wanton rapids
#

im happy to test it

full edge
#

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'

spare geyser
#

some of the splash text easter eggs are funny wonder how many people have experienced any of them and been confused af

prisma latch
#

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

full edge
#

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

lavish pike
#

cough anyways what are we tlakin bout

full edge
#

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

spare geyser
lavish pike
#

nah, it isnt

spare geyser
#

damn

lavish pike
#

its just another purple cat with the exact appearance to you

prisma latch
#

+32.1 Mult seems reasonable for an uncommon

spare geyser
lavish pike
#

yeah

lavish pike
prisma latch
#

damn i have 124k combined views thats scary
uhhh rare +0.01 chip for every youtube view. no thats still over 1000 chips uhhhhhh

spare geyser
lavish pike
#

😭

lavish pike
spare geyser
spare geyser
lavish pike
#

👍

prisma latch
#

i gotta stop messing around with api stuff and actually finish this joker

full edge
#

Never stop messing with API stuff

hollow trail
#

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?

full edge
#

otherwise you end with blockbuster modules that aren't feature complete 😛

hollow trail
#

sry wrong chan

full edge
#

No worries

prisma latch
#

i could do something really funny and make a joker whos only ability is "Emails you"

full edge
#

hahaha

#

I'd hate that

prisma latch
#

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

full edge
#

I need to design some evil spells

prisma latch
#

things a nefarious warlock would say when the adventuring party is drawing too near to the ominous tower of doom

opal heath
#

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

opal heath
#

big ahh cash out

prisma latch
#

why are there so many bible apis

spare geyser
#

we really taking things outside of balatro with some of these jokers

prisma latch
#

how the hell do you detect that

latent crescent
#

usually this amount of tags is dangerous

opal heath
#

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]

spare geyser
opal heath
#

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 *

spare geyser
# opal heath or any other game

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,
}
opal heath
#

oh right

#

do i make a new joker and then input that whole thing in and edit for whatever game i want, respectively?

spare geyser
#

yeah

opal heath
#

ojh ok

#

does it work with steam games exe files too

spare geyser
#

achievement hunters hate this one simple trick (they have to install fortnite for all achievements)

spare geyser
lavish pike
#

I need to make achivements for my mod

opal heath
lavish pike
#

ooohhh I have an idea for one

opal heath
#

i made op mod ot help score naneinf and stuff

lavish pike
#

for my mod

opal heath
#

but how would u make achievements

opal heath
#

like in steamapps common and then ddlc then ddlc.exe

#

for example?

lavish pike
#

You win? - Achivement
Have your score be set on fire, but still not win the round

spare geyser
opal heath
lavish pike
#

that is possible in my mod

#

because you can get negative score

opal heath
lavish pike
#

meaning your score can be on fire, but not be enough

opal heath
#

bro is your mod out

lavish pike
#

yes

opal heath
#

whats hte name

spare geyser
#

blank boss blind my beloved

lavish pike
opal heath
#

also will it ruin an existing run

#

oh

lavish pike
#

its called degeneracy

opal heath
opal heath
#

also i will make a new mod

prisma latch
#

"RAHH I LOVE YURI" - Fuse a Yuri joker (currently just Twishy and Immoral Immortal)

opal heath
#

because the op mod yeah

#

i dont think uch people will like it

lavish pike
#

I dont like op mods

#

that is why my mod is vanilla+

spare geyser
opal heath
#

i only made it so i can score my first naneinf and get free money

prisma latch
#

new joker X10000 if you have deltarune installed

opal heath
#

ill make a new mod

#

fr content

opal heath
prisma latch
#

tomorrow

opal heath
#

i have undertale installed im pretty sure

#

but its nit in the steam path

prisma latch
#

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

spare geyser
opal heath
#

bro

#

nahhhh

#

can i make it check for roblox

prisma latch
#

i dont think itd be very easy to know where its installed

opal heath
#

and is it possible to give mult for every roblox game played, or is that too far

prisma latch
#

youd need a roblox api for that

#

and their roblox username

opal heath
spare geyser
spare geyser
#

mult for roblox game played would require roblox access tho which that isn't going to help with lol

opal heath
#

il make a new mod

#

with this

#

just content

wanton rapids
#

very cool mod

#

barely one shot the boss

opal heath
#

i see

spare geyser
#

y'all ever time travel for an achievement?

prisma latch
#

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

wanton rapids
#

balatro uses the steam api for achievements and such

opal heath
prisma latch
#

yea thats what im thinkin

opal heath
#

YOU CAN CHECK THE SYSTEM CLOCK??

prisma latch
#

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.

spare geyser
opal heath
prisma latch
#

i genuinely dont know if the api can grab that or not

#

why

#

do you have any games hidden 👀

opal heath
#

maybe not

spare geyser
#

joker that just spits out your entire steam library and shames you if you play any nsfw games

prisma latch
#

nah

prisma latch
#

the only judgement here is create a random joker

opal heath
#

ahh joker

prisma latch
opal heath
#

YALL

#

WHY DID SOME OF MY TAGS SAY NOPE

#

????????

#

wheel of fortune ahh tags

limber oak
opal heath
#

got like maybe 10 "Nope!" in a row

opal heath
limber oak
opal heath
limber oak
#

yeah

opal heath
#

like double to the power of 4

#

lol

#

so 16x100000

#

?

limber oak
#

pretty much

opal heath
#

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

silent thistle
#

"go my shitfuck UI edits"

opal heath
#

GUYS

lavish pike
#

thats cool

opal heath
#

WHY DO ALL MY DECKS SAY RED DECK

#

IN THE NEW RUN MENU

#

???

lavish pike
opal heath
lavish pike
#

!!!

silent thistle
opal heath
#

guys should i make the mod which checks for ddlc installed

silent thistle
#

also this shitfuck number lol

lavish pike
#

what numberslop mods should I get?
Im gonna try do a run without buying anything better than a rare

silent thistle
#

It now updates (live)

opal heath
#

what even is numberslop is it just spam increasing numbers

lavish pike
#

mods like cryptid

#

because the score can go ridiculously high

opal heath
#

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

spare geyser
#

any other mods do this simply to spite smods for constantly breaking their shit?

opal heath
#

or the 0.002ms

spare geyser
#

change the icon

opal heath
#

oh idk

#

ive never ven seena mod do that

spare geyser
#

fortlatro will change the icon because funny

opal heath
#

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

spare geyser
#

you dont have to install fortnite to play fortlatro you just lose out on 100% achievements

spare geyser
#

you also dont have to play fortnite you could just install it

lavish pike
opal heath
#

nice try lol

opal heath
#

and drag stuff out of collection

lavish pike
#

Ima try with the 5 content mods I currently have

opal heath
#

THEN YOU DONT EVEN NEED TO USE THE SHOPP

lavish pike
#

(one of them is my own)

lavish pike
opal heath
lavish pike
opal heath
spare geyser
#

best spectral card fr fr

opal heath
lavish pike
opal heath
#

what if you use multistock or overstock

opal heath
#

so what would you use as a good idea

hard plank
opal heath
#

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

normal hollow
#

my glorious numbergem vs your savage numberslop

opal heath
#

also i saw aikoyori shenanigans has update lol

opal heath
normal hollow
#

aikoyoris

opal heath
#

i want to get mods to help me score naneinf

#

what should i use

hard plank
#

gem + slop = glop

#

🤔

normal hollow
opal heath
#

minne is op to help naneinf but not ery good

#

unbalanced

hard plank
#

ultimate freedom deck is a brilliant trap for numberslop players

lavish pike
#

@fathom gust I am only getting draconic needle 😭

opal heath
#

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

spare geyser
#

this is def not inspired by freedom deck nah why would it be

unkempt current
#

I need to play balatro again
Because I've been playing too much baba

opal heath
#

make one to drag items form other mods installed

opal heath
unkempt current
#

Ugh I just want to work on my mod
But I don't have ideas to work with,,,,

unkempt current
spare geyser
#

balala is you

opal heath
#

yes it suports magic keyboard

opal heath
unkempt current
#

I just started coding

opal heath
unkempt current
#

Doesn't fit the mod anywas

opal heath
opal heath
#

i wanna get as many mod as i can

unkempt current
spare geyser
#

y'all should play fortlatro fr it does alot lol

opal heath
#

and then i will make a joker that checks for all mods installed

unkempt current
opal heath
unkempt current
#

I make art without any effects in mind

#

Which is a big problem

opal heath
#

yeah

#

thats not good

#

yall do you know if overflow crahses an existing run

spare geyser
opal heath
spare geyser
opal heath
#

well i want everything

unkempt current
#

-# help me... I want an ideas guy... My brain too empty

opal heath
#

so yeah

opal heath
#

small text

unkempt current
opal heath
#

aa

unkempt current
#

With a space

opal heath
#

a

prisma latch
#

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

opal heath
#

a

#

bro how

spare geyser
opal heath
#

i dont understand

unkempt current
# opal heath a

-# meow is input
-# meow
Is output
Note that this must be the first one like
"Hello -# meow" doesn't work

opal heath
#

-# testt

#

oh

spare geyser
#

-# meow

opal heath
#

i see

#

-# Balalalalalatro

spare geyser
#

but do you ever

meow

unkempt current
#

Yeah you can do that with #

#

With space ofc

silent thistle
wanton lintel
wanton lintel
lavish pike
silent thistle
#

mmmmmmm

#

(this is just UI shenanigans because I felt like it. It has no practical porpuse, really)

hard plank
#

-# what

wanton lintel
silent thistle
#

Carry on.

lavish pike
wanton lintel
#

the gayest flush is every card of a suit played at once

lavish pike
#

or in this case gay-ce
the gayest flush

ember flicker
#

or jacks

ember flicker
silent thistle
opal heath
wanton lintel
ember flicker
opal heath
opal heath
wanton lintel
ember flicker
#

do freedom deck but play normally

opal heath
#

so like dont drag stuff out of the collection?

#

ok

silent thistle
opal heath
#

freedom

#

like what do you want me to do exactly

ember flicker
#

dont move cards in the joker

opal heath
#

?

ember flicker
#

odnt move joker in cards

opal heath
#

i did not do that in ym run

ember flicker
#

just finish the ante as if you dodnt have freedom deck

opal heath
#

i redeemed a voucher that allows every single card to get letters

#

includes jokers i think

wanton lintel
wanton lintel
ember flicker
opal heath
opal heath
#

so i can drag vouchers too

wanton lintel
opal heath
ember flicker
#

Alphabet consumables

opal heath
#

if i redeemed a voucher to auto make them come with one lol

#

oh

ember flicker
#

u know starlight u should give the letter deck a spin

opal heath
#

yeah

#

i draged it ot of the collection

ember flicker
#

wait

wanton lintel
#

i just thought spelling with this would be funny as hell

opal heath
#

i would

ember flicker
#

what

opal heath
#

i hink its the cryptid decks

ember flicker
#

yeah

opal heath
#

shitty cryptid

ember flicker
#

probably

opal heath
#

shittid

ember flicker
#

letter deck is aikoshen anyways

#

dont do mega do normal letter deck

opal heath
#

it was a bug

ember flicker
#

the tip to win early antes easily is to get chips

opal heath
#

it fixed on restart

opal heath
#

should i use freedom sleeve

#

?

ember flicker
#

well letter deck are blank cards

#

dont use sleeves

opal heath
#

why

ember flicker
#

try it alone for the experience

#

then use the sleeve later

opal heath
ember flicker
#

no the regular letter deck

opal heath
#

oh ok

ember flicker
#

mega letter deck is hard mode

#

u gotta do long words

opal heath
#

i got coupon deck

#

oos

#

coupon tag

#

my brain aint braining

ember flicker
#

thats cool

opal heath
#

should i skip

#

for ti

ember flicker
#

u might get banquet out of it

#

or bigger hand size

#

that means bigger words

opal heath
#

afte tthat, theres a double tag

ember flicker
#

try to do words that are atleast 8 long

opal heath
#

should i skip

ember flicker
#

yeah skip both it's the first ante

opal heath
#

does letter deck usually allow you to play 1e+100 cards?

ember flicker
#

yes

opal heath
#

also you have to spell real words right

ember flicker
#

its for you to make words

#

yeah

#

did you enable full dictionary

#

you probably should

opal heath
#

no

ember flicker
#

theres a word checker in runinfo, and you have to play the letters in order as they are reas

#

read

opal heath
#

inside it it says might cause la spikes

#

so i dont want to enable

#

incase i start crashing

ember flicker
#

it causes spikes when you do wildcard bullshit like i do

opal heath
#

oh

ember flicker
#

oh also my tip

opal heath
#

?

ember flicker
#

dont put more than 8 wild cards between different letters

opal heath
#

also what do you use word checker thing for

ember flicker
#

set them atleast

opal heath
#

to check if omething is real word?

ember flicker
#

if something is in the dictionary

opal heath
#

starting hand

#

5th card says n

ember flicker
#

i know

opal heath
#

i rearranged it

lavish pike
#

its kinda old

ember flicker
#

you can do satin but its a five letter word

opal heath
#

i cant think of any othe rowrds

ember flicker
#

if u cant find a y, play nites

opal heath
#

yeah i did that

#

because i coud not find a y

ember flicker
#

how much score

opal heath
#

i dont think it counted as a word

#

so it gave me like 10

#

should i play cards

ember flicker
#

you got a high card?

opal heath
#

yea

ember flicker
#

oh right

opal heath
#

i think so

ember flicker
#

nites is plural

#

so

opal heath
#

should i play Cards

ember flicker
#

check if it says 5 letter word as a hand

#

show me ur hand

opal heath
#

yes it does

ember flicker
#

you can also play smart, dont forget some cards give bigger mult

wanton lintel
ember flicker
#

theres no maxwell notebook

wanton lintel
ember flicker
#

try cards yeah

opal heath
#

but cards seemed better

ember flicker
#

ok ok

#

give me time to think

woven crag
silent thistle
ember flicker
wanton lintel
# woven crag

eris what contraption did you activate that leads to this

opal heath
ember flicker
#

cardioid

#

#ardioid

opal heath
#

d i set the symbol

ember flicker
#

dont have to

#

not gonna lag

opal heath
#

wait

#

is this a wild card

ember flicker
#

yes

opal heath
#

i set "set manually" mods

#

mode

ember flicker
#

oh

#

put auto

opal heath
#

cardioid is not count as a word

ember flicker
#

what the fuck

opal heath
#

is it because im using the caps i

ember flicker
#

no its because u dont have the full dictionary

amber river
#

there was a crash on the highway

#

stuck in traffic

ember flicker
#

i feel like the full dictionary has like all the good words longer than 8

ember flicker
opal heath
#

oh

ember flicker
#

i played testicular a lot

opal heath
#

but i have to restart

#

to enable

ember flicker
#

its fine

amber river
#

yeah

opal heath
#

will i lose run progress

ember flicker
#

no

opal heath
#

sometimes it wont save

amber river
#

tarentula

ember flicker
#

its fine it's ante 1

amber river
#

armageddon

#

Idyllic

ember flicker
#

lessness is one i like

amber river
#

7 letters but y is good

ember flicker
#

most the bomb cards u can play by themselves

amber river
#

Juggernaut

opal heath
#

i hit c to crash

ember flicker
#

what why

#

press alt+f5

opal heath
#

because i used a keybind wrong

#

so i hoped crashign would fix that

#

i mean in handy

#

@ember flicker

ember flicker
#

just restart the game, u set the full doct right

#

dictionarry

opal heath
#

yeah but i hit a keybind

#

to restat the run

ember flicker
#

restart

long hare
#

this is true econ

ember flicker
#

not the run

#

the game

opal heath
#

thought it was the one to restart game

ember flicker
#

u have to restart the tame

opal heath
#

my dumb ahh

#

😭😭

ember flicker
#

lol its fine

opal heath
#

i have t restart but i get 2 free rare joekrs

ember flicker
#

ull probably get a foil joker tag

#

thats cool

opal heath
#

no i got rare joekrs tags

long hare
opal heath
#

2 of them

tardy ingot
#

does modding interfere with unlocks and achievements?

ember flicker
ember flicker
#

but will unlock

#

you can make a profile

#

ingame

opal heath
#

do i plau this

wanton lintel
opal heath
#

or hope for another t and discord some cards

ember flicker
tardy ingot
opal heath
#

yeah that worked

ember flicker
#

uhhh it will require smods and lovely so i gues sso

#

but you can switch that

#

you can enable achievement somewhere

long hare
# long hare

i really wanna buff this to $2, but idk if that would be too op

opal heath
#

or what

opal heath
tardy ingot
#

i mean like the steam achievements

ember flicker
#

yeah

opal heath
ember flicker
#

enable steam achievements in options if you i want

opal heath
#

@ember flicker also wtf is a 5 wheat achieveemtn

#

i got like near the time i enabled achievements

ember flicker
storm forum
tardy ingot
ember flicker
#

someone could cheese the achievements with SAM anyways

ember flicker
#

4 letter word not good

#

u have 5 discards

opal heath
#

i cant think of anyhhting else

storm forum
ember flicker
#

u can try getting balatro

tardy ingot
storm forum
#

That's the automatic behaviour w/o mods.

ember flicker
#

yeah because lovely would not be there to disable them

opal heath
ember flicker
#

oh

#

uhhh

opal heath
#

i have full dictionary enabled i think

ember flicker
#

what elese did u get

storm forum
#

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. 😛

opal heath
latent crescent
#

I cant compare 2 tables without SMODS what the fuck

ember flicker
#

ballad

#

ballads

opal heath
#

lost the d

#

for the r

ember flicker
#

what do you have

#

egbert

opal heath
#

baLlatroaA

#

all of my letters in order i have rn

ember flicker
#

labrat

#

?

opal heath
#

not work

ember flicker
#

u can also try and get ballerina

opal heath
#

enabled and i retarted

ember flicker
#

ok

opal heath
#

got 3 cards with +4 mult each

#

while trying to get ballerina

long hare
#

was going to have a joker with a negative sell value

#

jokerforge thought otherwise

ember flicker
#

swashbuckler synergy

opal heath
#

well i set mine negative in the files

#

in one iif them i think

#

for cost

#

but ill tr value

opal heath
#

you can use variables you knoow

long hare
opal heath
#

i used number variable to type -naneinf

ember flicker
#

jankman forge

opal heath
#

and i got -naneinf ante

long hare
opal heath
#

then make it and edit the sell value in lua

#

it lets you there

wanton lintel
opal heath
#

i edited the file after export

long hare
opal heath
#

bro @ember flicker

opal heath
ember flicker
#

what

opal heath
ember flicker
#

you didnt tell me what they were

long hare
opal heath
#

Yhf

opal heath
#

thought it would qwork

ember flicker
#

what are all your letters

opal heath
#

i tried editing th cost of one in lua

opal heath
ember flicker
#

try halfy

long hare
#

yeah balatro doesnt like negative cost, because this is in the lua file

ember flicker
#

or yell

#

yeller

opal heath
#

worked (halfy worked)

opal heath
#

in my op mod

#

i tried making one negativ

#

or maybe, i exorted one without the neagtivevalue

long hare
ember flicker
#

no i mean set it with a function

opal heath
#

@ember flicker will my run crash if i install overflow

#

and for degeneracy

long hare
ember flicker
#

idk what that is i'm a vanilla+ guy

ember flicker
#

jokerforge

#

can u set price on jf

opal heath
ember flicker
#

in calculate

opal heath
#

i use jf

long hare
opal heath
#

you can see the tag

opal heath
#

i never was able to do it

ember flicker
#

do that on card purchase or spawn then

#

then purchase the card

long hare
ember flicker
#

as long as card is itself

opal heath
#

i wanted to make one of my stuff negative cost and yea

long hare
opal heath
#

idk about cost

ember flicker
#

no check on purchase or on card purchase

opal heath
#

should i make a new mod

#

a content mod

ember flicker
#

then compare card to the joker and if the purchased card == joker then set the cost

opal heath
#

im definitely getting that

#

i need auto save and reverse saving

#

because i have game auto save issues ever sicne i got cryptid

ember flicker
#

you can also have save states using debug+

opal heath
#

uh what

#

whats debug+

long hare
ember flicker
#

oh weird

#

what are you trying to do

long hare
ember flicker
#

oh

#

fyck

#

i think u have to go code

long hare
#

man 😔

ember flicker
#

look at how cryptid did it

lavish pike
#

What should this joker be called?

#

(I dont have name or art ideas)

ember flicker
#

Negative Nolan

lavish pike
#

🤔

#

any other ideas?

ember flicker
#

Optimist

lavish pike
#

from other people

ember flicker
#

wow

lavish pike
#

-# this dosent mean im ignoring your ideas

long hare
opal heath
#

Reverse Negativa

ember flicker
#

ending it rn fuck my chud life

opal heath
#

maybe

ember flicker
lavish pike
opal heath
#

because it kinda reverses like the negative

#

to a positive aility

long hare
opal heath
#

ability*

ember flicker
#

let me try something

lavish pike
#

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

ember flicker
#

then change its ability idk

opal heath
lavish pike
#

Ill see if I can draw "Optimist", or "Negative Nolan"

ember flicker
#

since it doesnt use an index or a square root

lavish pike
opal heath
#

W H A T ?

#

anyone know the issue

ember flicker
#

remove save rewinder

opal heath
#

oh ok

lavish pike
#

just an fyi

opal heath
#

oh

#

ok

ember flicker
#

i have jokers made for letter decks :)

lavish pike
ember flicker
#

lol

lavish pike
#

do I... do smth about that

ember flicker
#

u could but idk what rule it would break

#

i love seeing shit organized

silent thistle
#

now you can see exactly by now many chips you over/undershot

ember flicker
silent thistle
#

m

lavish pike
ember flicker
#

that would be counter intuitive

#

letter hands have low base chips

opal heath
#

@ember flicker

#

fixed

#

ankh is problem

#

@lavish pike

lavish pike
lavish pike
opal heath
#

cant find the repo because too many messages

#

i mean for degeneracy

lavish pike
opal heath
#

how long do i need scroll

#

oh

#

@ember flicker whats debug+

ember flicker
opal heath
#

oh where do i get

#

and i dont see the save thing

#

oh

#

jusr saw

ember flicker
#

yup

opal heath
#

where do i get debug+

#

from imm,bmm or github

opal heath
#

whats debug++

ember flicker
silent thistle
#

oh!

#

DPP, no way

ember flicker
#

i love it

opal heath
#

?

silent thistle
ember flicker
#

take both

ember flicker
opal heath
#

@ember flicker ok but will it conflict

ember flicker
#

u dont need dpp to do that

#

no

opal heath
#

oh ok

silent thistle
#

DPP should be an extra complement to DP.

ember flicker
#

dpp is made to go with dp

silent thistle
#

Yes.

opal heath
#

bro why the fuck is opening in opera gx

#

didnt i set chrome as ffault

#

default

ember flicker
#

god i fucking have crystallised

austere whale
#

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

opal heath
#

i used help from a website to mod balatro

silent thistle
#

Get bmm.

opal heath
#

well put lovely in balatro's install directory

austere whale
austere whale
ember flicker
opal heath
austere whale
#

if i wanted to use bmm i wouldn't ask here

austere whale
opal heath
opal heath
austere whale
#

what's next

opal heath
silent thistle
opal heath
#

get steammodded from github

#

releases tab

opal heath
#

i think imm does only

#

do not use code button, it igves dev version people saod

austere whale
austere whale
austere whale
opal heath
opal heath
austere whale
#

hmmm