Volume Adjustment and Pause Menu
Author: Isobel Hammonds
Posted on 11/16/2023
Overview of Work:
- UI Menus: User interfaces the player will use while playing our game. This includes; Main menu, Pause menu, and Options menu.
- Volume adjusting options: This will allow the player to adjust the volume of the game to their preferred listening experience.
- Button functionality in code: Converting blueprints into code so that everything is operational in written code
Problems I Ran Into:
Problem 1
- Music scroller doesn't adjust the volume.
- Problem: When using the scroller the volume would update to the adjusted value. This can cause some players with different hearing sensitivities to not get the best experience they could while playing our game.
- Solution: After some research and help from a fellow teammate we found functions within Unreal to set and push the new value of the sound to the game.
- Small note: I am still working on figuring out how to save the scroll's current position so that it is in that same place the next time the player opens the options menu.
Problem 2
- Pause menu not operational in the combat level.
- Problem: When entering the combat level after encountering an enemy, when the player would press P it would not bring up the pause menu and freeze the game in place. This can cause a multitude of problems for the player, as they will not be able to access the options, cannot exit the game, and will have to constantly restart when this problem occurs.
- Solution: After some double checking of our work, a fellow teammate and I found a cast within our blueprints that was one of the big causes of the issue. After that, we decided to move around functionality to better accommodate for the use of the functions within other blueprints in our project.
Quest for Dominion
Status | Prototype |
Authors | Quest for Dominion, rdionian, RaGinCagin, Jkeith, StacyFelde, PhantomIsobel |
More posts
- Pathfinding12 hours ago
- Level Loading5 days ago
- Grid Connections and Managing5 days ago
- Components5 days ago
- Grid Making
Get Quest for Dominion
Quest for Dominion
Status | Prototype |
Authors | Quest for Dominion, rdionian, RaGinCagin, Jkeith, acefizz, PhantomIsobel |
Genre | Adventure |
More posts
- Button SoundsMar 01, 2024
- Bug Battles: Last ShowdownFeb 29, 2024
- Feedback and Final Debugging touchesFeb 24, 2024
- Tutorial TrialsFeb 23, 2024
- Tab Menu BugFeb 23, 2024
- Tutorial TriggerFeb 17, 2024
- Tutorials and Bug FixesFeb 17, 2024
- Teaching the User CombatFeb 16, 2024
- Coming to an EndFeb 10, 2024
- Nothing Much 2.0Feb 10, 2024
Leave a comment
Log in with itch.io to leave a comment.