Week 3 - Revisions and Game Loop

 


This week, after making some more discoveries about how Unreal works I revised the technical designs I had created in the previous week so that they properly reflected what was now implemented in-engine.

I further improved the chaser AI so it’s more customisable and has a patrol tether so that when it’s not chasing, it won’t wander too far from its position.

I also implemented structuring for the game loop, setting up four stages with the first and last being for “padding” so that whilst players are connecting/disconnecting it’s not taking time from the core game loop.


Comments

Popular posts from this blog

Week 10 - Thief Implementation, Chaser Improvements and A Feeling of Progress

Week 4 - FSMs and Why Behaviour Trees Are Better

Week 7 - Injectable Behaviour Tree Architecture