Fixing the Saving and Loading
When working with the saving and loading for our game, I ran into an issue where a save file would be created when entering the main menu. This issue would cause conflict with the load game functionality as it would allow the player to load a game even if they haven't started playing yet. Normally the load button would disable when there's nothing to load, but like before it would make it so the load game button is always active.
To fix this issue I decided to revamp the saving and loading a little bit so it would be a lot simpler and more efficient. The game mode blueprint will create a save on event begin play if there is no save file found on the players game. To fix the edge case where a save would be made on the main menu level, I added a check to the begin play that skips all the functionality if the current level is the main menu. With this and other small revamps, the save system and game mode bp are overall easier to read and use for the other team members.
Shutdown
Status | Released |
Authors | TheSenate2002, ekicks0, Vrixic, CameronEuston, Boomishhe, mditcharo |
Genre | Puzzle, Adventure |
Tags | First-Person, Singleplayer |
Languages | English |
More posts
- The FinallyApr 27, 2023
- Post Mortem VideoApr 27, 2023
- Fixing issue with Hud not being validApr 27, 2023
- Finalization of GameplayApr 27, 2023
- Circuit Puzzle ChangesApr 27, 2023
- Touching Up SoundsApr 22, 2023
- Level MusicApr 22, 2023
- Getting people to play the gameApr 21, 2023
- Tuning the Lighting in Level 3Apr 21, 2023
- Static Mesh Mass ScaleApr 21, 2023
Leave a comment
Log in with itch.io to leave a comment.