Skip to main content

Alpha Presentation and Sound Libraries

Up until the Alpha presentation on Friday, I worked on bringing in Maxime's Living Room environment obj-model into Mitchell's A-frame prototype. This required importing the obj, positioning it appropriately, setting materials, and adding some lights into the scene (~2hrs). There were some issues at first with the model being small enough but feeling very cramped; there was not enough space to really build furniture. This model will need to be adjusted in the near future to fix this. Another issue was that the materials were not loading properly and adding lights turned everything black. Some experimentation with the light types, positioning, and intensity helped to solve this to be sufficient enough for the Alpha prototype, which can be seen in the image below.


I also worked on helping to try debug the code for the snapping function (~2hrs), which involves a snap to the correct position when two furniture pieces collide at the appropriate location (i.e. table leg touches the join position of the table top). JavaScript and A-frame are very finicky, and the console log messages were quite vague.

During the reading week, my main goal is to find sound effects for the game and to create a looping soundtrack for both environments. A big challenge I had this week is that it is Reading Week and I originally had a lot planned, some of which unfortunately had to be cancelled due to the amount of homework assigned.

I also looked into sound effect libraries for ambient sounds and other noises that would be relevant to our game (~2hrs). Some resources I found for free sound effects include:
https://www.freesfx.co.uk/sfx/wood
https://www.freesfx.co.uk/sfx/metal
https://www.freesfx.co.uk/sfx/weld
https://www.zapsplat.com/sound-effect-category/factory-and-warehouse/
https://www.zapsplat.com/?s=living+room&post_type=music&sound-effect-category-id=

Comments

Popular posts from this blog

Sprint 5 - Finishing the Furniture

This week, I completed modelling (4hrs) and texturing (7hrs) the furniture that will be used in the scene. It took longer than I expected because I had difficulty nailing down an art style while also working with new techniques in Substance Painter that I wasn't familiar with. A big challenge was finding a style that I really liked and understanding how to achieve that. My experience is more in realistic modelling and texturing where it's easy to see where things don't look right. However, with stylized pieces, it's up to my own interpretation. I'm also working with a very base, low-resolution mesh because I want to avoid creating too much detail through normal or height maps. The simpler, the better, but, the simpler, the less there is to work with. The grand solution in nailing down a flexible art style was through the use of ambient occlusion. By baking the same model over itself, I get an AO map, which already improves the look dramatically as it removes ...

Aframe Systems and Networked-Aframe

This week saw less direct contribution to the project, and had a greater testing and learning component to it.  Most of my time in the past week was devoted to a different Aframe project that involved a multi-user interaction with a cooperative and competitive component.  I used this project as a guinea pig to test out Networked-Aframe and some more 'advanced' Aframe design patterns (~25 hours). Networked-Aframe is a framework built on top of Aframe that integrates WebSockets and component syncing to streamline the process of creating multi-user Aframe projects.  The main feature of Networked-Aframe we are interested in was the voice chat support, as we feel it could be a great feature to have for playing the game with friends remotely.  However, I also set out to see if there are other features in the framework that could be useful in developing our project.  An element I did find useful was component syncing, which uses HTML <template/> tags to create ...

[WEEK 3] Illustrations and Alpha Prototype

This week, we need to complete the user interaction specification document, which contains many graphical components that need to be created. This includes the storyboard/wireframes, design compositions, and the architectural flow of our game. Additionally, the Alpha prototype is due next Friday! This is a huge priority and at this point, we will be relying on Mitchell to work on coding majority of the functional elements. Primitive environments have been prepared by Maxime, but they need to be tested in a VR environment (i.e. for scale). Priscilla will be putting together all the parts of the proposal document and supporting both Mitchell and Maxime with their tasks.