Jump to content

Whats wrong here?


fjoesne

Recommended Posts

I cant get this config to show up in the pulldown menu under options. I'm guessing there is some syntax-error here.. Is there a logfile for things like this i can tail? would be so much easier to debug things like this :/

 

_  = function(p) return p; end;
name = _('Tripple with MFCD');
Description = 'fjoesnes';
Viewports = 
{
    Left = 
    {
         x = 0;
         y = 0;
         width = 800;
         height = 1280;
         viewDx = -1;
         viewDy = 0;
         aspect = screen.aspect / 3;
    },
    Center = 
    {
         x = 800
         y = 80;
         width = 1920;
         height = 1200;
         viewDx = 0;
         viewDy = 0;
         aspect = screen.aspect / 3;
    },
    Right = 
    {
         x = 2720;
         y = 0;
         width = 800;
         height = 1280;
         viewDx = 1;
         viewDy = 0;
         aspect = screen.aspect / 3;
    },
LEFT_MFCD = =
{
	x = 800;
	y = 0;
	width = 512;
	height = 512;
},
RIGHT_MFCD =
{
	x = 2208;
	y = 0;
	width = 512;
	height = 512;
}
}
UIMainView = Viewports.Center

Link to comment
Share on other sites

Been a while..

 

Description = 'fjoesnes'; <--- remove the semi-colon ;

 

Also, LEFT_MFCD = =

Current Flight Rig

 

i7 4960X @ 4.6Ghz

ASUS Rampage IV Formula

G.SKILL TridentX 2400Mhz 32GB DDR3

Crucial 1TB MX300 SSD

MSI Gaming X 1080Ti

Samsung 55" JS8000 SUHD 4K

Windows 10 x64

TrackIR 5, Warthog HOTAS

Saitek Pro Flight Combat Pedals

Custom Akers-Barnes, MkI eyeball.

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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