Jump to content

grim_reaper68

Members
  • Posts

    767
  • Joined

  • Last visited

Everything posted by grim_reaper68

  1. Hi I'm just testing the A8, but i'm unable to fire the gun/canon. Master arm is on, all 3 CB are in, trigger A binded on space, gun safety open, but nothing happens. The outer canon works fine, but there's nothing to do with the other. Can someone help me? Thanks
  2. Thanks, didn't know that you could set an off position for a button. When i bind the command, i've never used the scroll up menu, only pushing the switch, i now discovered the off function in the menu. You make my day.
  3. Did you managed to have the 3 position of the flaps on the warthog? If yes i would be glad to you to explain me how.
  4. can you explain me how to do that? Thanks
  5. Hello Would it be possible to have more foreign callsigns into DCS. For example, the Mirage F1 CT from 2/30 Normandie Niemen, had the callsign MELBA, for the 1/30 Alsace it was MENTON. For the KC135 MARCOTTE, and the AWACS ROXANNE. It would be great to have them, to have more immersion when you fly with french fighters. Thanks
  6. In the monitorsetup file it's the LEFT_MFCD.
  7. Hi Could you slow down the speed of the knob? it's hard to set the correct values, as they run away.
  8. Yes that was the solution. Thanks a lot.
  9. Hi I'm discovering vaicom pro, i've watched tutorials, but i'couldn't set the dcs path. When i click on the SET button, it opens the folder browser, but i have only a desktop folder with some other folders below. No way to select the drive. Vaicom and voiceattack are up to date.
  10. Hi there is a mod to have them. https://www.digitalcombatsimulator.com/en/files/3325091/.
  11. Salut Avez-vous également ce problème?
  12. How did you do to have the refuel probe textured? Or is it the F1CE?
  13. Done I've done a test with both CE and EE. The EE was cold and dark, and the CE started. A video should be better to see it.
  14. Hi Yes the values are correct for me. The loadout is good. Just tested it in dcs. The 2200l (580 gal) has 1734kg + 350kg of the tank. The empty aircraft with 100% canon gives 11286, with the empty 2200l: 11636 (11286+350), full 2200l: 13370 (11286+2084). For the 1200l the full tank weights in fact 1149kg (898+251), also checked in DCS. If i could make a little request for the tanks? Could it be possible to have both in liters . Or maybe the official name of them, which are RPL 201 for the 2200l/580gal and RP 35 for the 1200l. I don't know if in Spain they have other denomination.
  15. Hello I have heat "bubbles" coming out from the engine instead of the continuous heat flow on the F1 EE. Not tested on the CE yet.
  16. Hi Set the tacan to RNAV, and it should work. the A/A mode don't work (for sur in the M2000 and the F1). I tested it, it works fine. My tanker has X36 as tacan freq, and with RNAV set, it gives me bearing and distance.
  17. Nope, just the tedac in the monitorsetup, but the screen is very dark on night mode. So i don't switch it to night mode and it's ok.
  18. Hi Some news...
  19. Does it mean that i have just to add more carrier and then i modify the type of ship? I will try it . Edit: it works. i really need to read all the manual. Thanks for the information
  20. Hi How could i manage to have the carrier with the escort ship to navigate together? Is there a tutorial about that? At this time i have to put manually every nav point for each ship. Thx for help
  21. Hi it's RIGHT_MFCD. But you only have the scope.
  22. Hi There is an option in GE called privacy control or something like that, when activated it would only take the secondary screen as desktop, when not, i've both screen captured, and saved as DCS picture.
  23. Hi Since i'm in dual screen, center as main and right as MFCD display, my screenshots and videos captured with geforce experience take both. Is there a way to set it up to take only the main screen? Thanks for help
  24. Of course First of all, I've created a MonitorSetup folder in the saved games as follow C:\Users\XXX\Saved Games\DCS.openbeta\Config\MonitorSetup The XXX have to be replaced with your own user name of course Then copy a lua file from the C:\Eagle Dynamics\DCS World OpenBeta\Config\MonitorSetup (depends where your DCS is located) and paste it in the MonitorSetup created above. My file is here. I'm using a 1920*1080 monitor for main display and a 1680*1050 monitor on the right for the MFCD/TEDAC display, so you have to adapt the coordinates for your setup. So my setup in DCS is 3600*1080. For the name of the file you can put what you want, but it's really important that you put the same name in the file : My file is named Camera+RMFCD2.lua If you don't have the exactly same name it wouldn't appear in DCS _ = function(p) return p; end; name = _('Camera+RMFCD2'); Description = 'Camera on the center, MFCDs on the right monitor' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 16/9; } } LEFT_MFCD = { x = 1920; y = 0; width = 560; height = 560; } CENTER_MFCD = { x = 2480; y = 490; width = 560; height = 560; } RIGHT_MFCD = { x = 3040; y = 0; width = 560; height = 560; } TEDAC = { x = 2480; y = 490; width = 560; height = 560; } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center As you can see, the CENTER_MFCD and the TEDAC have the same coordinates.
  25. Of course Just add try_find_assigned_viewport("MK2_VCM") into the VCM_screen_init.lua into your X:\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\M-2000C\Cockpit\VCM folder. Then add the following lines into your MonitorSetup lua file. Just put your personal coordinates and width and height for your screen, that's all. MK2_VCM = { x = 2560; y = 0; width = 480; height = 480; }
×
×
  • Create New...