Ai addon builder: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot under supervision.)
m (Undo revision 362394 by WisdomBot (talk) When you cheap out with code it comes back to bite you)
Tag: Undo
Line 1: Line 1:
<!-- When this page is updated to {{langsp}} or {{language subpage}} instead of {{lang}}, please move {{this is a}} to the base page, as it is automatically translated. -->
{{lang|title=ai_addon_builder}}
{{lang}}{{ent not in game}}
{{ent not in game}}


{{infotable
{{infotable
|ai_addon_builder
|ai_addon_builder
|img=[[File:Missin{{this is a|e0|name=ai_addon_builder|since=Alien Swarm}}g entity icon (pink).png]]
|img=[[File:Missing entity icon (pink).png]]
|type=e0
|type=e0
|engine=2
|engine=2
Line 10: Line 10:
}}
}}


This entity was part of the "Directed Design Experiments" performed at Valve in November 2007, and is the base of a modular AI system, wherein enemies could collect upgrade chips to gain new abilities and drop them when dead, allowing other enemies to collect and reuse them. This code has never been released to the public or used in its entirety in a Valve title.
{{entity|ai_addon_builder|type=e0|since=Alien Swarm}} This entity was part of the "Directed Design Experiments" performed at Valve in November 2007, and is the base of a modular AI system, wherein enemies could collect upgrade chips to gain new abilities and drop them when dead, allowing other enemies to collect and reuse them. This code has never been released to the public or used in its entirety in a Valve title.


A related [[keyvalue]] called <code>addon</code> was defined in {{ent|CBaseEntity}}, and a related [[input]] called <code>CreateAddon</code> was defined in {{ent|CAI_BaseNPC}}. {{confirm|It ''might'' have been CBaseCombatCharacter.}}
A related [[keyvalue]] called <code>addon</code> was defined in {{ent|CBaseEntity}}, and a related [[input]] called <code>CreateAddon</code> was defined in {{ent|CAI_BaseNPC}}. {{confirm|It ''might'' have been CBaseCombatCharacter.}}

Revision as of 12:38, 3 January 2024

English (en)Translate (Translate)
Info-red.png
This entity is not in the game by default, but got left over in the FGD.
This feature is not available anymore.
ai_addon_builder
Missing entity icon (pink).png
TypePoint entity
EngineSource Source
AvailabilityAlien Swarm Alien Swarm
 

Template:Entity This entity was part of the "Directed Design Experiments" performed at Valve in November 2007, and is the base of a modular AI system, wherein enemies could collect upgrade chips to gain new abilities and drop them when dead, allowing other enemies to collect and reuse them. This code has never been released to the public or used in its entirety in a Valve title.

A related keyvalue called addon was defined in CBaseEntity, and a related input called CreateAddon was defined in CAI_BaseNPC.

Confirm:It might have been CBaseCombatCharacter.