Thank you for another excellent tutorial and for continued support of the best Marketplace asset. Nice one.
@dennisallen51978 ай бұрын
another great tutorial. thanks for the on-going support
@maritnaaron59358 ай бұрын
This is what i want. Great job!
@SennaGamerBR8 ай бұрын
Amazing 🙏❤️
@MoroDZGamer8 ай бұрын
Thanks Dude
@jiekii3 ай бұрын
Great~ it would be perfect if there was a tutorial for UE5.4 motion matching!!
@petiskko39774 ай бұрын
Very good, my friend. Is it possible to make this system work in the Game Animation Sample? It would be incredible to combine this system with those animations.
@MarcinMatuszczykGame4 ай бұрын
@@petiskko3977 Thanks. I think it is possible
@SOFFtv7 ай бұрын
Could this be setup using motion matching instead of blend spaces? And do you have any plans for implimenting stances like different jog animations for weapon raised/lowered?
@MarcinMatuszczykGame7 ай бұрын
Motion matching can't be done without c++ and specific animations, and this is blueprint base project. As of different jog - I don't know how it would work. Can you elaborate?
@SOFFtv7 ай бұрын
@@MarcinMatuszczykGame ok! Thanks for clarifying! What i meant was: right now the same running animation is in use no matter how you are holding your weapon, it would be great if weapon raised and aimed was its own state in the anim data. So you could be using the regular jogging anim when weapon is lowered and when you raise the weapon and enter the aim pose you could use a secondary, slower "tactical" walk animation more akin to how you slow down your walk speed in most games when you are aiming! In short: weapon raised running anim + weapon lowered running anim options
@MarcinMatuszczykGame7 ай бұрын
@SOFFtv I see. I think you can do it already with replacing animations in anim data. Did try that?
@SOFFtv7 ай бұрын
@@MarcinMatuszczykGame yes i tried, but you see right now you only have 1 jog state for both weapon raised and lowered (but still in hands, not holstered), so replacing the anim would replace all jog animations for that weapon. What i am looking for is to have my regular jog animation set when he has rifle in hands (not holstered/unnarmed!), and when then aiming the weapon in third person a different slower anim set will be used. From what i can see you can only pick one running animset per weapon ?
@MarcinMatuszczykGame7 ай бұрын
@@SOFFtv Ah yes. Simply because I don't have such animations so I could not do it. What is played on upperbody is aim offset during jog. That could be tricky to do. For now you could extend "primary data asset" and apply to anim graph maybe. Make a new branch in anim graph.
@grit-mike7 ай бұрын
Looking forward to the next ALS integration tutorial.
@MarcinMatuszczykGame7 ай бұрын
I'm not planning it. What it would cover?
@grit-mike7 ай бұрын
Climbing over ledges would be neat, ie the default ALS "climbing"/mantle component.@@MarcinMatuszczykGame
@MarcinMatuszczykGame7 ай бұрын
@@grit-mike These features are already in TPS Kit
@grit-mike7 ай бұрын
Guess I got some homework to do!@@MarcinMatuszczykGame
@MarcinMatuszczykGame7 ай бұрын
@@grit-mike Good luck! Let me know if you have any questions on Discord :)
@KenzoGamesOfficial2 ай бұрын
is it possible to make this system works with sample city tp controller
@MarcinMatuszczykGame2 ай бұрын
Sample city? What's that?
@AbdeAsjjs6 ай бұрын
Hey man, good job, but I have a problem. I want to change the weapon animation, but I'm having problems with the animation becoming not good or weird.
@MarcinMatuszczykGame6 ай бұрын
I see. Can you post more on info on Discord? Like a screen shot or video. So I can check if I can help :)
@ItaiDek5 ай бұрын
Hi, I was wondering if I could add new weapon categories to the kit, such as katana. Is there a tutorial?
@MarcinMatuszczykGame5 ай бұрын
Yes you can kzbin.info/www/bejne/gHiUcn1jetGFftk
@guanbowen586322 күн бұрын
I don`t think this is called integration into als ,you just used als animations, totally abandoned all the als movement and overlay system
@MarcinMatuszczykGame21 күн бұрын
@guanbowen5863 and what is in that movement that is not in tps kit? Overlay system is just a layer animation, which is also used in tps kit, but in better way. In tps it is called weapon grip. You can add any amount of new ones including animations, without going into any blueprint.
@guanbowen586321 күн бұрын
@@MarcinMatuszczykGame For the first time I heard that blend space is better than overlay system..ALS or the current most popular one GASP, their moving system looks much more nature than what I have seen in your system,didn`t you have found that your blend space looks so weird ? when the charater moving ,he looks the legs and arms at the same side.......
@MarcinMatuszczykGame21 күн бұрын
@@guanbowen5863 I'm not talking about blend space. That's different thing. I wrote about node "layer per bone" - you call it "overlay system" - that's just made up name for ALS :) Setup there is just using simply layer per bone node. As of legs - I'm not sure what you mean exactly. If you could give me detailed feedback on Discord for example, I could improve. Remember you can replace all animations easily and tweak everything.
@eulersosa68406 ай бұрын
Did you use 5.4.1?
@MarcinMatuszczykGame6 ай бұрын
No. It was made in 5.3 5.4 was not out yet while releasing this video