Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Surface related cog
Surface related cog
2001-12-05, 11:21 AM #1
Just wondering if its possible to have a simple cog which makes a certain surface scroll (scrolling from say top to bottom, say like for falling water or something), and if so what is the code? [http://forums.massassi.net/html/smile.gif]

Ta
2001-12-05, 12:05 PM #2
Look for 00_Conveyor.cog (or something to that effect) and put it in your level cogs, and assign the values in the cog thinger in JED.
-Hell Raiser
2001-12-07, 2:42 AM #3
Unfortunately, i am a fool and must ask for an example of a value for the "vector" bit. Help :/
2001-12-07, 4:39 AM #4
A vector is a 3 digit number, corrosponding to 3 deminsions: 'X Y Z', where each variable is a direction. By using positive/negative values, one can attain any direction.

The format is somehting like:


(0/0/0)


Although I might be mistaken. Try (1/0/0) and see if it gives the direction you need.

------------------
Success is the inverse relationship between effort, gain, and loss.
And when the moment is right, I'm gonna fly a kite.
2001-12-07, 2:40 PM #5
For a waterfall vector use (0/0/-1)
The negative Z value makes the surface (or sector thrust) go down.

------------------
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton
Sylvicolus JK homepage
If I have ever made any valuable discoveries, it has been owing more to
patient observation than to any other reason. -Isaac Newton

↑ Up to the top!