Difference between revisions of "Under The Hood"

From UFOpaedia
Jump to navigation Jump to search
m
Line 26: Line 26:
 
*The dire consequences of picking up [[unconscious]] units  
 
*The dire consequences of picking up [[unconscious]] units  
 
*[[Alien movement patterns]]
 
*[[Alien movement patterns]]
 +
** You may also be interested into looking at some theories about the [[Tactical AI]].
 
*[[Alien Inventory Use|How the AI uses Inventory]]
 
*[[Alien Inventory Use|How the AI uses Inventory]]
 
*Secret but incomplete weapons and items such as Gatling Laser discovered in [[Item Weight]] table
 
*Secret but incomplete weapons and items such as Gatling Laser discovered in [[Item Weight]] table

Revision as of 05:29, 18 June 2014

Information in this section cracks open the bonnet and attempts to explain the how and why questions on a variety of aspects of the inner workings of the games, such as formulas and other odds and ends like reproducible game bugs or useful 'glitches'. (Note this does not include technical bugs)

As we don't have the source code, quite a lot of the information here is derived the traditional way, with paper, pen and lots of free time.

Note: It is hoped that the following articles will be incorporated into their related sections at a later date - where and when ever possible (reactions under stats, phantom radars under general radar information, etc). Also duplicate entries will need to be cleared out.

General

Unit spawn in the following order: HWPs, X-Com units, aliens, alien terror units, civilians. The player and the AI are allocated 40 slots respectively in the unit table. If there are too many units that precede later units, the order the units spawn will go according to the spawn priority above, and any later units will be dropped off the list. For example, if there are 8 HWPs and 10 soldiers, the HWPs will take up the first 32 of the 40 slots, leaving room for only 8 of the 10 soldiers.

Useful Glitches, Workarounds or Just Plain Odd Stuff

See also Exploits

Not so useful Glitches

See also Known Bugs.

  • Glitches with the Gauss SWS (TFTD only)
  • Ufo Names in Tftd (TFTD only)
  • Vertical waypoint bug (Collectors Edition only) - Blaster bombs go south instead of straight down.
  • Proximity grenade bug - if an armed proximity mine does not explode, something else may explode in future missions.
  • Disappearing ammo bug - partly used clips are discarded. XCOMUTIL fixes.
  • Ctrl+C - why it does what it does and why you shouldn't exploit it. (DOS versions only, where GEOSCAPE and BATTLESCAPE are separate programs connected by a batch file.)
  • "My body is a weapon" - Corpses sometimes contain an ammo clip. This can happen when a weapon is destroyed which had ammo loaded into it. When a unit dies, the corpse created takes the now vacant item slot. The ammunition is still registered as being loaded into that item slot, however, and appears to be inside the newly created corpse. (Can clips in destroyed weapons be recovered at end of combat?)
  • Unresearched alien weapons can not be thrown. (Items need a weight to be thrown, and you don't know its weight until you research it.)
  • February has 31 days in all years other then the first.

See Also