Jump to content

Mikla

Members
  • Posts

    5
  • Joined

  • Last visited

About Mikla

  • Birthday 11/27/1957

Personal Information

  • Flight Simulators
    DCS
  • Location
    SE FL
  • Interests
    Everything

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. It is a bit humorous that I flew a Bomber in the late 80s in a game called Air Warrior by Kelton Flynn and Kesmai, where the bombers were human crewed, and we fought against or alongside 100 other players. The adrenaline flowed like crazy, and we planned missions for hours. Now, everyone wants the glitter, which sacrifices human interaction and player numbers. Having a human-crewed bomber that was part of a 100-plane mission with other human-crewed bombers and fighter escorts would be awesome...IMHO.
  2. Folks claiming this is only a minor inconvenience are the same ones who will say, "Well, you had to expect it would happen," when ED decides to trap your purchases after a transfer in the future. By the way, I did not read through the pages in this. ED should have put out better messaging about this change, IMHO.
  3. Yep...ED seems to have snuck this change in as it now says "Attention! After the link is done you will not be able to use your Steam DCS account unless you unbind!" Typical money grap BS. Sorry, ED, uninstalling standalone will limit my future module purchases.
  4. I installed the new slew sensor but noticed a firmware update on the site allowing faster polling. It says to use the TM Firmware Updater in a certain location. I do not have that updater or anything resembling that in any file path. Is there a way to download the updater from someplace? I tried to search for it and came up empty. All I have is the TARGET app from TM. Update: I sorted it out. Had to install the Drivers for the throttle from the TM support site and that installed the Firmware Updater.
  5. Good day, I apologize if this is the wrong area to post this. I have a little LUA programming experience, but I just started dabbling with DCS scripting. I am trying to add an extension to rkusa's Scratchpad script to add the current aircraft type with a button. I believe it is something like this: addButton(0, 0, 50, 30, "CLR", function(text) local actype = Unit.getByName('myUnit'):getTypeName() local padtext = "Type:" .. actype log(padtext) text:setText(padtext) end) But I am unsure if I got the syntax right since nothing is added to the scratchpad or the log.
×
×
  • Create New...