Jump to content

Xoruam

NEW MEMBER
  • Content count

    10
  • Joined

  • Last visited

File Comments posted by Xoruam


  1. So, what NuclearWinter wrote in the reviews was helpful for locking the sticking out spoilerons in place, but I managed to make them at least seemingly work like they should:
     

    [LeftSpoilerInner]
    SystemType=CONTROL_SURFACE
    InputName=ROLL_CONTROL
    MaxDeflection=0.0
    MinDeflection=-60.0
    CDdc=0.0096
    Cldc=-0.0126
    Cndc=0.0004
    CldcAlphaTableNumData=15
    CldcAlphaTableDeltaX=4.00
    CldcAlphaTableStartX=-28.00
    CldcAlphaTableData=0.415,0.877,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,0.877,0.415
    CndcAlphaTableNumData=15
    CndcAlphaTableDeltaX=4.00
    CndcAlphaTableStartX=-28.00
    CndcAlphaTableData=1.432,1.360,1.288,1.216,1.144,1.072,1.000,0.928,1.000,1.072,1.144,1.216,1.288,1.360,1.432
    ControlRate=2.5
    LockOutSpeed=FALSE
    ModelNodeName=Leftinnerspoiler
    ReverseModelOrientation=TRUE
     
    [RightSpoilerInner]
    SystemType=CONTROL_SURFACE
    InputName=ROLL_CONTROL
    MaxDeflection=60.0
    MinDeflection=0.0
    CDdc=0.0096
    Cldc=0.0126
    Cndc=-0.0004
    CldcAlphaTableNumData=15
    CldcAlphaTableDeltaX=4.00
    CldcAlphaTableStartX=-28.00
    CldcAlphaTableData=0.415,0.877,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,1.000,0.877,0.415
    CndcAlphaTableNumData=15
    CndcAlphaTableDeltaX=4.00
    CndcAlphaTableStartX=-28.00
    CndcAlphaTableData=1.432,1.360,1.288,1.216,1.144,1.072,1.000,0.928,1.000,1.072,1.144,1.216,1.288,1.360,1.432
    ControlRate=2.5
    LockOutSpeed=FALSE
    ModelNodeName=Rightinnerspoiler
    ReverseModelOrientation=TRUE

    The point here is the InputName section, Max/MinDeflection (They are different on left and right spoilerons on purpose) and ReverseModelOrientation. Since I changed the input type to ROLL_CONTROL, I removed the last section of the config since it seemed redundant to make another ROLL_CONTROL reference, not sure if this will break something or not, but at this moment these changes made the spoilerons at least seemingly work as intended. So if you experience problems with the animations, you may want to try this out, just keep in mind I guarantee nothing.

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..