Help needed with UI.OSC

  • Thread starter Robert Gödicke
  • Start date

Robert Gödicke

Hello guys!

I need some help with rFactor's UI.OSC...
The default UI.OSC that comes with rFactor features the functionality of being able to switch to fullscreen by pressing the Return key on your keyboard when looking at the maximized Replaydisplay (the one on the lower right of the monitor screen, the realtime 3D monitor, so to speak).

The point is, I love that functionality to do some screenshots, but when using the Endurance Series Mod, this functionality is gone, and I want to put it back in since there are some other nice enhancements in the new UI.OSC.

I took a look at the original UI.OSC and found out that the "CHAT_EXPANDED" page (starting around line 18195 I think) is the maximized Replaydisplay (why even name it like this?), but I can't see anything that hints to the fullscreen switching via the return key.

Code:
  Page="CHAT_EXPANDED"
  {
    Pos-w-h=(0,0,800,600)
    Name="CHAT_EXPANDED"
    Surface="BK_PRE_RACE.BMP"
    
    Gizmo="APP_PICTURE_REPLAYDISPLAY"
    {
      Position=(27,22)
      Width_Height=(774,550)
      AttributeSet="12font_test_white"
      Caption1="MIN"
      ToolTip="Use instant replay controls to view action"
      
      Actions="Release"
      {
        Do_Page="MONITORPAGE"
      }
    }
    
    Gizmo="GENERIC_BUTTON_NORMAL"
    {
      Position=(28,30)
      Width_Height=(769,539)
      AttributeSet="Blank box profile"
      
      Actions="Release"
      {
        Do_Page="MONITORPAGE"
      }
    }
  }

Does anyone know where I need to look or how I can put that functionality back in?

Greez Rob
 

Back
Top