June 19, 200223 yr After downloading a couple of Argentine planes and putting them into my AI, I noticed that the name "Argentina" wasn't recognized, although it seemed from the UI and the Holy List of Airlines that it should have been. While I was doing the Southwest thing with the Voice Decompiler and the Voice SDK, I poked around and discovered that MS had left an extra space in their phrase.txt file after the name Argentina. The SDK compiler is apparantly sensitive to spaces, caring only for tabs, so what FS2K2 is looking for is "Argentina " with an extra blank. Unfortunately, if you just append a space before the carriage return in the atc_airline line of your .cfg file, the FS2K2 parser will remove it, having a different interpretation of whitespace than the voice compiler. However, you can fool it by using quotes, i.e., "Argentina " which will cause the compiler to include the extra space and thus recognize the airline name.Of course, if you are doing the Southwest thing you can fix the phrase.txt file by deleting the space between "Argentina" and the tab character.
June 21, 200223 yr Ah... thanks for the quote trick. I was wondering how to make it keep the trailing space.__________________________________________________________EricList of all airlines, aircraft manufacturers and aircraft types recognised by ATC:http://www.geocities.com/eric_2203/orhttp://ftp.avsim.com/library/esearch.php?D...atID=fs2002misc
Create an account or sign in to comment