Path Finding Situation - By Daniel Bumbarger
The Problem
The enemy could not path along the grid to the player. This issue is extreme because it does not make this a strategy game, an enemy that cannot think does not work in our type of game. Implementing this into Unreal behavior tree system is still tricky.
Problem Solutions
Initially I was working on A* Path finding for this, but realized I needed more setup before hand for the AI to know. The solution I am working on is determining how far the AI could move, checking if anyone was in range, if no one is then getting the closest enemy and finding which grid in range is the closest to that. This way I will have my start and end goal to path with, additionally this will be used with the Player units so that everyone can move along the grid tiles.
Get Project Banner
Project Banner
Status | In development |
Author | lazydevstudios |
Genre | Strategy, Adventure |
Tags | Strategy RPG, Turn-based Strategy |
More posts
- Structuring Code in Multi-Interactive Systems by Diogo Vieira Avila3 days ago
- AI please wait - By Daniel Bumbarger3 days ago
- Dialog Relationship and Minimap by Kasey Russell3 days ago
- Main Menu and Combat UI by David Mereles3 days ago
- Audio Fix and Dialog System by Kasey Russell9 days ago
- Controlling the Narrative: Scalable Spawner by Diogo Vieira Avila9 days ago
- Audio System by Kasey Russell15 days ago
- Griding Up An Environment: Bones of a Strategy Game by Diogo Vieira Avila16 days ago
- Animation Synchronization - By Daniel Bumbarger16 days ago
Leave a comment
Log in with itch.io to leave a comment.