Recent changes RSS feed

 

Entity

An entity, in it's most basic form, is a single object that can spawn within the game world. Every interactive object within the game is an entity. The code for most entities are located in .RBF files, which are compiled LUA files. However, entities can also be dynamically created using SCAR scripting. Squads are composed of individual entities.

Entity Blueprints

Entity blueprints (ebps) can be found in the ”/ebps” directory of gameattrib.sga. They define an entity's attributes such as health, abilities, sight, etc. through extensions (_ext).

See Entity Extensions for a list of extensions that can be used in ebps and their function.
 
dow2/entity.txt · Last modified: 2009/08/09 06:19 by clonesa