11/5-11/19: Options Menu & Stability
I’ve had a lot of progress over the past two weeks. Here are my updates:
Options Menu (3 hours)
While feature work on the game was winding down, I still had at least one medium sized feature to work on - the options menu. The options menu was put off until the very last minute, and Howard worked on the visual skeleton for the pause menu, but now I needed to fill it with features.
The features I implemented include:
Audio Settings - Audio settings are a standard for all games, especially WolverineSoft Studio games, and they needed to be implemented in this game. I worked in both Unity and WWise to make the audio sliders. I implement the audio settings through WWise buses, which can modify the properties of incoming audio (such as the volume).
Camera Panning Settings - We have received feedback that certain players don’t enjoy the Camera Panning, specifically the mouse camera panning. I made settings to turn mouse camera panning on and off (WASD camera panning is always enabled to ensure the map can be traversed) and to change the speed of the camera panning.
Exhaust Settings - There are some players that want to manually end their own turns rather than having it be “exhausted” when the player can’t do anything else. Thus, I made settings to allow players to turn it off.
Unit Changes (1 hours)
In addition to the settings menu, I also made the following (relatively quick) changes to the units:
Units now have counters (for instance, if a Sorcerer attacks a War Balloon, they do 40 extra damage)
Units now change their damage based on their health (for instance, if a unit has 75% health, they do 75% damage).
Bugs & Stability (8 hours)
I worked on a lot of bugs this week, including:
Fixed the integration of the IsCapturable component (refactoring the logic of capturing from a City to a separate component)
Fixed the War Balloon’s animations, which got reverted due to a merge conflict
Fixed a bug where players spawn without a Faction assigned
Fixed a bug where cities would not display the proper mesh (which I had to fix several times)
Fixed a bug where the Lobby screen would not update correctly to show the other player’s images
Fixed a bug where cities would not be selectable
Fixed a bug where Key Location captures would not send messages correctly
Fixed a bug where the tutorial missions did not set the player’s turn correctly.
Repository Management (4 hours)
I spent a lot of my time on maintaining the repository, which involves merging pull requests, fixing Merge Conflicts and hotfixing the build when needed. I merged in 104 pull requests this sprint (audio not included, as Daniel does most of that), which is double the previous two week period. Much of my time was spent on solving merge conflicts, of which there were only a lot (I counted 15); These merge conflicts were complicated, as they would involve complex features that change and add elements to prefabs and scenes. Solving these conflicts involved advanced techniques, such as using transfer prefabs. Overall, the negative impact of merge conflicts on the team were mitigated.
Meetings and Office Hours (4 hours)
A lot of my time this week has been spent in meetings. There are a few types of meetings:
The Weekly “All Hands” meeting: This is where every programmer is required to come every week to meet with their squads and then meet with me to discuss their tasks for the week. These meetings can go on for two hours, as there are a lot of things to discuss and the teams are large. During these meetings, I go through my members one by one, discuss what they talked about in their squad meetings, and ensure they have good tasks.
Office Hours: These are a type of optional, opt-in work sessions that I host once a week for an hour. These are places where programmers can go to get help or work collaboratively. Only a few programmers have taken advantage of this, and I hope more do. This time is mostly used by artists and audio people to ask me questions and talk to me about potential plans