#helping forum
1 messages · Page 1 of 1 (latest)
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
For 2, just open up card.lua and search "Glass Joker". You can do this for basically any joker.
been trying for a while now, my brain cannot make sence of it all 😢
i have yet to find a way to effectively copy their abilities :(
oh uuh-
i made my joker break?
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
get rid of the mods in ur mod list? exept for the steammodded and lovely? maybe that helps?
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
👍
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.extraglasses}}})
return true
end
}))
end
return
end
but i cannot for the love of got turn it into a smods joker-
Check your contexts.
wha- how? also what do i needa check for?