Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Dynamic A.I
Rapture Offline
Posting Freak

Posts: 1,078
Threads: 79
Joined: May 2011
Reputation: 30
#5
RE: Dynamic A.I

Seems more like the Alien is just a glorified library of Reactions.


For example, a square box room filled with 3 containers that you can hide in. (An enemy will come in and search for you)

(1) A basic scripted enemy AI would always come in through one door.

(2) The next step would be for the enemy to come in any of the 4 doors.

(3) Another step would be if it started his search starting clockwise around the room or counter-clockwise.

(4) Other additionals can be timer scripts that if he is within a certain range of the player, he will play sounds or animations made to freak the player out.

(5) Any other fun things can be timer scripts based on how long you are hiding in one particular spot which will make the enemy find you regardless. (Which I'm guessing Alien Isolation uses)

(5a) You can have timer scripts that roll a dice in code that makes it check out a container at Random. (Which I'm guessing Alien Isolation also uses)

(5b) I've read in reviews/stories, if you were to distract the Alien with sounds or tools it wouldn't react to them the same way next time. You can have separate scripts based on how many times you have used "said item" to distract which display different effects, which gives it the illusion of Intelligence.
Then if the Player tries to abuse this, you will call a script after a maximum number of uses that forces the Alien to immediately kill the Player.

(5c) If you are to far away from said Enemy, the game will get your Player's Position, and make the Enemy search at your last known location. (People seem to complain the creature has an unnatural attraction to you)



Can you link the specific Blog you mentioned with a snippet of it?

You might be confusing what he means by "Thomas didn't believe that an A.I like that was possible and he thought it would create too many problems with inconsistency"...

In Alien Isolation and 99.9% of other games, the game is mostly if not exclusively run on a 2-D plane, as in your not giving full access to the Z (up&down) axis.

It's a lot easier dealing with AI that moves in this situation from a Programmer's perspective.


But it's also a hell of a lot easier from a Animator's perspective. It would be a nightmare creating a unique animation for every possible twist, turn, wall, ceiling movement possible out their.


If Thomas said that, it would be better if he said it isn't "Practical", you can make the most complex creature AI in the world, but you can't spend 10 years perfecting it.
10-07-2014, 11:24 PM
Find


Messages In This Thread
Dynamic A.I - by Diango12 - 10-07-2014, 08:23 PM
RE: Dynamic A.I - by Googolplex - 10-07-2014, 08:32 PM
RE: Dynamic A.I - by Newsman Waterpaper - 10-07-2014, 08:45 PM
RE: Dynamic A.I - by Diango12 - 10-07-2014, 09:10 PM
RE: Dynamic A.I - by Googolplex - 10-08-2014, 07:01 PM
RE: Dynamic A.I - by Kreekakon - 10-08-2014, 07:15 PM
RE: Dynamic A.I - by Diango12 - 10-08-2014, 08:02 PM
RE: Dynamic A.I - by Rapture - 10-07-2014, 11:24 PM
RE: Dynamic A.I - by Diango12 - 10-08-2014, 01:16 AM
RE: Dynamic A.I - by 7heDubz - 10-08-2014, 01:43 AM
RE: Dynamic A.I - by Kreekakon - 10-08-2014, 01:45 AM
RE: Dynamic A.I - by Diango12 - 10-08-2014, 03:23 AM
RE: Dynamic A.I - by Kreekakon - 10-08-2014, 05:50 AM
RE: Dynamic A.I - by Diango12 - 10-08-2014, 06:15 AM
RE: Dynamic A.I - by Romulator - 10-08-2014, 07:44 AM
RE: Dynamic A.I - by Diango12 - 10-08-2014, 07:47 AM
RE: Dynamic A.I - by Kreekakon - 10-08-2014, 07:58 AM
RE: Dynamic A.I - by Rapture - 10-08-2014, 02:37 PM
RE: Dynamic A.I - by Googolplex - 10-08-2014, 09:37 PM
RE: Dynamic A.I - by Diango12 - 10-08-2014, 10:12 PM
RE: Dynamic A.I - by J.R.S.S. - 10-08-2014, 09:54 PM



Users browsing this thread: 1 Guest(s)