Jump to content

Recommended Posts

Posted (edited)

Hello,

I have problems with the attach points. I set on pylon one an attach point on a Weapon. This will work in the game. But if i set a new attach point to pylon 2 the plane wont show up in the editor anymor. Here is the part out of the .lua. I deleted the full connector positions but this wont work too. 

Pylons =   {  

        pylon(1, 1, 0.5, 0.3, 0.0,
            {
                use_full_connector_position = true, connector = "Connector_4"
            },
            {

    {CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FEC}", attach_point_position = { 0.90, 0.160, -0.030}   }, -- Adder
    {CLSID = "{R-8M1T}"}, -- R-8M1T
    {CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", attach_point_position = { 1.80, 0.050, -0.030}   }, -- Archer
    {CLSID = "{R-33_mig31bm}", attach_point_position = { 1.00, 0.200, -0.030}   }, -- R-33
            }
        ),
        pylon(2, 1, 0.5, 0.3, 0.0,
            {
                use_full_connector_position = true, connector = "Connector_2"
            },
            {

    {CLSID = "{R-8M1R}"}, -- R-8M1R
    {CLSID = "{R-8M1T}"}, -- R-8M1T
    {CLSID = "{R-33_mig31bm}"}, -- R-33
    {CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, -- 73

            }
        ),
        pylon(3, 1, 0.5, 0.3, 0.0,
            {
                use_full_connector_position = true, connector = "Connector_1"
            },
            {


    {CLSID = "{R-8M1R}"}, -- R-8M1R
    {CLSID = "{R-8M1T}"}, -- R-8M1T
    {CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, -- 73
    {CLSID = "{R-33_mig31bm}"}, -- R-33
            }
        ),
        pylon(4, 1, 0.5, 0.3, 0.0,
            {
                use_full_connector_position = true, connector = "Connector_3"
            },
            {

    {CLSID = "{R-8M1R}"}, -- R-8M1R
    {CLSID = "{R-8M1T}"}, -- R-8M1T
    {CLSID = "{R-33_mig31bm}"}, -- R-33
    {CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, -- 73
}    
        ),
 

Bitmap-Bild (neu).jpg

 

 

Bitmap-Bild (neu).bmp

Edited by utplayer01
  • Like 1
  • utplayer01 changed the title to Attach points HELP for TU-128 Fiddler
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...