Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.

Talk:Half-Life Source.fgd

From Valve Developer Community
Jump to: navigation, search

The func_pushable is missing. This is how I did mine, I basically copied it from the hl1 fgd. It works, not sure it's 100% correct. I put it at the top of the Solid Entities section:

@SolidClass base(Breakable, RenderFields) = func_pushable : "Pushable object"
[
size(choices) : "Hull Size" : 0 =
	[
		0: "Point size"
		1: "Player size"
		2: "Big Size"
		3: "Player duck"
	]
	spawnflags(flags) =
	[
		128: "Breakable" : 0
	]
	friction(integer) : "Friction (0-400)" : 50
	buoyancy(integer) : "Buoyancy" : 20
	_minlight(string) : "Minimum light level"
]
English (en)Suomi (fi)Русский (ru)

Unsigned comment added by Ook (talkcontribs). Please use four tildes (~~~~) or {{Message}} template to sign your username.

item_longjump

I added the item_longjump entity. It was missing.

English (en)Suomi (fi)Русский (ru)

Unsigned comment added by Dmx6 (talkcontribs). Please use four tildes (~~~~) or {{Message}} template to sign your username.

Source engine trigger_counter?

Not sure where else to ask this, but is there a Source engine version of the trigger_counter entity? Or the multisource? I can't find replacements for these two.