Contents: | This document contains editing information for the Q3A bot. The Q3A bot is an artificial player for the computer game Quake III Arena. |
|
Author: | Mr Elusive |
|
Last update: | 2000-01-04 |
The inventory |
The inventory stores for every ammo type, weapon, powerup, armor type etc. the amount available of the item.
The decisions the bot makes are partly based on the inventory. The inventory is stored as an array of values.
Each value denotes the amount of a specific item. To have fast access to these amounts the array is indexed directly
using the index values defined in the file inv.h