Talk:Half-Life Source.fgd: Difference between revisions
Jump to navigation
Jump to search
m (Unsigned) |
(item_longjump) |
||
Line 18: | Line 18: | ||
]</pre> | ]</pre> | ||
{{unsigned|Ook}} | {{unsigned|Ook}} | ||
== item_longjump == | |||
I added the item_longjump entity. It was missing. |
Revision as of 16:17, 21 August 2008
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" ]
—Unsigned comment added by Ook (talk • contribs) Always sign your posts with four tildes (~~~~)
item_longjump
I added the item_longjump entity. It was missing.