#⚙・modding-general

1 messages · Page 72 of 1

shy pivot
#

that's like, if you want to go straight into crazy

sleek granite
#

any code gigabrains know why this doesnt work

dapper helm
#

but its so funnnnn

deft grove
#

imma test them

shy pivot
#

nothing else like it

#

but uh my recommendation for just smaller mod packs with a solid list of jokers already stocked with art:

dapper helm
#

jank jonklers double recommended 🔥

astral glade
#

oh yeah i gotta download that one

strong swift
dapper helm
#

tell that to lyman not me

strong swift
#

@rare shell it's very good

sleek granite
#

chat

#

ive done it

rigid jewel
#

Make oddity api?

sleek granite
dapper helm
#

woah subtitle

sleek granite
#

i put subtitles

dapper helm
#

new thing to add to the longest joker ever

#

ceremonial dagger
destroyer of clowns

sleek granite
#

we had badge surgery and now we have name surgery

deft grove
neat widget
#

tried to make a new profile and got this

#

my only mod rn is the fusion jokers mod

#

on steamodded latest on experimental

#

can someone translate this

polar pecan
#

is there a way to go directly to the top of a thread? i cant get to the download link for mods ive already looked at the thread for

sleek granite
#

no discord sucks

polar pecan
#

dang

#

well thanks anyways

sleek granite
#

better spacing?

dapper helm
#

yeah

dapper helm
stone depot
#

New to modding but been messing with it and making some progress. Atm trying to get the game to highly accelerate or completely skip various animations, e.g. scoring the hand. Any general direction I should try to accomplish that?

sleek granite
#

there's a more game speeds mod

stone depot
#

Yeah I got that one, but there's definitely some limit being reached, where no matter how high that value goes it still takes a decent amount of time

sleek granite
#

if the speeds in that mod are insufficient i'm sure it's a rather simple numbers change in its code

deft grove
#

hey, how do i fix the virus on steammodded?

stone depot
#

Turned it up to 1024*1024 and still no dice

sleek granite
#

if increasing the number doesn't help it probably comes down to the game literally not being able to go that fast for some reason

stone brook
#

i think blizzow has a constellation pack

stone depot
#

Do you happen to know if the scoring animation is strongly tied to the actual score calculation? If not I could try finding a way to just remove the animation portion entirely

sleek granite
#

yeah everything is actually calculated when you see it happen

stone brook
#

yea its pretty stuck in there

stone depot
#

Super unfortunate, alright thanks

stone brook
#

wait actually

#

maybe you can just... delete card_eval_status_text

#

every little quip of like "+1 mult", "+10 chips" etc uses card_eval_status_text

stone depot
#

I'm like brand new to lua, is that as simple as G.card_eval_status_text = function() end ?

sleek granite
#

that should work afaik

deft grove
#

sooo, i cant even download the first file of steammodded

#

lol

sleek granite
#

download the source code zip

#

not the injector

#

and use lovely

deft grove
#

i tried that

deft grove
#

is says couldnt download, virus detected

#

idk why

stone depot
#

Hm, still seeing the text when I try that, but that's a great starting point to dig into, big thanks

neat widget
#

if its your antivirus you should be able to allow it through

deft grove
#

got it

#

thanks

iron onyx
#

you can install steamodded via lovely with no antivirus shenanigans needed

sleek granite
#

yeah you still need to download the source zip

#

which was being blocked for ????

dapper helm
iron onyx
#

ah, fair

dapper helm
iron onyx
#

why tf is field T a nil value...? i'm just trying to play a basic full house...

kindred swallow
# deft grove idk why

It's because the software contains an API. Go to your settings in the browser, then to 'privacy and security' on the left side of the page. Click security, and select "No Protection"

Download whatever you need then go switch it back on.

iron onyx
#

technically

dapper helm
#

the source code includes the trojan?

iron onyx
#

the old executable method does

#

not sure why the source zip triggers it

stone brook
#

by definition, steamodded itself is a trojan

#

but because we know exactly what it does because we have the source code, we know its safe

iron onyx
#

yeah, the steamodded source that you can download and inject via lovely

#

the blocking of that is a bit more mysterious

cunning silo
#

Someone pinged me?

dapper helm
#

i don't think so? but who are your favorite hsr and genshin characters since you're here

rigid jewel
#

Genshin characters are too mid for me to have a fav but I am down bad for do like Screwllum

dapper helm
#

interesting

strong swift
#

idk if i could name even one genshin character

dapper helm
#

try

strong swift
#

well idk any

#

so i wouldnt even know where to start

glad sedge
#

i just wanted to share my rework so spectrals give seals to TWO cards:

` -- Check if the card's ability is one of the specified abilities
if self.ability.name == 'Talisman' or self.ability.name == 'Deja Vu' or
self.ability.name == 'Trance' or self.ability.name == 'Medium' then

    -- Play a sound and juice up the tarot card
    G.E_MANAGER:add_event(Event({func = function()
        play_sound('tarot1')
        used_tarot:juice_up(0.3, 0.5)
        return true end }))
    
    -- Add a slight delay before applying seals
    delay(0.5)
    
    -- Iterate over the highlighted cards and set a seal on each
    for _, card in ipairs(G.hand.highlighted) do
        G.E_MANAGER:add_event(Event({trigger = 'after', delay = 0.1, func = function()
            card:set_seal(self.ability.extra, nil, true)
            return true end }))
    end
    
    -- Unhighlight all cards after a short delay
    G.E_MANAGER:add_event(Event({trigger = 'after', delay = 0.2, func = function() 
        G.hand:unhighlight_all(); return true end }))
end

`

shy pivot
#

i like raiden and kafka and no that does not say anything about me i will not be taking futher questions

