A couple of questions regarding the event log

General Tso

Panzer General
Joined
Oct 12, 2007
Messages
1,547
Location
U. S. of A.
I need to display a lot of debugging messages when working on my AI code and I have found that the event log is a really handy place to do that. However there's a couple of things that I would like to do if possible from Python. First is it possible to clear the event log? Secondly is it possible to set the size of the window used for the event log - I'm getting tired of manually resizing it all of the time.
 
Would it be possible to just make your own in-game debugging log? Like a completely new window which basically displays the PythonDbg.log file.
 
Yeah, I thought of that and may end up doing it. I just didn't want to spend the time since I'm trying to get an alpha version of my mod out. If I make my own screen to take care of this, it would have the advantage of being customizable. Maybe I'll have to break down and do that.
 
I'd be interested to learn how to do these things myself, so please post the relevant code if you do! :goodjob:
 
Top Bottom