<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Cube Project Learning Journal by Sim Suihien</title>
      <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-05-06 01:54:20 UTC</pubDate>
      <lastBuildDate>2025-05-09 11:23:22 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Learning Wwise</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438509916</link>
         <description><![CDATA[<p>During this week, we were introduced to Wwise, an audio middleware that plenty of different video games use to handle their sounds. I was already aquatinted with this software before I even knew it; having played games that used Wwise such as Hunt: Showdown 1896, Helldivers 2 and more. </p><p><br></p><p>During this week's lesson, we were given a quick overview on how Wwise worked; learning the different funtions, and given a few examples to implement into the Cube project, such as basic enemy sounds. We chose the Wilhelm screams, and used various Wwise functions to create a randomised container of different variations of the scream to an ogre death trigger, which meant whenever an ogre died to the player, it would choose one of the various sound bytes in the randomised container and play it. </p><p><br></p><p>After this example, I decided to start looking through the Wwise project triggers, and started grouping them up. Creating categories such as Footsteps, Player Interactions, Weapons, Monster SFX and such, I started organising the different groups of sound I would have to make, and thus could start planning on how I was going to create them.</p><p><br></p><p>So far, I believe that I learned the various functions of Wwise decently well, and I could navigate the program efficiently enough that I would be able to start implementing sounds on my own, which would now lead me towards beginning to create the sound effects for my Cube Game.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-05-06 18:31:27 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438509916</guid>
      </item>
      <item>
         <title>Creating Footsteps</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438731317</link>
         <description><![CDATA[<p>After learning how to implement sounds in Wwise, Mark demonstrated particular techniques for creating footstep sound effects. For player specific footsteps, we want the sound to alternate between left and right for immersion purposes, so we would create two randomised containers; one with footsteps panned to the left, and one panned to the right. These two containers would be fitted into a step-sequencer, where we programmed Wwise to alternate between the two randomised containers in a specific manner, pulling one random sound effect from each container alternately.</p><p><br></p><p>In order to create the actual footsteps, however, I had to pull from my previous skills learned from James a couple months ago. I first decided to record foley live, but after a couple days decided that it was not working well enough for me. Instead, I decided that I would look online for different footsteps on different materials, and directly implemented those sounds into my footstep sequencer system. </p><p><br></p><p>In order to give the game the ability to pull from the various footsteps sounds I created, I had to make a switch container, which will allow the game to switch between different sequencers I created depending on what terrain the player walks on. After implementing it, it seemed to work great; using the stone footstep sequencer whenever the player walks on stone surfaces, and using the sand footstep sequencer when the player is on sand, and vice versa.</p><p><br></p><p>It was a shame that I was not able to fully create my own footstep sounds, but I realised my limitations and sought to work around that as I still had plenty of other work to do over the next few months.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/21cb260260214d06b8419264e0dca156/Screenshot_2025_05_09_at_12_02_03_PM.png" />
         <pubDate>2025-05-06 23:03:20 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438731317</guid>
      </item>
      <item>
         <title>Creating Weapon SFX</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438740334</link>
         <description><![CDATA[<p>The Cube Game had various weapons for me to create the SFX for. There were 4 main weapons; the ice gem, the fire gem, the poison gem and the lightning gem. As a baseline for creating these sound effects, I decided to break down the sound into components. Modeling them after gunshot sounds, I decided to have an initial trigger sound, the report of the projectile, and an echo that draws out the sound. For example, the Ice gem used a mixture of glass and ice breaking as the initial trigger and projectile report sound, and I used a howling wind as the echo to simulate the echoing gunshot after the initial bang.</p><p><br></p><p>I used this philosophy to create more sound effects for the fire, poison and lightning gem. For the fire gem, explosions and crackling fire SFX were used. For the poison gem, thick bubbling/mud splatter effects and acid hissing sounds were used to simulate the thick, caustic nature of poison, and the lightning gem used a combination of a thunderstorm and an electrical transformer to create a loud, strong sounding weapon, reflecting its damage in the game.</p><p><br></p><p>Overall, I felt like I've done a good job for these weapon sounds, making them sound distinct from each other, but representing the weapons they were implemented onto well. Thankfully, implementation was easy; I only had to use a randomised container to hold the sound effects I made, and linked them to the weapon use triggers in the game.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/82dc490d51cded73ab7d54753d24e594/Screenshot_2025_05_09_at_12_00_20_PM.png" />
         <pubDate>2025-05-06 23:16:07 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438740334</guid>
      </item>
      <item>
         <title>Interactable SFX</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438746777</link>
         <description><![CDATA[<p>A core part of the Cube Game are interactables. These include the jump pads players can jump up from, potions to heal the player, hats to give players more armour, and even a super gem to boost their attack power. All are various, different sounds that I decided to tackle in different ways.</p><p><br></p><p>The potion and wizard hat items were mundane compared to some of the other interactables in the game, so I decided to make them simple, but clean. Since the potions were glass vials with a cork stopper, I decided to use a cork pop sound effect, followed by gulping sounds to simulate the player character drinking the potion. Meanwhile, the wizard hat item would just use a rustle sound effect. Funnily enough, I had trouble finding the correct sound effect, as cloth rustling sounded too uninteresting and small for my game's purpose. Thankfully, searching for rough bag-handling lent me the perfect sound for simulating the player wearing the wizard hat, and sounded distinct enough that the player would recognise they had interacted with the item. This served as a great reminder for me that the best sound is not always realistic, but immersive.</p><p><br></p><p>Meanwhile, I was having trouble coming up with the idea for the Super Gem. I started with the idea of the Starman theme from the Super Mario series (the melodic theme that plays whenever the player picks up the star item), but I decided it would detract too much from the game's music and it would be a pain to program Wwise to mute the game's music as the Super Gem item was picked up. Instead, I settled for a sound that would feel empowering to the player. Using samples from storms and other natural disasters, I layered them all together to form a background sound for the player that would make them feel powerful, like a natural disaster that I had pulled the sounds from, and helping them feel the impact of the Super Gem item through this piece of immersion.</p><p><br></p><p>The Jump Pad was easy enough; all I had to do was find a 'Poof' sound effect and program it to play whenever a player stepped on one, and it served my purposes well enough.</p><p><br></p><p>Thankfully, all of these sounds did not take too long for me to figure out. I did learn a lot making the sound effect for the Super Gem though, and it taught me how I could use sounds from unintuitive sources to serve a drastically different purposes; as how I had turned a sound from an event people fear into one that would make the player feel unstoppable.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/e757b21bd5717fd74262ddd876897712/Screenshot_2025_05_09_at_8_53_30_AM.png" />
         <pubDate>2025-05-06 23:24:55 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438746777</guid>
      </item>
      <item>
         <title>The Portal</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748077</link>
         <description><![CDATA[<p>This week's lesson had revolved around implementing the portal sound effect. In the map, there is a hovering mirror object that when touched, it would teleport you to a previously chosen destination. </p><p><br></p><p>I decided to create my own sound effects for the portal first. In logic, I was able to use some of the synths I had to create some interesting sounding teleporter loops, and a decent enough teleport sound. </p><p><br></p><p>To implement the sound, I had to first make Wwise recognise the loop as a loopable sound file. Using the loop function and some integrated controls, I put crossfades on both ends of the loop so it would be able to seamlessly transition from the end of the loop back to the beginning. </p><p><br></p><p>Meanwhile, to give the sound a 3D effect in the map, I went to the positioning tab and enabled Relative Routing, which allowed me to assign position + orientation to the sound which will take into account the player's position and orientation to play the sound accordingly.</p><p><br></p><p>After working on implementing the portal loop sound today, I feel like I have sufficiently learned this function within Wwise, and that I will be able to use this knowledge elsewhere.</p><p><br></p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/4877de96e02b887d39a148ef870e0b84/Screenshot_2025_05_09_at_8_48_15_AM.png" />
         <pubDate>2025-05-06 23:26:28 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748077</guid>
      </item>
      <item>
         <title>Music for the game</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748147</link>
         <description><![CDATA[<p>When deciding what music I would compose for this game, I decided to play it a little again and see what would inspire me. Since the graphics looked old and retro, I decided to use synthetic instruments since I thought contemporary ones would not mesh as well with the experience.</p><p><br></p><p>Before I could start writing music, though, I had to look at where I was implementing my music. There is a specific level I had to compose music for, and that includes various triggers that I had to write music for. The list is as follows: Exploration, Combat, Story, Boss, Victory and Defeat.</p><p><br></p><p>Since this level has a mostly linear progression, I had to make sure my compositions flowed well into each other. This included Exploration and Combat, as Exploration would be playing for a majority of the level, and Combat would be playing once the player encounters an enemy. Thankfully, this meant I could copy/paste elements between the two tracks, and just ensure Exploration would never go past a threshold of tension or excitement, while making sure Combat was more bombastic and got the player excited to fight monsters.</p><p><br></p><p>Mark had taught us how to use Wwise to fade in between two tracks synced together, so transition between two tracks could be smooth and enhance the player's immersion into the game. This is why I decided that Combat would just be a variation of Exploration. </p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/02f8e12f2015b940e63b4a28835eb58f/Screenshot_2025_05_09_at_9_23_24_AM.png" />
         <pubDate>2025-05-06 23:26:34 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748147</guid>
      </item>
      <item>
         <title>Monster SFX</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748320</link>
         <description><![CDATA[<p>One of the main parts of this project that would require a lot of time spent on would be the Monster SFX. After looking through the various Wwise triggers, I found there were three distinct categories of monster SFX I had to create; Footsteps, Grunts and Deaths. Grunts and Deaths would be difficult to make as I planned on creating distinct sound effects for each class of enemy, which would mean I would have to spent a lot of time handcrafting those sounds and their variations. However, footsteps would be much easier.</p><p><br></p><p>Since these footsteps will be heard from a longer distance, I decided I did not need to split them into left/right variations of themselves, since the player is only going to rely on the sound for pinpointing the locations of enemies, and the reliance on this sound for immersion is much lower compared to grunts and death sounds. This is why I decided to create three distinct groups of footsteps; light, heavy and knight.</p><p><br></p><p>Light footsteps would be used by a vast majority of the creatures in the game, and they would have no variations for different ground material as the player won't be paying attention to that little detail compared to every other sound raging around in combat. This was easy enough to create and implement, and it worked great in testing. The other two categories were for specific enemies; Bauuls and Knights. Bauuls were massive, towering demon like creatures that players encountered in the level. Since they were so physically imposing, I decided to create a completely different footstep sound effect that reflected their size, which would add a little detail to benefit player immersion. Meanwhile, the other enemy of note was the Knight. Completely clad in metal armour, I thought it would be appropriate if it would create a distinct, metallic footstep sound. </p><p><br></p><p>In order to save time, I used the Bauul's footstep effect and layered two metal sounds on top (a hammer and an anvil sound effect), in order to create that metallic clank highlight for a footstep, which resulted in an end product that I thought worked well. In the end, I handled this part of the monster sound design decently well, and the implemented sounds worked well when I tested it further in the game.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/252668d56728d23d7002c8421b8048da/Screenshot_2025_05_09_at_9_28_26_AM.png" />
         <pubDate>2025-05-06 23:26:43 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748320</guid>
      </item>
      <item>
         <title>Music for the game Pt. 2</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748386</link>
         <description><![CDATA[<p>After finishing with the basic Exploration/Combat music, I still had to do Story, Boss, Victory and Defeat. Victory and Defeat were easy enough; all I had to do was to compose short stings that reflected the feeling of both; a victorious tune for beating the level, and a sad drone if the player was defeated. Implementing these two tracks were simple enough; all I had to do was rendering the sounds on Wwise, before linking them to their perspective triggers.</p><p><br></p><p>Story and Boss were a little different, however. Since Story plays once the player enters a certain room, I had more creative leeway with how to compose it, as well as not having to make a transition as it did not need one in the first place. Boss was similar, as the player would have to jump through a mirror portal, which in turn would trigger the Boss music to play as the Player is thrust amidst a whole bunch of enemies.</p><p><br></p><p>Using the knowledge I had gained from looping the portal SFX, I was quickly able to make my loopable music tracks do so within Wwise. Now, however, I had to tell Wwise how I wanted it to transition between tracks. Recalling what Mark had taught me in class last week, I went to the Transitions tab, and created one that dictated any track can fade into each other in as soon as the next bar, and it would be playing the same segment too. This way, the music states would fade into each other seamlessly ingame.</p><p><br></p><p>However, I realised this singular transition option wasn't enough, since the victory/defeat themes didn't instantly play whenever they were triggered. Therefore, I added two more transition rules where if it detected either the victory/defeat triggers activate, it would immediately play the tracks from the beginning, with no fade ins. This fixed the problem, and both themes were playing in a much more obvious manner ingame now.</p><p><br></p><p>From my experience with working on the transitions, I think I can recreate and expand on what I've done here onto other video game projects, and the idea of being able to successfully implement dynamic music is an exciting prospect to me. This will definetly be something I work on further in my own time after the Cube Game Project.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/e895f4b483671de3e07919a2437dc955/Screenshot_2025_05_09_at_9_31_54_AM.png" />
         <pubDate>2025-05-06 23:26:50 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748386</guid>
      </item>
      <item>
         <title>Monster SFX Pt. 2</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748871</link>
         <description><![CDATA[<p>After the footsteps came the hard part; the various grunts and death sounds of all the various monsters in the game. There were 7 unique enemy class types in the game, and it would take far too long. I had spent a couple weeks trying to do my original plan, which was to create monster sound effects from scratch, but I ended up realising that it was an infeasible idea in the end with the amount of other work I had to do in the meantime. Because of this, I ended up having to source many monster sounds from online, and find the ones that best fit the enemies in game and directly implementing them in the Cube Project.</p><p><br/></p><p>I still gave creating my own monster sound effects a good try, though. For example, I had been working on the Hellpig sound effect, which had layers of a pig, and some generic demon sound effect I found online. Unfortunately, this was the extent of the unique sound effects I have created for my enemies, as most of the others were just pulled from free online sources.</p><p><br/></p><p>In the end, I had to settle with re-using some monster sounds for various enemies, and differentiating them by adding a pitch-shift effect on a separate set of monster noises to allow for different sized enemies to sound a little different from each other. </p><p><br/></p><p>Even though I wasn't able to create as many varied monster  sound effects as I had planned to in the beginning, I think I had adaped adequately to the situation and managed to come up with a solution that still covered all my bases in the end. Next time, however, I am going to plan out far more things in advance so I won't run into this problem yet again, so I'll still be able to create my own varied sound effects for monsters.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/b4e799c349109e7b9f828a5efcd05f4d/Screenshot_2025_05_09_at_9_25_33_AM.png" />
         <pubDate>2025-05-06 23:27:24 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748871</guid>
      </item>
      <item>
         <title>Heartbeat</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748984</link>
         <description><![CDATA[<p>This week was used to cover the RTPC function within Wwise. I wanted to create a heartbeat loop that would play whenever the player was on low health, and Mark taught us exactly how to do that. </p><p><br/></p><p>Quickly making a heartbeat loop using all the other techniques I had learned and applied on previous things, I created and implemented it into the game quickly. In order to make it play when the player's health is low, I had to use a couple tricks within the RTPC function to do so. </p><p><br/></p><p>First was making the heartbeat loop play when the player spawns; and I would use the RTPC function to effectively mute the loop while the player is above a certain amount of HP. However, using the grid, I drew a short graph that will dictate the volume to rise when the player is under 30hp, and will only continue to get louder as the number slowly reaches to zero. When playtesting ingame, I found this to be effective and it achived the effect I was going for.</p><p><br/></p><p>One problem I ran into while doing this was whenever the player respawns, there would just be another loop played on top of the current one, and eventually the player will be hearing multiple of the same loop. In order to prevent this, I added a stop function on the player death trigger, which will stop the current heartbeat loop completely, which solved the overlapping issue.</p><p><br/></p><p>After playing around with this function, I got inspired and went to the music modules of Wwise, and applied an inverse of the RTPC function to the music. Whenever the player's health got low, the music would slowly fade away and have a filter applied on it. This raised the tension felt ingame when the player was at low health, and I was happy I found another way to implement my new knowledge in a different area of my project.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/9c662c12fb7ba104a758864249aa812f/Screenshot_2025_05_09_at_12_04_26_PM.png" />
         <pubDate>2025-05-06 23:27:31 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3438748984</guid>
      </item>
      <item>
         <title>Reflection</title>
         <author>suihiensim</author>
         <link>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3443295575</link>
         <description><![CDATA[<p>After learning how to implement both music and sound into the Cube Game through Wwise, I feel like I've learned a lot. From creating sound effects from scratch, learning the ins and outs of Wwise to create different functions for both music and sound effects, learning tips and tricks on how to better organise myself and find what I need for the game as well as how to compose and implement music specifically for games, I believe I can now tackle similar or more ambitious projects on my own with the knowledge I've acquired from this project.</p><p><br/></p><p>I would even say my problem-solving capabilities have grown with dealing with this project while being busy juggling other projects as well, since I feel like I was able to stay on top of this project relatively often and complete things in a timely manner.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3791607325/11ee1eea5b49389a8df1a1e81d2493a0/Screenshot_2025_05_09_at_12_18_19_PM.png" />
         <pubDate>2025-05-09 08:38:45 UTC</pubDate>
         <guid>https://padlet.com/suihiensim/l8rvv5s6a56xz9o0/wish/3443295575</guid>
      </item>
   </channel>
</rss>
