Foundations of Enemies and Animations
This week I was attempting to start adding more enemies to the game now that I have some of the framework for how they should be setup. I started finding more models and animations to use and setting them all up but I quickly started to realize I was redoing a lot if the same work over and over. I was having to make all the same variables and re-blueprinting a lot of the same functionality into multiple enemies and even remaking the same ABPs and I figured there must be a better way than having to redo the same work over and over for each enemy.
I decided that a lot of what I was having to do over and over can probably just be moved to the base class for the enemies so this next week I will be working on moving that stuff over so I can make new enemies faster but the one thing I wasn't sure of was all the work I had to setup in the ABP. Having to set that up every time also is a bit time consuming and since the enemies, at least the ore ones, are going to be using most of the same skeleton and animations, I was wondering if I could make a base ABP similar to a base enemy and put all shared functionality into that. As it turns out, you can make a base ABP and have children of it but I think its a bit more complicated than just a base enemy so I'm also going to be looking into that to hopefully speed up the process in the future.
Just A Simple Farming Game
Status | In development |
Authors | Golden Goblins, SeotatopDehsam, MOOster_MOO, WendigoCrypt, zoleda_davila, SenorCarlito, thackattack42 |
Genre | Simulation |
Tags | Action-Adventure, Farming, Third Person |
More posts
- Sneak Peek: Farm CutsceneMar 19, 2024
- Fine-tuning Enemy AIMar 01, 2024
- Major Perforce IssuesMar 01, 2024
- Animations Failing To PlayMar 01, 2024
- Getting Random Location In a NavMeshFeb 29, 2024
- Issues with Testing Spawn PointsFeb 29, 2024
- Double Use of Seed ItemsFeb 25, 2024
- NavMesh not updatingFeb 24, 2024
- Issues with Player LocationFeb 23, 2024
Leave a comment
Log in with itch.io to leave a comment.