11/13-11/27: Polishing The Game
I’ve had a lot of progress over the past week. Here are my updates:
Art Integration (3 hours)
A lot of my time this week was helping out with the art integration. Our artists have been hard at work creating assets for the game, but due to production delays, most of it was not in the game. This became a problem for the state of the game and the motivation of the team. I worked directly with our art lead to integrate our existing assets, which includes:
Icons for different rooms and systems
Room art for the weapon, sonar, shield, and medbay rooms
UI Recoloring and Icon changes
Character Portraits for various narrative characters
Below, you can see before and after pictures:
Bug Fixes (3 hours)
In addition to art integration, a substantial amount of my time was spent fixing bugs in our game. Our big feature broke a lot of elements of the game, so it was our duty as a programming department to fix them. I fixed many bugs, including:
Fixed a bug where players can’t replace systems or crew correctly
Fixed a bug where pause menu buttons were not functional
Fixed a bug where alive crew members will disappear when damaged
Fixed a bug where the player can’t have more than 2 weapons
Fixed a bug where pathfinding was unsuccessful
Fixed a bug where the buffbay would not appear in the ship during combat
Fixed a bug where empty rooms would be marked as destroyed internally
Tutorial Improvements (2 hours)
I also focused on improving the tutorial based on feedback from design. The big improvements are:
The player is physically restricted from purchasing systems out of order, or from purchasing crew before systems
The player is forced to place systems in specific rooms, rather than being able to choose
The player can’t have a shield manned at the start of combat
The player is now forced to have a medbay
The player is now forced to have two crew members
The crew’s highlight is now much more polished.
Repository Management (2 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 44 pull requests these past two weeks, which was (thankfully) not as high as the previous sprint. Because we were focused on bug fixing, our merge conflicts were substantially less impactful than in previous sprints.