#[WIP] Spectral Recolouring - Currently Broken

1 messages · Page 1 of 1 (latest)

wide obsidian
zealous crag
modest bridge
#

trance changing crash screen color is cursed

#

also I ended up getting the same error, this fixed it but I got a new one

shaders = {'recolour', 'negative', 'holo', 'polychrome'}
for _, v in pairs(shaders) do
    local file = NFS.read(SMODS.current_mod.path.."/assets/shaders/"..v..".fs")
    love.filesystem.write(v.."-temp.fs", file)
    G.SHADERS[v] = love.graphics.newShader(v.."-temp.fs")
    love.filesystem.remove(v.."-temp.fs")
end
wide obsidian
#

I shall take a look later today

wide obsidian
#

OH

modest bridge
#

When I get back on Balatro I will

wide obsidian
#

is this from the main branch?

modest bridge
#

Unless you already found it?

modest bridge
wide obsidian
#

yeah it uses some functionality from my edits to steamodded

#

I was planning on trying to figure out the weird pixel smoothing stuff before making a PR to the main dev branch

wide obsidian
#

[WIP] Spectral Recolouring - Currently Broken