Bridge Commander Central

BC Forums => BC Scripting => Topic started by: Nighthawk on July 20, 2013, 01:35:22 AM

Title: FTech printout
Post by: Nighthawk on July 20, 2013, 01:35:22 AM
quick question:
what's the script that prints the active FTech technologies to the console?
I want to disable that line

Title: Re: FTech printout
Post by: Bat66wat6 on July 27, 2013, 11:25:17 AM
You tired of your ConsoleTracker .txt growing to monstrous sizes over multiple restarts of the game?

Don't know why the creator had it printing stuff out on startup. Printing should be reserved for debugging and error messages for that very reason.

 :nono:

~\scripts\Custom\Autoload\000-Fixes20030305-FoundationTriggers.py

There are 5 print statements. I recommend commenting out the lines with CTRL+H. Replace "print " with "#print "
Make sure your cursor is at the top of the file though, most text editors search from your current position in the file down.
Title: Re: FTech printout
Post by: Nighthawk on July 28, 2013, 07:01:52 PM
found it.... FoundationTech.TechnologyList.Activate...

I knew I've seen it somewhere and forgot to disable it then