

splash
Members-
Posts
1214 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by splash
-
You'd better not uninstall 1.5 nor 2.2 because 2.5 will copy files from them and only will download new Caucasus and related stuff. Probably it will take a lot of time to download the whole 2.5 if you have all theatres, modules and campaigns.
-
Do you know what software can i use with a track ir 2? I have freetrack 2.2 but it is very old and other programs does not recognise my device.
-
Happy birthday!
-
No problems here to accomplish mission #2. Destroy the bridge in WP4 is quite easy with GBU-31 despite sometimes it does not want to drop.
-
In Mission #3 (Evacuation) you have to take off inmediately to avoid fire, do not align INS and proceed to the runway.
-
Anyway I bought it this evening...
-
Hi, I have TEW and OPF but they are a bit complicated for me. This campaign is now at 50% off and only costs 5 USD. Is it worth buying it? Thanks.
-
Yes, I ordered NTTR when only a free campaign was free (I chose the F-15C one) and later I bought the A-10C one. Finally I pressed GET FREE and acceded to a page in which there is a text indicating "Can't find serial numbers for this product", but when pressed the link I get my serial number. There is no problem in my case as I have both campaigns installed and activated.
-
Hi all, I have this campaign but now in the e-shop there is a button "GET FREE". What the button is for? Regards.
-
There is no need to deactivate modules. When you install 2.5 stable it will copy all files needed from 1.5.8 and 2.2. Probably I will install new 2.5 stable first, leaving 1.5.8 stable, 1.5.8 openbeta and 2.2 openalpha in the SSD disk (4 installations in the end). After that, I will update 1.5.8 openbeta to 2.5 openbeta. When all is completed and tested, I will delete 2.2 openalpha and 1.5.8 stable. If I would run out of space to maintain 4 installations, probably I will uninstall 1.5.8 stable first, as all files needed from 1.5.8 are in openbeta already.
-
Probably I will install new 2.5 stable first, leaving 1.5.8 stable, 1.5.8 openbeta and 2.2 openalpha in the SSD disk (4 installations). After that, I will update 1.5.8 openbeta to 2.5 openbeta. When all is completed and tested, I will delete 2.2 openalpha and 1.5.8 stable. If I would run out of space to maintain 4 installations, probably I will uninstall 1.5.8 stable first, as all files needed from 1.5.8 are in openbeta already.
-
Many thanks, now I have CCIP line.
-
No problems with DMT. it is slow in the beginning, but if you keep moving it, it is faster.
-
Very very nice news indeed, thanks for tell us.
-
Good luck and I hope it will the first of many modules from Magnitude 3 LLC.
-
Can we export the MFDs to a 2nd screen like the A10?
splash replied to Cowboy10uk's topic in AV-8B N/A
You can edit 1camera.lua in your installation folder (could be modified by some update) or copy the attached file in C:\Users\username\Saved Games\DCS.openbeta\Config\MonitorSetup (I added coordinates for LEFT MFCD). It will appear in menu as "1 Screen modified". 1Camera_mod.lua -
Can we export the MFDs to a 2nd screen like the A10?
splash replied to Cowboy10uk's topic in AV-8B N/A
Probably you have to modify LEFT_MFCD x coordinate and put "0" if you want to have that MFD in the left upper corner of main screen. -
Can we export the MFDs to a 2nd screen like the A10?
splash replied to Cowboy10uk's topic in AV-8B N/A
You have to choose "Monitor+2MFD+Monitor" Exactly what you write in: name = _('Monitor+2MFD+Monitor'); Description = 'Monitor+2MFD+Monitor' -
Can we export the MFDs to a 2nd screen like the A10?
splash replied to Cowboy10uk's topic in AV-8B N/A
It's no problem. Here it is my screen configuration in Windows 7. First monitor (number 3 for Windows) is 1920x1080, second (number 1) and third (number 2) one's are 800x600 and fourth (number 4) is 1920x1080. Combined resolution is (1920+800+800+1920) x (1080)= 5440x1080. You have to take into account the corners: LEFT_MFCD = { x = 1920+136; -- 1920 is just to the right of first monitor and 136 is to move it a little -- to the right because Cougar MFD is smaller than my 8 inches monitor (800x600). y = 1080-600+20; -- my second monitor is lower than first monitor because is smaller, so I have to move it down. -- 20 is for the frame. width = 530; -- size, you can play with values. height = 530; -- size } What's your secondary monitor screen size? -
Can we export the MFDs to a 2nd screen like the A10?
splash replied to Cowboy10uk's topic in AV-8B N/A
Of course, find it below. You have to assign two keypresses/buttons in DCS for Right MFCD export and Left MFCD export (some key combination you are not going to use). _ = function(p) return p; end; name = _('Monitor+2MFD+Monitor'); Description = 'Monitor+2MFD+Monitor' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; } } GUI = { x = 0; y = 0; width = 1920; height = 1080; aspect = 1920/1080; } UIMainView = Viewports.Center LEFT_MFCD = { x = 1920+136; y = 1080-600+20; width = 530; height = 530; } RIGHT_MFCD = { x = 1920+136+800; y = 1080-600+9; width = 530; height = 530; } -- 1920x1080 (1), 800x600(2/3), 1920x1080(4) -- Total: 5440x1080 -
Can we export the MFDs to a 2nd screen like the A10?
splash replied to Cowboy10uk's topic in AV-8B N/A
No need to modify any lua in AV-8B module, I can export without problems with LEFT_MFCD and RIGHT_MFCD in monitor lua exactly as A-10C. -
F6F Hellcat. In the image in webpage there is a cube (6 sides)
-
Starforce was a pain in the ass specially in some modules as MiG-21 (now solved). A simple BIOS change could trigger an activation. This system is IMHO much better.
-
I am not using ch manager at all and simply configure button number 2 in throttle as pac1 and trigger (button number 1) in stick as fire. My setup is ch fighterstick, prothrottle and propedals. This way I press button 2 in throttle for pac1 and trigger at the same time to fire.