dapper helm
#

lmao

#

you must really like lightning powers balatrojoker

shy pivot
#

correct i am also a fan of acheron

#

i will not be taking any other questions

brittle lichen
#

ive been trying to figure out where exactly to start in terms of modding because im genuinely really interested of it

if anyone just has anything to help thats appreciated right now

glad sedge
glad sedge
brittle lichen
#

honestly just anything that comes up to mind
consumables decks jokers whatnot

#

i really like consumables as a concept so maybe that first but im not too sure

glad sedge
#

there is a jokerapi for steammodded that lets you add jokers , even has a basic example, you can find it on steammodded github

dapper helm
glad sedge
rare shell
#

lymans tier list of making stuff from easy to hard:
easy -
challenges
texture packs
decks
jokers
existing consumables
vouchers
suits
blinds
new consumable types
seals/enhancements
hard -

ui shenaigans
||node[2]||

sleek granite
#

enhancements somewhere three pages down from this message

dapper helm
#

blinds are hard to make?

stone brook
#

ui is below hard

rare shell
#

i never tried lmao

sleek granite
#

blinds are hard to make because it's hard to have good ideas for them

#

not a lot of unused design space yk

dapper helm
#

real

rare shell
#

tldr dont try to tackle making new consumables as a first mod project

sleek granite
#

lyman i will take that as a personal attack

rare shell
#

new consumable type

#

you released more consumables first

sleek granite
#

true

glad sedge
sleek granite
#

technically i released edition tag blacklist first

#

i actually dont know, i also havent touched blinds

rare shell
#

technically

sleek granite
#

and then cheatmoney.lua was my second mod

stone brook
#

my first mod was technically ui but like really surface level

#

like i just copypasted 3 events from the game

grand geode
#

order is the order they appear in the collections ui

dapper helm
#

if i ever have motivation to try modding again i'll probably restart the little joker collection from suggestions i was going to make

brittle lichen
#

yeah so far i might just try with jokers

#

consumables if im ever condifent enough

sleek granite
dapper helm
#

mmm yummy

grand geode
#

yum

glad sedge
kindred swallow
dapper helm
#

can i put him in the microwave

astral glade
#

MICROWAVE?

grand geode
#

at all

#

don't bother

glad sedge
#

otherwise game would crash if cannot find blind

#

believe me i tried disabling them

sleek granite
glad sedge
astral glade
#

two evil acts

dapper helm
grand geode
#

(also please turn off your reply pings

grand geode
#

thanks lyman

rare shell
#

es no problema

glad sedge
cunning silo
kindred swallow
cunning silo
dapper helm
#

huh interesting

astral glade
#

is someone actually working on a custom consumables api btw cuz

#

it might be advantageous to add a third column to the collection menu

cunning silo
#

yes

astral glade
#

so it doesnt get too crowded

cunning silo
#

Autumn

dapper helm
sleek granite
#

technically Oddities are just A set of consumables

#

it's not "custom consumables api"

astral glade
#

consumable set api

dapper helm
#

huh

sleek granite
#

Aure expressed interest in setting one up in SMODS-side

#

Oddities are just an unthemed set of consumables

astral glade
#

yeah

#

and the menu would look really really lopsided

#

once a lot of consumable types are made

dapper helm
#

so many new consumable types but no new items to put in joker slots....

astral glade
#

probably cuz youd likely have to tear a lot up

#

unless im silly and theres an easy way

cunning silo
dapper helm
#

curiosity

stone brook
#

mine is

#

and

#

(i dont play)

strong swift
dapper helm
#

put a gun in the joker slots

strong swift
#

instantly wins against every boss that's something living (fish, ox, etc)

stone brook
#

joker idea: two way gun: destroy a joker to win the blind, if you have no other joker it kills YOU

umbral pilot
#

just pushed a lovely update out if that's relevant to any of you guys. regex support is the primary new feature.

astral glade
#

coming this summer, 10 BRAND new consumable types
Tones, Emotions, Loot Boxes, Elements, Potions, Wishes, Spells, Emojis, Uno Cards, and More!!!

dapper helm
#

you can find attackments for it that also take slots, and ammo as consumables

stone brook
#

oh im adding 2 consumable types, food and toys

#

add 'em to the list

astral glade
#

oh my god

cunning silo
#

Composite Hands?

#

Actually, I know how to mitigate all of this XD

astral glade
#

i was making a joke

cunning silo
#

WAIT

astral glade
#

you people are chaotic

cunning silo
astral glade
#

god damn it

cunning silo
#

I WANNA LOSE MY 50/50 TO A FOUR OF SPADES

astral glade
#

this is my descent into madness

cunning silo
#

i actually have a pretty fun idea as to how to stop that problem

strong swift
rigid jewel
astral glade
#

i swear im gonna wake up tomorrow and theres going to be another new consumable type

dapper helm
astral glade
#

sob

strong swift
cunning silo
#

I mean,composite hands is not done yet

astral glade
#

im shivering in my timbers

iron onyx
#

i

#

am so annoyed right now

astral glade
#

next up: planets to upgrade alchemical cards

grand geode
cunning silo
#

XD

#

Balatro Impact

#

WAIT

#

I have an idea for another set of cards XD

#

or for jokers

#

idk

#

Genshin has a card game

astral glade
#

at this point youre just the consumable set person

cunning silo
#

Fusion Jokers crying in the corner

grand geode
#

are you just remaking gi tcg....

dapper helm
astral glade
#

musical suit drowning

cunning silo
#

true XD

cunning silo
#

but nahhhhh

grand geode
#

speaking of tcg, still rocking the default deck 💪

rare shell
#

im still dying trying to think of a good aesthetic concept for next project

cunning silo
#

though i might just sneak in GI and HSR references into my mods

rare shell
#

triyng to think of a good "collection" or "theme" of items

#

that isnt like

#

idk stuff like hanafuda cards

astral glade
#

another new consumable type????

dapper helm
#

pls more econ jokers

astral glade
#

Cloud 1 through 10

rare shell
#

just an idea ive been bouncing around with feder

#

hurdle is the theme

astral glade
#

now that enhancement api exists you could do negative enhancement

rare shell
#

well i mean like

#

collection of Things

#

like tarots, alchemical symbols, etc

dapper helm
#

art styles

astral glade
#

art mediums?

#

emotions,,

rare shell
#

to give a little bit of it away i guess im looking for something that represents something Poweful but with downsides

astral glade
#

religion

rare shell
#

and for other, non-related reasons, no religious stuff, demons are easy for this but not what im going for

cunning silo
#

guys

strong swift
cunning silo
#

watch 3 body problem

#

it's so good

umbral pilot
#

the books are great as well

dapper helm
cunning silo
#

wait there are more than 1?

dapper helm
#

1 for each named joker including legendaries

rare shell
#

working idea i had was fortune cookies but im not sure 1) how to "categorize" them like you would tarot/spectral/planet or 2) artistically have a frame for that

