Jump to content

camera+shkval+ABRIS


Recommended Posts

I have been trying to get this set up with no success. I have read many posts and tried it all. I need to come crawling for help. Can someone help me out? I keep getting c++ run-time error...

 

2 screens the 1st 1920x1080 (left - camera) 2nd 1600x900 (right - shkval & ABRIS)

win 7 and the spec are strong enough.

 

.../config/monitorsetup/camera+shkval+ABRIS.lua

_ = function(p) return p; end;

name = _('camera+shkval+ABRIS');

Description = 'camera+shkval+ABRIS';

Viewports =

 

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.77;

}

}

 

Shkval =

{

x = 1920;

y = 0;

width = 800;

height = 450;

}

ABRIS =

{

x = 2720;

y = 0;

width = 450;

height = 900;

{

 

.../data/scripts/options.lua

["graphics"] =

{

["multiMonitorSetup"] = "camera+shkval+ABRIS",

["color"] = "32",

["heatBlr"] = 1,

["scenes"] = "high",

["water"] = 2,

["fullScreen"] = false,

["visibRange"] = "high",

["aspect"] = 3.259,

["textures"] = 2,

["shadows"] = 3,

["display_mode"] =

{

["avi"] =

{

["bpp"] = 32,

["resolution"] = "640x480",

["full_screen"] = false,

["aspect"] = 1.333333333,

["height"] = 480,

["width"] = 640,

}, -- end of ["avi"]

}, -- end of ["display_mode"]

["effects"] = 3,

["lights"] = 2,

["haze"] = 1,

["terrPrld"] = "20",

["height"] = 1080,

["resolution"] = "3520x1080",

["civTraffic"] = 1,

["width"] = 3520,

}, -- end of ["graphics"]

} -- end of options

 

 

User/Appdata/Local/VirtualStore/Program Files (x86)/Eagle Dynamics/Ka-50/BlackShark/data/scripts/options.lua

 

Do I even have to mess with this file ????????

 

["graphics"] =

{

["multiMonitorSetup"] = "1camera",

["color"] = "32",

["heatBlr"] = 1,

["scenes"] = "high",

["water"] = 3,

["fullScreen"] = false,

["visibRange"] = "high",

["aspect"] = 1.77,

["textures"] = 2,

["shadows"] = 3,

["display_mode"] =

{

["avi"] =

{

["bpp"] = 32,

["resolution"] = "640x480",

["full_screen"] = false,

["aspect"] = 1.333333333,

["height"] = 480,

["width"] = 640,

}, -- end of ["avi"]

}, -- end of ["display_mode"]

["effects"] = 3,

["lights"] = 2,

["haze"] = 1,

["terrPrld"] = "20",

["height"] = 1080,

["resolution"] = "1920x1080",

["civTraffic"] = 1,

["width"] = 3520,

}, -- end of ["graphics"]

} -- end of options

 

Any help would be greatly appreciated.

 

thx


Edited by 44th Eagle
Link to comment
Share on other sites

Graphics section in options..lua seems a bit off, try this, but BACKUP THE ORIGINAL!

 

["graphics"] =

{

["multiMonitorSetup"] = "camera+shkval+ABRIS",

["color"] = "32",

["heatBlr"] = 1,

["scenes"] = "high",

["water"] = 2,

["fullScreen"] = false,

["visibRange"] = "high",

["aspect"] = 1.7777777777778,

["textures"] = 2,

["shadows"] = 3,

["effects"] = 3,

["lights"] = 2,

["haze"] = 1,

["height"] = 1080,

["resolution"] = "3520x1080",

["civTraffic"] = 1,

["width"] = 3520,

}, -- end of ["graphics"]

} -- end of options

[SIGPIC][/SIGPIC]
Link to comment
Share on other sites

thx Plainsight..I changed it but still runtime issues.

 

I actual get a number of error message

1st when I first start BS

 

2nd when I try to go to the options UI

 

Are these normal?

 

3rd the crash runtime message

 

4th a error massage after the runtime error

1977341414_startuperror.jpg.0ce8c4059ef4f5b4fd74aa0e6ee72a86.jpg

1894486353_loadingupgameoptionsUI.jpg.0e055e172b8d5a29a290aa06ecb5b461.jpg

1057153847_loadingupgamecrasherrormessage.jpg.6e7563f2ba8d1ba5407cb73c6c5c9edf.jpg

1192648664_errormessageafterruntimeerrormessage.jpg.65f203d62d9bfddba21cd00a0ad7f535.jpg


Edited by 44th Eagle
Link to comment
Share on other sites

  • Recently Browsing   0 members

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