Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: thezombiecow on Thu 11/06/2009 15:12:53

Title: Auto generated warnings.txt, possible to turn off?
Post by: thezombiecow on Thu 11/06/2009 15:12:53
My compiled cut of the game is creating a warnings.txt file in the .exe's directory. It's very long, and gets bigger the longer you play, due to a harmless animating/ following conflict AGS is flagging.

I'd rather it wasn't happening, in all honesty. Is there a way to shut it off?
Title: Re: Auto generated warnings.txt, possible to turn off?
Post by: GuyAwesome on Thu 11/06/2009 15:40:50
I believe that stops being generated when you disable Debug Mode in 'General Settings', so it shouldn't be a problem when you distribute your completed game. Until then, you can just ignore it unless/until you actually need it to pinpoint where something's going wrong.
Title: Re: Auto generated warnings.txt, possible to turn off?
Post by: thezombiecow on Fri 12/06/2009 10:43:58
Ah, awesome thanks. I'll look into it :)