-
Posts
46 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by tueur-a-gage
-
Hello when I remove the external carrying points on the Huey (checkbox in the ME), and then I ask for refueling in mission, I have the message "Copy" as usual, but just after "Unable to comply". Finally, the refuelling is going well, just an issue with the Ground message. I retest it with external carrying points activated, no issue here. Thanks
-
DCS INTERCOMMUNITY EVENT: Real War - Operation Moonlight
tueur-a-gage replied to Satarosa's topic in Community News
+1 for me, A-10C please for me tueur-a-gage => TAG from EVAC -
YES !! I saw that and check it in the game even up to 2150 :) thanks
-
cool thanks ! so in Caucasus, it is more a question of ~latitude rather than longtitude to change of declinaison
-
Hello after some check using DCS 2.5 directly, I found 2 things : - magnetic variation for Nevada maps depends of location : from ouest to est, Mina Airport 12°E, Groom Lake 11°E and Mesquite 11°E too) - magnetic variation depends of mission date also : on Groom Lake, 1987 13°E, 2011 11°E, 2018 10°E and 2035 9°E So ED tried to modelized the reality it seems, but documentation are not relevant (for Caucasus, 6°E in 2010 for all airports, but it is not the case, more 4,5°E, 6°E will be in ~2020 I could say...) and Runway numbers are not relevant too : it indicates the Magnetic orientation and it is false sometimes (Groom Lake 325 -> 32 or it should be 33, same for Mina...), it must also change with years in that case.
-
[NOT YET SUPPORTED][MERGED] DDI/AMPCD DISPLAYS EXPORT
tueur-a-gage replied to ScopeDope's topic in Bugs and Problems
Yes!!!! thanks, so no MFD export for F/A-18C module. I update my monitor setup and remove the MFD export and now it works, RDDI is back Thanks -
[NOT YET SUPPORTED][MERGED] DDI/AMPCD DISPLAYS EXPORT
tueur-a-gage replied to ScopeDope's topic in Bugs and Problems
Just a pump for my bug... RDDI still doesn't work even after the latest release 2.5.2.18307 anybody have the same issue ? no idea to solve it ? thanks -
Hi I launch a simple mission park and engine ready with F/A-18C but the plane as Client. When I jump into it to take command, it explose ! more detail in the joined Track . regards Bug FA18 003 - jump and destroy.trk
-
Hello on my side, when I try to activate the ADF -1 or 2), I have a noise and when I stop it, the noise still continue. more details in my track. regards Bug FA18 002 - ADF could not deactivate.trk
-
[NOT YET SUPPORTED][MERGED] DDI/AMPCD DISPLAYS EXPORT
tueur-a-gage replied to ScopeDope's topic in Bugs and Problems
Hello I don't think so, I try with Instant mission VFR Landing, and I have the same issue. I join the Track this time :) regards Bug FA18 001 - Right DDI not working.trk -
[NOT YET SUPPORTED][MERGED] DDI/AMPCD DISPLAYS EXPORT
tueur-a-gage replied to ScopeDope's topic in Bugs and Problems
[NOT IMPLEMENTED YET] UNABLE TO EXPORT DDI Hi all I followed the DCS cold start procedure and others found on Youtube, but my right DDI still stay OFF. Do you have an idea why ? Engines are started, ready to fly, R-DDI is on DAY... Thanks My configuration: -
Hello When I try to contact these airports, their name is not call by the radio and not mention in the text: Mineralnye Mozdok Vaziani Beslan see capture for Mozdok vs. Nalchik, the name of Mozdok doesn't appear and it is not indicated by the radio too. Thanks
-
Hello I think that I found a bug in the weight calculation of the load at least for the A-10C concerning the BRU-42LS support and all payload attached with. For example: - GBU-12 alone: 275 kg - BRU-42LS alone: 65 kg - BRU-42LS + 3 x GBU-12: 876 kg => it should be 891 kg (275*3 + 65) For me, the issue could come at least from the file <Game_folder>\Scripts\Database\db_weapons_data.lua : - function bru_42_hs_gbu_12, the calculation of the weight is Weight = 51 + count*275 But the weight of the BRU is 65 kg, not 51 - line 2797, you write: Weight = 51+275*3,--1230, same remark, it should be 65+275x3 - line 698, you write: Weight = 51 + count*275, same remark, it should be 65 + count*275 maybe others... For the Maverick & LAU-88/LAU-117, you don't have the issue because you manage local variables: maverick_data = { ["AGM-65K"] = {mass = 360, wstype = {4, 4, 8, 61}}, ... ["CATM-65K"] = {mass = 360, wstype = {4, 4, 101,142}}, } local LAU_88_mass = 211 local LAU_117_mass = 59 For Rockets, the bugs is more important : - LAU-131/68 alone: 100 kg - BRU-42LS + 3 x LAU-131/68: 702 kg => it should be 365 kg (3 x 100 + 65), more than double ! Here the issue seems to come because you have directly indicate the weight without calculation, for example line 5696, you write: Weight = 702, => it should be 365 same for all description of LAU-68 & LAU-133 with 3 rocket pods attached using BRU-42LS. one more time, maybe another issue elsewhere... Best regards
-
Bonjour, je voulais tenter ma chance en FR avant... De mon côté, j'ai mis en œuvre plusieurs choses : - TwoMon PC : - permet de virtualiser un deuxième écran sur une tablette (perso Galaxy TAB 9.7), perso je préfère la version USB, mais WIFI existe... quelques bugs encore, mais supportable. L'app mobile est payante mais raisonnable (9,49 €). Dispo sur le site : http://www.easynlight.com/en/twomonusb/ - Windows reconnait alors la tablette comme un deuxième écran à configurer. J'ai fait le choix affichage étendu + positionnement à droite + résolution 1024x768, soit une largeur totale de 3 584 (2 560 + 1 024) - Configurer le moniteur dans DCS (onglet System, screens) afin que DCS diffuse sur les 2 écrans : - Pour cela il faut créer un monitor (script lua à déposer dans ..\DCS\Config\MonitorSetup). S'inspirer des scripts existant par exemple LMFCD+Camera+RMFCD.lua. Ma config (1 Monitor + 1 Tab), pour avoir l'écran déporté. - définir le Viewports.Center qui en gros défini l'écran principal (x=0, y=0, width=2560, height=1440, viewDX=0, viewDy=0 et aspect=16/9 pour mon cas), - définir les vues que l'on souhaite, par exemple je voulais le LMFCD sur ma tab : LEFT_MFCD avec x=2560+125/2, y=125/2, widht=350, height=350 => LMFCD de 350x350 positionné à droite de mon écran principal avec un décalage de 125/2 (j'y reviens après pour cette dimension, en gros la demi largeur de mon calque). Je ne met pas les résultats de calcul, je laisse DCS les faire, c'est plus simple à configurer. - après avoir redémarré DCS, tu auras un nouvel écran disponible. Il faut alors enlever le full screen, saisir la résolution à la main (3584x1440, 2560 + 1024) et laisser DCS calculer l'aspect ratio (2.4888) - Helios pour avoir un plus joli affichage (calques autour des MFCD par exemple), mais aussi scripts d'interaction et d'export de données (c'est là que j'ai un peu de soucis)... Le plus simple pour toi c'est de regarder les 2 vidéos sur Helios : Globalement il reprend aussi les explications de display écran dans la vidéo. Voila, si tu as des questions n'hésites pas Bon vol PS : je suis sur A-10C, mais des profiles existent pour les autres avions, mais pour le Mirage 2K, je ne sais pas... je suis preneur si tu avances de ton côté.
-
Bonjour à tous j'ai réussi en parcourant divers forum dont celui-ci à exporter suffisant de données pour pouvoir afficher sur un écran déporté (Galaxy Tab A) quelques éléments en utilisant Helios (notamment les MFD, le RWR et la montre). Je voudrais complémenter mon cockpit virtuel avec les flaps, l'altitude et le train... mais je ne trouve pas les éléments nécessaires à cela. Je vous avoue que j'ai du mal à comprendre la logique de ED dans tout ça... de plus, les modifs que j'ai faites ont semble-t-il planté aussi mon export pour Tacview... Bref, je recherche donc un tuto qui explique cela, en FR ou UK peu importe... Avec ou sans Helios d'ailleurs... ce qui marche et qui n'est pas à refaire à chaque update de DCS (comme les modifs dans les fichiers lua d'origine) Merci de votre aide.
-
Hello in several missions, the trigger 50 is used to indicate the end of the mission. But this trigger is set to TRUE when the objective is destroyed, but also when some airplanes enter a zone. Then, you just have to wait few minutes at the airport to win the mission with score = 100 and pass to the next mission. I don't know if you consider this as a bug, but it has an impact on the progression in the Campaign Georgian Hammer for A10-C Best regards
-
Bonjour à tous Volant sur KA-50, DCS se fige pendant mes vols de façon plus ou moins aléatoire. Ma config : - Windows 7 64 bits - 8 Go RAM - AMD FX 8350 (8 Core) - NVidia GeForce GTX 660 Le freeze dure entre qqs secondes à 1 ou 2 minutes puis j'ai un retour à la normale avant une image qui revient en passant par un écran noir et une reconstruction de l'image. Quelqu'un à déjà rencontré ce problème ? Merci de votre aide.