#🌱・seed-chat

1 messages · Page 11 of 1

rocky wadi
#

Which is like smth new

vivid narwhal
#

it takes ~90 stencils to naninf (plasma). not the easiest path 🙂

potent ivy
#

How many 10000x lucky cats

vivid narwhal
#

154/4 plasma, 308/4 anything else

#

interesting seed just means there's lots of different interesting ways to play it. probably just involves perkeo b/c then you can do anything you want (get some $, do your deckfixing, then it's just how you want to break the game today)

#

no one really talks about tarot looping in practice. I've done the setup but actually doing something with it sounds ridiculously tedious

potent ivy
#

Cause vanilla you would have more fun watching paint dry

#

With mods theres a miniscule pleasure in watching the double tag number go up

wise sandal
#

Any crazy erratic seeds

#

Also what is tarot looping

pallid saffron
pallid saffron
wise sandal
vivid narwhal
#

I posted a save with that I can probably find...it's not exciting

pallid saffron
vivid narwhal
#

that's not quite it...open, tarot loop whatever, be sad the practice isn't anywhere close to as good as the theory

wise sandal
pallid saffron
#

not sure tbh

#

it's a funny seed but there are much stronger ones

tribal jewel
pallid saffron
#

that strategy is described here

subtle moth
#

Do we have a seed miner

wise sandal
wise sandal
pallid saffron
#

i'm not sure if still it can in 1.0.1m

#

there are a lot of naneinf seeds, but these seeds are unique in the sense that they can basically demolish any seeded world record as well

wise sandal
#

I think it gives instructions in the vid

vivid narwhal
#

soul is ante 9, that's not great...

wise sandal
vivid narwhal
#

the soul spectral

tribal jewel
wise sandal
vivid narwhal
#

since jokers changed rarity, the old rtgame vids probably don't work out the same way as the bunch of vids on it

wise sandal
#

🫠

#

The rtgame seed must be rebuilt

pallid saffron
#

in the seed thread

vivid narwhal
#

I also rolled these seeds up a few weeks ago, I don't think they're in the seeds channel, you can be the first 🙂

here's some interesting starts: G1THUJEV 68ZMVTKA BN5684TL for perkeo+telescope+ante 2 observatory+some way to pay for the vouchers.
wise sandal
subtle moth
#

So no seed miner?

tribal jewel
#

@pallid saffron is there a startup guide for immolate somewhere?

pallid saffron
tribal jewel
pallid saffron
#

there isn't one yet, only the mediocre documentation here and the example filters

#

with programming knowledge it shouldn't be too bad to pick it up, but as I told you earlier I plan to make it much easier when I come back to work on it

tribal jewel
pallid saffron
#

yw

tribal jewel
pallid saffron
#

yep

#

what graphics device do you have?

#

Immolate works best with NVIDIA, I don't think it works at all with AMD and you have to download something else for integrated graphics or using the CPU

tribal jewel
pallid saffron
#

alr, I'd recommend using the NVIDIA PC then

#

it should work without having to install any drivers

tribal jewel
#

What do you have to download for the integrated one

pallid saffron
#

lemme find the link again one sec

charred idol
pallid saffron
#

can't believe they had balatro seeds cracked in 2018

charred idol
#

Truly ahead of their time

neon scroll
#

how many seeds am i burning thru in a second or so do u know how to figure out the rate
using -g 92 cause the gpu had like 46 processing units or whatever it was called

viscid perch
#

Thank you 🙏

tight kayak
#

wondering how much seeds I would process with my 4090 // maybe we can hunt for the "ultimate" seed

pallid saffron
#

maybe. I think the CPU rewrite will generally be much better, the code itself is probably unoptimized for GPU and it’s not very scalable for future game updates without performance drops

earnest sparrow
#

3x baron

#

I didnt find the blueprint, cant max red seal and i skip a legendary joker

#

my new record, after 4 hours trying

late cliff
#

1PN84KY2

ABSOLUTELY INSANE Plasma Deck seed

tribal jewel
sacred aspen
#

I call this seed, surprise your dead: TBA4W489

neon scroll
# tight kayak wondering how much seeds I would process with my 4090 // maybe we can hunt for t...

the Ultimate Seed can’t be too specific otherwise it would be impossible to find.

in general your strategy will need to look something like this:

  1. look for early econ that lets you start searching deep early
  2. check for your Desired Pieces within some threshold of available shop depth that is large enough to accommodate viable seed production while still getting you all your broken ass combinations. check for all pieces over deep shops in multiple antes
  3. slowly make things a little more specific to speed up getting to End Game until it takes too long to find viable seeds
glass fable
#

Man, using immolate is so fun lmao

#

I've made like, 3 different filters with it.

#

4 actually

#

(Immolate the seed finding program)

neon scroll
#

the first thing i did was make poly glass red seal king in first pack with free shop tag and dna + trading card + cryptid affordable / free in the first shop lmfao … that was fun.

#

now i’m trying to brainstorm a blueprint for setting up a generic system for finding particular end games

#

it’s been fun

glass fable
#

It's like "man, I wish I had a seed that has x under y condition"

#

Wait a minute, I can literally do that

#

Most of the time

#

You cannot, for example, find 5 soul cards inside of a tarot pack

#

But you can find 3, I guess

neon scroll
#

i do wonder, since the rng generator is deterministic, if it’s Mathematically Possible to work backwards from a set of conditions to create a seed that produces such an endgame instead of searching forward from random seeds

#

i am not a math nerd though so i could be talking out of my ass

glass fable
#

That would require skills other than "copy pasting code from other people smarter than you"

neon scroll
#

x3

#

@pallid saffron if i want to add an indeterminate amount of cards to my deck, do i just increase the deck size from 52 to like 100 (random big number to satisfy static allocation requirement while giving Enough flexibility) and append them to the end? and removing cards i need to remove and shift higher cards ? idk how it works internally for balatro but i assume it is just append / remove (and shift)

sonic laurel
#

chat idk if its related but what is the minimal and maximal length of seed generated in balatro?

neon scroll
#

8 characters. alphabet and 1-9
that’s 35^8 + 35^7 + 35^6 etc so
2318107019761 possible seeds

#

hope that helps @sonic laurel

sonic laurel
#

thanks!

glass fable
#

Actually, wouldn't it be 35^7

#
  • whatever
#

Because first one would be 35^0

#

...Actually, yes and no

#

If you wanted to calculate when a seed is in the seed sequence you'd do 35^7 * [First digit]

#

But if you're calculating how many seeds there are I believe the max amount is 35^8? And including 35^7 and below actually gets you the wrong number

#

Yeah, because if we take this down lower to only powers of 2, the max you can get in base 2 (so the number 1111) is 15. Which is 2^4 - 1. Even though when transferring the number to decimal you'd go
2^3 * 1 + 2^2 * 1 + 2^1 * 1 + 2^0 * 1 = 15

#

Tl;dr, there's actually like, 2,251,875,390,625. Or maybe one less idk.

#

Or maybe 2 less since you can't enter 0 as a seed in balatro

#

...Actually with that in mind what I said earlier about there not being a seed with 5 soul cards inside of an arcana pack is probably wrong.

#

Since that's a 1/2,430,000,000,000. Which is a bit more than Balatro's seed count, but also there are more than 1 Jumbo or Mega Arcana pack per balatro seed

late cliff
pallid saffron
neon scroll
neon scroll
#

35^7 ignores all 6 digit seeds

#

etc

#

you need to include them

#

example.
what are all the combinations of we only had 3 digits and 3 characters to work with

3^0
(blank)

  • 3^1
    A
    B
    C
    +3^2
    AA
    AB
    AC
    BA
    BB
    BC
    CA
    CB
    CC
    +3^3
    AAA
    AAB
    AAC
    ABA
    ABB
    ABC
    ACA
    ACB
    ACC
    BAA
    BAB
    BAC
    BBA
    BBB
    BBC
    BCA
    BCB
    BCC
    CAA
    CAB
    CAC
    CBA
    CBB
    CBC
    CCA
    CCB
    CCC
