-
Posts
767 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by grim_reaper68
-
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
-
Flaps controls bindings
grim_reaper68 replied to markturner1960's topic in Controller Questions and Bugs
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. -
Flaps controls bindings
grim_reaper68 replied to markturner1960's topic in Controller Questions and Bugs
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. -
Adding more callsigns (french or other)
grim_reaper68 replied to grim_reaper68's topic in DCS Core Wish List
can you explain me how to do that? Thanks -
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
-
In the monitorsetup file it's the LEFT_MFCD.
-
Yes that was the solution. Thanks a lot.
-
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.
-
Hi there is a mod to have them. https://www.digitalcombatsimulator.com/en/files/3325091/.
-
Salut Avez-vous également ce problème?
-
How did you do to have the refuel probe textured? Or is it the F1CE?
-
Heat "bubbles" at idle on the ground
grim_reaper68 replied to grim_reaper68's topic in Bugs and Problems
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. -
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.
-
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.
-
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.
-
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.
-
Hi Some news...
- 49 replies
-
- 13
-
-
-
How to make a carrier group
grim_reaper68 replied to grim_reaper68's topic in DCS World Tutorial & Help Requests
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 -
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
-
Hi it's RIGHT_MFCD. But you only have the scope.
-
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.
-
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; }