#⚙・modding-general

1 messages · Page 167 of 1

river lark
#

Genius

gaunt venture
#

ok so
I'm on linux, and tried to install steammodded
I ran the command to install it, but it didn't work, forgot I had to move balatro to my main drive.
I run the command again, and it says
fatal: destination path 'Steamodded' already exists and is not an empty directory.
and I have no clue where the hell this directory is

daring sluice
#

did you delete the entire steamodded folder before pasting the new one in

fossil iron
faint gorge
fossil iron
#

you need enter to your steam folder on the / folder

daring sluice
faint gorge
#

sure, give me a moment

weak willow
#

im so confused, ive disabled some mods and now when i click start i get this ERROR - [♥] lovely-injector has crashed:
panicked at crates\lovely-core\src\lib.rs:168:13:
The byte sequence at 0x7ffa0020 is not a valid UTF-8 string: Utf8Error { valid_up_to: 144669, error_len: Some(1) }

gaunt venture
faint gorge
fossil iron
#

first, verify the file integrity of the game on steam

daring sluice
#

i can't look at it myself because pc is fucked but if error message related to that file is located here if anyone wants to check it out

fossil iron
# gaunt venture done

click on balatro propierties on steam libriary, go to files, and go to explore button for open the game folder

#

you are here now

#

here you will put the version.dll of lovely

#

use the beta6

gaunt venture
fossil iron
#

use the windows version

gaunt venture
#

done

fossil iron
#

now open the game, if you see a console open with the game, we are good

#

you done it @gaunt venture ?

distant badge
#

challenge ids feel like the most random thing ever

gaunt venture
fossil iron
#

can you show me that mod folder showing the path

gaunt venture
fossil iron
gaunt venture
#

done, seems to be working now

fossil iron
fossil iron
gaunt venture
#

which I have, I'm guessing it goes in the compatdata directory?

fossil iron
#

do ctrl+h

#

now enter to the steam folder

gaunt venture
#

alright, what is ctrl+h suppoused to do?

fossil iron
gaunt venture
#

oh, already done

#

I think I have everything sorted out now, thank you!

fossil iron
gaunt venture
fossil iron
#

nice

#

put the steamodded here and you are done

gaunt venture
#

I remember there being modpacks listed somewhere, any clue where those are?

fossil iron
gaunt venture
tranquil vessel
#

I also saw you got the kcv_composition error, which is weird. See #1255696773599592458 message

And cardsleeves v1.3.10 doesn't have a steamodded requirement, but you'd obiously be missing some functionality.

distant badge
#

how would i tell if the player is outside of a run?

boreal vector
#

hey, ive been using steammodded to play some mods, but all of a sudden its stopped working, can someone dm me that knows how to fix this?

placid prism
#

So I want to make some changes to Text ingame. Does anyone know where I can find the locale File?

tranquil vessel
boreal vector
#

aaah that might be why, anyway i can make it not eat it?

tranquil vessel
#

make sure the folder has an exception in win def

blissful remnant
#

Does anyone know how to modify the chances of the wheel of fortune?

tranquil vessel
placid prism
tranquil vessel
#

are you trying to make a mod to change it or is this a one time thing and you just want to look at it?

placid prism
#

I just want to rewrite some things. Maybe look at how localization is handled so I can write my own Language Option Mod.

tranquil vessel
#

so a mod yeah

placid prism
#

but I can't find the localization folder in "AppData". The folder in the Install Directory also seems to be compiled.

#

Is there a third Dir?

tranquil vessel
#

the localization within balatro itself can be read by unzipping the .exe with e.g. 7zip or winrar

placid prism
#

oh Ok thank you that helped a lot.

tranquil vessel
distant badge
#

venom slam dunk png

latent crescent
# distant badge venom slam dunk png

Look at this:

-- Track is current menu is "run options"
local is_in_run_info_tab = false
local run_info_ref = G.UIDEF.run_info
function G.UIDEF.run_info()
  is_in_run_info_tab = true
  local output = run_info_ref()
  is_in_run_info_tab = false
  return output
end

-- Create challenge tab in "run options"
-- TODO: display challenge name
local create_tabs_ref = create_tabs
function create_tabs(args)
  if args and args["tabs"] and is_in_run_info_tab and G.GAME.challenge then
    args.tabs[#args.tabs + 1] = {
      label = "Challenge",
      tab_definition_function = function()
        return {
          n = G.UIT.ROOT,
          config = {
            offset = { x = 0, y = 0 },
            align = "cm",
            colour = { 0, 0, 0, 0 },
          },
          nodes = {
            G.UIDEF.challenge_description(
              get_challenge_int_from_id(G.GAME.challenge),
              nil,
              true
            ),
          },
        }
      end,
    }
  end

  return create_tabs_ref(args)
end
distant badge
#

(its just the rules part of challenge tabs but there now)

#

(i couldnt figure out how to get the challenge id correctly)

distant badge
#

i'm so bad at UI stuff i have barely any idea of what any of this means

distant badge
#

is this from a particular mod or did you just write this or something? (i am so confused where has this come from)

latent crescent
#

Written by me

distant badge
#

if i knew anything about how balatro’s code works i would try and reference it for just rules

distant badge
#

i was gonna ask if i could use the code full stop but you probably have it in a mod already

swift matrix
distant badge
#

fair, i just wanna get permission tho

distant badge
#

this might be one of my favourite things yet

#

(so far it only does a few, just to test if it works)

#

it adds the rule to the custom rules section thankfully

fossil iron
#

@distant badge there is a rule for remove skip tags?

#

and edit what tags can appear?

distant badge
#

if you want to remove specific tags you can ban them

#

for all tags, i'm not sure

fossil iron
#

and add a rule like anaglyph deck giving you a tag when a boss blind is defeated

distant badge
#

i could do that tbh

#

i wont rn because i'm tired tho

fossil iron
#

rest

cobalt bay
#

