Problem: Skip Memory
Reported By: Nicholas Taveras
October 13th, 2023
THE PROBLEM
In Psyche Memories are essentially cutscenes. When you play a memory from the memory menu and skip a memory it would cause the memory menu to close when the memory would have originally finished before it got skipped.
THE SOLUTION This is because the skip memory functionality calls the toggle memory menu function and it also gets called when the memory would have originally finsished. To fix this I added an if check when the memory is palying to check if the memory that is currently playing is null if its not then it will proceed if normal and if it is it will do nothing. I also set the current memory to null whenthe memory is skipped to ensure that the previous if check is being utilized correctly.
Get Psyche
Psyche
Welcome to your next great souls-like adventure!
Status | In development |
Author | Sad Ogre Studios |
Genre | Role Playing, Adventure |
Tags | Atmospheric, Fantasy, Indie, mind-bending, psyche, Sci-fi, Singleplayer, Souls-like, Third Person |
More posts
- Problem: Harder Isn't Always More FunDec 14, 2023
- How to make the controller feel more responsiveDec 14, 2023
- ModelMayhem: A Programmer's TaleDec 08, 2023
- Problem: Face Your FearsDec 03, 2023
- Time to show our real main characterDec 01, 2023
- Problems: melee combat system is too boringNov 24, 2023
- Problem: Frames Win Games?Nov 17, 2023
- Problem with camera transitionNov 16, 2023
- Combo Attack systemNov 11, 2023
- Problems with code reusabilityNov 03, 2023
Leave a comment
Log in with itch.io to leave a comment.