#

hope this makes sense

vivid narwhal
#

so 36^8 -1? (2.82e12)

#

1-9, a-z, blank are the options?

#

probably still some identical, but it's fine for an upper limit 🙂

pallid saffron
#

you can't have spaces in the middle

vivid narwhal
#

so 35^8 + 35^7 + 35^6...is the thing?

neon scroll
#

correct

neon scroll
earnest sparrow
#

any seed for nane inf fast way?

vivid narwhal
#

unless there's a seed that just hands you negative copy jokers, it's usually playing all the rounds so perkeo can build up something broken

mellow blaze
#

🎮 Special Balatro Showcase! 🎮

Hi everyone!
I’m preparing a Balatro showcase for an upcoming event, and I’d love your help to make it even more fun and interactive! 😊

💡 Got any interesting seeds?
I’m looking for unique or exciting seeds to play, ideally lasting 20 to 45 minutes max (all seeds included). Whether it’s challenges, unexpected builds, or just plain fun runs, I’d love to see your suggestions! 🙌

📩 How to contribute?
Drop your seeds in the comments or send them to me via DM (or ping). I’ll pick the best ones to feature during the event.

Thanks in advance for your ideas! I can’t wait to see what you come up with and share this moment with you all! 🚀

Please move me to the right channel if I'm ever in the wrong place. (I see there's a sheet pinned in this channel just to advise.)

livid remnant
#

someone can help me i need a seed for yellow deck gold stake

pallid saffron
#

holy hell why is there a pinned seed list here, it looks ancient

mellow blaze
#

It is haha.

pallid saffron
#

The first one is pretty much the strongest seed in the game
The second has some weird bugs especially on Erratic Deck, it’s my favorite of the kinds of glitched seeds

mellow blaze
#

I'm quite surprised there's no official sheet! We have so many good showcaser / player on YouTube.

pallid saffron
mellow blaze
earnest sparrow
#

Any seed for fast nane inf? exactly details

lyric dew
#

BTMPW4TQ: Infinite jockers with wormhole deck in cryptid + all legendary jokers by ante 4

neon scroll
#

what’s some ways to set up for very good econ early game (ante 1-2)

quasi adder
#

whats the seed that gives all burnt jokers?

potent ivy
#

Burglar, mime, blueprint, brainstorm , oops all 6 all help

old plank
#

what is the best current seed for endless

neon scroll
neon scroll
pallid saffron
#

Immolate also has really long compile times for some reason

#

That’s one of the reason why I’m working on a CPU rewrite in C++

neon scroll
#

im in ante 2 with 158 lol yay

near hollow
#

Bro got the 2 point 2k money build

#

Midas Mask next

earnest sparrow
#

Any seed for nane inf?

glass fable
#

When you play lucky cards on a certain seed, does the ante you play the lucky cards in matter?

#

Like, if the third lucky card you play in a seed gives you 20$, it should always give you 20$ on the third lucky card no matter how early or how late you play that third lucky card right?

#

Obviously third time playing that lucky card each run on that exact seed

neon scroll
#

i actually have no idea . worth trying out by finding a seed w a lucky in ante 1

neon scroll
#

if following the trend of lucky cat absurdity, i’m going to want poly red seal lucky face cards with socks & oopsies & bluestorming right. showman and invis i guess to build up retrigs.
perko probably good for duping deaths / hanging . cryptid good too

is there anything about this build that i’m not thinking of that would make it even more insane

best way to get negative specific jokers is reroll shop until right before it is in shop and neg tag it right

#

(i’m relatively new to all this so i’m not super familiar with the common best engines)

dapper drift
subtle moth
#

Suffers from no perkeo though

#

So it can’t get incredibly far

wise sandal
neon scroll
#

what’s the best way to get negative jokers. is it just rerolling (ectoplasm maybe once i guess) and neg tags ?

vivid narwhal
#

ya, neg tags. afaik there's no way around ecto -> instant lose

neon scroll
#

i’m understanding the importance of perkeo and observatory. it feels like it’s near impossible to get the resources to dig for late game engine pieces without it

#

is there anything with as much scaling force as perkeo observatory

#

neg tags in slot one for an ante is definitely something i need to mark down as a priority in my seed filters once an econ engine is up so u can basically get a free neg of choice by rolling to before the joker (and rng that it’s in the first slot)

potent ivy
#

Its hard to explain all the factors that have insane scaling force

#

But for example in the insane lucky cat seed the factors are:
Must need perkeo somewhere in the run ante 1-10

  1. Super good economy early on, overstack voucher
  2. Fairly good amount of blueprints/brainstorms/diet colas in shop queue
  3. A negative tag around ante 8-15
    4.good enough shop queue to get 2-3 useful jokers from that negative tag
  4. Good seance spectral queue to get ectoplasm and cryptid
  5. A way to score without using a joker slot (negative lucky cat for this seeds example, but mostly observatory)
gentle jasper
#

whats a good sseed if i want to get naneinf

#

i dont want a route for the ufll run

#

just for a start

marsh linden
gentle jasper
potent ivy
#

Dna

gentle jasper
#

ohhh

#

also on the negative pereko and triboulet i can never get a blueprint or anything

#

idk what to do with that

vivid narwhal
#

naninf isn't so bad. with perkeo/bp/bs/mime/baron + red seal kings you need 50 cryptid to naninf

vivid narwhal
#

almost any perkeo seed? just a way to get $ to roll enough to find the stuff and enough score not to lose that way

#

if you want to use ghost deck or something then you need ~100 cryptid (1.5^900ish plasma, 1.5^1800 anything else. (card + seal + mime) x 3 baron, so you need 100 kings plasma or 200 kings anything else)

gentle jasper
#

0ok

#

im still failing lol

#

i think imma take a break from this stuff

vivid narwhal
#

feel free to provide the seed if advice wanted

neon scroll
vivid narwhal
#

multiple double tags. you'll want a mod that removes animation on that, even only 100 of them takes 5 minutes

#

but probably talking about selling BP/BS copying cola and so on. you want a pile of negative

neon scroll
#

the useful jokers need to be paired up then ?

neon scroll
#

also til you can sell bp/bs copying soda that's funny

potent ivy
#

Lucky cat, hack, brainstorm all close to each other

vivid narwhal
#

look at DrDreamO posts above. you want almost all the commons and uncommons. then there's very little that'll appear in the shop that isn't useful

neon scroll
potent ivy
#

Yeah

neon scroll
#

ok this is making more sense now

potent ivy
#

On this seed i manage to get 18 negative tags by that ante

#

And the shop queue gets me lucky cat, hack , 2 brainstorms, dna

#

Super helpful

neon scroll
#

how do you build up that many tags ?

potent ivy
#

With a big economy and rerolling

neon scroll
#

wow

#

ok cool

potent ivy
#

You can sell blueprints copying cola

vivid narwhal
#

note that that's the only fun part of the strategy. once you get to the point of rerolling shop 5k times per blind...

neon scroll
#

what gets you that much money per round ?

#

i was only getting like $400 with poly red seal lucky cards with double/triple oopsies

#

and retriggers

potent ivy
#

What i had on that seed by ante 4 start

#

13 hands by copying burglar

#

Around 40 dollars per hand copying reserved parking

neon scroll
#

reserved parking is better than lucky and multiple oopsies ?

potent ivy
#

Early game

neon scroll
#

gotcha

#

is there a particular way to skyrocket econ after early game

potent ivy
#

I switched to scoring lucky red seal 2's at ante 9

potent ivy
neon scroll
potent ivy
#

By ante 12 i could score all hands of flush five 2's

neon scroll
#

it's best to have the neg tag at position 2 right, so you can reroll the shop to a specific position ?

potent ivy
#

Position 1

neon scroll
neon scroll
#

you shop before going into blinds

