Jump to content

Broken "adjust controls" menu


Whozdär

Recommended Posts

I am using Steam version in openbeta branch.

 

I now have this odd issue where the Controls menu fails to show the names of the detected devices ( column headers ) as well as the button / axis stuff is assigned to.

 

If you look at the video I made, you can see the table comes up empty.

 

But then notice that when I press a button on a device, the menu does correctfully highlight the associated action.

 

https://www.youtube.com/watch?v=UKy61uDfI7g

Link to comment
Share on other sites

In case this is relevant, I have a 2 screens setup.

 

As follows (\Config\MonitorSetup)

 

_ = function(p) return p; end;

name = _('NAME');

Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'

Viewports =

{

Center =

{

x = 1920;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.778;

}

}

 

LEFT_MFCD =

{

x = 0;

y = 0;

width = 900;

height = 900;

}

 

RIGHT_MFCD =

{

x = 900;

y = 0;

width = 900;

height = 900;

}

 

UIMainView = Viewports.Center

Link to comment
Share on other sites

  • 2 weeks later...
  • Recently Browsing   0 members

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