Meeting with Make-A-Wish (last weekm not discussed in last blog post)
Dev dicussion:
We discussed a bit momre about the overall story and how to properly incorpoarte Christopher's granpa into it. WE have fully departed the
initial idea of including a multiplayer aspect, and are now fully committed to granpa being incorporated as a "guiding wisp" that would represent
his spirit. Full details of this wisp is still TBD. Dicussions on the tutorial scene also took place. We discussed how elaborate it should be to properly
acquaint Christopher with the controls.
Art Discussion:
A lot of the discussion during this meeting was art based. We have departed from our initial dojo model setting. This setting was too realistic and would look
a bit jarring when compared to the cartoon-y theme of the monsters we will incorporate. So we then continued discussing the setting we will actually use,
we settled for a simple shrine area that we will modify to have entryways. Along with setting discussion, the appearance of monsters was also discussed, we tried
to make sense of the drawings Christopher gave us. Additionally, small discussions on decoration assets to place and we were introduced to a mood board that
we will use throughout the project for art. Also, one of the artists gave us a sample of what the wisp would look like and is ready to push their work.
Natalia: worked on final scene effects, figuring out how the reward object should look. She desigend a particle effect that would surround the reward token
as well as doing initial work on the animation that gives the player the reward. Since our game was silent, we needed to include environement sounds. Natalia
began this work by exploring audio adding clips for fire and experimenting with 3d sound in preparation for next step in audio development.
Corey. Corey had worked on the API/interface of the monster last week and that worked continued until this week. With that, he also began working on how to
unify all Monster behavior, such as the NavMesh and his health interface, into one Monster class. This will make our code base more manageable and readable.
Marc: During the week Marc worked to make aim assist more intuitive and bug free as well as added new targetting system objects.
Before the week, aim assist with the ninja stars had a wingdow angle that was buggy. When the star is thrown at this angle it briefly pauses and flutters down.
The physics during this is uncanny and should be eliminated. A workaround was to make aim assist more aggressive but that leads to issues where throwing feels unnantural.
Marc will continue this work onto next week.
With that, Marc also worked on another targetting system. We planned on the game starting out in an empty shrine, so there needed to be something that spawned targets
for both the sword and ninja star. The ninja star system was covered last week. This week Marc made a target system that works with swords.
Lily: This was a research week for Lily. Something still TBD about the game is how we are incorporating voice lines. We have two options: pre record them and have an event
that dictates when they should play, or have audio feed coming from a mic. The latter option will give us more flexibility. Lily's task was to verify the posssibility of
having this feed.