TMF3 / TMF

TMF is a mission making mod for Arma 3's 3D editor
http://teamonetactical.com/wiki/doku.php?id=tmf:start
41 stars 25 forks source link

Print autotest output to rpt #432

Closed Drofseh closed 2 years ago

Drofseh commented 2 years ago

I'm having an isse where the error message from a loadout check gets cut off by the dialog edge, so I can't actually see what the full problem is to fix it.

9b762658cfa202cf566ddc00832e9dd7

This will just print each message to RPT, making it much easier for mission makers to debug longer errors.

Alternatives:

  1. Make the dialog box wider, there is lots of room on either side to expand it
  2. Allow error messages to be copied and pasted
  3. Add a button that dumps errors to rpt when clicked, instead of all the time like in this PR.