UE5 - Game Animation Sample: How to Add Overlay States

  Рет қаралды 25,003

Native Coder

Native Coder

Күн бұрын

Simple guide on how to add weapons to Game Animation Sample.
Thank you for watching! Please subscribe for more!
Marketplace Products:
www.unrealengi...
Discord Channel:
/ discord

Пікірлер: 71
@dipherent1283
@dipherent1283 3 ай бұрын
The weapon system with maps and using blueprints is so brilliant, thanks for teaching this!
@arman7467
@arman7467 3 ай бұрын
This is AWSOME! Please continue and teach us how to add bow state like ALS and other overlays. Thanks a lot!
@contrastPersonal
@contrastPersonal 3 ай бұрын
I very rarely write comments, but it was damn cool and useful. You explain the material very well.
@Clydiie
@Clydiie 3 ай бұрын
could you show us how you would handle aiming a weapon using this method?
@nativecoder
@nativecoder 3 ай бұрын
Here it is: kzbin.info/www/bejne/nKGriJt9YqaZjNk
@Clydiie
@Clydiie 3 ай бұрын
@@nativecoder sick nice one bro
@johnremp3470
@johnremp3470 3 ай бұрын
Exactly what we needed! Thank you 😊
@protuberanecjk4704
@protuberanecjk4704 16 күн бұрын
Before turning on KZbin, I thought I'd look for a way to mix animations, and the first video in the offer without searching turned out to be yours. I'm not watching it yet, but I hope it's fate)
@JesusChrist-holyghost
@JesusChrist-holyghost 4 күн бұрын
you're TH(E) goat
@joellekaufman2700
@joellekaufman2700 Ай бұрын
Thanks for the awesome guide, this really helped with a project for school!
@FFTVYoutube
@FFTVYoutube 2 ай бұрын
Thankyou heaps for this video! I got into unreal not to long ago and ive been setting up an fps character for a few days, then i seen this sample project and thought id try use this instead but its so complex i just went back to the original😅. But this video is exactly what i needed to know so thankyou!
@inwardocean
@inwardocean 23 күн бұрын
This is pure gold. Perfect pacing. Curious how you approach scripting as you seem to be working from memory very well. And are you still pursing ALS now that GASP is so good?
@DoraKage
@DoraKage 2 ай бұрын
For those who dont understand 4:22 "we already have a reference for it" I (also a beginner just trying to self learn) created a new local variable inside the ABP, and set its variable type to object reference - which is our Character BP.
@snydder1771
@snydder1771 2 ай бұрын
Quick tip: You can add a socket for the hand_r by right clicking it in the ABP blueprint -> skeleton section, adjust the position of the socket by clicking W to switch to position mode, and as long as the item's pivot is correct they will be attached to the palm correctly, less fiddling with the values in the map itself.
@nativecoder
@nativecoder 2 ай бұрын
Skeleton has a limited amount of sockets that you can create, and the sockets you create occupy memory in the skeleton, so I normally avoid using sockets.
@snydder1771
@snydder1771 2 ай бұрын
@@nativecoder good to know
@macxike
@macxike 3 ай бұрын
Good and easy to understand tutorial. Thank you
@MrNosounder
@MrNosounder 2 ай бұрын
Incredible tutorial. Really good
@zeroy
@zeroy 3 ай бұрын
Nice tutorial and simple explanations! Thanks!
@DatboiPhil
@DatboiPhil 3 ай бұрын
Motion matching replication next?
@Sen3D
@Sen3D 3 ай бұрын
Nice! Would be cool to see how to swing the axe, like a attack animation.
@nativecoder
@nativecoder 3 ай бұрын
Sure I could try! 😎
@Sen3D
@Sen3D 3 ай бұрын
@@nativecoder That would be awesome. Couldn't find anything online about that.
@Canibaloler
@Canibaloler 3 ай бұрын
great tutorial like always,,, thanks alot
@TheMark147
@TheMark147 2 ай бұрын
Nice tut but I think to create animation and adjust hand and create socket for wep its better use animation sequence even u can use control rig there :) otherwise again great tut :))
@yamiyagami51
@yamiyagami51 3 ай бұрын
Really? This is better than als
@enderstime6902
@enderstime6902 2 ай бұрын
how can you replicate that all the clients see the item you are holding in the hand?
@MotivateAndElevate276
@MotivateAndElevate276 Ай бұрын
would also like to know this
@niaaxwoll8051
@niaaxwoll8051 3 ай бұрын
Thank you! Make a video about Grab the ledge as in ALS
@nativecoder
@nativecoder 3 ай бұрын
Will try, no promises 😊
@MaxStudioCG2023
@MaxStudioCG2023 3 ай бұрын
@@nativecoder hey man ...how can we play upper body slots on animations on this game animation sample ?
@MaxStudioCG2023
@MaxStudioCG2023 3 ай бұрын
problem is when 2 hand weapons needed with those IK :)))) there you see the fun
@nativecoder
@nativecoder 3 ай бұрын
You should use different blending methods depending on each specific animation. For a melee animation, simple layers on the arm are enough, for more complex animations, you will need to create multiple blends and take in consideration that the project already has things like the aim offset which you might have to dynamically disable in certain cases.
@MaxStudioCG2023
@MaxStudioCG2023 3 ай бұрын
@@nativecoder there is a live regtarget but on my project do not work for some reason
@CanalMordeEassopra
@CanalMordeEassopra 3 күн бұрын
Is there a way to add another mixano character and configure the weapons for the character? I tried to configure it with another character and the animation for picking up weapons was wrong - Make a video showing how to configure it with any different character with the Animation sample animations
@rlb1968able
@rlb1968able 3 ай бұрын
Is there any like good videos on like deep dives into the new movement system. I'm thinking of waiting until the crouching and sprinting comes out before implementing it into my project as I'm making a 3rd person horror and because I like the skeleton I was wondering if it's possible to use these skeleton asset from the new movement system and put it into a different character
@nativecoder
@nativecoder 3 ай бұрын
You can use the "ik retargeters" that are inside the project and use "Live Retargeting" to essentially place your character on top and hide the original mesh, the same way the project does with all the different characters included.
@MrOfficialMetaverse
@MrOfficialMetaverse 3 ай бұрын
It seems to be a big challenge but everyone is working hard to get full understandings of everything and present it as simple but detailed as possible so far @nativeCoder is doing great
@sidmovich
@sidmovich Күн бұрын
Thank you very much for this awesome tutorial! I'm having an issue , when i play the game and move the camera around, the weapon slightly moves, how can i fix this?
@brcore
@brcore 2 ай бұрын
Thanks for the guide! Could I make a video about how to change the sounds of footsteps to certain surfaces using metasound in this project??
@treehousebandit
@treehousebandit 3 ай бұрын
Great work on this! I will definitely be referencing this video in the future. Have you figured out how to add axe striking montages to this?
@michaelkukula5926
@michaelkukula5926 19 күн бұрын
Cool tutorial! Do you know how to set up motion matcing to make it so when you interact with a door or a chest, the character moves to open the door/chest?
@TheSebledingue
@TheSebledingue Ай бұрын
Great video thank you very much. Could you make a video following this one in which we could switch weapons with 2 hands like in Dark Souls please?
@coreygrace8937
@coreygrace8937 2 ай бұрын
its not every day i finish a tutorial first try and everything works im switching from unity and i like the way ue does things way more i think lol
@blackrizen3177
@blackrizen3177 3 ай бұрын
Great video! Can you show us how we can use animations with this melee overlay?
@todddurholt2666
@todddurholt2666 3 ай бұрын
Thanks! Keep doing vids you are good at teaching maybe a series? love your style!!
@n1lknarf
@n1lknarf 12 күн бұрын
How is this different from just blending? Seems like a lot of extra stuff to get the same results.
@DarrinWeaver-c2e
@DarrinWeaver-c2e Ай бұрын
Followed this guide and it works flawlessly on the UEFN mannequin. When I'm starting with my retargeted character it will switch to melee overlay state on my button press but the weapon mesh fails to load/equip. On a second press I can swap back to unarmed, and then on third press it will equip the weapon mesh and change state. I'm wondering if there is a good way of making this work on first press with the retarget character? Great tutorial, I'm still new so I only understood half of what I did :P
@LittleJT123
@LittleJT123 13 күн бұрын
you must have done something different to what you watch in the video, i have my own retarget character and this worked fine with my own. The only diffrence i had to do myself was....when he was changing the placement for the sword to be in the correct place, instead of doing the sword placement in the CBP_Sandbox_Character, i made the placements for the Sword in the CBP for my Retargeted character, then copy and pasted the Location and Rotation for the sword from my own retargeted CBP back into the Weapons variable inside of CBP_Sandbox_Character. (That said, when i added the Child Actor in CBP_Sandbox_Character, it automatically added that Child Actor to my own CBP_Retargeted Character too...., if this did not add itself to you own retargeted character automatically then you may find that your own Retargeted character has not been done correctly)
@vipercursos
@vipercursos 2 ай бұрын
Please make a video on how to prevent animation, if you don't have a gun in your hand, in aim, you are doing a pistol animation, even without a pistol
@UnrealPeter-z6o
@UnrealPeter-z6o 3 ай бұрын
amazing!
@David-tg9xc
@David-tg9xc 10 күн бұрын
How did you learn it in the first place? What prerequisite knowledge did you find most useful?
@craigcasee7183
@craigcasee7183 Ай бұрын
could you make an encumbrance system with a varying value for %animation used with all others?
@LearningTheWires
@LearningTheWires 3 ай бұрын
sweet vid
@DezNauts-nm2ht
@DezNauts-nm2ht 3 ай бұрын
nice video, can you make one changing body parts, like different metahuman heads or clothing
@nativecoder
@nativecoder 3 ай бұрын
Probably will see what I can do!
@Josh_Alfaro
@Josh_Alfaro 3 ай бұрын
I was trying to figure this out but forgot to add the enum in the Anim BP😣
@TheBest-cb7um
@TheBest-cb7um Ай бұрын
Dear friend, please help me if my axe is not being removed and he has not changed its coordinates and angle of rotation
@Lootboy3000
@Lootboy3000 3 күн бұрын
i feel so stupid i bought a als gasp template and trying to figure out how to implement a kick anyone have a tutorial for this with the new mechanics
@freshair9473
@freshair9473 3 ай бұрын
Amazing Tutorial ! I tried to simply switch to the metahuman and the weapon doesn't match the Transform Positions. Any recommandations ? How could I fix it ? Thank you
@nativecoder
@nativecoder 3 ай бұрын
Thanks, to use metahumans you can see my last video, at the end I explain how to use the weapons with metahumans: kzbin.info/www/bejne/hGLJf2udjsmnac0
@freshair9473
@freshair9473 3 ай бұрын
@@nativecoder Amazing ! Problem solved !that was fast thanks you again
@SimonReppen
@SimonReppen 2 ай бұрын
@@nativecoder Thanks, i was looking for this exact answer. This made my day thanks :)
@ZeliusDev
@ZeliusDev Ай бұрын
for some reason my melee overlaystate is default even though ive set the default state to unarmed, rewatched and cant see where i went wrong
@ZeliusDev
@ZeliusDev Ай бұрын
nevermind i fixed it
@vetera23br
@vetera23br 3 ай бұрын
Can I give you 1 million likes at once?
@raami02
@raami02 2 ай бұрын
Hi, i'm having an issue, it's everything ok but when i equip the weapon the Transform "Position" variable seems to not work properly, it gets a Location, Rotation and Size (Very big size). Do you have a non-expired discord link for joining and someone could help me please? Thanks!
@raami02
@raami02 2 ай бұрын
Fixed, i don't know what happened. I removed the Map Variable and created it again and it now works... BTW, amazing tut.
@DailyDoseCS2
@DailyDoseCS2 3 ай бұрын
Can can I add more overlays?
@MrOfficialMetaverse
@MrOfficialMetaverse 3 ай бұрын
WHERES THE BEST PLACE TO TALK BUSINESS ? @NATIVECODER
@nativecoder
@nativecoder 3 ай бұрын
Email is on my channel, thanks man!
Making ALSV5 - Project Ready - Game Animation Sample Layering
12:59
UE5 - Game Animation Sample: How to Add Aim Offset
20:38
Native Coder
Рет қаралды 7 М.
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 79 МЛН
Spongebob ate Patrick 😱 #meme #spongebob #gmod
00:15
Mr. LoLo
Рет қаралды 21 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 43 МЛН
Epic's Unreal Optimization Disaster | Why Nanite Tanks Performance!
13:07
Threat Interactive
Рет қаралды 187 М.
Why Unreal Engine 5.4 Is A Life Changer | Asmongold Reacts
20:23
Asmongold TV
Рет қаралды 1 МЛН
Add Foot IK to Epic Unreal Game Animation Sample
6:57
Sam Roe
Рет қаралды 5 М.
3D AI Model Generation is Getting GOOD - UE5.4 Unreal Engine
12:25
Why Solo Developers Should Use Unreal
9:51
Thomas Brush
Рет қаралды 390 М.
This Is The Greatest Project Ever
11:46
Clydiie
Рет қаралды 160 М.
10 Minutes vs. 10 Years of Animation
19:29
Isto Inc.
Рет қаралды 1 МЛН
Роналду Барсаны орнына қойды | FIFA 25
19:06
Brawl Stars Scary Tales Animation
1:04
Brawl Stars
Рет қаралды 6 МЛН