Jump to content

3dmad

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by 3dmad

  1. Exactly same problem here. BTW i have a black box in the upper left corner in 3rd person (rear arcade) view. The Mi8 just goes all the way down and i just can´t do anything. Tried with Saitek X52 and keyboard+mouse without success. Thx for any help.
  2. Man, your post is amazing! All the configs already done exactly how i trying to do. Thanks Colin!
  3. If i try to use 3200x1024 or 3200x1080 in my Center viewport config it stretches to the second monitor.
  4. In ATI Eyefinity profile i can only use this config: 2x1 1280x1024 because it´s only uses the lower resolution. I use this in my MonitorSetup folder .lua file: _ = function(p) return p; end; name = _('3DMAD'); Description = '3DMAD CONFIG'; Viewports = { Center = { x = 0; y = 0; width = 1280; height = 1024; viewDx = 0; viewDy = 0; aspect = 1.25; } } LEFT_MFCD = { x = 1280; y = 220; width = 640; height = 640; } RIGHT_MFCD = { x = 1920; y = 220; width = 640; height = 640; } UIMainView = Viewports.Center I need to edit another file? Can someone edit this to me, plz. Thanks.
  5. I make this question in another thread but no answer. It´s possible to use 2 monitors with different resolutions like 1920x1080 and 1280x1024, setup Shkval and Abris on the second one without losing the higher resolution of the fist one? Like 3200x1080 total instead of 3200x1024. Thanks.
  6. Disable your anti virus. This solve my issue with the server.
  7. Nercroscope, thanks for help, i actually use this: = function(p) return p; end; name = _('3DMAD'); Description = '3DMAD CONFIG'; Viewports = { Center = { x = 0; y = 0; width = 1280; height = 1024; viewDx = 0; viewDy = 0; aspect = 1.25; } } LEFT_MFCD = { x = 1280; y = 220; width = 640; height = 640; } RIGHT_MFCD = { x = 1920; y = 220; width = 640; height = 640; } UIMainView = Viewports.Center If i try to change to this for example: Center = { x = 0; y = 0; width = 1920; height = 1080 viewDx = 0; viewDy = 0; aspect = 1.77; The 1st monitor stretches and display on a part of the 2nd monitor maybe because in the desktop options ATI Eyefinity configures it to 2x1 monitor 1280x1024 with 2560x1024. Can you give some directions? Thank you.
  8. OK, my new friends, I started to understand better how this works. Now i´m able to configure the LMFCD and the RMFCD in the 2nd monitor but only with the 1280x1024 resolution for both monitors. Can i use the 1st monitor that have 1920x1080 to display the camera and the second to the Shkva and Abris without losing the higher resolution of the 1st monitor? Thanks.
  9. Help! A really newbie on this amazing sim and the learning curve i really hard. After a lot o reading and tries i can´t figure out how to make it work correctly. My history: I have 2 monitors: 1st on the left 1920x1080 and the 2nd on the right 1280x1024 and want to configure the 2nd to show the shkval (LMFCD) and the abris (RMFCD) (maybe another instruments if could). I have the desktop stretched and the resolution in Eyefinity is 2560x1024 and 60hz for both. The options.lua in BS2 i found in C:\Program Files\Eagle Dynamics\DCS Black Shark 2\MissionEditor\data\scripts, is that the one i need to change? I know that i need to create a .lua file in the monitor setup folder too. The main dificulty i think is because of the diferent resolution of the monitors. Really like the one created by spikenet showed in this thread http://forums.eagle.ru/showthread.php?t=80921&page=4 where he said: "Awesome work guys. I've got my profile working as I always wanted.. flares, PVI and Ekran!" Congrats! Any help will be much appreciated and sorry abou my poor english. Thanks.
×
×
  • Create New...