hey anyone here know the mod which gives up to 32 game speed? Also if anyone has any other QOL mods they'd recommend I'd love to hear it

woven orchid
#

anyone know how i could get a random rank from SMODS.Ranks

#

every time i try it just returns 1 for literally no reason

fossil iron
woven orchid
#

i have no clue what i am doing wrong i just wamt numbers

#

oops wrong chat

fossil iron
woven orchid
#

im just trying to get a random rank from the smods list

#

but it kept crashing so i just tried generating it in the console manually to see what it was actually generating

exotic shadow
#

what is the value of #SMODS.Ranks

woven orchid
#

oh it is 0

exotic shadow
#

oh also pro tip the console you can use shift + enter to make a newline and you don't need to print you can just return the value (then you get fancy table handling)

cobalt bay
woven orchid
#

but it very exists

woven orchid
#

but i knew about the printing thing

#

i was doing that for the saame reasons why cultures and traditions do weird things

#

(originally was doing something else but switched and didnt bother to remake it)

exotic shadow
#

the ranks aren't exculsivly number keys

#

so I don't think the # operator works on them

woven orchid
#

yea that makes sense

#

i thought # was just like

#

number of things inside of it

#

but ig not

exotic shadow
#

@woven orchid assuming you just want a random rank you can do pseudorandom_element(SMODS.Rank)

woven orchid
#

i got it working because someone on stack overflow had the exact same issue as me

#

oh ok

exotic shadow
#

that also is seeded

woven orchid
#

well i dont think a seed matters cause i am

#

randomizing the rank of every card highlighted every frame

#

(this is for a very silly deck that u should not take seriously)

exotic shadow
#

yeah probably not

#

for that you can probably just get a random base and then its random suit as well

#

unless yiou just want ranks

woven orchid
#

now i have the urge to do the same for suit

#

honestly for suit i might just make it shuffle the selected card's suits so that flushes can exist

exotic shadow
#

you can use G.P_CARDS for any playing card and then call _card:set_base(new_card) on it

#

for random suits and ranks

#

also I think you need to call G.GAME.blind:debuff_card(_card) after it

#

there might eb some fancy steamodded api to do this as well

woven orchid
distant badge
#

me if i was a deck

woven orchid
#

man i could go for 3.141592653589

distant badge
#

also infinite money

and discards

woven orchid
#

blue discards

#

also that is technically a lie

#

you gain 0.02 discards per frame and x1.1 money per second

junior rock
woven orchid
#

+1 round per round

#

C:attention}

#

give me words to add to the description i will add anything and everythinkg

distant badge
woven orchid
#

if you are playing with scoring animations enabled at 4x speed i think it takes longer than 50 frames to discard

distant badge
#

truly incredible

woven orchid
#

true

#

it used to be x1.1 discards every second but

junior rock
#

this is a DeltaTime moment

#

Gearbox could never.

woven orchid
#

i got really annoyed with having 3x10²⁵ discards after like 20 seconds

distant badge
#

i think the player needs to know that ign rated balatro a 9

junior rock
#

HUGE

#

HIGHER THAN A 7!

woven orchid
#

will be adderd

junior rock
woven orchid
#

avg day

#

dont worry i can blame all balancing issues on the fact that my mod depends on cryptid being installed

distant badge
#

for reference overwatch was given a 10 (also vital)

woven orchid
#

i added more text

junior rock
#

jeff kaplan is an IGN agent

woven orchid
#

the bottom looks like one of those charts you see at the doctor

unreal juniper
#

add the quadratic equatoin

woven orchid
unreal juniper
#

idk

unreal juniper
#

if not just do /------- or something

#

/

#

\/

#

