Posted by Ryan on November 26, 1998 at 07:23:19:
In Reply to: water-fall posted by The Shadow on November 26, 1998 at 02:19:42:
: How do I make a runing waterfall
:
:
: THANKS!
You need to add the 00conveyer.cog to your level. Then, set a vector for the direction that the water will flow [ (-1/0/0) is for a vertical surface flowing downward ]. Be sure to add the surfaces you want to scroll to the "convey0, 1, 2..." fields of the cog, and set the surface flags of the scrolling surfaces to "used in cog" and "scrolling" (in addition to impassable or whatever flags you already had). You can adjust the scroll speed with the "speed" section of the cog. Just texture the surfaces as water and you're all set. If your river happens to go horizontally after the waterfall, make sure you use a new 00converyer.cog for the different vector direction that this water would be traveling in. I hope this helps.
Ryan