April 1, 201016 yr Author Here's a cool trick to save searching through all of your aircraft.cfgs manually for "electric_always_available=1". Navigate to your "FS9\Aircraft" folder, right click and choose New > Text Document. Name it "whatever.bat". Right click whatever.bat and choose edit, it should open in Notepad. Paste the following:findstr /s /i /c:"electric_always_available = 1" aircraft.cfg > occurrences.txtfindstr /s /i /c:"electric_always_available=1" aircraft.cfg >> occurrences.txtstart occurrences.txt Save and close, then double click the .bat file. It'll walk through all your aircraft directories and make a list of any aircraft.cfgs that contain "electric_always_available=1" or "electric_always_available = 1" (note spaces around equal sign). It saves the list to a file named "occurrences.txt" and opens the .txt file when it's done.Tested in XP, no clue whether it works on any other OS.Jim Excellent suggestion! Sure enough, a number of my AI planes had that line in there.Big thank you to everyone. - Red E8500 @ 4.1 | EVGA 275GTX (overclocked) | 2x2GB Mushkin Enhanced Redline @ 1066 | Samsung 24inch LCD @ 1920x1080 |
Create an account or sign in to comment