Fountain

Fountain

Classname: misc_fountain
Purpose: decoration
H2 Code: hydra.hc
fields required: origin, angles, movedir, color, cnt
Emits a continuous spray. The fountain in romeric3.bsp is specified like this:

classnamemisc_fountain
origin1480 1024 -208
cnt18
angles0 0 0
movedir1 1 1
color407

Some but not all of the fields are adequately explicated below

Fields

color Don't understand the scheme. 407 gives a kind of light blue. Maybe the same system as rain?
cnt intensity
angles Supposedly the `direction' of spray.
movedir Triple of numbers, initial force of movement in x y z directions.

Back to the list.