Jump to content

vctpil

Members
  • Posts

    694
  • Joined

  • Last visited

Everything posted by vctpil

  1. A question about the use of datalink on the sim : are we supposed to select/configure some options on the mission editor to fully use the datalink or the configuration must be done on the aircraft ? Thanks, Vincent
  2. vctpil

    WIP KC-135 MPRS

    Hi, Just tried two AI Mirage 2000 for refuelling. Each aircrafts are going to the refueller correctly, but the final position suffer a slight displacement on the right on each refuelling station. The M2K is currently refuelling on the attached screenshot.
  3. That is correct. After landing on Creech AFB, the C-130 disappears in the middle of the runway, and stop the commute function. So, I tried Tonopah to Nellis, and it works great. After landing in Nellis, the aircraft taxi to the ramp, stop, disappear and the same aircraft appears to fly to Tonopah. Despite this DCS limitations, there is still a lot of possibilities. Thanks, Vincent
  4. I don't have this problem of flickering.
  5. Hi, I don't know if someone notice, but the refueling probe is working. Very nice ED, thanks a lot. Happy night refueling, Vincent
  6. That was the problem, a wrong file format, recorder in ogg, but in video instead of audio! Thanks for the answer.
  7. Thanks, I konw it is wav or ogg. The problem is the window to select the file does not open.
  8. Hi, I try to insert a sound to a mission, but when I click on OPEN (ACTION on trigger), nothing happen. DCS does not stop working, the window to select the file does not open. I cannot even wrote the file name in the box. Anybody have the same issue ? Thanks, Vincent
  9. Hi, Is anybody have the south part of this chart : http://cubanos.ru/_data/2016/08/MTR.pdf Should be the AP/1A maybe. Thanks, Vincent
  10. Great, thank you.
  11. Hi, Just a question : I can select further waypoint on SEQ2 not boxed. Once box, the selection is not possible and no path are shown on the HSI. Normal a WIP ? Thanks, Vincent
  12. Hi, I have corrected the syntax, but this one is still not working. local C130=RAT:New("RAT_C130") C130:SetDeparture("Nellis AFB") C130:SetDestination("Creech AFB") C130:commute() C130:Spawn(3) By the way, the C in the video is in capital. Vincent Edit : If the "c" is in small letter, the C-130 does not appears.
  13. Hi, The commute function seems not working as shown on the video. local C130=RAT:New("RAT_C130") C130:SetDeparture("Nellis AFB") C130:SetDestination("Creech AFB") C130:Commute() C130:Spawn(3) Three aircrafts are flying to Creech but does not come back to Nellis. I have tried C130:Commute(6), but it is not working. Any idea ? Thanks, Vincent
  14. Ok, it works, but if I modify an existing .lua, I have to reload the script in the trigger menu and save the mission.
  15. Hi, Is it possible to have several type of aircraft spawning on the same .lua file ? I have tried this one, the C130 appears, but not the F-15 ? local C130=RAT:New("RAT_C130") C130:SetDeparture("Creech AFB") C130:SetDestination("Nellis AFB") C130:Spawn(1) local F15=RAT:New("RAT_F15") F15:SetDeparture("Tonopah Test Range Airfield") F15:SetDestination("Nellis AFB") F15:Spawn(1) Maybe I missed something in the code ? Thanks, Vincent
  16. Thanks , I'll have a try tomorrow.
  17. Hi, Just to report this problem, but I supposed you know. The spawning point is not always a good one, see on the picture the C-130 at Creech AFB. Obviously, the aircraft disappear as soon as it start taxi. The solution is to place an aircraft at the same spawn point, and the script will find another one. Cheers, Vincent
  18. Hi, This version works great, thanks a lot. I was just trying C-130 before using the example as explained in the second video. Cheers, Vincent
  19. Really bad for my first try, I will wait til the 16th. Thanks a lot for the answer. Happy new year, Vincent
  20. Thanks for the quick answer. I have attached the mission and the script file. I don't have any mod installed. Thanks. Test.miz RAT_C130.lua
  21. Hi, This is the very first time I am using script and I was very interrested by random traffic. I have followed very carefully the step by step procedure, but DCS crash when I start the mission. The mission start on the F/A-18 with 5 C-130 as random traffic over NTTR, I select the map (F10) and few seconds later, DCS crashed. No C-130 appears on the map. The log file in attached. I am using Moose 2.4.13 with the v2.5.4 25729. What am I doing wrong ? Thanks, Vincent dcs.log-20190101-172740.zip
  22. Hi, I was able to mose the dispenser switch at the start of a mission, but I cannot find the value for the master arm switch and the HMD ? Any idea how to find them ? Thanks, Vincent
  23. Ok, dear friend, I have to apologies, I have made a terrible mistake ! The airbrake is between the both vertical stabilizer, and I had the feeling it was on the back of the aircraft, like the F/-15 or the Su-27! I was not able to see it from the angle of the extarnel view. Very sorry obout that, this is not a bug. After another test, the airbrake is working correctly. I suppose I can count on you for a punishement! Happy Christmas and have a good flight, Vincent
  24. Hi, I made a quick test this morning. See the track in attached files. The airbrakes does not move in external view (F2). Cheers, Vincent No airbrakes ext view.trk
  25. It happen to me offline. I will have another try tomorrow.
×
×
  • Create New...