#Recipe tweaker

1 messages · Page 1 of 1 (latest)

molten horizon
#

Cleanest update clip ive seen to date

pine musk
#

10h version of the waiting music when

#

oh lol i forgot i was using an unofficial port on my current k2se run to remove imersite from the purifiers trianglepupper

dusty moon
#

huh, weird

dusty moon
#

Recipe tweaker

dusty moon
#

@pine musk should be fixed now

pine musk
#

thx, what was it? ChibiHappy (there's no git to diff)

dusty moon
#

just forgot to handle removing ingredients in the diff function that I also use to validate the confirm button

else
    ingredients_diff[#ingredients_diff+1] = diff
pine musk
#

ah

dusty moon
#

that area has changed a lot in development so it used to work, then the condition changed and it stopped working

pine musk
#

i still run into breaking previously manually tested features too, comes with modding ChibiHappy

pine musk
#

some space exploration interaction made the gui impossible to close again trianglepupper

dusty moon
#

I've been getting a couple reports about that, I don't think there's anything I can do about it @pine musk

#

the game updated custom input events to still happen for gui clicks and now mods have to handle that or something

pine musk
#

odd that that messes with the close button

#

i did see the commits pass by but no idea what it would effectively mean on the ends of modders in terms of backwards

dusty moon
#

to be fair I haven't exactly looked into it too closely myself, but I can tell you that the mod works in otherwise vanilla games, so it has to be other mods messing with it

#

I feel like it should have been an opt-in thing for custom inputs

pine musk
#

in that case i guess the culprit would be leftclick aka building place custom events, but weird that those prevent the gui from closing, can't even close it with the shortcut bar or escape either, so odd

molten horizon
#

Wait whats blocking it?

dusty moon
#

I have no idea, I can only assume some other mod is consuming the gui input and preventing recipe tweaker from doing anything with the click

#

I still don't know which mod is doing it, I haven't had any minimal reproduction reports yet

pine musk
#

the weird part is when i remove all other mods its still stuck, only some weird combination of random button presses on like the open shortcut and the gui buttons that do work seems to unstuck it again

#

oh that's funny that even manages to un-stuck it with my full mod suite intact

#

so it might just be a bug entirely within recipe tweaker, like opening the shortcut in latency whilst also trying to open other stuff, who knows