Sven Co-op.fgd/stadium4.fgd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added the FGD)
 
m (→‎top: clean up, added orphan, deadend tags)
 
Line 1: Line 1:
{{Multiple issues|
{{Dead end|date=January 2024}}
{{Orphan|date=January 2024}}
}}
From: <code>\common\Sven Co-op\svencoop\scripts\maps\stadium4\stadium4.fgd</code>
From: <code>\common\Sven Co-op\svencoop\scripts\maps\stadium4\stadium4.fgd</code>
<pre>
<pre>

Latest revision as of 10:16, 21 January 2024

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" []