Sven Co-op.fgd/stadium4.fgd

From Valve Developer Community
< Sven Co-op.fgd
Revision as of 10:16, 21 January 2024 by Thunder4ik (talk | contribs) (→‎top: clean up, added orphan, deadend tags)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

From: \common\Sven Co-op\svencoop\scripts\maps\stadium4\stadium4.fgd

@PointClass base(Targetname, Targetx) color(138 140 138) = game_monstercounter : "Counts number of monsters and stores the value"
[
	monsterclass(string) : "Monster Classname"
	alive_or_dead(choices) : "Filter Vital Signs" : 0 =
	[
		0: "Ignore"
		1: "Living only"
		2: "Dead only"
	]
	is_player_ally(choices) : "Filter Enemies" : 0 =
	[
		0: "Ignore"
		1: "Allies only"
		2: "Enemies only"
	]
	restartdelay(string) : "Delay Before Restart" : "1.0"
	weaponfilter(string) : "Weapon Filter"
]

@PointClass base(Targetname) color(200 50 0) = trigger_random_position : "Sets a random origin on a target entity"
[
	xtolerance(string) : "X Tolerance" : "0"
	ytolerance(string) : "Y Tolerance" : "0"
	ztolerance(string) : "Z Tolerance" : "0"
	random_angles(choices) : "Random Angles?" : 0 =
	[
		0: "No"
		1: "Yes"
	]
	targetent(string) : "Target Entity"
	trigger_after_move(string) : "Trigger After Move"
]

@PointClass base(Targetname) size(-8 -8 -8, 8 8 8) color(255 255 255) = env_te_teleport : "Quake 1 Teleport Splash Effect" []