Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
printz

Have single player or cooperative bots been attempted?

Recommended Posts

It all makes sense now, that being the source of the confusion.

I believe that the map data structures do not map well for use dually as the navigation graph itself. In a bot navigation graph you aren't really interested in the entities which represent the physical world. What you are actually interested in are the paths between them. Defining the graph in the manner you suggest will ultimately result in a lot more work at runtime because the locality of your nodes is tied to the physicality of the world.

The other reason why such a representation is less useful is because you cannot easily manipulate the entities represented within the graph itself dynamically. Consider the situation where you want a bot to follow a path defined by another moving entity. In your model, you would end up having to define multiple "node types" rather than simply representing everything opaquely as "way-point nodes".

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×