bigdog4215 Posted August 3, 2010 Posted August 3, 2010 I'm trying to edit the multi monitor set up files but just with one monitor.I'm using the shkval+monitor and trying to shrink the width of the shkval and expand and zoom in on the other side.I managed to shrink the width of shkval but can not figure out the rest.Any ideas of how to set it up?
talisman Posted August 3, 2010 Posted August 3, 2010 OK let me get this right - you want the the sckval and the abris on one monitor yes? if so use my profile - _ = function(p) return p; end; name = _('Shkval+Camera'); Description = 'Shkval on the left monitor, camera on the right'; Viewports = { Center = { x = 0; y = 0; width = 3072; height = 768; viewDx = 0; viewDy = 0; aspect = screen.aspect; } } ABRIS = { x = 2759; y = 300; width =313; height =468; } Shkval = { x = 0; y = 468; width = 500; height = 300; } ------ My monitor is a triple head to go - but its still just one monitor to the game. My resolution is set to 3072 by 768 you will need to change it to match. sckval on the left and abris on the right - all in just one monitor. The sckval and the abris are drawn from their top left corners - so make sure your width and height fall within your screen size or weird things happen. good luck. [sIGPIC][/sIGPIC] Is it a bird? Is it a plane? No - Its a Stinger - Damn....... My Pit - http://forums.eagle.ru/showthread.php?t=42253
bigdog4215 Posted August 3, 2010 Author Posted August 3, 2010 I just want the shkval and cockpit on 1 screen but modified.I think the normal set up kills the experience.I want to make the game camera look like as would on one screen as much as possible.I was able to edit the shkval fine but I can't fiigure out how to get the camera closer to the chopper or widen the game camera screen
Recommended Posts