astral glade
#

Chicot’s Deal

#

Perkeo’s Passion

stone brook
#

obviously the solution is to just make a fortune cookies consumable set

rare shell
#

thats pretty locked flavorfully to the leggos

#

well the idea is for another consumable set actually

#

sort of

#

its Strange

astral glade
#

fearful

#

Jimbo’s Judgement

dapper helm
#

could always go like career/job type thing

sleek granite
#

hey does anyone know if i just put extra variables in G.GAME do they get saved

rare shell
#

hmm...

#

role cards...

#

like clue...

#

hmmmmmmm.........

dapper helm
#

so true

astral glade
#

like amongus….

rare shell
dapper helm
#

like town of salem....

rare shell
#

like epic mafia....

astral glade
#

i really want to play modded amongus

stone brook
#

i did that for fortune tree

dapper helm
stone brook
#

literally just

#

the check is important because thats how you wanna check if its a new run or not

sleek granite
dapper helm
grand geode
#

or is it like the steam thing

iron onyx
#

how the hell did my x card mod break vanilla full houses?

dapper helm
#

i haven't opened the game though technically

sleek granite
#

nobody say pikmin pellet

astral glade
#

pik

#

oh

dapper helm
#

drugs if they were awesome

sleek granite
#

listen im not saying that drugs dont fit as oddities but they aren't the intention

#

money on sale tamariPlush

stone brook
#

ok bed time for me good night chatroom

sleek granite
#

gn arac

dapper helm
#

20 jollars lets fucking goooo

#

good night arachneii

brittle lichen
sleek granite
#

gaming

brittle lichen
#

im struggling to find it

dapper helm
#

imagine astronomer but for oddities

#

20 jollars for absolutely free

#

coupon tag into a shop full of jollars

sleek granite
#

was trying to get all four to be oddities but i think its safe to say the oddity vouchies work

cunning silo
#

oddities looks so g ood

astral glade
#

i wonder if

sleek granite
#

oh itay

cunning silo
#

i cant wait

sleek granite
#

i think i improved the shop hook

astral glade
#

the shaders of editions work on odditites

cunning silo
dapper helm
#

polychrome pocket lint....

sleek granite
#

better compatibility, less consistency unless enforced load order tho

astral glade
#

negative jollar….

