Jump to content

What is the Apache's ID for the ViewSettings[ ] function? AH-???


Recommended Posts

Posted

I'm trying to customize my 6DOF and Zoom In/Out levels.  I've copied the View Settings from the Apache's views.lua into my Server.lua in my Saved Games folder /Config/Views.   I have several other aircraft that I've done this for, and that is all working.  But this isn't. 

I think the Name/ID is wrong.  Does anybody know what it is supposed to be?  I've tried several variations, and searched through all of the .lua files but found nothing.

Quote

ViewSettings["AH-64D"] = {
    Cockpit = {
        CockpitAnchorPoint             = {1.926, 0.922, 0.0},
        [1] = {-- player slot 1 (PLT)
            CameraViewAngleLimits    = {80.000000,20.000000},
            CockpitLocalPoint        = {1.784, 0.992, 0.045},
            CameraAngleRestriction    = {false,90.000000,0.500000},
            CameraAngleLimits        = {200,-90.000000,90.000000},
            EyePoint                = {0.090, 0.000, 0.000},
            ShoulderSize            = 0.25,
            Allow360rotation        = false,
            limits_6DOF                = {x = {-0.2,0.3}, y = {-0.3,0.2}, z = {-0.3,0.3}, roll = 90.000000},
        },
        [2] = {-- player slot 2 (CPG)
            CameraViewAngleLimits    = {40.000000,80.000000},
            CockpitLocalPoint        = {1.784 + 1.300, 0.992 - 0.45, -0.0125},
            CameraAngleRestriction    = {false,90.000000,0.500000},
            CameraAngleLimits        = {200,-90.000000,90.000000},
            EyePoint                = {0.090, 0.000, 0.000},
            ShoulderSize            = 0.25,
            Allow360rotation        = false,
            limits_6DOF                = {x = {-0.2,0.3}, y = {-0.3,0.2}, z = {-0.3,0.3}, roll = 90.000000}, 
        },
    },
    Chase = {
        LocalPoint        = {-5.0,1.0,3.0},
        AnglesDefault    = {0.000000,0.000000},
    },
    Arcade = {
        LocalPoint        = {-21.500000,5.618000,0.000000},
        AnglesDefault    = {0.000000,-8.000000},
    },
}

 

🍺 Snack Officer  🥨 
Intel I9-10850K (OC @ 5.0ghz) │ 64GB (4x16GB) DDR4 3200 │Gigabyte RTX 4090 Gaming OC 24gb
- ҉ - Blackshark Cockpit Trainer - ҉ -    Thread   | Download

  • Recently Browsing   0 members

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