

GTFreeFlyer
Members-
Posts
600 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by GTFreeFlyer
-
I’m guessing you are like me and you don’t use the F10 map much. I fly in VR and hardly use the F10 map since it’s a break from immersion. I use the kneeboard a lot, and there are plenty of maps in the kneeboard and you can also add whatever you want to the kneeboards, just like in real life. DCS is quite realistic and if you really want to get into it, nothing beats preflight planning. A pilot always knows when to return due to fuel, where they are, and where the divert airfields are. I’ll admit, I enjoy realism, but I often skip the preflight planning and just go for it, only in DCS, never IRL. I’ll usually run into the same problems you mentioned, but I deserve it at that point.
-
Can I put in an official request for CTLD support? It would be nice to speak more naturally when working with CTLD rather than always speaking “Action” before commands.
-
1. Ctrl Z or Undo ability 2. Easier way to manage hundreds of triggers. Perhaps create a folder within the trigger menu so that similar triggers can be grouped together. 3. Moving new triggers from bottom of list to top of list when there are hundreds of triggers takes a long time. Would be nice to be able to cut and paste them in order to move around. 4. Would be nice to copy and paste specific Actions and Conditions from one trigger to another. 5. Easier way to add kneeboard items rather than having to unzip the miz file and put them in there, then rezip and rename. 6. More visible space in the Do Script area so we can see/read larger scripts more easily. 7. Would be nice to prevent voiceovers from cutting each other off. If one is currently playing, prevent the next one from playing until the first one finishes. 8. Embarking/disembarking for AI units and player units trying to carry more than one group would be nice. The whole embarking thing needs a lot of attention. 9. Clouds/weather seems to generate only within several miles of the airport, then is clear outside of that area. Also there is a big difference between coverage level 8 and 9, and nothing in between. 10. Bandar Abbas rwy 21L ILS frequency is wrong! You can’t tune 333! Thanks!
-
Hey stranger. I've narrowed it down to this for you to try.... lines 3984 and 3985: local x_Offset = math.cos(_angle) * 30 local y_Offset = math.sin(_angle) * 30 Try changing 30 to something lower on both lines. This math function appears to give the offset from your helo's position, so just make sure the number is more than 0, otherwise it looks like they'll spawn under your skids.
-
It works! Thanks so much!
-
Thanks! I haven’t tested it yet but will when I get home later. I appreciate it!
-
I use LUA to build a nested menu, but am trying to figure out how to remove a command. Example snippet below from a section of the menu you'll see after clicking "AI Hornets" in the main menu. After issuing the "Start Up" command for either of the Hornets below, how can I remove the command from the list and leave the CAP and RTB where they are? I can't find the function. Thanks! [color=#d4d4d4][font=Consolas][color=Black]local AIHornetMenu = missionCommands.addSubMenu("AI Hornets", nil) local AIHornet5Menu = missionCommands.addSubMenu("Hornet 5 (CAP)", AIHornetMenu) missionCommands.addCommand("Start Up", AIHornet5Menu, function() trigger.action.setUserFlag(9, 1) end, nil) missionCommands.addCommand("Fly CAP", AIHornet5Menu, function() trigger.action.setUserFlag(9, 17) end, nil) missionCommands.addCommand("RTB", AIHornet5Menu, function() trigger.action.setUserFlag(9, 10) end, nil) local AIHornet6Menu = missionCommands.addSubMenu("Hornet 6 (SEAD)", AIHornetMenu) missionCommands.addCommand("Start Up", AIHornet6Menu, function() trigger.action.setUserFlag(10, 1) end, nil) missionCommands.addCommand("Fly SEAD", AIHornet6Menu, function() trigger.action.setUserFlag(10, 17) end, nil) missionCommands.addCommand("RTB", AIHornet6Menu, function() trigger.action.setUserFlag(10, 10) end, nil) [/color][/font][/color]
-
Looking for some more BuDs (BUsy DadS) to fly and chat with?
GTFreeFlyer replied to GTFreeFlyer's topic in Multiplayer
To all the guys who just replied in the past few hours, as stated in the original post, “If this sounds like the MP experience you’re looking for, shoot me a PM and introduce yourself and I’ll get you into the group from there. The server is not public. Please let me know which city you’re in and I’ll introduce you to the BuDs.” It’s easier for me to track who is who and get you in. Thanks! -
Bandar Rwy 21L ILS frequency is incorrect
GTFreeFlyer replied to GTFreeFlyer's topic in Bugs and Problems
Thanks -
Looking for some more BuDs (BUsy DadS) to fly and chat with?
GTFreeFlyer replied to GTFreeFlyer's topic in Multiplayer
Yup. I’ll contact you. -
Looking for some more BuDs (BUsy DadS) to fly and chat with?
GTFreeFlyer replied to GTFreeFlyer's topic in Multiplayer
We have many busy grandads! Shoot me a PM. -
I set up a mission to revolve around sunset. I picked up the local sunset time from timeanddate.com for the specific area and date. The sunset time in the DCS simulation wasn’t even close.
-
ILS is listed as 333 MHz. Please fix this. Is there a frequency that actually works and is tunable?
-
[UNABLE TO REPRODUCE] No stars in Persian Gulf?
GTFreeFlyer replied to Callsign JoNay's topic in Bugs and Problems
I just noticed them last night for first time when I put on the NVG. I guess the brightness wasn’t enough to be picked up with my Oculus Rift, but the sky was quite pretty with the NVG on. -
Looking for some more BuDs (BUsy DadS) to fly and chat with?
GTFreeFlyer replied to GTFreeFlyer's topic in Multiplayer
Our link is not public. I’ll shoot you a PM -
Thanks. Will try that method!
-
Looking for some more BuDs (BUsy DadS) to fly and chat with?
GTFreeFlyer replied to GTFreeFlyer's topic in Multiplayer
The group has grown quite nicely and we’ve got over 70 now. There are typically 3-4 on at a given time with as much as 10 when it’s busy. There are still some slots in the day where it’s empty, so more are welcome. Just shoot me a PM if the original post looks like something you’d be interested in. We’ve got a great little community of guys who just have fun and/or help each other out. Lots of guys have made friends and taken each other into their other formal squads. In between squad nights, the guys seem to hang out in BuDs for the casual laid back experience to change things up. There’s a different mission and/or training going on each night and a few guys have put up dedicated servers with our favorite missions so that we can play them any time. Cheers all! -
I’ve added a beacon to a ground unit along with a custom .ogg sound file for the Morse code. I’m flying the Huey and testing the beacon and found that the beacon works properly when I dial the frequency into my ADF, but I get no sound. I know the volume is correct because when I dial in a beacon included with the map, I do hear the sound. Any ideas?
-
I fixed the group embarking issues I've been having. I switched back to CTLD and really dug deep into the code, and found that when you embark, the LUA runs the group:destroy() command, which totally eliminates your group from the game, along with all the triggers associated with them. Before it does this, it saves their group name in a variable. When you unload the troops, CTLD uses MIST's "dynAdd" to create a new group WITH THE SAME NAME as before. This was killing me because I thought it was the same group that had been loaded in the first place and was scratching my head as to why the triggers were not working when the group was in a zone after dropoff. Again, this is because the triggers were killed off along with the group when they were destroyed. Once I realized this, I injected a few lines of code in the CLTD lua script that checked exactly which group was “dynAdd”ed and then set a flag. In the mission editor, I now check for a flag instead of Group in Zone, that way the trigger never gets killed off along with the group. Just some feedback for those that were interested.
-
You can use ViaCom’s deep interrogate function (see the manual) or you can always replace F10 menu commands with “Take 2” for F2, “Take 5” for F5, etc.
-
How do you set a trigger when a group embarks a helo? First, I had CTLD in my mission and it all worked great, but when you pick up some soldiers, the “group is dead” trigger goes off. CTLD kills the soldiers, then brings them back from the dead when you disembark them. That didn’t work for me, so I got rid of CTLD and now found that when you embark them and fly away, the “group out of zone” (out of their pickup zone) never gets triggered until you drop them off somewhere else. This means they remain in the pickup zone but hidden until you disembark them. I’m just trying to get a trigger to function right when they hop in the helo, but not a “group is dead” trigger. Grrrr, mission design!
-
They aren’t all bad. Some work really well. I like the Kashuri Gap and In the Weeds the best for those SP ones. If you are really enjoying single player, pick up a solid campaign like The Enemy Within or Piercing Fury. Great fun. I’ve now moved into the multiplayer world and can’t seem to go back to SP.
-
Exactly what he said. Older mission that wasn’t updated after they added trees. Same thing happened to me and was totally frustrating. You can also change your load to carry 10 CBUs and 1 targeting pod and just carpet bomb the forest, lol.
-
how to change mission default loadout
GTFreeFlyer replied to rocketeer's topic in DCS: A-10C Warthog
Glad you got it worked out. I don’t think I’ve ever used the planner. The editor is great :)