#helping forum

1 messages · Page 1 of 1 (latest)

golden tinsel
#

mostly for me to ask for help but anyone else can ask things too!

#

my list:
**1.**how do i add a sprite on screen (that isn't a joker or anything.. jsut a random sprite
and after that, how do i animate it and let it move?

**2.**is there a list with jokers remade as if they were made steammodded (for example to show how to check for glass cards breaking)

3. idk yet still need questions

weary meadow
#

For 2, just open up card.lua and search "Glass Joker". You can do this for basically any joker.

golden tinsel
#

been trying for a while now, my brain cannot make sence of it all 😢

golden tinsel
#

oh uuh-

#

i made my joker break?

thick reef
#

So I was nodding and now all my spectrals are gone. And right now I can't retrieve the local files because I have no Internet. What can I do

#

Moddong

#

Modding

golden tinsel
thick reef
#

Nvm I got it. Luckily I have the balatro demo on my computer so I can transfer my textures over. Now I just need to find mods that can change my tarots and spectrals textures that are supported by 1.0.0 lol

golden tinsel
#

👍

golden tinsel
#

i did find:
if self.ability.name == 'Glass Joker' and not context.blueprint then
local glasses = 0
for k, v in ipairs(context.glass_shattered) do
if v.shattered then
glasses = glasses + 1
end
end
if glasses > 0 then
G.E_MANAGER:add_event(Event({
func = function()
G.E_MANAGER:add_event(Event({
func = function()
self.ability.x_mult = self.ability.x_mult + self.ability.extraglasses
return true
end
}))
card_eval_status_text(self, 'extra', nil, nil, nil, {message = localize{type = 'variable', key = 'a_xmult', vars = {self.ability.x_mult + self.ability.extra
glasses}}})
return true
end
}))
end

            return
        end
#

but i cannot for the love of got turn it into a smods joker-

weary meadow
#

Check your contexts.

golden tinsel
#

wha- how? also what do i needa check for?