Loving this library. One thing i feel foolish about, but is there a way for me to use the get crosshair location and aim function or one of the other bits to make my ADS anims line up in true fp? Thank you, love this library
Lanesracra
Recent community posts
Retargeting i have somewhat got down, it helps having pre made ik rigs lol. I think i forgot to set the slide lock pose montage to loop haha that would do it.
This other ALS shooter BP id like to work with is a bit more complex, but seems to define weapon locations based on body slots. Ammo doesnt seem to be split into types on the front end. It has two main variables for the ammo: mag ammo (can change this to ref the ammo in mag var) and bag ammo which seems to correspond with ammo count on player itself. I dont need the weapons to display in slots, as long as I can get them working. I wouldn't know where to start translating any enums either so I may have to be less ambitious here.
Youve been so helpful and gone above and beyond. Thank you again.
Right now im having some issues as this other framework has its own components, as well as some stuff in the player BP that should instead be a component, and slot naming conventions etc, I think i would have to go in and do a good amount of enum replacement.
Using another ABP or BP also leads me to sometimes not have the weapons pointing at the crosshair and I am bad at muzzle alignment stuff. Phew. So yeah im just a little lost there but I will have a crack at stuff today. Getting the inventory and widget onto another pawn is a breeze now, it's just the animations.
Awesome, thank you. Animation is a weak spot and a bit in over my head. Realizing the aim offset is now goofed if i use a different animation, and the pistol seems to use rifle transitions or something on aim toggle. not sure if i should try to do aim offsets etc or just transfer the stuff over to the other TPS framework ahhh
Awesome. I do have another TPS blueprint and ABP based on ue5 manny that i wish i could easily integrate but id have to import lots of functions and all that.
mantling I'll have to figure out as those plugins are pricy haha. Melee I'll implement best i can manage
Right now just trying to figure out changing some of the animations (ie: transition to/from aim on pistol is awkward) and possibility of merging ABPs which is way beyond me haha
Ok, I have got it somewhat working on the Gasp character. The only thing now is figuring out how to link the animations/the character BP. I added sockets but the gun still spawns at feet so assuming its an anim thing.
EDIT: Got the gun to appear in hands, it fires without an anim, I think I need to retarget some stuff and then good to go :D