Unreal Engine 5 | Dynamic Ambience

  Рет қаралды 8,754

The Sound FX Guy

The Sound FX Guy

Күн бұрын

Пікірлер
@GreasyBirb
@GreasyBirb 3 жыл бұрын
Can we just take a moment to appreciate the fact at 0:40, the billboard lined up just perfectly and for a brief instant it said "butts".
@TheSoundFXGuy
@TheSoundFXGuy 3 жыл бұрын
I didn't even notice it but I'm glad someone's paying close attention lol
@atuseth4867
@atuseth4867 3 жыл бұрын
Yesssss!!!! thank you soooooooo much been waiting for a vid like this for EU5 for awhile :DDDD
@r2esbomusic
@r2esbomusic 2 жыл бұрын
This is my first time watching you, and i really enjoyed watching this video you make everything easy to understand, and the tutorial was nice and simple!!!!
@Baleur
@Baleur 2 жыл бұрын
Love the tutorial, but i dont like how you skip steps. I have no clue where the Get parameter interface comes from. Edit: okay you got a video on that. But i still dont know how you get the on actor begin overlap events into the level blueprint.
@dubtube6691
@dubtube6691 Жыл бұрын
same here, "get parameter interface" does not exist for me in 5.1.1 ? cant get it to work
@dubtube6691
@dubtube6691 Жыл бұрын
"get parameter interface" is obsolete: kzbin.info/www/bejne/h5y3iH-eqqtmY6c
@JohnTosom
@JohnTosom 3 жыл бұрын
Simple & nice tutorial
@olivert4648
@olivert4648 2 жыл бұрын
hey man, can you revisit this section please? I am also trying to create a dynamic ambience, but i can't find the "Trigger" node you use in the blueprint section, and they removed the "Get Parameter Interface" node as well. So now I am completely dumbfounded on how to make a transition from one place to the other. (Outdoors to indoors, vice versa). Thanks in advance! :)
@TheSoundFXGuy
@TheSoundFXGuy 2 жыл бұрын
You're correct. The "Get Parameter Interface" node is now gone. Instead you can simply bypass it. Pull off the "Return Value" pin of your audio component containing your MetaSound and you should just be able to type the word "Trigger" and you'll see an option in the context menu for the trigger node. This also works for things like changing float values and such.
@olivert4648
@olivert4648 2 жыл бұрын
@@TheSoundFXGuy Thanks! I just saw that you explained this in another video, sorry about that. Thanks again! You make great stuff, i subscribed ;)
@TheSoundFXGuy
@TheSoundFXGuy 2 жыл бұрын
@@olivert4648 Thanks for the motivation to finally make this lol kzbin.info/www/bejne/pGTFfZePnLl8ZqM
@MoMo-op6yx
@MoMo-op6yx 3 жыл бұрын
Great video! Is it possible to make a tutorial about creating a dynamic sound ambiance system using 2d drawing bitmap for open world level design instead of using volumetric boxes? Thanks!
@TheSoundFXGuy
@TheSoundFXGuy 3 жыл бұрын
I’ll see what I can put together
@MoMo-op6yx
@MoMo-op6yx 3 жыл бұрын
@@TheSoundFXGuy Thank you! I appreciate it 🙏🏿
@xgamerunknown6414
@xgamerunknown6414 2 жыл бұрын
Can I just make sounds happen at random times. Like one sound plays at a random time? Another sound plays at a later random time?
@TheSoundFXGuy
@TheSoundFXGuy 2 жыл бұрын
You can. I built this out and confirmed it works. With this setup, you're using a Trigger Repeat to randomly generate the time delay used by another Trigger Repeat. The values you'll see in the RandomTime node are arbitrary. You can set these to whatever works best for you. Link to MetaSound graph for visual reference: blueprintue.com/blueprint/63nzriu4/
@xgamerunknown6414
@xgamerunknown6414 2 жыл бұрын
@@TheSoundFXGuy thank you. You earned yourself a new subscriber. One more thing. I'm having trouble with door collision. Like when the is closed i can't walk through it. I tried putting a box collision on my door. But when the door opens the collision box still blocks me. I'm kinda new to ue5. So I'm looking up videos. Nobody talks about door collision for ue5. Sorry to bother you.
@TheSoundFXGuy
@TheSoundFXGuy 2 жыл бұрын
@@xgamerunknown6414 It's a little difficult to explain through the comments here but if you happen to be on Discord, feel free to join my server in the description of the video and shoot me a message. I'd be happy to help.
@Vincent-iy3ig
@Vincent-iy3ig 3 жыл бұрын
Another awesome tutorial! Thanks
@TheSoundFXGuy
@TheSoundFXGuy 3 жыл бұрын
Thank you for continuing to some back and check them out
@gower1973
@gower1973 3 жыл бұрын
Hey man where did you get the loops from? Do you know of any good foley libraries for cheap or free. Also are you going to do any tutorials on creating sounds from scratch just from synthesis not recorded audio?
@TheSoundFXGuy
@TheSoundFXGuy 3 жыл бұрын
The loops come from my subscription to Epidemic Sound. It's not the greatest place for sound effects since it's more of a place for content creators to grab stuff for video editing but I use it just to showcase stuff. If I'm working on an actual project though I'll go out and record the things myself. There are a lot of different places for Foley; it just may take some searching. freesound.org/ is a decent place to get sounds. It's 100% community driven, just make sure you look at the licensing for sounds you download. Some are licensed under the Creative Commons 0 which means they can be used by anyone for anything while others may have attribute license (have to credit the creator in the project) or non-commercial (can't be used to make money). As for the synthesis, I'm still getting comfortable with synthesizing sounds in Metasound myself so I'm not quite at the stage I'd like to be to feel comfortable making videos on it.
@hakeemadam955
@hakeemadam955 2 жыл бұрын
"Get Parameter Interface" is now obselete
@TheSoundFXGuy
@TheSoundFXGuy 2 жыл бұрын
That is correct
@Joe0161
@Joe0161 2 жыл бұрын
So what do you use instead? I've not played around with UE5 since this change. Thanks in advance!
@TheSoundFXGuy
@TheSoundFXGuy 2 жыл бұрын
@@Joe0161 Instead of how you use to pull off the Audio Component's Return value to connect to the Get Parameter Interface and then pull off that to whatever parameter you're trying to control, you just bypass the parameter interface node and go straight to what you want. For example, before you might have went Audio Component>Get Parameter Interface>Execute Trigger. Now you just pull straight off the audio component return value to your execute trigger. For a visual reference, here's a timestamped link to one of my newer videos: kzbin.info/www/bejne/h5y3iH-eqqtmY6c
@hakeemadam955
@hakeemadam955 2 жыл бұрын
@@Joe0161 You can just drag off the audio component return value and "Execute trigger parameter"
Why You NEED to use MetaSound Patches | Unreal Engine 5
24:03
The Sound FX Guy
Рет қаралды 1,3 М.
Unreal Engine 5 | Dynamic Footsteps with MetaSounds
17:35
The Sound FX Guy
Рет қаралды 26 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Why Unreal Engine 5.5 is a BIG Deal
12:11
Unreal Sensei
Рет қаралды 1,8 МЛН
Unreal Engine 5 | Dynamic Music Transitions using MetaSound
10:06
The Sound FX Guy
Рет қаралды 16 М.
Unreal Engine Metasounds: 14 Simple Things I Wish I Knew When I Started
20:07
Brian Michael Fuller
Рет қаралды 13 М.
Data Layers | Unreal Engine 5
18:00
The Sound FX Guy
Рет қаралды 16 М.
Sound Concurrency | Unreal Engine
16:42
The Sound FX Guy
Рет қаралды 1,3 М.
Unreal Engine 5 | Getting Started with MetaSound
9:01
The Sound FX Guy
Рет қаралды 29 М.
Unreal Engine 5 | MetaSound Footsteps
8:24
The Sound FX Guy
Рет қаралды 27 М.
Stop Mixing Game Audio in Your DAW!
9:37
The Sound FX Guy
Рет қаралды 4,4 М.
Recreating BLACK OPS 6 in Unreal Engine
17:34
Virtual Production Insider
Рет қаралды 62 М.