what should I look at first?
I''m trying to work out whether it would be possible to write a new version of a game I used to play on my Atari ST, Legends of Valour. It was like a 3d city with people going about, and u could interact with them to a certain extent, while u tried to track down your missing brother. In terms of controlling the city inhabitents, what sort of general ai should I be looking at? Ben
Not being familiar with the game, I''m just pulling things out of my AIss...
Simple Finite State Machine for the people (wander, converse, stand still, etc.)
Directional control for the wander state so they mill about in realistic ways.
Some sort of rule based conversation system whether it be as simple as a menu driven conversation tree or content detection.
A series of flags for thing such as "spoken to player before".
Dave Mark - President and Lead Designer
Intrinsic Algorithm - "Reducing the world to mathematical equations!"
Simple Finite State Machine for the people (wander, converse, stand still, etc.)
Directional control for the wander state so they mill about in realistic ways.
Some sort of rule based conversation system whether it be as simple as a menu driven conversation tree or content detection.
A series of flags for thing such as "spoken to player before".
Dave Mark - President and Lead Designer
Intrinsic Algorithm - "Reducing the world to mathematical equations!"
Dave Mark - President and Lead Designer of Intrinsic Algorithm LLC
Professional consultant on game AI, mathematical modeling, simulation modeling
Co-founder and 10 year advisor of the GDC AI Summit
Author of the book, Behavioral Mathematics for Game AI
Blogs I write:
IA News - What's happening at IA | IA on AI - AI news and notes | Post-Play'em - Observations on AI of games I play
"Reducing the world to mathematical equations!"
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement