diff options
Diffstat (limited to 'MODELS')
-rw-r--r-- | MODELS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -153,6 +153,17 @@ Lights In short, the green light should be on the right side, the red light on the left side. +Flares + + The default light entity creates omnidirectional lights. To create + a directional flare, use the target_flare entity. Values for a + target_flare are the same as those for a default light, with one + small diference: the size of the flare is set through the radius + value. The default flare radius is 100. Rotate the entity or set the + angle value to point the flare in a different direction. + + target_flares can only be rotated in the XY-plane. + Engines Add a target_engine entity to add an engine exhaust to a ship model. @@ -167,4 +178,3 @@ Other entities target_cockpit, target_turret and target_cannon are not yet implemented. - |