Frictional Games Forum (read-only)
[SOLVED] Output Messages to Text File? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: SOMA (https://www.frictionalgames.com/forum/forum-55.html)
+--- Forum: User created content (https://www.frictionalgames.com/forum/forum-79.html)
+---- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-80.html)
+---- Thread: [SOLVED] Output Messages to Text File? (/thread-53504.html)



[SOLVED] Output Messages to Text File? - Mafiyia - 01-16-2017

Is it possible to output messages during run-time to a text file? This would make debugging much easier for me.


RE: Output Messages to Text File? - Abion47 - 01-16-2017

You can use the cLux_OutputTextToFile function.


RE: [SOLVED] Output Messages to Text File? - Mafiyia - 01-17-2017

(01-16-2017, 10:36 PM)Abion47 Wrote: You can use the cLux_OutputTextToFile function.

Perfect thanks!