sleek granite
#
    function create_card_for_shop(area)
        if not (G.SETTINGS.tutorial_progress and G.SETTINGS.tutorial_progress.forced_shop) then
            --
            local forced_tag = nil
            for k, v in ipairs(G.GAME.tags) do
              if not forced_tag then
                forced_tag = v:apply_to_run({type = 'store_joker_create', area = area})
                if forced_tag then
                  for kk, vv in ipairs(G.GAME.tags) do
                    if vv:apply_to_run({type = 'store_joker_modify', card = forced_tag}) then break end
                  end
                  return forced_tag end
              end
            end
            --
            G.GAME.spectral_rate = G.GAME.spectral_rate or 0
            local total_rate = G.GAME.joker_rate + G.GAME.tarot_rate + G.GAME.planet_rate + G.GAME.playing_card_rate + G.GAME.spectral_rate + G.GAME.oddity_rate
            local polled_rate = pseudorandom(pseudoseed('odditycdt'..G.GAME.round_resets.ante))*total_rate
            if polled_rate < G.GAME.oddity_rate then
                local card = create_card("Oddity", area, nil, nil, nil, nil, nil, 'sho')
                create_shop_card_ui(card, "Oddity", area)
                return card
            else
                return alias__create_card_for_shop(area)
            end
        else
            return alias__create_card_for_shop(area)
        end
    end```
cunning silo
#

wheredo you include your hook?

sleek granite
#

so the important part here, is it only creates and returns an oddity if it rolls for an oddity, otherwise falls back on the aliased function

#

this code is in SMODS.INIT.OddityAPI fwiw

#

exact rates might get messy if theres a lot of mods like this, so a "proper" shop hook api thing might still be good

#

gonna try to do a run rq to see if anything's utterly broken but should be able to release oddityapi in a bit

cunning silo
#

aaaaaaaa cant wait

dapper helm
#

i'm going to be asleep for the release of oddities....

astral glade
#

same

sleek granite
#

sorry :(

iron onyx
#

is it

cunning silo
#

net me!

iron onyx
#

is it literally just the "of a kind" code?

dapper helm
iron onyx
#

ugggggggghhhhh...

sleek granite
#

dont wanna have another massive headache with the release version being bugged to shit like with Thac

astral glade
#

cant wait to make a microwave

sleek granite
#

micheal wave...

dapper helm
#

anyway gn modding-chat denizens

astral glade
#

night

#

if it was a goodnight id be fishing…..

sleek granite
#

i love the water and the boat...

#

gdi now i gotta listen to that song again lol

astral glade
#

told my wife i was going to the bank, didnt say wish one 🐟🎣🎣🐟🎣🐟🐟🎣🎣🎣🎣🐟

iron onyx
#

IT IS MY GET X SAME CODE

strong swift
astral glade
#

chat quick whats everyones favorite playing card aesthetically with any sort of seals/enhancements/editions

sleek granite
strong swift
sleek granite
rare shell
#

ace of garfield pure

astral glade
#

aces….

rare shell
#

7 of spades

astral glade
#

i love polychrome glass four of hearts

strong swift
fickle elbow
#

totally not biased

sleek granite
#

(given that nothing modded is at play here i have to assume this is because steamodded dev build)

astral glade
#

probably

fickle elbow
strong swift
#

vencord best

sleek granite
rare shell
#

who made the gold seal mod??

sleek granite
#

im not taking ownership of this bug

strong swift
glad sedge
#

anyone know if possible to store the chosen random suit of sigil spectral card and display it in the localization_

rare shell
#

despair

sleek granite
#

okay i have A Run

strong swift
#

scholar does not go very hard

sleek granite
#

true

#

this is ante 4 tho

brittle lichen
#

okay so is there some like

joker api to use a template for making joker mods or

fickle elbow
#

i had a bad idea

sleek granite
#

scholar did make me not die to plant tho

sleek granite
#

so, based scholar tbh

astral glade
#

this guide is generally better

fickle elbow
sleek granite
#

alright sick

grand geode
#

pebbler art finished

strong swift
grand geode
#

this looks so much worse ingame LMAO

strong swift
#

wait i'm going to hell

#

sorry

brittle lichen
fickle elbow
#

i'ma do what half the people here are doing and work on multiple mods at oncebalatrojoker

sleek granite
#

GAY MING

grand geode
#

don't worry i have noted down the home address of everyone who has reply pinged me before

astral glade
#

oh no

sleek granite
#

myst can you tell me my address i got lost

astral glade
#

its 7

sleek granite
#

thx

grand geode
#

uh sure

#

it's 308 Negra Arroyo Lane, Albuquerque, New Mexico, 87104

strong swift
rare shell
#

healthy part of the mod ecosystem

#

(keeps morale up)

strong swift
#

i'm just here for emotional support

#

which is needed

astral glade
#

ive only got one (1) mod rn

#

cuz i aint the best coder or artist

sleek granite
#

relatable

strong swift
strong swift
astral glade
#

thanks

#

im p happy with the packs update

#

fun to make

iron onyx
#

THAT REALLY FIXED IT?

fickle elbow
glad sedge
#

how are you starting with jokers? jokers = j_jokername?

sleek granite
#

here's a simplish joker i made that swaps chips and mult when it scores

brittle gorge
#

Autumn i really have to thank you cause this is finally a joker i know how to read and use as a base to try learning

carmine mortar
sleek granite
#

there's more stuff you can add function-wise than just calculate, too

sleek granite
#

also tbh i made it forever ago and im not sure if it's Proper

fallow bramble
#

Gm chat

fickle elbow
#

it night for me lol

kindred swallow
#

gm & gn

sleek granite
#

good morning secretdevilmaid

fallow bramble
fallow bramble
sleek granite
#

oddityapi is out

#

and Thac 0.3.0

fickle elbow
fallow bramble
#

Why does this sound like a pickup line

fickle elbow
#

i don't know, anyways now that i'm done sewing the holes in my clothes i shale sleep on the sun

#

gn chat

#

or i guess morning

#

hmmm

#

the sun made the holes bigger...

neat crater
#

hey guys, is there a compiled list of all the contexts?

sleek granite
#

i dont believe there's a monolithic list but if it exists in the game, it's probably used by a vanilla joker

neat crater
#

im trying to figure out how to make a joker flip the playing cards, but i cant just put the code somewhere in calculate because that does nothing

rare shell
#

autumn is your zero card triggered by steven or todd?

#

I need answer I couldn't sleep

sleek granite
#

steven, but i had to override his effect

#

todd, steven, and fibo all only work with the exact numbers they say

rare shell
#

oh yeah I forgot about that

iron onyx
#

makes sense, tbh

#

i mean, if you're coding the game with only vanilla ranks in mind

sleek granite
rare shell
#

well I asked because yesterday we had a fun idea of Balatrio, where the third was Zero Shapiro

#

So Odd Todd, Even Steven, and Zero Shapiro

sleek granite
#

the helper functions mentioned above

#

may or may not be screwed up with stone cards and whatnot

iron onyx
#

P A I N

sleek granite
#

full house behavior

iron onyx
#

E V E R Y W H E R E

Y O U

L O O K

rare shell
#

Full... Shack?

wary moth
# iron onyx # P A I N

well i mean yeah theres a pair and a three of a kind and two different ranks so it must be a full house

#

makes sense to me

iron onyx
#

but the problem is that it should be acting as a KING

sleek granite
#

its the nut shack

brittle gorge
grand geode
#

basically yeah

wanton rapids
#

loaded disk

cunning silo
sleek granite
#

big disk energy

wanton rapids
#

fusion with big shot joker for neo form

#

2x the mult
3x the chips

cursive compass
#

honestly i've really wanted to make my own actual content mod for a while but i have no idea how much of a pain in the ass the coding aspect is

cunning silo
#

I am not sure what to make rn...

wanton rapids
#

jokers are quite simple to make

wanton rapids
cunning silo
#

true

wanton rapids
#

oh nice

#

is this for steamodded?

cunning silo
#

yes

sleek granite
#

all 13 oddities 👀

cunning silo
#

BTW a weird biproduct is that you have to register your tab in the main mod file

sleek granite
#

that sounds strange

#

but not a problem for oddityapi specifically

#

should i look forward to trying to figure out how PRs work for OddityAPI? :P

cunning silo
#

PRs = Pull Requests?

sleek granite
#

yeah

#

or is this something that requires no additional code on my side (doubt)

wanton rapids
#

loaded disk btw.

lavish jackal
cunning silo
#

for the ton of consumable mods

lavish jackal
#

the fix?

#

ohh

cunning silo
#

still working on it

#

but yeah

lavish jackal
#

is it a new modal for consumables

cunning silo
#

no

#

it just moves the consumables tab to a new window

wanton rapids
#

i'll probably wait for this to release the update

lavish jackal
#

Yeah thats what a modal is its like a new window isnt it

#

Its like, modifying user flow

cunning silo
#

ohhhh

sleek granite
#

i feel like maybe leave the vanilla consumables where they are and just have a button for modded sets?

lavish jackal
#

Yeah

cunning silo
#

yeah that can work

sleek granite
#

(or at least provide such as an option if possible, idk)

lavish jackal
#

That would work well

#

Consolidate all modded consumables into a tab

cunning silo
#

will do

lavish jackal
#

And maybe make it just like, a utility mod on its own

#

Like, an API almost (or if it can just grab non-vanilla consumables and stuff them all there that's also cool)

cunning silo
#

that's my plan probably

lavish jackal
#

Perfect

cunning silo
#

but only for consumables

lavish jackal
#

yeah

iron onyx
#

yeah, just have a brand new collections page

lavish jackal
#

You should also maybe consider, either paging it or something in case there's too many

#

That or the bento box / grid approach

sleek granite
#

that might be a ways off though, lol

lavish jackal
#

Where each entry gets a grid slot

cunning silo
sleek granite
#

sickkkkkk

cunning silo
#

ummmmmmmm

wanton rapids
#

woohoo!

#

4x the content!

sleek granite
#

the only things you need really

cunning silo
#

does anyone have any other mod that adds a consumable that i can try out with this?

grand geode
#

i love nodes[1]

wanton rapids
#

i have the beta version of morefluff

cunning silo
#

wanna perhaps send it over?

wanton rapids
#

per chance

sleek granite
#

snow's got the subatomic stuff but i believe they're sleepying

#

i sure do like me some two-tone vouchers....

wanton rapids
#

the upgraded stamp one is great

#

as are the spectrals

sleek granite
#

jimbo jimbo jimbo jimbo jimbo jimbo jimbo
jimbo jimbo jimbo jimbo jimbo jimbo jimbo
jimbo jimbo jimbo jimbo jimbo jimbo jimbo
jimbo jimbo jimbo jimbo jimbo jimbo jimbo
jimbo jimbo jimbo jimbo jimbo jimbo jimbo
jimbo jimbo jimbo jimbo jimbojimbo jimbo

JIMBO TAKEOVER

cunning silo
#

added background

wanton rapids
#

oh yeah i sent it

cunning silo
wanton rapids
#

the morefluff

cunning silo
#

where?

wanton rapids
#

dms

sleek granite
#

itay, capable of phenomenal programming feats
unable to see little red dot in the corner

wanton rapids
#

tbf there's the message request thing

sleek granite
#

oh yeah

cunning silo
#

XD

#

i am blind

sleek granite
#

nobody ever really tries to talk to me so i dont really know how it is to be on the receiving end of a messages

cunning silo
sleek granite
#

finally, couluouru caurds

cunning silo
#

works with it

sleek granite
#

wait this is really a drop-in thing?

cunning silo
#

yup!

wanton rapids
#

wait really wtf

sleek granite
#

actual fuckin wizardry

cunning silo
#

just do what you usually do

wanton rapids
#

i'm shocked

cunning silo
#

and it will do it automatically

#

XD

wary moth
#

siick

wanton rapids
#

oh yeah; what colour should oddities be

sleek granite
#

well now 1/3 prereqs for me getting IsaacMod rolling are done tamariPlush tamariPlush tamariPlush tamariPlush

wanton rapids
#

purple?

sleek granite
#

oddities uses the desaturated purple you see above as its "set color"

#

but the theme of oddities is inherently that there is no theme so

#

honestly like literally whatever you choose haha

cunning silo
#

i really like having colors for my mods XD

#

Codex Arcanum is tan/brownish
Fusion Jokers is yellow
Composite Hands is black/dark gray

reef fern
cunning silo
reef fern
#

is there going to be a color standard? in order to prevent repeated colors? or does the mod creator just get to chose whatever they'd like

lavish jackal
cunning silo
#

i will test it

#

XD

kindred swallow
cunning silo
#

(if you want of course)

lavish jackal
#

balatrostuck is awfully unfinished but i shall dm it to you

cunning silo
#

BTW @wanton rapids i love your jokers

wanton rapids
#

balatrostruck is the aspect suits one

#

oh thanks

reef fern
#

there are so many good mods in the works that im scared this is going to become like my modded minecraft

sleek granite
#

i assume the colour cards are not able to be anything other than a static color

cunning silo
kindred swallow
#

gotcha

wanton rapids
sleek granite
wanton rapids
#

sure

sleek granite
#

animated jokers is literally why that emoji is called programming

cunning silo
#

oh it's hard?

sleek granite
cunning silo
#

is that a challenge?

sleek granite
#

i mean if you know how the AnimatedSprite class works it's probably easy

#

but i have little to no information on it

#

and im dumb

#

idk what an animation atlas is

cunning silo
#

BTW @wanton rapids im sorry but the lilac shade is...

wanton rapids
#

blame the pico8 palette

cunning silo
#

it's really desaturated

wanton rapids
#

if you can think of a better name then tell me

cunning silo
#

and that makes me sad

#

cause i love lilac

lavish jackal
#

i sent over balatrostuck

#

as Balatrostuck_superunfinished.zip

wary moth
wanton rapids
#

ok hear me out

#

Pack Pack

wary moth
#

yes a booster pack that contains booster packs

lavish jackal
#

thats actually a cool idea

wary moth
#

it is

lavish jackal
#

or hear me out

sleek granite
#

the oddity color is apparently "trendy pink"

lavish jackal
#

Mystery Pack

#

it can be any pack

wanton rapids
#

for cheap?

sleek granite
#

dirty deeds?

wary moth
#

idk if its released yet though

lavish jackal
#

but is it mod compat..

cunning silo
#

found an issue with @lavish jackal and the tab

lavish jackal
#

oh?

sleek granite
#

akai specifically, not its mod

cunning silo
lavish jackal
#

ah gotcha

cunning silo
#

that way it will be compatible

lavish jackal
#

like, all of the ui logic outside of the main func?

cunning silo
#

just the tabs

lavish jackal
#

so which functions are those

cunning silo
#

both of them

sleek granite
#

i assume this one

cunning silo
#

yup!

wanton rapids
#

also this is how i made the colour card badge change colour

#

probably extremely illegal

cunning silo
#

i am so dumb holy shit

lavish jackal
#

omg i need this now

sleek granite
#

thats probably not that bad tbh

cunning silo
#

i have a rainbow in my Philosopher's stone

wanton rapids
#

yeah it's probably the best way to do it

cunning silo
lavish jackal
#

wait so how does it work

cunning silo
#

that's what i did XD

wanton rapids
cunning silo
#

stupid math

wanton rapids
#

that's how i'd do it if i didn't just copy the code for dark_edition

lavish jackal
#

like what if i wanted to cycle through

#

12 hex values

wanton rapids
#

like hard jump?

sleek granite
#

homestuck ass animation

cunning silo
lavish jackal
wanton rapids
#

or spectral or whatever

#

um

#

that'd be annoying

#

but definitely doable

viscid spear
wanton rapids
#

is this for aspects?

lavish jackal
#

aspects and zodiacs

wanton rapids
#

that is the most compressed text i've seen

wanton rapids
#

flushes are WAY easier to get though

iron onyx
#

that's once per blind, right?

wanton rapids
#

nope lol

iron onyx
#

so basically

wanton rapids
#

dropkick infinite

#

assuming no X cards it's balanced

iron onyx
#

you can always win as long as you can keep getting straights

sleek granite
#

me when i run out of cards

wanton rapids
#

also that, the deck doesn't reshuffle like in sts

iron onyx
#

oh yeah i keep forgetting that part

viscid spear
lavish jackal
#

btw itay thank you for making that modded consumables modal

#

that is going to be incredibly useful

#

for like, people who play with way too many mods

reef fern
#

real

wanton rapids
#

do balatro mod devs actually play the game?

sleek granite
#

no

rare shell
#

no

lavish jackal
#

i do!

sleek granite
#

im too busy overthinking IsaacMod

cunning silo
#

there is the same amount of alchemical cards as there are base game spectrals!

sleek granite
#

(it'll be awesome when i get there ok)

cunning silo
#

is that enough?

viscid spear
#

im sure at least like, 5 of my jokers in here have been put in mods already lmao https://docs.google.com/spreadsheets/d/1EhX1TviLLW4z4-KLvTPBau5FKBrjF7w6nNXOoNjIYjc/edit#gid=0

lavish jackal
#

you should still make it and send it to vinny

viscid spear
#

i will dw

sleek granite
#

vinnehsaus,,,,,

viscid spear
#

even though my ass is gonna struggle with coding this thing

fallow bramble
rare shell
viscid spear
#

but hey its a start

cunning silo
#

also WHERE ARE THE ASPECT SUITS?

#

XD

wanton rapids
#

the aspect suits are balatrostruck

viscid spear
#

the legendaries are the blood bagel clowns

wanton rapids
#

different mod, see

lavish jackal
#

Autumn has them

cunning silo
#

oh wait

lavish jackal
#

made them out of spite after i suggested that lmao

cunning silo
#

balatrostuck
balatrostruck

#

i hate you people

sleek granite
#

me when i spread misinformation on the internet

#

you can't deny the balatrostruck Aces look dope af

wanton rapids
#

ok green needle is pretty funny

rare shell
#

this is very cool

viscid spear
cunning silo
#

time to transfer all of the alchemicals to a big atlas

fallow bramble
wanton rapids
#

god green needle / brainstorm was 5 years ago??

lavish jackal
#

guys should I make a Balatrostuck mod compat mod after I'm done with Balatrostuck

#

like, compat between Balatrostuck and Alchemicals

#

compat between Balatrostuck and TheAutumnCircus

viscid spear
#

screw it might as well make the art for that one

cunning silo
lavish jackal
#

playing Balatro with 20 mods and 10 compat mods when

sleek granite
wanton rapids
#

i have codex arcanum compat in morefluff

#

you can just conditionally register the card

sleek granite
#

yeah thats how Thac supports oddityapi

#

only loads any if oddityapi exists

#

and also how i handle cards within the mod that require other features of the mod, fwiw

#

if the joker stamps are disabled, all the joker stamp spectrals and the vouchers arent registered

lavish jackal
#

Karkat Stamp - this card scores at all times

#

Vriska Stamp - this card always wins its probability rolls

sleek granite
#

good fricken luck lmao

wanton rapids
#

only good with lucky card?

sleek granite
#

stamps go on jonklers

iron onyx
#

i mean

lavish jackal
#

Bloodstone

wanton rapids
#

oh i see

sleek granite
#

stamps are seals but for jonkling

lavish jackal
#

i think we will reach Minecraft levels of mega modpack stupidity in like

#

t-minus 6 months

wanton rapids
#

i can see that

#

although like

#

how much could you possibly add?

#

more consumeable types, sure, but they're still just consumeables

sleek granite
#

need my farming minigame

viscid spear
#

6 minutes

reef fern
#

is that a blind card?

wanton rapids
#

green needle

viscid spear
#

card for 'green needle' which is just brainstorm again

sleek granite
#

invoke the power of the Needle

#

maybe i could make blinds one day...

reef fern
#

not many blind mods out there

lavish jackal
wanton rapids
#

oh yeah cine cards

sleek granite
#

Oddities gaming

lavish jackal
#

also notmario

iron onyx
#

okay that is

lavish jackal
#

how do i cycle between 12 hex color values

iron onyx
#

fucking weird

lavish jackal
#

for the color

wanton rapids
#

like ease between them?

lavish jackal
#

yeah!

wanton rapids
#

gimme a moment

sleek granite
#

nah, homestuck ass animation

wanton rapids
#

just jump between them?

sleek granite
#

(we are not the same person)

wanton rapids
#

that shouldn't be that bad

sleek granite
#

(akai has better ideas)

lavish jackal
#

just like, smooth fade

#

lerp

wanton rapids
#

idk how to do a good colour lerp

sleek granite
#

i do not want to lerp with you

lavish jackal
#

nobody said good

#

it just has to be a lerp

wanton rapids
#

alright

#

in that order?

lavish jackal
#

yep!

#

this is for Zodiacs

wanton rapids
#

ok here we go

lavish jackal
#

yeag

#

what now

wanton rapids
#

i will figure it out™️

lavish jackal
#

so true

reef fern
#

im trying to get more into pixel art and thought it would be fun to try and make some balatro-type thing is there any tips you guys can think of to make this better?

viscid spear
#

a bit better

reef fern
#

i see

viscid spear
#

i think some more contrast would be nice overall

reef fern
#

appreciate it! also that needle looks badass

lavish jackal
#

kinda bored

#

ran out of balatrostuck juice for this morning

wanton rapids
#

um i think i may have it working

viscid spear
#

one of what?

lavish jackal
#

like, shiny green needle

#

🤔

#

also I have to finish the Pumpkin

viscid spear
#

i dont understand what you mean, i mean i kinda just made it lol
unless you meant code?

#

sry its late

wanton rapids
#

um i think i have them lerping correctly but in the opposite direction

lavish jackal
wary moth
#

balatro mods are awesome

wanton rapids
#

yeah i did the lerp the wrong way lmao

viscid spear
#

ohhh lol

sleek granite
wanton rapids
#

anyways this works(?)

local colour_list = {
        HEX("A10000"),
        HEX("A15000"),
        HEX("A1A100"),
        HEX("626262"),
        HEX("416600"),
        HEX("008141"),
        HEX("005682"),
        HEX("000056"),
        HEX("2B0057"),
        HEX("6A006A"),
        HEX("77003C"),
    }

    local anim_timer = self.TIMERS.REAL*1.5
    local progress = anim_timer % 1
    local chosen_colour_pair = (anim_timer - progress) % #colour_list + 1

    local left_colour = colour_list[chosen_colour_pair]
    local right_colour = colour_list[chosen_colour_pair % #colour_list + 1] -- this works?

    self.C.SECONDARY_SET.ColourCard[1] = left_colour[1] * (1 - progress) + right_colour[1] * progress
    self.C.SECONDARY_SET.ColourCard[2] = left_colour[2] * (1 - progress) + right_colour[2] * progress
    self.C.SECONDARY_SET.ColourCard[3] = left_colour[3] * (1 - progress) + right_colour[3] * progress
    
    G.ARGS.LOC_COLOURS["colourcard"] = G.C.SECONDARY_SET.ColourCard
lavish jackal
#

this goes in init game right

wanton rapids
#

in game update

#

so it runs every tick

wary moth
wanton rapids
#

like this

viscid spear
#

fixed it

lavish jackal
#

how is C.SECONDARY_SET.x defined

#

?

wanton rapids
#

oh wait

sleek granite
#

dumb teaser that may or may not make it into isaacmod

wanton rapids
#

put this at the top

#
G.C.SECONDARY_SET.ColourCard = HEX("4f6367")
lavish jackal
#

ah so just keep my thing gotcha

viscid spear
#

is there an easy way to disable certain mods that isnt just dragging them into a different folder lol

sleek granite
#

nope

viscid spear
#

dang

iron onyx
#

THREE TIMES IN A FUCKING ROW

sleek granite
#

yeah whats up

iron onyx
#

why does this game like not starting up for me i just want to test my shit

#

😦

sleek granite
cunning silo
#

Yeah I have no more ideas XD

#

maybe I will start work on Composite Hands

sleek granite
#

itay you should add oddities to codex (if you want (its ok if you dont wanna))

cunning silo
#

XD

stone brook
#

yo im back i couldnt sleep

cunning silo
#

you didn't miss much

#

i made something cool

sleek granite
#

yo im back i cant decide what to do so im just chiling here

past tendon
#

I can't believe this game is only 2 months old. I didn't expect to see so many cool things from the modding community in such a short span of time

sleek granite
#

oh should i slow down

wary moth
iron onyx
#

FUCKING

FINALLY

#

and you wanna know what the problem was?

#

you wanna laugh, autumn?

#

in the loop where i was looking for non-X cards to pass ranks from

sleek granite
#

i forgot what the symptom was

iron onyx
#

i was passing the loop number instead of the card at that loop number

sleek granite
#

oh good

sleek granite
#

i should maybe see if i cant reverse engineer X cards into other enhancements

iron onyx
#

yeah, just

sleek granite
#

clearly trying to do them myself was a dumb idea

iron onyx
#

wait a little bit

#

i'm about to update em

#

so they aren't as breaky

sleek granite
#

oh i mean, the actual X card logic is w/e

#

just A Functional Enhancement At Alll

#

one that i can perceive without reality dying

iron onyx
#

uhhhhhhh

#

testcard loads fine for me

sleek granite
#

if i can't iteratively create enhancements for whatever reason then im really not looking to be writing 8000 lines to register enhancements

iron onyx
#

all i can say is, just try initializing them iteratively into a table variable and THEN passing that table variable into the newEnhancement() function

sleek granite
#

why do i have to call it a sprite ugh

iron onyx
#

i am new to lua so maybe it's... literally because the parameter is "card" instead of "args"

#

idk

#

i'll make those two minor changes and see if that helps any

#

changing "sprite" to "atlas" and "card" to "args"

#

maybe the entire problem is that you're thinking i'm experienced at lua when

sleek granite
#

ok ill go remake my grass card code programming

iron onyx
#

i'm not

sleek granite
#

thats me literally all the time when im coding shit

iron onyx
#

same fam

#

like, literally

#

i created an entirely new localize function

#

just because i was like

sleek granite
#

grass...

iron onyx
#

"how the fuck is this not working like i expect it to"

lavish jackal
#

🥺

sleek granite
#

this is just a test anyway

#

what the fuck is 🥺 i dont speak bottom

iron onyx
#

there we go, changes are committing

sleek granite
sleek granite
#

classic plead

#

screaming

grand geode
#

curse of three billion crash messages

sleek granite
#

curse of enhancements are impossible /shrug

#

it works even less than before ( i can't even register the enhancement now )

fallow bramble
#

Your crashes shall be many and your fixes few

sleek granite
#

yea

#

i guess i will just not make enhancements 🤷

wanton rapids
#

enhancements are the stuff of evil

cunning silo
sleek granite
#

Duck

wanton rapids
#

actual duck?

cunning silo
#

duck

#

now with description

sleek granite
cunning silo
#

XD

lavish jackal
cunning silo
#

ooh

#

love this art

lavish jackal
#

Fluorite Octet

#

Fluorite Octet - Rare
1 in 8^8 chance to trigger X8 twice
otherwise []

Gives +8 Mult per card scoring
Create a random Tarot card
Gives +800 Chips
Gives $20
Create a random Spectral card
Level up played hand by 3 levels
Level up Light Aspect
(these will cycle through, only one applies)

#

one of the 5 Vriska jokers

sleek granite
#

need 8 vriska jokers

lavish jackal
#

TRUE

#

5 Rares

#

2 Uncommons

#

1 Common

cunning silo
gilded vortex
#

The 8^8 also seems a bit much. I feel like 8*8 would be sufficiently rare

round oar
gilded vortex
round oar
#

think of the last time you saw cavendish go extinct, then reappear in the next shop only to go extinct again

gilded vortex
#

I don’t buy Gros Michael 🤔

wanton rapids
#

hm

#

paint can seems a bit strong rn

#

might nerf it to 2 in 5??

lavish jackal
#

there we go

wanton rapids
#

also what should loaded disk do

gilded vortex
wanton rapids
#

spamton

#

just a joker

#

x3 mult
debuffs enhanced cards before hand is played

#

?

round oar
#

common - destroy a random card in played hand, adds all cards back when sold or destroyed

wanton rapids
#

hm

#

seems kinda jank

round oar
#

idk probably wouldn’t work in practice

#

but it is funny

gilded vortex
wanton rapids
#

oh fair enough

gilded vortex
wanton rapids
#

the destroyed cards one

#

actually i might just make it remove the enhancements like vampire

#

removing enhancements feels spamton-y

round oar
gilded vortex
#

I think as is you don’t really want to sell it anyways

round oar
#

you would eventually

sleek granite
#

spamton
earn between -$10 and $10 each round

round oar
#

also it would scale hologram ridiculously

gilded vortex
round oar
lavish jackal
#

god this is so sick

sleek granite
#

sorry

wanton rapids
#

spamton gives $1 for each 1,9, or 7 played, and retriggers nines

gilded vortex
round oar
gilded vortex
round oar
gilded vortex
#

At most you care about the number of cards

gilded vortex
#

You can play 3 High Cards

#

And remove 3 cards

#

Unlike Trading Card

round oar
#

oh yeah true

#

i might actually add it to my joker mod then

gilded vortex
#

The randomness is a downside that might make it unplayable, but otherwise it has an upside

gilded vortex
round oar
#

ok yeah

gilded vortex
#

If you want an UI, I’d copy the small deck UI when you hover over it.

#

You can’t see Enhancements but w/e

round oar
#

i do plan to have a few synergies with destroying jokers

round oar
#

might suck incredibly to implement

gilded vortex
#

I mean, I’d go with no UI or that UI

round oar
#

ill at least show the number of cards then

gilded vortex
#

Yes, that’s good

grand geode
#

shitty sprite i don't care

sleek granite
#

who up jimbo they prowess

gilded vortex
fallow bramble
grand geode
#

1+0.75*6

#

Aces are 11