walkawayy

Results 130 comments of walkawayy

> I can submit PR with changes to the shaders if nobody objects. > > I didn't need other changes on my side but I don't know about others. Go...

BlackWolfTR had a user report that they can't open the custom game [Into the Realm of Darkness](https://trcustoms.org/levels/3541) Here's the error: ![image](https://github.com/LostArtefacts/Tomb1Main/assets/81546780/ebb926db-144d-42e3-b036-31d914289cea)

I think this can be closed since it's now a console cheat as Lahm linked in the PR @rr-

@vini1264 can you try to play again on the latest release (2.12.1) and confirm if this bug still exists? Now that we have an installer, maybe that could fix some...

This already exists in `Tomb1Main_gameflow.json5` unless we think this should be added to the config tool?

That's a good point about custom levels. I'll think on it. And maybe we can ask some creators like Sabatu what their thoughts are.

If you press ESC or action during the Eidos fade in, it will start to fade out instantly. So the faster you press, the shorter the fade out and skip....

@rr- I think this is because of the effect routines running in `sound.c`. https://github.com/rr-/Tomb1Main/blob/4432f86bdb2b6cf1935bc76ba7b78804a06cc46b/src/game/sound.c#L220 before it's checked: ``` if (!m_SoundIsActive) { return; } ``` The bug affects flip effect routines...