Always snap to grid

Legacy:XRedFlagBase

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

This is the actor that's placed in the map for the red flag base. If the Blue Team can carry the Red flag back to their FlagBase and touch it to their own flag, a point is scored for the Blue Team.

Tips

To restate, the PlayerStart's TeamNumber should equal the FlagBase's GameObjective->DefenderTeamIndex. In the case of the Red FlagBase, the value should be 0. (blue = 1)

  • To help bots use a different path to the enemy flag, use at least one AssaultPath actor to guide them. (You can replace a nearby PathNode with the AssaultPath actor.) The FlagBase's Event->Tag string value should then equal the AssaultPath's ObjectiveTag value.
  • Rotate the flag to make it easier to recognize from a distance. (So that it is not edge-on to assaulting players)

Properties

CTFBase

string TakenSound 
This is the sound played when the flag is taken from its base.

xRealCTFBase

float BaseOffset 
This is the X,Y & Z offset for final placement of the base.

Related Topics