Talk:Item teamflag: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added heading)
mNo edit summary
Line 13: Line 13:
*VisibleWhenDisabled : 1
*VisibleWhenDisabled : 1
Should these be added to the wiki now, or when hammer updates to officially support them? Also ''Game Type'' has a new value of 4 which would of course be for Special Delivery.--[[User:Samp20|Samp20]] 10:22, 3 July 2012 (PDT)
Should these be added to the wiki now, or when hammer updates to officially support them? Also ''Game Type'' has a new value of 4 which would of course be for Special Delivery.--[[User:Samp20|Samp20]] 10:22, 3 July 2012 (PDT)
== Moving Flag ==
Achieve roaming flags without addition flag entities.  There are several ways to make a flag change position.
OnReturn or OnCapture  AddOutput Origin X Y Z (moves to those coordinates)
Or using a [[point_teleport]] and Addoutput Target ''flag_name'' and then tell the Point_Teleport to teleport.
—[[User:Ninjaofsauce|Ninjaofsauce]] ([[User talk:Ninjaofsauce|talk]]) 02:44, 13 January 2021 (PST)

Revision as of 03:44, 13 January 2021

hmm, says theres king of the hill mode, i just tried it but doesn't work for me..anything else i gotta add? or is it just not supported? --Frostbite 19:31, 27 Sep 2007 (PDT)

I think it requires different entity's or something along the lines of that. After all its just the beta!--Gear 19:49, 27 Sep 2007 (PDT)
I don't really get how King of the Hill and a flag are related... I'd do it with a capture point with instant capture timer. --Baliame 15:19, 28 Sep 2007 (CET)
I tried doing something like KOTH, (more like keep-away) using a system of entities and OnUser outputs on players. Unfortunately, it seems that item_teamflag does not recognize that the person who picks it up or drops it is an !activator. --4LT 04:25, 26 Jun 2008 (PDT)

New item_teamflag fields

Looking at the item_teamflag in sd_doomsday there's 5 new fields (with the values found in the map):

  • flag_icon : ../hud/objectives_australiumpanel
  • flag_paper : player_australium_socktrail
  • flag_trail : australiumtrail
  • ReturnBetweenWaves : 1
  • VisibleWhenDisabled : 1

Should these be added to the wiki now, or when hammer updates to officially support them? Also Game Type has a new value of 4 which would of course be for Special Delivery.--Samp20 10:22, 3 July 2012 (PDT)


Moving Flag

Achieve roaming flags without addition flag entities. There are several ways to make a flag change position. OnReturn or OnCapture AddOutput Origin X Y Z (moves to those coordinates) Or using a point_teleport and Addoutput Target flag_name and then tell the Point_Teleport to teleport. —Ninjaofsauce (talk) 02:44, 13 January 2021 (PST)