@arcticsubn Yes, make sure your new zombie skeletal mesh uses the same UE4 skeleton as the framework. ( if you zombie model is based on the UE4 skeleton, just replace the skeleton.)
Then, if your zombie is a regular one, you can simply create a child of BP_AIZombie and replace the mesh. If you want a crawling zombie, create a child of BP_AICrawlingZombie instead.
@cloudo You are very welcome 😊 To adjust the camera zoom, you need to modify the value of Timeline4 (shown in the screenshot). It is currently set to 60. You can tweak this value to achieve your desired result. This value will be exposed as an external variable in a future update (v0.3.0), allowing easier adjustment directly from the Character class.
Let me know if you have any further questions.
@cloudo Thanks a lot for the review, I really appreciate it 🙂 Happy to hear it worked well for you.
Hello, please tell me. I updated the project with a new bug fix, however there was an issue with narrow passages. When BP_Narrow is enabled and the auxiliary camera is used, the camera itself does not determine the location and goes to the zero coordinate of the world. Please tell me how to fix this?
how do I add a new weapon to the system and the animations like these in the photos I am sending you
What variable can i get from the BP_AI_Master or the AC_AIBehavior that let me know when the player has been detected by an enemy?
@gunx77 Hey, could you please let me know which version of the framework you are using? Also, did you download the update as a fresh version from the Launcher?
@raffygames Adding weapons using the existing types(Handgun and shotgun) is already covered in the Documentation section 21.
To add a weapon with a new type( for example, an SMG or similar), you need to add a new entry to E_Weapon, then in ABP_PlayerMM (Anim Layer Overlays), create a new branch in the BlendPose (E_Weapon) node for your custom type, similar to how handgun and shotgun are set up, and assign the appropriate animations. also you need adding sockets and data assets for the new weapon.
A full video tutorial for this will be released soon with version 0.3.0, and the documentation will also be updated.
Hello, how can i improve footsteps, i added more surfaces, and they sound disjoined it, like just one foot was making contact with the surface.
If I wanted to put a new item with its own logic in the inventory, how do I do it?
and where is the aiming for the gun logic located?
