Jump to content

sobe

Members
  • Posts

    2182
  • Joined

  • Last visited

1 Follower

About sobe

  • Birthday 11/12/1950

Personal Information

  • Location
    Bend, Oregon

Recent Profile Visitors

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

  1. I had a similar problem with my F5 and had to stop using it for awhile. About a month ago I tried it again and it just started to work again. I did nothing in between to make it work although I did update to win11.
  2. I know that I had an issue when I moved DCS from one drive to another. But after several months, it just started working again. As the old saying goes, "don't f__K with mother nature." So as long as it is working, for whatever reason, I am happy.
  3. I do not have the MB-339. I have the rest.
  4. I have most authorized planes and as far as I know, I do not have any user mod planes. I guess I am just lucky.
  5. My copy is still working in Win11. I have no idea why that is.
  6. I cannot seem to open the xml file. How do you do it?
  7. I have done some simple Stream Deck buttons with the DCS Interface, but the buttons on the attached list for the F5e confuses me. https://github.com/asherao/DCS-ExportScripts/wiki/F-5-Tiger-II If someone can do one of the buttons (preferably a button with multiple line entries) with the DCS Interface showing what you did, I believe that I can do the rest of them. I loaded what I believe is the latest versions and yet I cannot locate any button id numbers in the 8000 range. Where are they? I looked at the F5e lua file and found the following lines: Line 4: local os = base.os -- time Line 423: [512] = "%1d", -- ABU-11 Clock Elapsed Time Knob Line 642: local dcsModelTime = LoGetModelTime() -- time since aircraft spawn Line 644: local dcsTimeLocal = formatTime(LoGetMissionStartTime() + LoGetModelTime()) -- up-to-date time in dcs Line 646: local dcsTimeUtc = formatTime(dcsModelTime + LoGetMissionStartTime() + utcOffset) -- dcs zulu time Line 647: local realTimeLocal = os.date("%H-%M-%S") -- real life time Line 648: local realTimeUtc = os.date("!%H-%M-%S") -- real life zulu time Line 711: ExportScript.Tools.SendData(8002, 'Real Time\n'.. realTimeLocal .. '\nDCS Time\n' .. dcsTimeLocal) -- clocks Line 759: -- airportInfo[1][4] is the extimated time en route Line 847: .. 'ETE ' .. airportInfo[1][4] .. '\n' -- estimated time in route Line 858: .. 'ETE ' .. airportInfo[2][4] .. '\n' -- estimated time in route Line 1338: -- The logic below will allow the longest reasonable time for the gif to play Line 1339: -- The time for your gif will be based on the time the ingame animation goes from 0 to 1 and back to 0 Line 1355: function formatTime(time) Line 1356: local seconds = math.floor(time) % 60 Line 1357: local minutes = math.floor(time / 60) % 60 Line 1358: local hours = math.floor(time / (60 * 60)) % 24 LINES 646, 647 AND 648 LOOK USEFULL, BUT WHAT DO i DO WITH IT WITH THE DCS INTERFACE FOR "802 TIME" IN THE ABOVE GITHUB CHART?
  8. I see flashes that are like lighting flashes I hope . It seems that this is a known dcs 2.9 and Lantrin/tgp issue and is being worked on
  9. In the lantirn training mission, are the flashes lighting or do I have a problem with my eyes or my graphic card?
  10. Today, when I tried the startup training mission, I could not get through the moving of the throttles to off. No matter what I did, the throttles remained highlighted and the space bar would not advance the mission to the next step.
  11. I have the Trackir 4 running Trackir 5 software with the IR clip using Win10. When I hit the pause key for Trackir, it not only pauses the view BUT RECENTERS THE VIEW. I thought the pause key just paused the view you had when the pause key was pushed. What is going on?
×
×
  • Create New...