December 27, 201213 yr hello, yes i did it! i messed with fsx and now face the problems. yesterday i don't know why i did this but i messes with fsx's EXE.XML file and now my Ultimate Traffic Two will not start automatically :( ( tell me of if you wish ). is there any way to start it automatically. in order for ut2 to run in fsx i have to manually start the program manually then run fsx where as before all i had to do was start fsx and a little sound would say " ultimate traffic 2 initiated" or something along those lines. is there any fix to this matter. many thanks and happy holidays. I7 10700K 16GB 3600MHZ RTX3080FE
December 27, 201213 yr You're going to have to post your exe.xml file and possibly somebody, especially someone with UT2, will probably be able to come back with the proper entries.
December 27, 201213 yr Author hi, thanks for the reply, so here is the picture, I7 10700K 16GB 3600MHZ RTX3080FE
December 27, 201213 yr Change <ManualLoad>True</ManualLoad> to <ManualLoad>False</ManualLoad> Add a line at the bottom: </SimBase.Document> Hook Larry Hookins Oh! I have slipped the surly bonds of EarthAnd danced the skies on laughter-silvered wings;
December 27, 201213 yr Author hi, thank you for the reply, im not a genius when it comes to this but have i done it right? I7 10700K 16GB 3600MHZ RTX3080FE
December 27, 201213 yr </SimBase.Document> needs to be the last line in the file, below </Launch.Addon> Hook Larry Hookins Oh! I have slipped the surly bonds of EarthAnd danced the skies on laughter-silvered wings;
December 27, 201213 yr Author hello, thanks for the reply mate, is this ok now? I7 10700K 16GB 3600MHZ RTX3080FE
December 27, 201213 yr That looks good to me. It's ready for the "smoke test." Run it and see if smoke comes out of your computer. Good luck! If it's not working, set ManualLoad back to True and try again. I know XML syntax, but not the specific parameters for that file. Hook Larry Hookins Oh! I have slipped the surly bonds of EarthAnd danced the skies on laughter-silvered wings;
December 27, 201213 yr Author hi, i have done the test thank god no smoke lol but ut2 was not running nor a strt up sound mnay thnks I7 10700K 16GB 3600MHZ RTX3080FE
December 27, 201213 yr hi, i have done the test thank god no smoke lol but ut2 was not running nor a strt up sound mnay thnks Probably easier to double-click on the UT2 installer and select Repair when the options screen pops up. Best regards, Jim Jim Young | AVSIM Online! - Simming's Premier Resource! Member, AVSIM Board of Directors - Serving AVSIM since 2001 Submit News to AVSIMImportant other links: Basic FSX Configuration Guide | AVSIM CTD Guide | AVSIM Prepar3D Guide | Help with AVSIM Site | Signature Rules | Screen Shot Rule | AVSIM Terms of Service (ToS) I7 8086K 5.0GHz | GTX 1080 TI OC Edition | Dell 34" and 24" Monitors | ASUS Maximus X Hero MB Z370 | Samsung M.2 NVMe 500GB and 1TB | Samsung SSD 500GB x2 | Toshiba HDD 1TB | WDC HDD 1TB | Corsair H115i Pro | 16GB DDR4 3600C17 | Windows 10
December 27, 201213 yr Author Probably easier to double-click on the UT2 installer and select Repair when the options screen pops up. Best regards, Jim hi, thanks for the reply however i had run the ut2 installer and found no options to repair. i just said what directory to install the program on and create a shortcut and that's it then it would install the program. is there something im missing.? many thanks I7 10700K 16GB 3600MHZ RTX3080FE
December 27, 201213 yr Some programs show the repair option IF the program is installed properly. Just run the installer and reinstall if no repair option shows. Best regards, Jim Jim Young | AVSIM Online! - Simming's Premier Resource! Member, AVSIM Board of Directors - Serving AVSIM since 2001 Submit News to AVSIMImportant other links: Basic FSX Configuration Guide | AVSIM CTD Guide | AVSIM Prepar3D Guide | Help with AVSIM Site | Signature Rules | Screen Shot Rule | AVSIM Terms of Service (ToS) I7 8086K 5.0GHz | GTX 1080 TI OC Edition | Dell 34" and 24" Monitors | ASUS Maximus X Hero MB Z370 | Samsung M.2 NVMe 500GB and 1TB | Samsung SSD 500GB x2 | Toshiba HDD 1TB | WDC HDD 1TB | Corsair H115i Pro | 16GB DDR4 3600C17 | Windows 10
December 27, 201213 yr What about the double \\ in the path? Is that normal? Have a Wonderful Day -Paul Solk
December 27, 201213 yr What about the double \\ in the path? Is that normal? I don't think so. That could indeed be the problem. Florian
December 27, 201213 yr Correct. It should read (something like): "<Path>C:\Program Files\Microsoft Flight Simulator X\Flight One\UT2</Path>" If he had posted the entire contents of his exe.xml document, any one of us could have written him a proper working one in a snap. The OP could try this: <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="Launch" version="1,0"> <Descr>Launch</Descr> <Filename>exe.xml</Filename> <Disabled>False</Disabled> <Launch.ManualLoad>False</Launch.ManualLoad> <Launch.Addon> <Name>UT2</Name> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Path>C:\Program Files\Microsoft Flight Simulator X\Flight One\UT2</Path> <NewConsole>True</NewConsole> </Launch.Addon> </SimBase.Document> Rick Keller
Create an account or sign in to comment