I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Difference between revisions of "Legacy:QueenDest"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
 
m (+remarks)
 
Line 2: Line 2:
  
 
These are only useful in a level that contains one or more of [[Legacy:Unreal 1|Unreal 1]]'s [[Legacy:Queen|Queen]]s.  They have no actual code to distinguish themselves from [[Legacy:PathNode|PathNode]]s, but the AI for Unreal's Queen is set up to look for these points.  They are used to mark places that a Queen has the option to teleport to.  A mapper just needs to find a bunch of logical places to put these in his map, because the Queen's AI is sophisticated enough to choose the best point or points to teleport to.
 
These are only useful in a level that contains one or more of [[Legacy:Unreal 1|Unreal 1]]'s [[Legacy:Queen|Queen]]s.  They have no actual code to distinguish themselves from [[Legacy:PathNode|PathNode]]s, but the AI for Unreal's Queen is set up to look for these points.  They are used to mark places that a Queen has the option to teleport to.  A mapper just needs to find a bunch of logical places to put these in his map, because the Queen's AI is sophisticated enough to choose the best point or points to teleport to.
 +
 +
Remarks:
 +
* There is no technical limit of QueenDest count.
 +
* It is not possible to assign different QueenDest points to different queens. In other words: all Queens share the same QueenDest points.
 +
* There is no need for setting QueenDest' [[Legacy:Event|Tag]].
  
 
==Related Topics==
 
==Related Topics==

Latest revision as of 19:23, 24 December 2015

UT :: Actor (UT) >> NavigationPoint (UT) >> QueenDest (Package: UnrealI)

These are only useful in a level that contains one or more of Unreal 1's Queens. They have no actual code to distinguish themselves from PathNodes, but the AI for Unreal's Queen is set up to look for these points. They are used to mark places that a Queen has the option to teleport to. A mapper just needs to find a bunch of logical places to put these in his map, because the Queen's AI is sophisticated enough to choose the best point or points to teleport to.

Remarks:

  • There is no technical limit of QueenDest count.
  • It is not possible to assign different QueenDest points to different queens. In other words: all Queens share the same QueenDest points.
  • There is no need for setting QueenDest' Tag.

Related Topics[edit]