Jump to content

Farva

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Farva

  1. If you have loaded the keybinds.diff.lua file, you should not have to worry about it. But, if you want to make sure:

    1. In DCS go to Options, Controls, and select your desire plane in the dropdown menu on the upper left.

    2. Press F11. If the menu snaps to the bind for F11, it is bound. Right click F11 on the menu and click "Clear Combo". F11 is now unbound.

    3. Do step 2 for F12.

    4. Press "OK" on the lower right of the menu to accept changed. Done!

     

     

     

     

    Thanks!

  2. I used the entire code in a custom setup, only changing the pixel coordinates. Also the filename and the name in the .lua should match as per my experience. I have a 3440 x 1440 on the left and a 1920 x 1080 on the right. Make sure in windows or nvidia settings, the top of the monitors are the same.

     

    I am trying an edit on the rwr init.lua per one of the guys that posted before in this thread.

     

    Example of my monitor setup code:

     

    name = _('F-14B Combined');

    Description = 'EXPORTED DISPLAYS'

    Viewports =

    {

    Center =

    {

    x = 0;

    y = 0;

    width = 3440;

    height = 1440;

    viewDx = 0;

    viewDy = 0;

    aspect = 3.722222;

    }

     

    }

    F14_VDI=

    {

    x = 3440;

    y = 0;

    width = 500;

    height = 500;

    }

     

    F14_HSD =

    {

    x = 4860;

    y = 0;

    width = 500;

    height = 500;

    }

     

    F14_DDD =

    {

    x = 3440;

    y = 580;

    width = 500;

    height = 500;

    }

     

    F14_RWR=

    {

    x = 4150;

    y = 580;

    width = 500;

    height = 500;

    }

     

    F14_TID =

    {

    x = 4860;

    y = 580;

    width = 500;

    height = 500;

    }

     

    UIMainView = Viewports.Center

    GU_MAIN_VIEWPORT = Viewports.Center

     

    Hope this helps

     

     

     

     

    great stuff!

  3. Thanks dude,

     

    I'm quite happy with the way it's turned out.

     

    It's dimensionally the closest model/plans that exist at the moment. Cobra was kind enough to let me use his laser scans of the front pit to make it.

     

    It was designed as a modular design so you can tinker and build as much or little of it as you like.

     

    I desinged the bulkheads to be 12mm with a 20mm steel rail so that you can climb over the side and into the pit without any chance of breaking stuff but it's probally overkill.

     

    A couple of things to think about would be if its going to be a VR only pit or something like RomeoKilos lovely A-10 pit. A lot of design choices can be decided from this.

    https://forums.eagle.ru/showthread.php?t=160233

     

    If your looking to keep it a bit simpler and use 9mm I would suggest building up to the last bulkhead inline with the center pedestal sub frame (coloured blue in sketchup). You could just then join the purple canopy rail assembly to the green side panel frame to make it one piece.

     

    So printing it's pretty easy once you know what your doing.

    I wacked up a post a while back on how to do it here.

     

    https://forums.eagle.ru/showpost.php?p=3772384&postcount=175

     

    The only change is that I've grouped all of the smaller sub assembly's together to make changes to both sides easier.

    The only extra step now is you will need to double click into the sub assembly's first before you can select the part you want and copy it out.

     

    If you need a hand at all tinkering with the plans or want a full up post on how to do it give me a holla. Sketchup's pretty easy once you get used to it.

     

    If your keen on a backseat as well it's mostly done.

     

    Cheers,

    Mumbles

     

     

     

     

    How do i get a set of plans or are you prebuilding them?

×
×
  • Create New...