Difference between revisions of "Talk:Alien movement patterns"

From UFOpaedia
Jump to navigation Jump to search
m (oye)
 
(2 intermediate revisions by 2 users not shown)
Line 30: Line 30:
  
 
that's all I've got.  [[User:Heckruler|Heckruler]] 14:02, 14 February 2007 (PST)
 
that's all I've got.  [[User:Heckruler|Heckruler]] 14:02, 14 February 2007 (PST)
 +
 +
== Walls ==
 +
 +
Seeing this topic suddenly made me remember something strange that happened during a base defense mission in TFTD.
 +
 +
Scenario: Lobstermen and Biodrones rampaging through base.
 +
 +
Four aquanauts are hiding in little rooms at the four corners of a living quarter module. During one turn a pulser (one of mine) blew up and opened up all the walls that were hiding these aquanauts.
 +
 +
A biodrone had started the mission inside the base and had a very clear view of one of the aquanauts that had suddenly become exposed. But instead of stopping and shooting directly at the Aquanaut, it wandered to the middle of the hall, turned left and moved up to the door and opened the door to get at this very same aquanaut. (Who promptly shot it with a sonic cannon round, ended both the biodrones and his own life)
 +
 +
Now that got me wondering, is the AI blind to damaged walls in some instances? The action reminds me a bit of the UFO Supply ship quirk where they all file to one exit but not the other. -[[User:NKF|NKF]] 02:22, 4 May 2011 (EDT)
 +
 +
::If this were the case, the game would need to keep a copy of the undamaged modules in memory (or at least re-load one, on occasion) - that'd require a lot of work & RAM in order to maintain a non-nonsensical behaviour.
 +
 +
::I believe your scenario was a coincidence, caused by something similar to that which causes a Chrys to turn tail on occasion. The alien would've decided to go for cover (or flee), then ''after'' doing that, decided to re-expose itself and attack. - <span style="font-size:xx-small">&nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])</span> 09:16, 4 May 2011 (EDT)
 +
 +
:::Looks more like the AI doesn't check to see if the waypoint leads into an enemy. Which makes sense... if it had been a Chryssalid or any other HTH alien it could have been deadly if not for the reaction shot. As for it following the route it also makes sense since it the most efficient way to move the alien around. [[User:Hobbes|Hobbes]] 15:06, 4 May 2011 (EDT)

Latest revision as of 19:06, 4 May 2011

There are quite a few different movement patterns amongst the different aliens. One of the most noticable difference is how they use their elevation. Walking aliens will leave the upper floors of buildings and get onto the ground or roof. Flying aliens will lurk on the upper floor and ambush soldiers later, so you can counter this by removing a wall and exposing the upper floor. Flying aliens are generally more capable with grenades as they have more geometry available to them. There are also blind spots due to elevation when an alien at a higher level can see your soldier while you cannot see them, so make sure your next soldier approaches from a better angle.

Sectoids and reapers run about all over the place. Snakemen seem more willing to wait in ambush. Crysallids will run quickly but then slow down on later turns as they run out of stamina. They are most dangerous after standing still for a few turns in panic, recovering their stamina.

A common point for aliens to stop is outside a farm doorway, especially on the edge of the map. This sometimes hides them behind the door. Always make sure you approach these points with good visibility. Some paddocks can be fully enclosed with fences or walls so expect to see walking aliens trapped in there, even when the surrounding countryside seems safe.

The last alien alive will typically stand still and stop moving. This will make it more dangerous as it doesn't show up on motion scanners and has all its time units left for reaction shots. Cyberdiscs often stop moving for long periods and wait in ambush.

If there are plenty of aliens alive then even the most reluctant will eventually leave safety behind and come looking for soldiers. At times though they can suddenly move out in dangerously large groups which dramatically increases their threat. Keep an eye out for that happening.

- Egor


I don't feel I've played enough to really be a master on this subject, but I'd like to put out what I know.

First off, aliens are agents in the battlescape that are subject to the constraints put upon them. This is opposed to free-ranging agents that can do anything, but try to simulate what an agent should act like. This means that Julian Gollop and Nick Gollop weren't cheap bastards when making their AI. I'm pretty sure of this as I've never seen aliens "cheat".

Secondly, I believe that most of what Egor has commented on is due to the differences in the different alien stats and abilities. This is emergent behavior rather then being individually programmed that way. IE, I think all the aliens have the same basic AI behind them. Special abilities like that of the floaters, reapers, crysallids, psycic, and the whatnotpods, all probably have their own section of code, but they all follow the basics.

Thirdly, they ignore their friends. I've never seen them coordinate, have you?

So, these basics, what are they? My understanding is that the aliens have three states: Wander, Guard/Rest, and Engage. Yeah, the Engage state would be the "Aggression Formula" mentioned in the article. As far as wandering, each map tile has waypoints or paths described in them so that units can walk around. The edges of tiles have defined crossing points that can act like closed gates if it's the edge of the battlescape or the tiles don't match.

This doesn't sound like that complicated of an AI. So why is X-COM so hard to play? Your units are fragile, and sitting scared in a closet with a bazooka aimed at the door with your finger on the trigger is a good strategy.

Tests I'd like to see but am too lazy to do myself: 1. Test if the last alien will eventually wander, or if it will forever be holed up in it's corner. 2. Is there really a different behaviour for aliens who engage players? See if they ever leave the defined path. 3. Will aliens pass each other when walking between waypoints?

that's all I've got. Heckruler 14:02, 14 February 2007 (PST)

Walls

Seeing this topic suddenly made me remember something strange that happened during a base defense mission in TFTD.

Scenario: Lobstermen and Biodrones rampaging through base.

Four aquanauts are hiding in little rooms at the four corners of a living quarter module. During one turn a pulser (one of mine) blew up and opened up all the walls that were hiding these aquanauts.

A biodrone had started the mission inside the base and had a very clear view of one of the aquanauts that had suddenly become exposed. But instead of stopping and shooting directly at the Aquanaut, it wandered to the middle of the hall, turned left and moved up to the door and opened the door to get at this very same aquanaut. (Who promptly shot it with a sonic cannon round, ended both the biodrones and his own life)

Now that got me wondering, is the AI blind to damaged walls in some instances? The action reminds me a bit of the UFO Supply ship quirk where they all file to one exit but not the other. -NKF 02:22, 4 May 2011 (EDT)

If this were the case, the game would need to keep a copy of the undamaged modules in memory (or at least re-load one, on occasion) - that'd require a lot of work & RAM in order to maintain a non-nonsensical behaviour.
I believe your scenario was a coincidence, caused by something similar to that which causes a Chrys to turn tail on occasion. The alien would've decided to go for cover (or flee), then after doing that, decided to re-expose itself and attack. -  Bomb Bloke (Talk/Contribs) 09:16, 4 May 2011 (EDT)
Looks more like the AI doesn't check to see if the waypoint leads into an enemy. Which makes sense... if it had been a Chryssalid or any other HTH alien it could have been deadly if not for the reaction shot. As for it following the route it also makes sense since it the most efficient way to move the alien around. Hobbes 15:06, 4 May 2011 (EDT)