Jump to content

[Help] RCS and VFX vectors


Tiberion

Recommended Posts

So I am working on mapping the RCS thrusters for my shuttle nose:

Ot9PO.png

There are 7 visual ports (only the 'down' port on the bottom since its flat) and 1 part can only have 6 thrusters, so I am leaving out the bottom one since the 2 angled 'roll' thrusters will combine to do a down thrust of equal power, since they are at 45 degrees.

I thought I had it pretty close, but the VFX and thrusters don\'t seem to fire off at the proper control inputs, so I guess I have something wrong.

What exactly does the rcsGroup flag in the config do?

Here\'s the VFX and thuster definitions as they stand right now:

// --- FX definitions ---

fx_gasJet_white = 0.7, 0.0, 0.0, 1.0, 0.0, 0.0, rcsGroup0

fx_gasJet_white = -0.7, 0.0, 0.0, -1.0, 0.0, 0.0, rcsGroup1

fx_gasJet_white = 0.0, 0.0, 0.7, 0.0, 0.0, 1.0, rcsGroup2

fx_gasJet_white = 0.0, 0.0, -0.7, 0.0, 0.0, -1.0, rcsGroup3

fx_gasJet_white = 0.0, 0.65, -0.40, 0.0, 1.0, 0.0, rcsGroup4

fx_gasJet_white = 0.7, 0.12, 0.35, 0.71, 0.0, 0.71, rcsGroup5

fx_gasJet_white = -0.7, 0.12, 0.35, -0.71, 0.0, 0.71, rcsGroup5

// thruster orientations and thrust (X, Y, Z, Thrust)

thrustVector0 = 1.0, 0.0, 0.0, 2.5

thrustVector1 = -1.0, 0.0, 0.0, 2.5

//thrustVector2 = 0.0, 0.0, 1.0, 2.5 (true DOWN Thrust)

thrustVector3 = 0.0, 0.0, -1.0, 2.5

thrustVector4 = 0.0 1.0, 0.0, 2.5

thrustVector5 = -0.71, 0.0, -1.0, 2.5

thrustVector2 = 0.71, 0.0, 0.0, 2.5

//5 and 2 combine to simulate DOWN thrust (225 and 315 degress on the X axis)

Not sure why its not working.

Part file for anyone who wants to play with it:

http://dl.dropbox.com/u/46506740/TD_C7ShuttleNoseRCS.zip

Link to comment
Share on other sites

// --- FX definitions ---

fx_gasJet_white = 0.7, 0.0, 0.0, 1.0, 0.0, 0.0, rcsGroup0

fx_gasJet_white = -0.7, 0.0, 0.0, -1.0, 0.0, 0.0, rcsGroup1

fx_gasJet_white = 0.0, 0.0, 0.7, 0.0, 0.0, 1.0, rcsGroup2

fx_gasJet_white = 0.0, 0.0, -0.7, 0.0, 0.0, -1.0, rcsGroup3

fx_gasJet_white = 0.0, 0.65, -0.40, 0.0, 1.0, 0.0, rcsGroup4

fx_gasJet_white = 0.7, 0.12, 0.35, 0.71, 0.0, 0.71, rcsGroup5

fx_gasJet_white = -0.7, 0.12, 0.35, -0.71, 0.0, 0.71, rcsGroup5

It may be because this line is calling out the group you have ignored

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...