Jump to content

CFG Node rotation


MrPwner

Recommended Posts

Hello everyone,

I\'m a bit (much) confused about the three rotation parameters in defining nodes:

node_stack_bottom = x, y, z, angx, angy, angz, size

I\'ve tried figuring it out through trial and error, checking how other files do it, but got nowhere.

I\'m confused about what values you should use and how they relate to degrees.

Can someone shed some light?

Link to comment
Share on other sites

Thanks for the information.

So how can i make it go like 3 degrees? Or rotate something on its Y-axis?

I also need it to define thrust fx, i guess the same applies there?

Let me explain

In my mod I have a custom escape tower with 3 nozzles, which all point outward a bit.

I need the thrust effects to fit to these, of course. I\'ve checked NovaPunch\'s escape tower, which only has either 0\'s or 1\'s, some negative, in the angle parameters.

Link to comment
Share on other sites

0,0,0,0,1,0 - y-axis will go up. if x1 = 1, and y1=z1=0, x-axis will be go up. In Unity y goes up, x right, z - forward.

Wait, so node_stack_bottom allows you to correct the object\'s initial rotation?

The wiki really needs a complete rewrite of how the node system works, or a tutorial of some sort.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...