Jump to content

Recommended Posts

Posted

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

Posted

Here is some important information:

 

I just switched out of "openbeta" branch and went back to stable / live release.

 

The bug is now gone.

 

So it's definitely something wrong in the steam openbeta build at the moment.

Posted

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

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

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