#

it was jacks though and socknbuskin

#

instead of hack

potent ivy
#

Yeah you get the idea

neon scroll
#

ok cool thanks again this has been extremely helpful

potent ivy
#

But this isnt what you should put into filters thougj

#

Manually check soul and find the queues

#

Negative tag amount and locations should be in filter

neon scroll
#

find the queues ?
guess immolate doesnt have a soul checking fn yet then ?

potent ivy
#

I meant like

#

You go thru filtered seeds using soul

#

Immolate pops out a seed with like 5 negative tags in 1-39 antes

#

You check their locations and the shop queues using soul

#

Get a general idea if that seed has potential

neon scroll
#

ohhh ok yeah, i have been working on a pretty expansive filter framework for flexible searching of specific requirements over several antes / shops / packs
which may take a lot of work out of the manual potential search

spare dust
#

When playing/optimizing seeded runs, what are the ways that are available to adjust what cards from your deck are shown to you when opening a spectral or tarot pack? I've stumbled across a seed that's very fun to me, but when I open a specific pack I'm finding that the vast majority of the time I get the same selection, but very rarely I will get a different (and better) set of cards. I'm trying to recreate what I do to get that one state, but I'm having the hardest time with it, and searching online isn't getting me anything useful either.

potent ivy
#

With seed optimization i generally open the packs on a vanilla deck amd memorize the cards drawn

#

For example i want my lucky diamond 2 to show up in a spectral pack with deja vu

#

I check the first time

#

Oh a club 3 shows up

#

Then i try to turn that club 3 into lucky diamond 2 before i reach the spwctral

spare dust
#

so how would you do that?

potent ivy
#

Use death tarot

#

On that 3

spare dust
#

well that's different from opening packs in a different order, hah

#

so that's two ways at least

potent ivy
#

Fair

spare dust
#

in my case, I know i've done something, because by now i'm pretty sure that i've been opening my packs the same way, and what comes up for this one pack can come out a few different ways. however, nearly every time i do it the way I wanted to it's ended up being when i forget to write down an earlier step I did, or it's my One Last Game before bed lol

#

I think I need to force basically one more card from the deck, but i'm not sure how to make that happen consistently, so that's why i'm here asking what the options are for manipulating that stack

neon scroll
#

record your gameplay with obs so you can scrub through it if you forgot something

spare dust
#

I'm on my phone 😩 I picked up the mobile version so I could play it during travel last week and it's this one that's making it work. unless i'm somehow able to get the save over to a steam or switch version?

vivid narwhal
#

iOS or andriod? droid should be easier to deal wtih

spare dust
#

android

vivid narwhal
#

search settings.jkr in the file system

#

that should be the folder with the save folders (1 2 3, one for each profile). I don't know if mobile does things different though

#

