

vctpil
Members-
Posts
691 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by vctpil
-
Thanks, I konw it is wav or ogg. The problem is the window to select the file does not open.
-
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
-
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
-
Great, thank you.
-
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
-
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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. -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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 -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
Ok, it works, but if I modify an existing .lua, I have to reload the script in the trigger menu and save the mission. -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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 -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
Thanks , I'll have a try tomorrow. -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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 -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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 -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
Really bad for my first try, I will wait til the 16th. Thanks a lot for the answer. Happy new year, Vincent -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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 -
[MOOSE] RAT - Random Air Traffic
vctpil replied to funkyfranky's topic in Scripting Tips, Tricks & Issues
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 -
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
-
[NO BUG] No airbrakes extended on external view
vctpil replied to vctpil's topic in Bugs and Problems
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 -
[NO BUG] No airbrakes extended on external view
vctpil replied to vctpil's topic in Bugs and Problems
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 -
[NO BUG] No airbrakes extended on external view
vctpil replied to vctpil's topic in Bugs and Problems
It happen to me offline. I will have another try tomorrow. -
Sorry, maybe I missed something, but I don't understand how to use the pitch line to estimate the distance. Is it the distance from the runway in downwind position ? Thanks, Vincent
-
Hi, The airbrake extend correctly inside the cockpit, the noise, aerodynamic effect and the visual are ok. The airbrake appears not extended on external view. Vincent
-
No, it does not work with the F/A-18. But if it really work for someone, may I ask to provide the detailed procedure in the editor and o board the aircraft ? Thanks
-
Hi, I have tried, but seems not working with the F/A-18. Any idea? Thanks, Vincent
-
I have started the mission from the beginning. The taxiway lines appears until I add an aircraft or I change the weather. If I remove the added aircraft or I reset the weather, the taxiway lines does not come back. This is weird. Any idea ?
-
Hi, During night, if I place an aircraft on an airport, taxiway lines are still displayed. If I draw a routing, place some other aircraft or ground vehicles, taxiway lines disappears !?! Anybody have the same issue ? Thanks, Vincent