back slashes :(

woven orchid
#

it would look better if i just did sqrt()

#

fossil iron
woven orchid
#

ok turns out the +- symbol exists but not sqrt

fossil iron
#

Can you show the error you see @cobalt bay ?

woven orchid
#

(in vscode)

fossil iron
woven orchid
#

minecraft

#

well its called monocraft

fossil iron
swift matrix
woven orchid
#

what does this mean

#

cryptic message

fossil iron
woven orchid
#

i dont even know how i managed ts bruh

fossil iron
white scarab
#

m

woven orchid
#

m

fossil iron
#

m

woven orchid
fossil iron
unreal juniper
#

might as well throw the greek alphabet in there

woven orchid
#

fuck it

fossil iron
woven orchid
#

LETS FINd out

unreal juniper
#

idk

swift matrix
woven orchid
#

IM STUPID YOU CANT assume anything from meee

unreal juniper
#

you could just write it out though

swift matrix
woven orchid
#

wow that is a very good way to memorize it

unreal juniper
#

write down the lyrics to the song in there

swift matrix
#

Never forgot it tell ya what

fossil iron
#

Now i will show you the best song from learning math

unreal juniper
#

the deck

#

istg if its that one slope guy

fossil iron
#

Aquela música que te salva na hora da prova!
Fala, galera! Virei meme nas redes sociais! hehe... Essa música editada pelo Blog Mania de Matemática com a base do meu funk da trigonometria ficou muito massa!
Aproveita e curta a página deles:
https://www.facebook.com/maniadematematica/

Para ouvir a versão completa do funk, clica aqui:
https://www....

▶ Play video
woven orchid
#

im busy gettging every greek alphabet letter

#

awe damn it the only greek letter it can write is nu

woven orchid
#

only nu is safe

unreal juniper
#

the quadratic formula is negative b, plus or minus the square root of b squared minus four a c, all over two a

woven orchid
#

wait no thats mu

#

either way only mu is safe

novel wave
# woven orchid

for a moment I thought you had russian word for "hour" in there ("Час") but then I remembered that balatro default font doesn't do cyrillics

woven orchid
#

😭

#

this is not readable

unreal juniper
#

why is it getting smaller

woven orchid
#

i wish scaling text up in the deck text didnt just make the rest of the text in the line smaller

unreal juniper
#

put ksi's whole song in ther!!!!

woven orchid
#

sure

unreal juniper
#

if i can find a transcription of the entire lunchly ad, or the first episode of talk tuah ........

#

this deck will be perfect!!!

woven orchid
#

god there is so many new lines

#

i hate this

#

ok i put the entirety of 'thick of it' into one line

unreal juniper
#

wow

woven orchid
#

so

#

its so long that the text becomes so tiny

#

where the pixel smoothing makes it flat out invisible half of the time

unreal juniper
#

send a pic!

woven orchid
#

there it is

#

you can only see about half of it until the miniscule rotation causes it to disappear again

unreal juniper
#

ill find a way, after i sleep

woven orchid
#

one final screenshot

unreal juniper
#

add the steam store page!!

woven orchid
unreal juniper
#

The poker roguelike. Balatro is a hypnotically satisfying deckbuilder where you play illegal poker hands, discover game-changing jokers, and trigger adrenaline-pumping, outrageous combos

woven orchid
#

the back button on the choose deck menu no longer exists

unreal juniper
#

just pixels 😭

woven orchid
#

and half of the p[lay button is covered

#

u also cannot click continue run or challenges

unreal juniper
#

half? we have some work to do

woven orchid
#

well i want to watch tv so

#

work shall be completed eventually

unreal juniper
#

Hi everyone,

We have some exciting news to share!

Introducing our very first "Friend of Jimbo" collaboration! You can now personalise your decks with brand-new cosmetic card skins featuring fan-favourite characters from The Witcher 3, Dave the Diver, Vampire Survivors, and Among Us.

This update is completely FREE and available now on Steam and consoles. Add some visual flair to your game by swapping out the traditional face cards—Kings, Queens, and Jacks—with beloved characters like Geralt, Yennefer, and Jaskier from The Witcher!

This "Friends of Jimbo" surprise is the second of three major announcements about Balatro this summer. The first was the promise of a major content update in 2025, revealed earlier this month. Now, the real question is...what’s our final surprise?

unreal juniper
#

Balatro is a poker-inspired roguelike deck builder all about creating powerful synergies and winning big.

Combine valid poker hands with unique Joker cards in order to create varied synergies and builds. Earn enough chips to beat devious blinds, all while uncovering hidden bonus hands and decks as you progress. You’re going to need every edge you can get in order to reach the boss blind, beat the final ante and secure victory.

The definitive poker roguelike experience.
Endless possibilities - every pick-up, discard and joker can dramatically alter the course of your run.
In-depth campaign mode complete with 8 difficulties, as well as challenge and seeded runs.

Deftly deploy an array of potent tools: different Decks, Jokers, Tarot cards, Planet cards, Spectral cards, and Vouchers. Use these versatile instruments to ignite a combo frenzy and turbocharge your poker hands, crafting electrifying, adrenaline-fueled synergies.

150 Jokers, each with their own unique abilities
15 Decks with distinct modifiers to choose from for each run
5 potential variants of each Joker which add further abilities
22 Tarot cards variants that can enhance your regular playing cards
11 Planet cards that help level up your possible poker hands
32 Voucher cards to help provide permanent buffs for your current run

Immerse yourself in Balatro’s distinctive psychedelic world. Let the synthwave soundtrack wash over you - wind down, escape the daily grind and prepare to enter the ultimate roguelike flow state.

Improve your collection and discover new cards and secrets with every single run.
Make use of the in-depth stats screen to study your best hands, most used Jokers, and more!
Immerse yourself in the CRT fuzz and enjoy detailed, hand-crafted pixel art.

#

thats it for me

woven orchid
#

my name is walter o brien i have the 4th highest iq ever recorded 197 einsteins was 160

#

the entire intro of the show scorpion

unreal juniper
#

“This is an absolute triumph, the reason Valve should rename their handheld 'the Balatro machine”
91 – PC Gamer

“Balatro is one of the best deck-building roguelikes I have ever played.”
10 – Xbox Era

“Balatro is an addictively delicious, menacing creation which devours hours without mercy.”
5 Stars – ScreenRant

#

now for REAL im done

swift matrix
#

Do the vaporeon copypasta /j

fossil iron
#

That will be epic

unreal juniper
#

translate the whole description to spanish and append it to the end

#

im done now im going to sleap for real this time

tardy sierra
pure slate
#

"clean rock card edition cant hurt you jimbo"
clean rock card:

exotic shadow
#

Slab carr

novel wave
wanton rapids
#

smooth stone card

#

+25 chips twice

river lark
#

"smooth stone card"
"does not trigger"
"the stone joker"

dapper mica
#

fun idea for smooth stone: since it's been polished you can see the suit peeking through it, but not the rank
which would be presented by faint splotches of color
so it'd be like reverse wild card- it'd count for a specific suit, but as any number
so you could do easier straight flushes with it

#

(this isn't meant for the original usage of smooth stone but this is an idea i personally had)

pure slate
dapper mica
#

ooh fun

pure slate
#

this is a much closer-to-finished version of what it is

#

a Statue edition, only obtainable through playing stone cards with a specific joker

river lark
#

the pillar

pure slate
#

indeed

wooden cypress
#

Hey all, I downloaded Dimserenes Insane modpack, followed all install instructions on github, installed lovely, ran Balatro and everything was working with mods. It then randomly crashed after a few rounds, and now every time I try to reopen it, on the main title screen after hitting Play the game just hangs/freezes, any advice?

past sonnet
#

anyone know any mods that show a jokers buy valve in the collection

lusty oriole
#

where to find pokemon mod

#

can i install on mobile or only pc

#

never modded balatro before but i want pokemon any advice

bitter zephyr
#

what would make it so no mods have any config options in game?

swift matrix
#

the config optiions are found through the 'mods' menu for most mods

bitter zephyr
#

yea theres nothing there

#

basically just a modlist

swift matrix
#

you can't see if the mod has a config or not, you just hjave to click it and see

#

it needs bettewr design

bitter zephyr
#

yea i click them and none of them have options

swift matrix
#

are you on smodded 0.98 still?

bitter zephyr
#

im on latest

swift matrix
#

the latest what? commit? because the release is ancient and deprecated

bitter zephyr
#

lemme see rq

#

i got it from where it says Download the latest alpha version here

swift matrix
#

yeah that should be fine, on the getting started wiki page, right?

#

what mods do you have? many just fon't have configs

#

but I can tell you if any you have should

bitter zephyr
#

shouldnt talisman have config?

swift matrix
#

Talisman has its config in a stupid place

#

it's in the main menu, the one you get to by pressing esc

bitter zephyr
#

should any of these have config?

swift matrix
#

no, and morespeed is ancient, use nopeus instead

#

it does the same thing

bitter zephyr
#

oh bet

swift matrix
bitter zephyr
#

ty!!

swift matrix
#

np :3

#

and the speed setting just adds to the normal one

#

that's how you use it

#

with the normal speed selector

bitter zephyr
swift matrix
#

you need to have it in the root of your mods folder in a folder called Nopeus

bitter zephyr
#

oh in a folder? 1 sec

#

no still the same

#

it pops up in the modlist

swift matrix
#

you can't put speed above 4?

bitter zephyr
#

cant, no idea why

swift matrix
#

did you remove MoreSpeeds?

bitter zephyr
#

yeah

swift matrix
#

what version of Lovely are you running

bitter zephyr
#

console says 0.5.0-beta7

swift matrix
#

try beta 6

#

but i don't think that's the issue

#

also try just nopeus, no other mods besides steamodded

#

and keep lovely ofc

bitter zephyr
#

kk

swift matrix
#

(the beta 7 might actualy be the issue, I don't recall)

bitter zephyr
#

yeah only mod and its still not there

#

ill drop to 6

swift matrix
#

another question if this doesn't work, are you on the latest version of the game (or anytrhing post the stake update should be the same)

#

mods don't usually depend on game version at all, but most people are up to date so it might factor in if you aren't

bitter zephyr
#

yeah im on the latest

#

on beta6 now and still not there

swift matrix
#

screenshot the top right of your screen

#

just so I can doible check smods version

bitter zephyr
swift matrix
#

yeah that's bizzare

#

it should be working

#

try reverifying game files on steam

#

it won't remove mods or lovely

bitter zephyr
#

will do

#

still nothing

#

did a full reinstall a bit ago too

swift matrix
#

@plucky pond sorry for the ping, but any idea what's happening here?

swift matrix
bitter zephyr
swift matrix
#

this is stupid and shouldn't matter at all, but maybe remove '-main' from smodded folder

#

and nopeus just is the same as the folder from Jen's repo, right, no nesting?

bitter zephyr
#

no, inside is just the lua

#

its in the modlist so it is being loaded

swift matrix
#

oh I see the issue

#

you needed the lovely.toml too

#

those are important

#

each mod that uses lovely has its own unique lovely.toml file that goes in the mod's folder

bitter zephyr
#

ahh ok 1 sec

#

yea that was it, tysm 😭

swift matrix
#

yw :3 and no worries

#

@plucky pond disregard previous ping

plucky pond
swift matrix
#

sorry, I was helping someone and it seemed like a problem with nopeus, but it ended up they just forgot to include the lovely.toml

#

I should have asked about that before

mystic oar
#

having this error whenever i load up the game with the newest version of steamodded

#

i have no other mods active which would use lovely so i dont see how state events getting edited like that

swift matrix
#

are you sure you don't have double or nested smodded?

mystic oar
#

steamodded folder looks like this

#

so i dont think so

swift matrix
#

oh I see the issue

#

you're using ancient lovely

#

upgrade to beta 6

#

not beta 7

candid sable
#

Woah, beta3

novel wave
#

how old is beta3

#

probably older than me

swift matrix
#

lmao

#

looks like May 15th

#

which is indeed a lifetime ago in Balatro modding

prime shell
#

Hi, I saw on YouTube that there are mods that help guarantee legendary starts by rerolling; does anyone happen to know what it is called?

iron onyx
#

did a couple slight resprites for flower pot, to better convey its effect. i think it works for both its live effect and the one i'm giving it in my personal balance mod.

prime shell
#

Does anyone know what to do with this for Brainstorm mod?

fossil iron
cerulean locust
#

what pokemon do i scale with glowing deck?

cerulean locust
swift matrix
cerulean locust
#

cryptid i think

swift matrix
swift matrix
cerulean locust
swift matrix
#

Why would that give you non-even pixels?

cerulean locust
#

probably the rotating if i had to guess

#

anyways bee gaming

swift matrix
#

Buzzzz

cerulean locust
#

thank you, I Sing, I've No Shape

#

the flint :(

latent crescent
#

bee gaming angelabee

fallow bramble
#

Went from a pokemon run to a minimalist run

cerulean locust
#

joker stencil, my beloved

fossil iron
fallow bramble
#

Sounds awful but I might give it a try when I play with the big modpack again

inner mural
swift matrix
#

Yknow this just makes me realize how kinda ass the 'sacrifice' spectral is

#

It takes both a hand and a discard for +1 joker slot

candid sable
#

It sucks, shoulda been 2

swift matrix
#

Yeah that'd def be better

fallow bramble
#

Damn that was free

fallow bramble
candid sable
#

Yeah

fossil iron
cerulean locust
#

interesting interaction between cryptid and pokermon i just got

#

The Pin can debuff Nidoking apparently

fallow bramble
fossil iron
distant badge
#

absolutely tragic

swift matrix
#

Looks like a real signature seal

#

Which is the point

#

Nvm

#

I'm a silly

cerulean locust
#

oh this is what the pin does btw

distant badge
#

is this a mathblind?

swift matrix
cerulean locust
swift matrix
cerulean locust
#

also

#

while we're on the topic of boss blinds

#

Vermillion Virus.

distant badge
#

what a creature

fossil iron
distant badge
#

ty :D

swift matrix
#

Virus is right. That shit is malware

cerulean locust
swift matrix
#

Hence why I don't install most blind mods, lol

cerulean locust
#

actual thing that happened btw

#

one of my good jokers got pickled

swift matrix
#

And another reason smods should have an option to disable items from the additions screen

cerulean locust
#

cryptid does have a config to disable the boss blinds it adds

#

but most of them are balanced enough to me at least

#

also admittedly

#

The Clock and Lavender Loop are fun to go against

#

also this boss blind is fun

swift matrix
#

Yeah I strongly dislike bosses that kinds brick your run off you get remotely unlucky

#

I don't mind the one that just selects a random card each hand, that can be played around

cerulean locust
#

i mean this is essentially just crimson heart but for playing cards if you think about it so

swift matrix
#

Also don't like time based mechanics in my casual poker-themed roguelike

cerulean locust
#

this one is silly

swift matrix
distant badge
#

chaos really hates editions (totally not because most of the rules in the list it can choose from so far are edition based)

swift matrix
#

This is a way meaner version of the hook that fuks you over even if you aren't doing in hand mechanics

cerulean locust
#

the trick feels the most like a basegame balatro boss imo

tranquil vessel
swift matrix
swift matrix
#

Lol

fossil iron
tranquil vessel
#

yeah those were the ones I was talking about

swift matrix
#

I noticed talisman speeds up the game compared to nopeus alone even with both skip animations settings disabled. Is this normal?

#

I had to download talisman for ortalab

fossil iron
#

I only use morespeeds :3

#

16x speed my beloved

swift matrix
#

Old school mfer :3

#

(The long version of that was blocked, lol)

distant badge
#

ive been foiled

pure slate
#

not foil!!!

#

anything but foil!!!

distant badge
#

this kinda stinks

pure slate
#

im thinking: getting rid of negative or polychrome or smth, but buff the other editions

distant badge
#

those are rules in the pool

#

the chaos rule creates a random rule every time you win a boss blind

#

its so over

fossil iron
#

I need made some brainrot challenges

distant badge
#

i could look at having a new rule made every round instead of boss blind

fossil iron
#

The anaglyph rule (give you a tag when you win a boss blind) is now in the mod?

distant badge
#

not yet, no

#

do you want a specific tag?

fossil iron
#

But the tag of the challenge can be modified

#

Like a challenge giving you the investment tag when you win a boss blind

distant badge
#

oh, so like
{id = 'anaglyph', value = (tag name)}

distant badge
#

threw something together, idk if this is gonna work

pure slate
#

every card + joker is foil, but bind requirements are x3 larger muehehehe

distant badge
#

i could add every card is (edition) probably

#

it works!!! (ignore the rare tags they came from skipping blinds)

#

rule for reference

river lark
distant badge
#

it just kinda hangs out there now

distant badge
#

that wasn't supposed to happen

daring sluice
#

😭 what did you do

distant badge
#

forgot to round

river lark
distant badge
#

NOOOOO

sturdy canyon
#

that handsize aint right

#

all i did was install cryptid's new update

#

negative is supposed to only give +1 handsize right??

river lark
#

wdym

sturdy canyon
#

theres 12 cards

river lark
#

ye

sturdy canyon
#

i had 8 handsize

river lark
#

2 negatives

sturdy canyon
#

and 2 negative cards

#

whats 8+2 brotha...

river lark
#

hmm idk

#

weird

distant badge
#

thats a bit of an extreme reaction

#

big blind on ante 2 was 3804 😔

stable anchor
#

im apparently not smart enough to mod this game lmao

distant badge
#

something tells me i might want to round that

exotic shadow
#

nah add more decimal places

distant badge
#

I KEEP GETTING SOUL IN CHAOS CHALLENGES WHAT

pearl dove
#

sprite is placeholder but

sturdy canyon
#

like planted deck and shit

distant badge
#

i dont actively have the mod but i do try and unlock stuff

#

(in base game)

sturdy canyon
#

ubiquity is like my favorite joker but i might have accidentally made an unlock too niche

tired roost
#

AH YES, anaglyph

#

I FINALY DID GOLD ANAGLYPH!!

distant badge
#

-jokers can no longer be holographic
-bought bootstraps
-used wheel of fortune
-bootstraps jiggles and does not change edition

pure slate
#

istg the amount of times the wheel of fortune has worked is lower then the amount of times my code has worked first try 😭

#

istg, does it work by giving each edition a 1/4 chance to be given (so, 1/16), and then does that for each joker?

#

because i refuse to believe its a 1/4 chance

distant badge
#

honestly, i wouldnt know

pure slate
#

fair enough 😭

tired roost
#

Joker Idea!!!

#

"C-MOON"
All Chip effects are Mult effects, all Mult effects are Chip effects

#

part of the "JoJokers" mod idea

#

C-MOON JoJo stand power is: down is in the opposite direction of the user orientation, the user has gravity alwyas down for them, whaterver the stand touches flips inside-out

#

(if the user is standing on the ground, everyone falls up. If the user is standing on the wall, everyione falls to the other side)

distant badge
#

this damn inflation is too high

#

maybe i need to lower the possible values for that

tired roost
#

Gee, trying to make Throwback for NameBase, and tis suprisingly hard

#

holy damn, Shoot The Moon looked way better back in the dev version

#

ok, someone need to make a mod that brings the Dev version upgrades

river lark
tired roost
#

in the twitter thread under the post about it ebing called Joker Poker

#

was looking for stuff to use for Throwback

#

wow, stacking upgrades (i guess we have seals, edditions, and enhancment seperatly)

river lark
tired roost
#

official Jimbo Backside

river lark
pearl dove
#

this sprite look good?

tired roost
#

HOLY SHIT

river lark
pearl dove
#

in game looks better i think

tired roost
#

i guess the most i can take for Throwback is the old card design, and apply it to the joker (back then there was no jokers)

river lark
tired roost
#

Diver Dave ?

#

Jimbo's friend

distant badge
#

wait im goated?

river lark
tired roost
#

ah

#

makes more sense

river lark
#

also close but not yet it does fit tho

fossil iron
river lark
#

idk

river lark
fossil iron
#

NAH

river lark
#

thats yellow/blonde 😭

river lark
#

i mean look at him

fallow bramble
fossil iron
#

mmmmmmmm

#

ITS TIME FOR A CHALLENGE

sturdy canyon
#

it DEFINITELY looks awesome

fossil iron
sturdy canyon
#

its depressed bro...

fallow bramble
#

I should try black deck n sleeve purely vanilla

fossil iron
#

I need remove the mods wait

fossil iron
sturdy canyon
sturdy canyon
#

just to make it more of a challenge

#

a tedious one

fossil iron
#

no

sturdy canyon
#

damn...

fossil iron
sturdy canyon
fossil iron
#

nil hands balatrojoker

#

HUGE START

sturdy canyon
#

sorry boss i did it again

#

cryptid edition

fallow bramble
#

Make a curse that removes value to a Joker

sturdy canyon
#

called Totem

fallow bramble
#

epic

sturdy canyon
#

all newly created jokers have 0.9X values

solar mauve
#

ive been trying to get the whole steammodded thing to work, and i just cant seem to get it to function

#

as far as i can tell, ive done everything it asked me to

#

can anyone help?

tired roost
#

i had it once

#

a negative eternal stencil

#

then i had ankh

#

and then i found madness

#

this was the most insane run ever

#

2 negative stencil and madness

river lark
#

Since it doesn't count it self iirc

tired roost
river lark
#

Thats true

#

Lol

tired roost
#

it gives X[number of total slots] when by itself

#

so a negative gives another to it

river lark
#

Then thats poggers

tranquil vessel
tired roost
#

namebase hanging chad

#

easy when i know what a hanging chad is

#

obv fixing some details about the qsuish that only now im seeing

sturdy canyon
#

ankh cant duplicate negative jokers

formal wedge
#

you could duplicate and then get another ectoplasm

marsh bane
#

Are there any good mods other than Bunco that add multiple challenges and/or progression/unlocks like vanilla?

distant badge
#

you can't park there lad

#

hello attachment removed i forgot about my card skin

#

(nothing bad, the card skin comes from a forum post in this server)

sweet temple
wind panther
#

just had a banger idea: vilatro (i.e. letting you play entirely with the keyboard)
rough sketch:

during a blind, you can press 1234567890 to select/deselect the 1st through tenth card in your hand, if you have >10 your hand goes off the screen and can be cycled through with arrow keys
deselect all with q and if you have only one selected you can move it by holding shift and inputting a position or using arrow keys
pressing enter plays, pressing backspace discards

pressing j shifts the focus to the jokers, where it's the same thing but you can only select one at once, and holding s for 1 second (configurable) sells it
same thing with k for consumables, except press enter to use
pressing / opens or closes deck view
in the shop, each buyable item is numbered (p sure you can't go over 10 in the shop in vanilla at least) and you can select one with number keys and buy with enter, buy and use with shift enter

there's more stuff i'd need to go over but yall get what i mean right

fossil iron
wind panther
#

deadass i'd make it if i had it on steam

#

well i do but my laptop can't exactly run steam so

fossil iron
wind panther
#

bad specs

#

well it can, but it runs like ass

fossil iron
#

what specs have that laptop

wind panther
#

look idk

fossil iron
#

i know about bad spces pc (I USED A 2008 LAPTOP UNTIL 2019)

wind panther
#

what i did do

exotic shadow
#

Balatro runs bad or just steam does?

wind panther
#

steam

#

what i did do was download it on my home desktop, then copy the .love over to the laptop and rn i just play through love directly lmao

fossil iron
#

on steam

wind panther
#

that just makes it worse

#

just trust me steam isn't gonna work on this thing

fossil iron
#

i think already are a keyboard mod on balatro

#

i dont remember the name

exotic shadow
#

Iirx there's a way to run steam without the web browser component

wind panther
#
  1. is it full keyboard
  2. is it fast
fossil iron
exotic shadow
#

There's a keyboard controller but it's not really fast

#

There's some QOL mods that add keybinds for stuff

wind panther
#

see okay i would but it's a blessing not having steam anyway because it's a college laptop

#

and i will not pay attention if i have steam on this tihng

fossil iron
#

lmao

#

In my time, counter strike 1.6 is played on school computers

#

even the teacher played with us XD

exotic shadow
#

I mean I had a super shitty laptop and could run steam on it and play some games

#

I got like 10fps in minecraft

fossil iron
exotic shadow
#

nah I had a ryzen smth

wind panther
fossil iron
exotic shadow
#

after

fossil iron
#

my laptop college (rip rn) have a intel atom

#

and that is a really shity laptop

exotic shadow
#

my new laptop is so powerful it's crazy

fossil iron
wind panther
exotic shadow
wind panther
# fossil iron hahaah

1.2.5 is when the minecraft server and client split, causing performance for like everyone

#

LINUX SPOTTED

exotic shadow
#

I was 8 when 1.2.5 came out I did not own a laptop at that time

wind panther
#

unfortunately on windows for now bc my college LIED to me and said that a crucial program was windows only (it isn't even on desktop)

wind panther
fossil iron
wind panther
#

-# arch

exotic shadow
#

I used arch for a while but I didn't like how often I had to screw with stuff to get it working

fossil iron
#

im here rn

exotic shadow
#

actually I bet I can find a newofetch screenshot from my old laptop

fossil iron
exotic shadow
#

Also it had a spinning hard drive 🎉

fossil iron
#

nooooooooo

exotic shadow
#

near the end the ram was failing too

#

it took like a good 10 minutes to boot

fossil iron
exotic shadow
#

oh boy

fossil iron
#

are the specs of the old school laptop i have when i was a kid

swift matrix
exotic shadow
#

thats a decejnt amount of ram

swift matrix
fossil iron
swift matrix
#

CoonieDB

fossil iron
distant badge
#

ready to face the water!!! oh boy!!!

exotic shadow
exotic shadow
#

nah my iPod

fossil iron
#

a

distant badge
exotic shadow
#

well I can't find it's processor speed

#

but it only has 64mb of ram

swift matrix
fossil iron
#

so, i have a thing with lower specs (a playstation2)

#

and is still alive

#

when consoles were well made and lasted for decades

distant badge
#

i think igot too many tag rules

fossil iron
distant badge
swift matrix
fossil iron
#

i have a deck idea (LOCALTHUNK DECK) you have access to the hidden debug menu on the run

distant badge
#

maybe this is getting out of hand

fossil iron
#

NOOO ARE 12 NOT 13

distant badge
#

ok the tags are actually going off of the screen now

fossil iron
distant badge
#

oh dear lord

fossil iron
distant badge
#

worst part is youd get that many with normal Chaos, theyre just not all going to be tags

#

sometimes it just does this (makes rules that do nothing)

#

and eventually you get to see this

sturdy canyon
distant badge
#

idk why that happened

sturdy canyon
#

did you forget to add a value...

distant badge
#

its supposed to create a tag but decided it didnt want to

distant badge
distant badge
pearl dove
sturdy canyon
fossil iron
#

Jimbo miku Jimbo miku

fossil iron
#

LMAOOOO

#

The halfy bros

#

The pear is the most epic name i ever seen

tardy sierra
river lark
warped hamlet
#

does anyone know why my steammoded doesnt work?

#

i put it on the mods folder but it doesnt do anything

#

wait nvm im dumb

#

sorry

neon eagle
distant badge
neon prawn
#

hey do we know where mobile balatro saves are

#

im trying to bring my pc save to mobile

swift matrix
#

Idk if discussing this counts as mobile modding discussion, which wouldn't be allowed

neon prawn
#

i figured it didn’t, as why i asked

#

if it does then nvm!

swift matrix
#

In any case I don't think it's trivial at least not unless you're good with adb and stuff

neon prawn
#

oh i fairly familiar

#

im just poking through filza

#

but i think i know where to look

#

nvm? i think saves r different on mobile

swift matrix
#

Yeah. Thought that might be the case

neon prawn
#

cloud saves

#

outside my knowledge

analog quail
#

Does anyone here know how to augment how a mod works?

#

I'm using the Left-click Speeder Upper mod, and while I like the fast forward, I think it's too fast, does anyone know how I can change it to be a bit slower?

distant badge
#

bunco tag time

swift matrix
#

Polymino tags are like... just filler to keep you fun getting good (or like.. not dogshit) tags

distant badge
#

wonderful

#

oh yeah. thats those are cat tags if ive ever seen them

sturdy canyon
#

what should be the sprite

#

i got no ideas

distant badge
sturdy canyon
swift matrix
sturdy canyon
#

possibly better than sketch joker

distant badge
#

finally putting cryptid rules into my mod

#

i dont think thats a mosaic tag

white scarab
#

Use the source code version :jimball:

distant badge
#

the logo is centered again this is HUGE

#

the Joker on start up is just this guy though?

#

i think the cryptid tags might be working for chaos now

distant badge
#

got carried away with programming and didnt leave myself time to write good release notes

sturdy canyon
#

all my releases are either or wawa

distant badge
#

i just throw something together usually

#

they aren’t at all indepth

rustic wharf
#

how do i downgrade to an older version of lovely

#

i forgot how did i install it the first time around and now i cant figure it out again

swift matrix
rustic wharf
#

where do i get the other version.dll

fossil iron
rustic wharf
#

ok nvm i was downloading the code files

fossil iron
#

Use lovely beta6

swift matrix
#

I presume that's what he was downgrading to

warm sparrow
#

How big is Balamod? its been stuck on Balamod/Commands/ for like 15 minutes

daring sluice
#

isn't balamod obsolete these days

warm sparrow
#

i just saw that apparently i needed it

tranquil vessel
#

for what mod?

distant badge
#

well that's fun

robust carbon
distant badge
#

this is the best creation ever

distant badge
#

i am very aware (i have been singing along for two cycles of the song)

sturdy canyon
fossil iron
inner mural
#

we NEED a joker thats VERYY strong, ignores mute and uhh

sturdy canyon
inner mural
#

plays thick of it on repeat

fossil iron
#

Make gerbert posting a real thing

inner mural
#

may i just say

#

i love gerbert?

#

hes mai kreathiawn

fossil iron
inner mural
#

he is my creation

#

:3

#

i made him from this gif

#

original gerbert

fossil iron
#

Gerbert lore

inner mural
#

also, theres a graveyardd gerbert joker in the CSL

#

BUT...

#

math said he wants a gerbert joker, just a diff effect

fossil iron
inner mural
#

so yeah

#

we are

#

mostlikey getting a gerbert joker sometime in the future!!!!

#

YIPPIEEEE

fossil iron
#

Everytime gerbert is say in cryptid discord, create a cat tag

inner mural
#

🔥

sturdy canyon
fossil iron
sturdy canyon
#

oh thats MID........

#

gerbert deserves more

fossil iron
#

Its sad :*(((

inner mural
#

theres already 11 graveyarded cattag ideas in the CSL

#

i suggested most

#

theyre all graveyarded

sturdy canyon
#

but like...

#

why....

inner mural
#

sadly

pure slate
#

i do be cooking, ong

neon eagle
#

I love pot of jokes

Holding my entire deck of kings with baron goes hard

tired roost
#

what he do?

pure slate
#

semi-prime saul

#

5+ chips 25+ for every semiprime number played

tired roost
#

the fuck is semi-prime?

pure slate
#

i also plan to add cube and squared ones too, to round out the odd todd/even steven set

tired roost
#

4 6 8 9 10
??

#

2+2
3+3
5+3
7+2
7+3

lean dune
#

that's sums, not products

#
   | 2  | 3  | 5  | 7  | 11
---|----|----|----|----|----
2  | 4  | 6  | 10 | 14 | 22
3  | *  | 9  | 15 | 21 | 33
5  | *  | *  | 25 | 35 | 55
7  | *  | *  | *  | 49 | 77
11 | *  | *  | *  | *  | 121
#

a

pure slate
#

and since the max is 11, currently the only ones they have are:
prime joker: 2, 3, 5, 7, A
semi joker: 4, 6, 9, 10

#

which is essentially everything but 8 and face cards

#

but still

wild thunder
#

8 has 8 bal

neon prawn
#

so i made progress on porting my save!

#

i found a folder but no saves were in it

#

just copied and pasted and it shows my current like “game” i played but it’s on a locked deck and nothing else transferred

lean dune
#

that sounds like you got just save.jkr

white scarab
#

Just not with that current idea, something a bit more unique

inner mural
#

ye, i remember u said that

tired roost
#

i realy likke how the stones turned out in NameBase

#

especialy like the look of rough gem and arrowhead

neon prawn
cerulean locust
#

thank you, i sing, i've no shape

#

magmar

tulip charm
#

Does anyone remember the name of the mod that adds in RPG style skill trees? I saw a streamer play it once

cerulean locust
#

Grim

tulip charm
#

Thanks!

cloud hill
#

pretty good for ante 1 i think

swift matrix
#

Very normal flush (using winlator not an unofficial port)

candid sable
#

It'll be cursed even more if it said straight flush

swift matrix
#

Tbh wraparound straights would kinda make sense, and there're are some jokers that allow them

exotic shadow
cerulean locust
#

oh that's a funny interaction

#

the pin debuffs thick club if you're playing on nostalgic deck

cerulean locust
#

anyways first win on nostalgic deck

mental solar
#

hey guys, i think lucky card is very bland, are there any ideas to make it more interesting?

candid sable
#

rename it luckier card

cerulean locust
#

just send it directly to your bank account

swift matrix
mental solar
cerulean locust
#

yeah i see their point

swift matrix
mental solar
#

i want to keep that part

swift matrix
#

And yeah they're built in having a lot of them I guess, but like... I guess I like that part

#

I think again my opinion just doesn't really take the base game into account, which is kinda all your mod cares about

mental solar
cerulean locust
#

i'd say if you wanted to make them different from mult cards

swift matrix
#

Well in modded, there are lots of ways to retriggerr specifically luckies or a specific suit

cerulean locust
#

i'd probably remove the 1 in 5 chance to give 20 mult

cerulean locust
swift matrix
swift matrix
mental solar
swift matrix
#

Imo "better mult cards if you have a lot of them" basically obsoletes mult cards, and well... good on it. More levelly, it provides the choice between a lower guarantee and a higher luck-bases ceiling that becomes an effective guarantee in the right circumstances

mental solar
#

i can't remember the last time i wanted to use a mult card other than early game 😭

cerulean locust
#

yeah any time i want a mult card, i just make a lucky card instead if i'm able to

mental solar
#

so many jokers also give mult

swift matrix
#

I guess with all the content in my game, uniqueness of base game content becomes utterly irrelevent

#

And idk I don't really get 'it's boring because it's like this worse version of itself"

mental solar
swift matrix
mental solar
#

i don't like Xchips and it's best we don't get me started on this 😅

#

it's very cool in modded balance though

swift matrix
#

Or more realistically, add a small xmult and chips chance. Then it's less overlap, and more just... having all the effects

#

But only a chance of each

#

Would kinda fit the current vibes really well

mental solar
#

hm

#

i like that but at the same time retriggers is already very strong

swift matrix
#

But if you're balancing around vanilla there's a pretty low ceiling for retriggers unless you're already putting in the work for a scientific notation-reaching build

mental solar
#

i think the hard part is the only solutions i have in mind aren't vanilla and i should just make for my other mod i'm making

#

1 in 2 chance to copy the behavior of the card to it's left (bad wording but basically copy the left card in hand or scoring, rank suit and added abilities)

swift matrix
#

That's... just a different enhancement

mental solar
#

this kind of enchantment would be too strong if it wasn't a chance

swift matrix
#

Like... luckies are hardly the only chance based enhancements on the block

#

Unless that's what you meant

mental solar
#

it's the only chance based enchantment

swift matrix
#

In the base game, yes, but you said you were gonna do this on a different mod

mental solar
#

yeah, sorry i'm all over the place

swift matrix
#

No worries

mental solar
#

i'm definitely making this because it's been on my list of ideas, probably not as a lucky card rework

swift matrix
#

Yeah it's definitely a cool idea for an enhancement

fallow bramble
#

@swift matrix Do you have the link with the website that has all jokers?

swift matrix
#

Well it isn't all, just else's massive personal collection

fallow bramble
#

Ty

swift matrix
#

I also have a slightly smaller site that has some he's missing because we don't play the same mods

fallow bramble
#

Damnit I can't find the joker I'm looking for

swift matrix
#

One sec

#

Fixed link

lean dune
swift matrix
#

Yes I typed the links by hand JustMobileThings

lean dune
#

it should automerge PRs that add exactly one mod file

fallow bramble
#

Interesting, I'll PR mine when the update is done

swift matrix
#

Just pull from the big modpacks to populate /hj

lean dune
#

no i don't mind if you try to mess with the actions file, but I do hope it doesn't work

lean dune
swift matrix
fallow bramble
#

Wasn't there a joker that doubled the chance to find modded jokers?

#

Ctrl+f isn't helping me

lean dune
swift matrix
#

That's the main one that comes to mind atn

lean dune
#

the general idea is to have the index file be the same file that steamodded looks at to load the mod's data

fallow bramble
#

Ah ofc I couldn't find it..

swift matrix
#

Got the name wrong