(each one has a sav.jkr inside, that's the save file)

#

I know there's some things known about card order, and that the deck isn't truly shuffled between blinds...like if you buy a pack and get that set of cards, do you get that set of cards next hand if you don't buy the pack?

spare dust
vivid narwhal
#

one last thing about card order I noticed...I was doing one of BU's seeds, you get a purple seal whatever in a pack which of course you want and there's a death card to buy (and lots of death and fool in the card order). he plays a hand he doesn't have to and the purple seal shows up to copy (low odds like 25 cards in deck). if you don't get it there, that seal gets bottom decked for like 2 antes, so instead of having something like 6 purple seals, you only have the one which you won't see...

#

it's a seed with great jokers so not the end of the world, but that's a lot of deckfixing/whatever else you do with tarots to not have either 🙂

spare dust
# vivid narwhal I know there's some things known about card order, and that the deck isn't truly...

let me run this a few more times after work and check what exactly happens. i know that whether I do or do not buy packs doesn't seem to change what shows up during blinds (unless i buy a card or otherwise change up the deck), and usually it feels like my number of hands and discards played don't seem to affect what comes up in the packs' card draw, except in the very specific chance when it does

#

i got the card i wanted last night, and was able to have written down the steps i'd taken immediately before that, but not the first couple of blinds. if i repeat the steps i did write down, I get different cards drawn in the critical pack 🤦 what really makes this tricky is that there's barely any wiggle room in the first several blinds, so most of the changes are exactly what hands I play (which are mostly flushes, it's just a question of which cards I use)

#

I can give a more detailed breakdown of this in a little bit if that helps!

#

the 'magic' more or less happens over the first two antes, with the critical spectral pack being in the first shop of ante 3, so this has been very easy to iterate through (and find a lot of ways to have this not work, lol)

subtle moth
#

Someone should make an App Store app of immolate fs

proper ermine
#

Do u guys have a seed that makes it easy to get an infinite score

pallid saffron
#

Which would also work on mobile devices

subtle moth
untold holly
#

the great internet balatro seed search

pallid saffron
#

Who needs GIMPS when you have GIBSS

untold holly
#

real

#

let's move all that wasted compute over to something REALLY worth the time

subtle moth
pallid saffron
#

Cryptid

#

I want to do it at some point in 2025, basically after Cryptid is in a good state and Ankh is finished I want to shift to Immolate dev

#

the rewrite will be the hard part, not porting it to the web (since the same technology I used for The Soul can be reused)

charred idol
glass fable
#

If anyone knows the internals of how Balatro’s seed system works, if you were to so something like, say, play a very very big amount of lucky cards, would the rng ever loop and start giving you the same rewards in the same sequence?

glass fable
#

Ah, I see. Why that many lucky cards?

untold holly
glass fable
#

Ahh, I see

untold holly
#

the period of the rng is 2^223, there's 2 random events per card

#

so safe to say you'll never get that far lol

glass fable
#

Yeah I knew you couldn’t lmao.

pallid saffron
glass fable
#

Was mostly pondering a question someone asked the other day asking if you used a lucky card would you ever be guaranteed to get the 20$ effect to trigger

#

And I basically told them “No, but also yes”

pallid saffron
#

For instance I also want to work on an in-game seed analyzer that’s mod-compatible at some point, I’ll probably call it Ouija

untold holly
glass fable
#

OA6s?

untold holly
#

oops all 6s

glass fable
#

Ah

untold holly
#

doubles all probabilities

#

the $20 is 1 in 15 right

#

i forget

glass fable
#

I guess this assumes you don’t have oa6

#

Also yeah

#

It makes me wonder what the biggest dry streak of lucky cards could be

untold holly
#

if you get a seed which encounters that bug where nan is calculated somewhere for certain events which causes the random function to always return the same number im fairly sure if you can get that to happen in the case of lucky cards that you can get an infinite streak of dry cards

#

outside of that? there's ~35^7 possible seeds, each with a period of 2^223, ill figure out that calculation later

glass fable
#

I wonder if simulating that is practical or not

untold holly
#

definitely not but you don't need to simulate anything

glass fable
#

No it’s not

#

Yeah

untold holly
#

if i still remember what a geometric distribution is and R doesn't fail me i should be able to figure that out

#

later

#

when im not at school

#

now that i think about it it's slightly different

#

ill ask my stats teacher about it

#

i dunno most distributions so 🔥

untold holly
untold holly
#

seems promising, don't fully understand it yet but there's plenty of similar work out there

#

that paper was from 1990 so that professor was using basic to model his stuff and i don't quite feel like finding where he left his program and i feel even less like reading basic code

#

that god forsaken language was phased out about twice my age ago

gusty harness
#

Hey does anyone have a good beginner seed for red deck I’m a newcomer to the game and am stuck on red deck right now

vivid narwhal
#

playing a seeded game doesn't unlock things or count for achievements. prob best to watch some gameplay if you're really stuck on what to do

gusty harness
#

Ok thank you

untold holly
#

and yeah it doesn't unlock anything

gusty harness
#

Ok thank you very much

neon scroll
#

there is approximately (not guaranteed) the chance of one sequence of 50/51 1/20th chances happening sequentially over the course of 2^223 chances. rough math, there is probably an actual statistical model to calculate this

#

anything higher would be considered “impossible” i think but that’s ignoring anomalies in the (i assume) lcg

untold holly
#

number i got was 51.29

#

the issue is that youre running this 35^8 times and the amount of right-skew at this point in the distribution is probably insanely high

#

so good luck estimating that

#
expectedValue <- function (n, p, nq) {
    t1 = log(nq, base = 1/p)
    eulersconstant = 0.57721566490153
    t2 = eulersconstant / log(1/p, base=exp(1))
    return(t1 + t2 - 0.5)
}

r function I wrote to calculate that btw
intends to follow whats shown here in that paper i linked

#

no clue what the point of the tiny numbers are ! its not stated and i dont want to bother looking at the citation for that

#

(where it would be stated)

#

its definitely not relevant at 2^223 anyways

#

gives 3024 for longest expected dry streak btw

#

only thinking about the money odds \

#

oh wait

#

might have done something wrong there egg

vivid narwhal
#

that's like a google...3k seems pretty low. depends on the generator function

untold holly
#

assuming pure random

vivid narwhal
#

don't see how it wouldn't be pseudo random, otherwise wouldn't be repeatable

untold holly
#

?

#

of course its pseudo random

#

the period before the prng repeats is 2^223 which is why that number is used

vivid narwhal
#

how it's implemented in the game is available, depends on if the underlying lovely function used is too...

untold holly
kind prism
#

showman is an amazing joker. I was able to get two more cavendishs off of it.

south sky
#

What effects what's in a pack? I'm running through my seeded run guide for a great run I had. There's something off pretty early. There were a few things like opening and skipping packs that I didn't write down. There was a Soul in one of my arcana packs that is no longer showing up. Is there a reason behind that?

#

Other notes, all hands up until this point were the same

#

I don't know if future hands are the same

#

I stopped here (shop 7)

vivid narwhal
#

the contents of the packs come off a list generated per ante. so if you skip the arcana pack in the small blind, you see those cards if there's a pack in the big blind. if you took the first, you see the next cards in the pack queue

south sky
#

Interesting. So if there was an earlier arcana pack I should have taken it?

#

@vivid narwhal

vivid narwhal
#

just that it would explain what you saw. some lists are per ante, some aren't, so it's not a general rule. but most shop things are per ante, so guess that is 🙂

gentle jasper
#

Does anybody know of any glitches seeds

#

Like the on e that’s all rares and spectral packs only

#

And the erratic deck seed that gives you nothing but tens of spades

wise sandal
granite mist
#

I hadn't won yet, but got a W on [PBZAAATV] using Yellow Deck

quasi adder
#

if a judgement card or the soul would give you a negative joker, would it still let you use it even if all the slots are filled?

wicked jasper
ivory granite
#

What is the idea off seed I still cant understand it

untold holly
#

all random events are predictable if you know the seed

loud coyote
#

Someone's already done this probably but try the BALATRO seed

neon scroll
#

been letting the seed finder run for a few days, hopefully one of these are at least somewhat decent

rustic pawn
#

2K9H9HN

I think I reach the end, right? Start of Ante 2 with Perkeo + Triboulet both negative. Broke.

distant parrot
remote gorge
#

FTGDLFQE amazing Ghost seed, has a bunch of synergy cards and a cryptid in shop down the line if you reroll enough. i got too greedy with immolate and died ante 7, but its still a great seed

neon scroll
distant parrot
neon scroll
#

although you might be able to fumble around with it a little by following the instructions on the project page and looking at examples

#

yeah one sec

distant parrot
#

ight thanks

neon scroll
#

npnp

hard lava
#

hey can someone do the math for the chances of an erratic deck to have 52 of the exact same card, same rank and sigil

neon scroll
#

we do have decks like that with glitched seeds fwiw

hard lava
#

yeah thats kinda why im asking

neon scroll
#

ignoring glitched seeds itd just be (1/52)^52

#

which is a very . very tiny number

#

%0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000058590355212750214396958784110293324894993203402736104609318508497715 chance

potent ivy
#

Is there a chance for a bugged seed to give everything negative

pallid saffron
pallid saffron
potent ivy
#

Unlucky

distant parrot
#

hm?

reef flame
#

Does anyone know if there is an Erratic Deck seed that has more than 20 face cards naturally? I’ve seen a few 18 but never more than that.

vivid narwhal
#

you can just change the number of jokers allowed which is in the save file, so it's the same thing

rough siren
#

#1314331486262132796 message
I put my knowledge in a document. Maybe some of you find it interesting/ amusing to read.
If anyone asks again, what is the strongest seed / best strategy, point them to this document.

rare stump
#

APM5A8X1
Blueprint, Triboulet[Which you can negative before Ante 8], and Sock&Buskin.

last hawk
#

is anyone have issues with Immolate seed finder on 1.0.1m? I'm seeing issues with rare/uncommon jokers not appear in pool as expected. I did a diff between the Balatro source of 1.0.1g & 1.0.1m and I only see changes related to the friends with jimbo.

pallid saffron
potent ivy
#

@last hawk are you using mods ?

pallid saffron
#

Idiotbox also makes a good point ye, Steamodded messes with the queue too

last hawk
#

ahh! thank you. this is a really old save with an incomplete collection. I need to load my C++ save

#

i just switched to linux and still getting everything sorted out

pallid saffron
last hawk
#

thanks for the work with immolate, its very cool!

last hawk
#

you were both right, I still had steam cloud save on pulling down a super old save and steammodded was messing with the queue.

glass fable
#

What are the odds you get 4 of all cards in erratic, assuming all combinations are equally likely

#

Even though they’re not

#

By “4 of all cards” I mean basically a regular deck, but the suits can be anything

languid cliff
vivid narwhal
#

off top of head it's 52/52 * 51/52 * 50/52 * ... = 52!/52^52 but not sure how you get there generally

gilded jay
#

Would anyone be willing to investigate how broken this seed can get? I'm going to try my best but not the best Balatro player.

vivid narwhal
#

(change deck to ghost if you want)

#

no souls unless a skip tag gets you to one

gilded jay
#

Holy shit thank you for sharing this @vivid narwhal Also yeah I was doing it on Ghost Deck.

glass fable
#

I already calculated the odds of getting a regular deck of playing cards btw

#

Lemme get the number I found

#

4.72e-20%

#

In the windows calculator, you can just do (52!/52). The ! there means factorial which will do 52 * 51 * 50… etc

#

And that works since (a/x) * (b/x) = (ab/x^2)

glass fable
#

Oh you already said that last part lmao

#

I should mention in the windows calculator you get 4.72e-22, but that’s decimal form. You multiply by 100 and get the result in percent form

vivid narwhal
#

ya, just wondering if there's a faster general formula than having to think about it, multiply out the chance of each card, seeing if it simplifies 🙂

dawn crag
#

LSMBT9KM ---2 legend in a row (Pareidolia+ Canio is in Ante 1 Boss,Yorick at Ante 7 )

subtle moth
dawn crag
#

Have fun ~

tender canyon
#

When the double tag gambit doesn’t pay off 💔

rough siren
charred idol
#

Played on gold stake so this can probably do much better on lower stakes (two perisable blueprints was really sad) but C8CKUU77 gave me all this before ante 8

#

Got a lot of queen of hearts with DNA and ended up playing a ton of flush fives

rough siren
#

mayber it woul have been enough

vivid narwhal
#

since they're all steel I don't think it quite gets there

#

that's why I just use gold, don't have to think about that and also $ 🙂

#

guess there's is where the e30 score comes from (dna adds 3 cards). so ya, another baron copy seems to do it, then you die next ante?

dusty drift
#

how do yall get all the cards in your deck to be the same? i always try but lose before i can get more than half my deck to be kings/queens with modifications and stuff

glass fable
#

Getting a good econ + a good amount of purple seals is a good way

vivid narwhal
#

just econ is usually enough but that's not always practical (and no guarantee on a random seed). one purple seal, copy that when you can (death), usually can homogenize a deck in a couple antes. also destroy cards pretty much whenever you can, doesn't matter what they are. eventually pull a red seal out of a pack or with certificate/deja vu and turn that into the card you want. (it's also why baron is usually the easiest scoring path, don't have to mess with glass/poly/etc)

#

on a decent seed, can usually get the deck entirely what you want by ante 10 or 12 that way

wide fiber
dull nest
#

can I use seed in android version?

vivid shard
#

best seed for unlocking brainstorm? (red deck, mobile)

burnt dome
#

First shop madness and 3 ankhs through the run, seed is xx39kzkn if anyone wants to experience insanity

untold holly
rare stump
#

just hope and pray you get a royal flush to discard.

graceful fog
burnt dome
burnt dome
brisk berry
#

What’s the best seed in the game

pallid socket
#

R393MGK6

#

unluckiest lucky cards

tawny quail
#

3UHS9QEI this seed has already been posted a bit at this point and it's quite fun to go baron build

rocky oxide
vivid narwhal
#

boss blind of the first ante of the very first game (seed tutorial). don't know if winnable after that, but there is a BS in next shop 🙂

glass fable
sonic kraken
#

I got an insane seed

tawny quail
#

That's crazy

tawny quail
whole jacinth
#

crazy seed for playin on mobile befoe sleep?

tawny quail
#

3UHS9QEI

#

try it

charred idol
tribal jewel
charred idol
tribal jewel
#

And eternal, i got it

glass fable
#

There is a ~5e-7% chance of an erratic deck having no face cards

#

There are 2e12 seeds

#

So even of we exclude glitched seeds there is a pretty good chance there is an erratic deck without face cards

rough siren
#

But whyyyy?

subtle moth
#

Abandoned deck:

tawny quail
loud coyote
#

WIAXNK2T

inner brook
#

Noob question here. What do the seeds control? Boss Blind order? Which Jokers show up? Have not messed with seeds yet and was just curious how the randomization actually works if it is seeded.

vivid narwhal
#

almost everything AFAIK. card order, what's in shops/packs, when lucky cards hit, etc

untold holly
#

the only thing ive seen that isn't dependent on the seed is stone card values (which don't affect anything)

#

there's probably several other things

errant scroll
#

hi guys

glass fable
pallid saffron
glass fable
pallid saffron
#

I mean the +0 to +23

glass fable
#

Wait no

#

Yeah what you said lmao

pallid saffron
#

and also like which description it puts on each frame (when it gives you the top card message)

dusky timber
#

AG8LWIVW - Negative Yorick ante 4, Blueprint ante 1

#

my first red stake win

woeful stratus
#

I just found a seed by accident and it lets you win with just high card

#

On plasma deck, but still

wide fiber
#

I wonder if there are any Broken Seeds. You know like Minecraft has seeds that cause the world gen to infinitly repeat? wonder if Balatro has something similar. a seed that causes the shop generation to mess up and do wierd/funny things

chilly condor
neon lake
#

how do Rare and Uncommon Tags work with the jokers in a seed? Does it pull the next Rare/Uncommon in the list for the ante or something else?

pallid saffron
#

It uses its own list

dusky timber
lunar galleon
#

are there any seeds on par with 2K9H9HN

frozen sphinx
vivid narwhal
#

it's the negative tags that are the most broken thing, so any seed that has more than normal of them (although neg perkeo + neg trib is nice too)

frozen sphinx
#

hence why I said it's not on par in terms of everything else, unfortunately isn't as lucky w/ negative tags

tribal jewel
#

Hey @pallid saffron would you be willing to generate another run of seeds for me like you did before? If so, can you do what you did here #🌱・seed-chat message but with paredolia,golden ticket, midas mask, and vamp? If needed it can be into ante 3 instead of 2

steep minnow
tribal jewel
graceful fog
#

wierd

chilly condor
#

Is there a way to manipulate what joker I get from a soul? (without using more than one soul card)

rough siren
#

Nope
Every soul output is purely seed dependent
You can alter the joker by holding on to another and not having showman
But other than that, there is no way

edgy sapphire
#

is there any best seed for android users?

shrewd plume
#

same question , do you have good seed in phone (ios)

untold holly
#

every platform is the same

torpid oriole
#

yo i found a seed with chicot and perkao anyone want it

#

75XFB4Z7

blissful sinew
#

I dont know it same or not. But when i check in the "the soul" website, it only similar at ante 1 and it isnt same when go to ante 2

mossy vapor
#

hi guys, are modded balatro don't have same seed with og balatro? i'm trying ALEEB seed who give me legendary joker in early, but the joker don't be the same with the video i watch on yt

pallid saffron
#

You might be watching a video from 1.0.0, iirc it changed in 1.0.1

potent ivy
#

Or ur using latest steammodded

untold junco
#

Does anyone know a seed to win in the yellow deck with the blue bet?

vivid shard
#

Now here's a challenge: Use the seed RAIDENEI to win.

#

I have tested this, it works and is possible to win.

#

You just need to crack the puzzle.

#

If you have found the solution, tell me either here (reply pings on) or in DMs.

#

Good luck.

hexed onyx
#

😭

lime tulip
charred idol
#

But seeded runs dont count for anything, so you wouldn't unlock the next stake

charred idol
native galleon
#

absolutely insane High Card seed, get Double Tag and then get the tag that Levels up High Card by 3 (making it a Lv 6 HC), and then get Blueprint, Fibo, Splash, and Cavendish, other slot is a flex slot so i used Burnt Joker to increase the High Card level. I got to around lv 18 high card by A8

#

you should have everything by Ante 4 or 5

#

I used green deck in this run if that matters at all

charred idol
charred idol
#

:trol:

wise sandal
spare hill
#

I’m not sure where to put this but this is a really good seed

wise sandal
#

RAIDENEI

prisma lichen
#

well i might have found a decent baron seed with finding canio in ante 5

#

got canio at x4 atm with this seed

#

Finally find mime on ante 9 with the baron seed

#
  • canio
prisma lichen
#

Here’s the seed for ante 5 canio + Baron run I was working on trying to get all of the decks to gold stake and so if your wondering that’s why but try it if u want

#

If u see the blueprint in ante 9 I found one but use it for this seed on a different stake or something I mean I couldn’t get the space for it

potent ivy
#

@rough siren I have reached a semi hell state in "BALATRO" seed but there are no more negative tags left in the run, what should i go for

rough siren
#

Well madness is a world record that I am not contending

potent ivy
#

I meant like what double tag is second best

#

To go for

rough siren
#

maybe etheral and try to get all legendaries. it's a feat that many have not reached

potent ivy
#

I get a double tag every 10 rerolls or so

#

Need to get the remaining uncommons

rough siren
#

Is your goal to reach hell in other seeds now?

potent ivy
#

I just wanted to beat "balatro"

#

Surprisingly good seed

rough siren
#

I mean most seeds strength is determined by the number of negative skip tags

#

but most people don't know how to take advantage of that

#

(which is why I wrote the doc)
I am happy to see you seeming to understand my strat

#

I might stream later btw if you have any questions

hazy pond
#

using one of the seeds but just wanted to know how people have massive hand sizes

rough siren
#

You likely see people using cryptid
Thus, they do not dupe a planet

hazy pond
#

oh ok

#

is it still possible to get nan inf with planets?

rough siren
#

yeah

#

I can get naninf with photochad

hazy pond
#

noice

potent ivy
rough siren
#

nice to hear

#

but now you understand why my runs are so far away from other runs

potent ivy
#

Just reaching hell isnt enough

rough siren
#

yeah but once you reach it you can play for a long time

potent ivy
#

You even skim through the queue and find more natural negatives

rough siren
#

I do that. I got a neg bp at 25000 deep in a 24

potent ivy
#

Yeah i cant figure out where im at even if my life depends on it

rough siren
#

use the edition of jokers and also the planet cards that appear

potent ivy
#

Planet cards the only option cause i got hone

rough siren
#

whhhyyyy

#

why hone

potent ivy
#

Cause i needed to land petroglyph in the right ante

rough siren
#

ok then ok

potent ivy
#

I hit a nasty negative tag skip to get 5 useful jokers from just 27 negative tags

#

Got a vid of it too

keen kernel
#

Anyone know where the FLQFRD seed chat is

#

Can’t find it

keen kernel
#

Damn I fuckin suck

lunar field
#

I dont know If i should ask this here, but How does immolate work (the Program), like i have the files but idk what tô do with them

untold holly
#

or cpp?

#

i forget

#

ok yeah C

pallid saffron
#

C++ is the rewrite

lunar field
#

How do i access those libraries? ( May be a dulb question) But i really have no single Idea How to use it

pallid saffron
#

immolate is not very user-friendly currently, I'll warn you
I have other projects that have taken priority, but someday I want to return and make a version that's much easier to use

untold holly
pallid saffron
#

there is no timeline balatrojoker

#

my rough idea of things was finish cryptid refactor, then finish ankh, then work on immolate

untold holly
pallid saffron
#

cryptid is going to be something that will be a forever responsibility though

#

so idk where I will get time for my other projects lmao

untold holly
#

idk how you don't get burnt out lmao

#

my brain isn't wired like that

pallid saffron
#

tbh the best way for me to not get burnt out is to pace myself

untold holly
#

im just gonna get back on vyvanse tbh !

#

i have adderall but that shit makes me crash harder than a russian dashcam on twitter

#

drives me crazy

rain saddle
#

guys i just had a crazy new pb

#

ik it isnt that great but i started playing like a week ago so🤷

wicked sundial
unreal summit
#

this is maybe my luckiest joker find

#

abandoned deck btw

sweet plover
#

Hey! First time here. Can anyone help me with a seed? I got double poly dna with negative brainstorm early on. While playing i also got photochad with baron. Now replaying it i couldnt find baron. i remember having photochad together in shop but didnt find them again

#

8KF6URR4 is the seed

#

double skip and discard till u can play j-7 spade strflush, buy right pack for stuntman and buy dna. next round play straight, skip blind to get ankh for dna. This is how far i get consistent. Next round i dont know the optimal hands..

#

what i did is use double fool pack and played 2 pairs with bonus cards using fools

potent ivy
#

@rough siren i wonder could it be possible to reach "hell" super early with perkeo ankh duping

#

You lose perkeo but still

rough siren
#

not sure how that would help
super early, you really have no engine for anything
Also not for ankhs

#

also, you will struggle to set up pseudo tarot looping

#

but feel free to try

potent ivy
#

True..

rough siren
#

I did not find any case where ankh was the superior way given unlimited time and hardware

potent ivy
#

I did 300 charm tags in my run and i was amazed how common souls were

rough siren
#

yeah. In my seed in A31 there is one after 250 ish, one after 290is and one at 300ish tags
If you can use my strat, you can get them quite well

keen kernel
#

Can you use immolate on mobile? If so how would I do so

pallid saffron
#

You’d have to run it on your computer or use The Soul which just has analysis stuff

#

In the future I also want to use that site to get Immolate running cross-platform

thorny gull
#

Is there any seed that has vampire and midas early?

peak parrot
#

Are there any documents of seed walkthroughs? I kind of want to follow a step by step guide for big numbers

vivid narwhal
#

#seeds usually for the interesting one there's directions, sometimes very specific ones

solemn shale
#

I imagine it does, but I just want confirmation.

pallid saffron
#

Yes

solemn shale
gilded jay
#

@dawn veldt Any chance you would mind?

flint bronze
#

I've been looking at the seed analyzing tool and its kinda neat but im still fairly new so im not sure how to plan out a run with the info, any tips?

rough siren
#

Sound stupid but trial and error
You need to develop a feeling for synergies
But maybe start by setting first brief goals and then making them more precise

flint bronze
#

alright then

rough siren
gentle jasper
#

@pallid saffron does the immolate seedfinding thing work on mac

pallid saffron
#

It should if you figure out how to build it

dawn veldt
gilded jay
dawn veldt
#

hold on

#

i think one of my mods is broken

gilded jay
#

Sorry for being a pain xooks

dawn veldt
#

i mean i can try if u want

#

but im not very good

#

ud probably want to ask someone thats good at routing

atomic reef
#

YPZYA953 found a fun seed that COULD have some crazy potential

#

relatively late (like ante 6-7 i forgot) back-to-back souls that yielded a perkeo and a trib

#

i only made it to ante 10

#

there's some pretty strong early-game econ options and a bunch of deaths which can let you amass kings early on

vivid narwhal
#

2 souls, 4 negative tags. I don't see things early that jump out much though

dawn veldt
#

my balatro is broken smh

rough siren
rigid quartz
#

what website do you guys use to look at seeds

pallid saffron
#

The Soul

rigid quartz
#

do i have to download it

rough siren
rigid quartz
gilded jay
rough siren
#

where is it

gilded jay
#

^ Here.

#

You get carried by Double Holo Stencil basically then it ramps up into insanity late game.

vivid narwhal
#

granted 6 tarot cards in a row at the beginning of ante 2 is pretty wild too

gilded jay
#

Sorry for being a pain, I’m just wanting to see my seed go further beyond.

vivid narwhal
#

soul ante 9. which joker was it?

#

pretty much same as I said about the other seed. has a few abusable things show up, just don't see the things I usually use to break the game (usually $ makers or perkeo)

gilded jay
vivid narwhal
#

cloud 9 right away, purple seal 9 in pack not bad

#

at ante 9, you can have idol online, it's the same thing

gilded jay
vivid narwhal
#

if you can copy a few purple seals, that snowballs really fast. can usually entirely deckfix in a few antes

#

like there's an immolate early in that seed in the jumbo spectral pack, that's big

gilded jay
vivid narwhal
#

maximize $ so you can roll deeper and see the good things

#

I generally roll perkeo seeds with Brainstorm mod for doing silly things though

gilded jay
vivid narwhal
#

(i.e. I'm not going to reroll for hours for a round 1 neg brainstorm/blueprint in the pack like Balatro University lol)

#

no BP, one BS in the first 100 cards of those antes...not sure how much you can do with that...

gilded jay
#

Also there is at least two invisible jokers with Sock and Buskin’ available.

vivid narwhal
#

you got mime/baron pretty accessible. that's the most forgiving way to play

#

copy jokers >>> multiple of the same joker. because they're multi-purpose

#

(unless you're doing DrDreamO hundreds of jokers runs. no way you do those without a game plan though)

gilded jay
vivid narwhal
#

it's why baron so much more forgiving. with 6ish jokers, I think the max you can get out of trib/idol + repeaters is e40 non-plasma with glass/poly/red seal. which need a way to replace cards too

#

doesn't mean that there isn't more to be found in a seed. like I played one of hte balatro university seeds, and the wraith he didn't use was a negative baron which made it way easier

gilded jay
#

Would you mind trying it out and seeing how far you can go and letting me know in the thread?

#

Sorry to be a bother @vivid narwhal

vivid narwhal
#

the soul website doesn't give the wraith/judgement queues, so might be something interesting there

#

but I tend to roll perkeo out of the gate, and like I said I don't see econ in that list from my glance over it. it's got good vouchers, boss reroll so you don't get planted and overstock. some chads, those make good $ a couple ways

gilded jay
vivid narwhal
#

even cloud 9 in a deck with 20 9s probably isn't worth a joker slot for seeded. mail in rebate or golden ticket are just so much more

rough siren
#

For the economy you can really read my money generating strat
I believe that this is one of the easier to understand parts

Just ignore the ultra late game strat and try to enable the late game strat

vivid narwhal
#

parking? law of large numbers. it's better than nothing, but for me usually turns out to 1/5 instead of the 1/2 🙂

rough siren
#

Not sure what you want to say so I can’t really comment sorry

vivid narwhal
#

well base game the parking + mime + copy do some weird things if you don't have oops all 6s

spare peak
#

Any mods recommends for endless mode?

alpine ridge
#

does anyone have a negative yorick seed?

steep wyvern
#

for fun im trying out searching for a seed with immolate

#

doing my best attempt to find a erratic flush five deck with two legendaries

#

my best result so far: 8GFQJ9 (eight 10 of diamonds)

#

1st ante from the soul

neon cove
#

6NW84S1K has massive potential. I got it on erratic and was honestly playing it very sub optimal.

neon cove
#

Skip both sb and bb in ante 1, play 5 2’s, dna in shop after boss blind, holo séance in buffoon pack, hanging chad in shop 2, jumbo buffoon in first shop of ante 3 gives brainstorm skipping bb gives stuntman, first shop of ante 5 gives quad mult, invisible shows up soon after, I sold Chad before using in vid and got the second brainstorm. Blueprint shows up in first shop of ante 7. No justices until ante 8.

scenic snow
#

ZRB8U5Y7
First joker is hanging chad, then open up the tarot packs in store can’t remember when but opened them all, got it like ant 3/4 was so excited couldn’t remember just a shame I wasn’t recording

solar flare
gilded jay
solar flare
#

Mb

gilded jay
#

No worries.

#

Would love to see someone take it on though.

#

Takes a while to get going is the issue.

#

@steep wyvern Maybe check it out? I know my seed might not be anything insane early game but it ramps up fast.

wide fiber
#

I would love to see how far some of you could drag this one

lunar field
#

I Just died cause boss blind countered me

#

This seed has potential

novel osprey
#

trying to get to ante 39 with this, any improvements i could make

#

i'm on the lookout for more blueprints/brainstorms

#

most of my cards are red seal glass kings of hearts

#

i have now used an invisible joker to duplicate triboulet

#

and also picked up sock and buskin

vivid narwhal
#

it's not easy. with 100 planets

#

500 planets is 10 jokers. it's much tougher than baron

novel osprey
#

damn

#

my kings aren't polychrome

#

i knew i had missed a step

#

i've gotten to this point at least

#

dna producing entire hands is funny

rough siren
#

I know that people are obsessed with polychrome red seal kings
Usually they add either steel or glass as well
But if you play with triboulet, having all of you kings being glass means that you have one extra copy of triboulet/blueprint. Having them poly is not even that. So if you look for optimizations, find a way to get a negative blueprint more. That is worth more than converting youre entire deck

cinder granite
#

Does anyone have goods seeds to use with red deck?

vivid narwhal
#

an extra discard isn't bad, but ghost/anaglyph/plasma will always do more for you

#

agree with DrDreamO, that's an important observation. getting a neg BP isn't always the easiest thing though

cinder granite
#

I haven’t unlocked them yet

vivid narwhal
#

some of the unlocks are just win with deck. that doesn't take long

cinder granite
vivid narwhal
#

challenges and seeded runs don't count for unlocks

cinder granite
#

That makes more sense

#

I did not know that

rough siren
#

UHMMMMM. then I really recommend you play a bit first. I assume you are new. I am not sure if you understand balatro well enough to be able to enjoy seeded

#

still. feel free to play cool seeds

vivid narwhal
#

you can always unlock all on another profile. but the starting set of jokers is mostly ok to win with too

#

anyway observatory. get 900 planets, any level 1 hand gets a39 on plasma (1800 planets is rough)

#

and 900 isn't that easy 😉 (24 per ante)

#

anyway, for that, each red seal king in hand is worth 16 planets, 20 if steel. cryptid/reroll for serpent/dna/etc is way easier. but getting to that point is also really easy b/c your score comes from planets and all your jokers can be value stuff for a while

steep wyvern
#

i think this might be a pretty good starting seed

#

27JMGDU (double legendary + 9 queens of diamonds for flush five build + immediate strength in consumable slot)

quick verge
#

found a seed that gives Chicot and $18 (if you take The Hermit) in Ante 1

#

not sure how good it pans out to be

#

Wraith in the shop after beating the boss gives Baron, but there goes your money

real ember
#

Hey is there a great website that analyzes certain seeds? Thinking of running a tournament and found one random seed generator but I'm unaware of more sites if any are available.

narrow spear
#

What is most cursed seed you know

rough siren
#

If you consider what I have done to 2K9H9HN cursed, then this one is a contender

maiden wind
#

most of the packs i opened had a stone card in there

charred idol
#

My current high score run
definitely had misplays

real ember
pallid saffron
#

The “seeds” your link generates are not valid in Balatro unless you truncate them

real ember
#

Well I generated 3EDOO543 from that link and it seemed to analyze it fine

#

Think the first time I tried copying it tho it did truncate it by one character but that could also be me miscopying it correctly

pallid saffron
real ember
#

Also, another tournament thing, are seeds consistent across platforms like Switch & Mobile? i.e. Can you get the same stuff from the same copied seed regardless of where you play your game?

pallid saffron
#

this is not how balatro seeds work 😭
if you truncate it it's fine tho

pallid saffron
#

afaik there hasn't been any discrepancies discovered yet

real ember
#

Okay now I fully see what you mean

#

But then why does this site have 9 characters for a seed instead of it being up just 8?

pallid saffron
#

it's a bad site

#

i guess

#

it also only does 0-9 and A-F when it should be doing 1-9 and A-Z

#

🤣

real ember
#

Bummer, guess I'll find another one

#

I guess balatroseeds.com? But that feels more like a "seed hall of fame" to me

Also do want to know more about Immolate since you've made it 😉

south sky
#

Is there a seed that's generally considered the best seed right now?

vivid narwhal
#

just any early perkeo seed then whatever you want to use breaking the game at a time it's reasonable to show up

#

if you really want to break the game, seed with that + lots of negative tags

pulsar orbit
#

Guys how can i make use of seed copied ID?

wide fiber
#

Soooo I had a idea For a thing i wanna try for no other reason but to see if i can and if it will work ....

I want to see about using Perkeo and few BP/BS to mass Copy Ankh ... then save up as much as possible then unleash it on a Neg Tag by using Ankh to copy sell copy sell... Diet cola ...

wanted to get some feedback see if anyone has Ideas on a good seed for this or suggestions on how i could make this work better

One main issue i foresee is Balancing maximum copy production AND having enough mult for the higher Antes and a well positioned Cola preferably near a Neg Tag

Like i said just Curious what others think and if you all have any advice

rough siren
#

read thishttps://discord.com/channels/1116389027176787968/1314331486262132796

tender idol
#

Got one that can get you 4 (if you get lucky with invisible) triboulets

viral prism
#

Should I go with rocket or hand

wise sandal
burnt schooner
glass fable
#

Negative consumables give +1 consumable slot

burnt schooner
#

Ah ty

steep wyvern
#

i found a cool seed 1ISBX2

#

it should be pretty obvious once you open some packs

#

still running a search for a seed better than 4 sequential

rigid quartz
#

BB4PKQZI seed if u want to try theres a soul on ante 9 with yorick

modest mirage
#

any newbie seed for yellow deck?

hardy sundial
#

Are mobile seeds diff from desktop?

pallid saffron
tender token
#

what’s the most fun or goofy seed in your opinion chat?

wide fiber
prisma lichen
#

I wish i found this on plasma deck but im on abandon deck working on getting to gold stake and i find this seed id have to type the seed in a sec after my run

#

dont ask me why the orange chip on the 2nd wee joker is way bigger and offset

prisma lichen
#

Here’s the seed if u want to try it btw the wee joker is from the first buffoon pack

subtle moth
#

Kinda crazy unseeded

#

Alright now it’s a party

dapper drift
halcyon saddle
#

Three Blueprints in one single run thanks to showman, the very helpful and useful card (2K9H9HN)

#

and i got polychrome for blueprint

charred idol
halcyon saddle
prisma lichen
#

i think i might have found a good money seed for plasma deck but i didnt get this pareidolia joker till ante 9 tho

prisma lichen
#

TRIPLE BP run i just had last game i posted it in the #1319569216352817217 channel if anyone wants to try it

#

on plasma deck

steep wyvern
#

ive been fishing around for a seed that could be very fun, but i haven't had the most luck

#

well, correction, ive had some pretty damn cool results, but nothing of the caliber im hoping for

#

might open a thread for the stuff im finding later when i wake up

teal solstice
#

What’s a really fun seed?

steep wyvern
#

a large amount of a particular card

#

which may or may not be something other than a jonkler

dreamy hare
#

D1X8KGGW
Here's an ante 2 trib seed

sharp barn
#

L9KX727W
You can get 5 barons through ur run by using invisible jokers (got 4 invisible jokers, but didnt used last one)

lunar field
#

can someone help me with immolate, when i try using it it just stays at "building program" forever

dreamy spear
#

ZP4GP631
Early throwback with that one spec that copys a random joker and kills the rest (only get the throwback) then a baseball card with a arcanepack that contains yorick, blueprint can be found later

pallid saffron
lunar field
#

like how long?

#

it varies?

pallid saffron
lunar field
#

my pc is 12 years old

#

so thats why iots slow

vivid narwhal
#

so's mine, depends on how selective the filter is

#

generally the stuff people with brand new hardware can do in a minute it takes me more like 10. and have to be careful of memory since it chews through it fast

rare mirage
#

Z6M2F1U3
Seed with Madness joker VERY Early + Hieroglyph voucher in like ante 1
Note:

  • Ante 8 for me was crimson heart, so stock up on money to buy as many jokers as you can in ante 8
  • I leveled up Flush to like level 20 using observatory
  • My highest hand was 150K++
  • I'm not sure if you can scale this deck for endless
  • You get soul somewhere on Ante 5 I think
terse juniper
#

shiny eris

azure marten
#

Seed??

honest cliff
#

i've got a really absurd cryptid run but i can't get to the end screen because it take every hand over an hour to add up at 999x times speed. Is there a way to find the seed mid-run?

azure marten
#

I'm not sure but i think that you can see It by cliking on the options button

#

Or mabye Is only for the seeded runs

honest cliff
#

yeah i think its only for seeded runs

azure marten
#

Ok

honest cliff
#

it was mostly because I got a specific exotic joker more than the entrie run so it isn't a huge loss

azure marten
#

If you want the 5 legendary jokers seed Is ALEEB

honest cliff
#

It was Wormhole deck so just rerolling is fine

azure marten
#

Ok

#

I cant play with mods because i play from ipad

modest mirage
#

which seed is good for new profile, i want to experience game without click on unlockall

quasi adder
modest mirage
#

i have to win by myself

winter spindle
#

LNN5SC7M

#

try and win

#

will pay 5usd

vivid narwhal
rough siren
#

10k double tags is real

vivid narwhal
#

alas poor yorick or burglar is actually 100k cards deep each ante?

rough siren
#

burglar
I play around 80 hands each ante

neon scroll
# lunar field

give it like 30 minutes or more. maybe even an hour or more. its v spec dependent

neon scroll
#

what's the best mod for savestates

terse juniper
neon scroll
#

subscribe to the thread for regular updates

#

I play around 80 hands each ante
such a normal sentence

terse juniper
#

drdreamo moment

neon scroll
#

real

neon scroll
#

tough decision lol

#

prob poly i imagine i can make it steel pretty easy later

wise sandal
rough siren
rough siren
stray pine
#

Guys, do i need a original copy of the game for the seeds to work?

#

I'm using pirated rn, just to test, i'm buying the game tomorrow

rough siren
#

I guess it is best to ask the provider of whatever version you have.

stray pine
#

Ok

#

Can you tell me what version is the game rn?

#

So i can check on the site i downloaded

rough siren
#

1.0.1

stray pine
#

Ok

#

Thanks

#

1.0.1

#

n

rough siren
#

yeah. Although I am not familiar with any pirated versions

stray pine
#

Nevermind then, thank you @rough siren !

#

I'll buy the game anyways

neon scroll
#

this seems to be working well for me though

neon scroll
#

since i think most games dont have trial builds

rough siren
#

I have over 1gb of saves
So I think that it's good for my use case

neon scroll
#

oh for sure lol

stray pine
#

Any money

#

But i'll get some tomorrow, so i'll buy

neon scroll
#

epic

rough siren
#

what a troll. I made 894k last blind. not even 900k. But the next shop should at least fix that

neon scroll
#

lmfao ......... not even 900k ...

charred idol
#

Encountered this randomly: 91B7XB6X
Two souls before ante 8 giving trib and canio (i ended up selling canio for baseball card lol)
Early Burnt Joker
Antimatter Ante 4
(sadly perishable) Blueprint Ante 8

heady inlet
#

Anyone know a seed that starts with a shop having lucky cat? Or a site that could help me? Ik its technically impossible since you would need one lucky card b4 it spawns but I'm using a modded deck with all lucky cards

neon scroll
#

@pallid saffron is there a way to deep copy the instance to roll back to an earlier state of it if a branch doesn’t work out

timid star
#

GUYSS

#

@policeeee

#

!!

wicked sundial
#

bro snitching on nsomeone what an L

pallid saffron
#

you could try making a new instance object and manually copying it over

narrow wigeon
#

Was messing with the seed names using the Word soul in them

#

And found out a seed that has 3 legendaries, blueprint, brainstorm, sock and buskin and baron all before ante 4

#

The three souls I found had trib, a canio and the one that deactivates the boss blind

#

Forgot his name

#

SEED: ZESOUL

#

Just mapped the seed until ante 4, so there may be more

#

V 1.0.1 mobile

#

I dont know if it makes any difference

#

Also, ghost deck for polychome trib

vivid narwhal
#

current patch across platforms is supposed to be the same

#

nothing wrong with early BP and BS, tend to like perkeo for the really broken things

narrow wigeon
#

Yeah I know

#

Ill see if I can find him

#

Somewhere else

rough siren
#

A small preview for the records that will be set soon

#

this one would be highest cashout

narrow wigeon
narrow wigeon
#

I think that there is something wrong with seeds the contain the Word soul in it

#

After like 5 mins of trying to find another cool seed

#

I used ASOULB

#

And got canio+ahnk+blueprint

#

Esiest win of my life

neon scroll
rough siren
whole jacinth
ionic warren
#

suggest some seed for new player

rough siren
fiery mortar
lusty pine
#

guys, is that playing seed will not unlock joker?

rough siren
#

I will also stream in a few mins

#

but I had 12k double tags and took an investment tag

lunar galleon
#

round 1 perkeo seed F4WY11CN

#

i just got this unseeded then lost in round 2 because i went for a hearts flush instead of clubs

rough siren
neon scroll
#

bravo

#

honestly was not expecting this deck to be gold 2 red seals

#

is that for the tiny joker

rough siren
#

That’s also one reason
But no
Anything from 2-5 is good as it can be retriggered with hack and sockandbuskin (with pareidolia)
As my early build was around king, 2‘s are the fastest to pivot to

neon scroll
#

oh never even thought about it opening up both snb and hack

#

very cool

vivid narwhal
#

what would double money have done if you stayed at -60? 🙂

#

also are there limits to handy and garbage tags?

barren dew
#

Hello, where can report a missing translation?

rough siren
rough siren
buoyant minnow
#

Hello guys

#

I don't know how to speak English very well, only Portuguese

rough siren
#

I AM DONE WITH REROLLING. I just need to play 80ish more hands and then I resolve 13.8k negative tags

neon scroll
#

tfw when the 3 digit joker count gains 2 decimal places

neon scroll
neon scroll
pallid saffron