Jump to content

tacts.zeagle

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by tacts.zeagle

  1. My flight-simming started in the 80's. Janes brings back memories. Anyway, I am a recent Apache convert. I love to fly her.
  2. First, I fail to grasp the reason for the above code. If you are just setting the values once and never changing them, then they are better set in the ME not in code. Second, this is a brute-force method of changing every weapon in every friendly base. Why? Why not just change the items you need to? Think efficiency. These kinds of things have the potential to really bog down performance. And lastly, if you are going to run this code, try using a time delay to allow everything to load up before you go and start iterating through all the airbases. Make sure your carriers are actually loaded before changing their internals. As far as readability goes, using a single letter for your warehouse is not good practice. Also naming a table "inventory" when it actually contains "weapon" is another pitfall.
  3. Here is a listing of a typical inventory table for an airbase. I hope this helps someone. Notable is the indexing of liquids at [0], which, although normal for C, is not good Lua practice. Lua arrays typically start at index 1. Also of note is the inconsistent use of the underscore and the hyphen in the naming of weapons. The AIM-9 series is a good example. The AH-64 internal aux tank simply has no name other than "weapons.droptanks." Also, the inventory uses a plural for liquids and aircraft, and a singular for weapons. ( inventory = {liquids = {}, weapon = {}, aircraft = {}}... "weapon" needs an "s" at the end.) This is why we programmers have no hair. edit: this one includes the resource map as well. inventory.lua
  4. I use curl to send json data to my webhooks. No need to use some .exe file. The only thing is that the implementation of Lua that runs inside DCS will limit the number of characters you can send directly with an os.execute call. So I write my json data into a file, and send it from there. But curl works perfectly.
  5. Ok. I feel better. I thought I was missing something.
  6. Well after further testing, I am still getting the warning even if ground start at Pahute Mesa.
  7. At Pahute Mesa, start on ramp, needs ground air, has fuel transfer failure At Pahute Mesa, start on ground, needs ground air, does NOT have fuel transfer failure
  8. I am sure that I am missing something in the cockpit causing this issue, but.... When I start my Apaches on the ground, no problemas. When I start them on ramp (cold start), the pneumatic system is depleted. No problem. I just use ground air. But then, after engine start, I get a fuel transfer failure message. Is there a setting or a systems page or something where I charge up the pneumatic system ? I am pretty sure it's me.
  9. I dont think so. I must have mis-read your post. I thought you had a virpil. My coffee meter was on the low side I guess.
  10. Thanks for the kind words Mav. As for the NTTR scenario, it's a place where one can come and just sit in the cockpit to get familiarized with a new bird, fly formation with friends, train on weapons and procedures, or test skills in the live-fire exercise. Users can reset their server stats if need be. The idea was to create a training environment that was somewhat realistic without requiring users to download third-party objects. I write my own code for the site in order to keep it running as smoothly as possible. Also, the mission resets every 24-48 hours in order to accommodate day/night training. Weather is randomized from scattered to high broken. I hope someone finds it useful. Hope to see you all in the air.
  11. yes. But only if you map that axis as buttons. You have to go into your Virpil Configuration Software and bring up the stick. Then double click the axis you want to map and select 0, and 100% if you just want two buttons, then go to the BUTTONS tab and on the far right map the buttons. It's that simple. I had to do this for my F-16 TMS on the Virpil Constellation Alpha stick. I just used a different axis than you. But the process is the same. Then go into DCS and set one of those newly mapped buttons to wheel brake left and one to wheel brake right.
  12. The TACTS BLUFOR training server running a custom NTTR scenario is online. Nellis ranges 62A, 62B (Dogbone Lake Model Test City), 66, and 76 are replicated as closely as possible using in-game assets. A live-fire exercise runs at range 76 for those so inclined. Voice comms are via SRS. Use real world procedures when possible. Broadcast intentions. Monitor GUARD. Server stats, mission stats, and situation reports are available via the radio menu ->F10 menu item. Kneeboard pages are available for the target ranges. Discord https://discord.gg/kYSsvEGTZ8
  13. For heaven's sake there is a Mig29 they could use to make a module. This one Here's Who Bought Paul Allen's Pristine MiG-29 Fulcrum Fighter (thedrive.com)
  14. That looks like a video card issue to me. I have not seen that in the F-5 on my system. It definitely looks bad That's a real life F-5 ... lol
  15. I love the banter. It makes Jester seem real. Of course you can always turn off the intercom and let the backseater talk to himself...which may or may not have been done in RL. Not that anyone could prove anyway.
  16. I fly the F-5 and the Mi8 all the time. I have never had an issue with seeing out of the aircraft. Are you talking about the gunsight in the F-5? You do know that this is a very thick piece of glass?
  17. You guys really need to get out and do some real world flying. I think you would be amazed at the turbulence on a summer day, the reflections on a curved canopy, the shadows in the cockpit and the bugs....I prefer to keep the reflections and the dirty glass. And yes, Virginia, weather is a factor on just about every flight. Also, planes do shake on the ground when taxiing and they do shake quite a lot in turbulence. Don't even start with the "baked in reflections" argument. I have done my fair amount of GLSL and before that OpenGL programming. The statements about "baked in" stuff have no relevance. Another thing, we used to put Pledge (lemon is best) on the Cardinal windshield to help fill in the micro scratches. When the sun is just right you can see thousands of these little scratches on plexiglass.
  18. Notice the clouds that everyone gets on me about when I put them in missions.
  19. Sim pilots seem to have this idea that flying is somehow normally smooth....lol. They also seem to believe reflections don't affect vision. And they believe windscreens are always clean. I suggest some actual flight time to correct these viewpoints.
  20. +1
  21. I too have spent many hours programming Lua code for DCS. There are times when I just say I have had enough. They obviously don't want us making mods. I suppose at one time they did.
  22. It's in the manual, page 147. RTFM as we used to say
  23. Please Razbam, for us cold warriors, a T2J-1 (A model, single engine) and the T-2C. It would fit in perfectly with the cold war genre.
  24. Well I don't think anyone is whining. It IS too expensive. The sounds aren't as good as they should be for a "full module" in my opinion. And the flight director is inop. For $70 I expect working instruments. That being said, I love the MB339. Please fix the sounds and the flight director.
×
×
  • Create New...