Author Topic: FTech printout  (Read 610 times)

Offline Nighthawk

  • |______[o]_|
  • Posts: 750
  • Cookies: 18
FTech printout
« 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


Offline Bat66wat6

  • Posts: 144
  • Cookies: 34
  • Running custom BC 1.1
Re: FTech printout
« Reply #1 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.
Great men are not peacemakers! Great men are conquerors!

Offline Nighthawk

  • |______[o]_|
  • Posts: 750
  • Cookies: 18
Re: FTech printout
« Reply #2 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