Jump to content

Recommended Posts

Posted

DCS has a convenient feature that allows me to go to the 'Messages History' panel, and scroll back through all messages that have appeared on the screen. This can be quite helpful, especially if you are trying to debug a mission.

Now, for the life of me, I can't figure out how to select and copy the text in that history log. Does anyone know if this is even possible? It would be a great boon for me if I could simply copy the text and then paste it into a text editor for further analysis (many, many lines of text when debugging a long mission).

Can anyone enlighten me what I am missing?

Thank you so much,

-ch

  • Like 2
Posted
On 7/9/2022 at 11:00 AM, PravusJSB said:

You could just add a log output line into Scripts/UI/messagesHistory.lua > addMessage function?

Ha! Interesting idea. So this would then dump the entirety of the messages until now into to the log, and I can open the log and cut'n'paste from there. 

Thanks! Not entirely what I was hoping for but it should work in a pinch. Thank you so much!

-ch

 

  • Like 1
  • 5 months later...
Posted

If I have a script that is loaded on mission start, can I address it directly in the messageHistory.lua with a function call to pass in the message as it's added?

Or do I have to de-sanitise 'os_execute' so I can write out to a file that my script can read?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...