Jump to content

ImpulseAI

Members
  • Content Count

    64
  • Donations

    $0.00 
  • Joined

  • Last visited

Posts posted by ImpulseAI


  1. Hello all,

    Came accross this content and it seems to work on my system for v3 installers to be used and installed into v4 versions, any thoughts?

    Copied into a text editor and saved with .bat ending, placed into your P3D root install folder....

    Spoiler

    @set @x=0; /*
    @echo off
    if "%1"=="" cscript.exe //nologo //e:jscript "%~f0"& Exit
    chdir /d "%~dp0"
     
    :m0
    Echo.
    Echo     Choose a command:
    Echo.
    Echo   1 - Install Fix P3Dv4 P3Dv3
    Echo   2 - Delete Fix
    Echo   0 - exit
    echo.
     
    Set /p choice="Your choice:"
    if not defined choice goto m0
    if "%choice%"=="1" goto m1
    if "%choice%"=="2" goto m2
    if "%choice%"=="0" goto end
    Echo.
    Echo   Wrong selection, try again...
    Echo.
    Echo.
    goto m0
     
    :m1
     
    reg copy "hkcu\SOFTWARE\Lockheed Martin\Prepar3D v4" "hkcu\SOFTWARE\Lockheed Martin\Prepar3D v3" /s /f
    reg copy "hklm\SOFTWARE\Lockheed Martin\Prepar3D v4" "hklm\SOFTWARE\Lockheed Martin\Prepar3D v3" /s /f
    reg copy "hklm\SOFTWARE\Lockheed Martin\Prepar3D v4" "hklm\SOFTWARE\Wow6432Node\Lockheed Martin\Prepar3D v3" /s /f
    reg copy "hklm\SOFTWARE\Lockheed Martin\Prepar3D v4 Content" "hklm\SOFTWARE\Wow6432Node\Lockheed Martin\Prepar3D v3 Content" /s /f
    reg copy "hklm\SOFTWARE\Lockheed Martin\Prepar3D v4 Scenery" "hklm\SOFTWARE\Wow6432Node\Lockheed Martin\Prepar3D v3 Scenery" /s /f
     
    mklink /j "%USERPROFILE%\Documents\Prepar3D v3 Files" "%USERPROFILE%\Documents\Prepar3D v4 Files" >nul
    mklink /j "%USERPROFILE%\Documents\Prepar3D v3 Add-ons" "%USERPROFILE%\Documents\Prepar3D v4 Add-ons" >nul
    mklink /j "%APPDATA%\Lockheed Martin\Prepar3D v3" "%APPDATA%\Lockheed Martin\Prepar3D v4" >nul
    mklink /j "%LOCALAPPDATA%\Lockheed Martin\Prepar3D v3" "%LOCALAPPDATA%\Lockheed Martin\Prepar3D v4" >nul
    mklink /j "%PROGRAMDATA%\Lockheed Martin\Prepar3D v3" "%PROGRAMDATA%\Lockheed Martin\Prepar3D v4" >nul
     
    pause
     
    goto m3
     
    :m2
     
    REG DELETE "hklm\SOFTWARE\Lockheed Martin\Prepar3D v3" /f
    REG delete "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Lockheed Martin" /f
    REG DELETE "hkcu\SOFTWARE\Lockheed Martin\Prepar3D v3" /v Installed /f
    REG DELETE "hkcu\SOFTWARE\Lockheed Martin\Prepar3D v3" /v AppPath /f
     
    rmdir /s/q "%USERPROFILE%\Documents\Prepar3D v3 Files"
    rmdir /s/q "%USERPROFILE%\Documents\Prepar3D v3 Add-ons"
    rmdir /s/q "%LOCALAPPDATA%\Lockheed Martin\Prepar3D v3"
    rmdir /s/q "%APPDATA%\Lockheed Martin\Prepar3D v3"
    rmdir /s/q "%PROGRAMDATA%\Lockheed Martin\Prepar3D v3"
     
    pause
     
    goto m3
     
    :m3
     
    exit
     
    :end
     
    exit
     
    */new ActiveXObject('Shell.Application').ShellExecute (WScript.ScriptFullName,'Admin','','runas',1);

     


  2. Hallo Stefan, 

     

    you dont have to set traffic within P3D as UT2 is in charge. You need to edit just the exe.xml which is located in the C:\ProgramData\Lockheed Martin\Prepar3D v3

     

    What you can do is to check if UT2 is listed under the Add On menu in P3D. If it starts during Sim startup you should here the Ultimate Traffic 2 aural. If this is not the case you can start it manually via a double click on ut2services.exe.

     

    Hi MJ

    That did not work, i have to edit the location in AppData Roaming LM P3D location. if i use this location C:\ProgramData\Lockheed Martin\Prepar3D v3. I see no AI traffic but when I use this location : C:\Users\stephan\AppData\Roaming\Lockheed Martin\Prepar3D v3 I see AI traffic and the menu entry in the add on bar, but i dont have any VC with this option...

     

    edit:

     

    ok got it to work now, I removed this line: 

        <NewConsole>True</NewConsole>
     
    now the VC appears and AI traffic is started with add on entry, nice.
    will give it a try now if all works thanks much everyone!!

  3. thanks Graham, do i have to edit both exe.xml

    i have two locations for the exe.xml files


    ok updated it in only this location:

    C:\Users\stephan\AppData\Roaming\Lockheed Martin\Prepar3D v3

    no errors on startup which is good but no traffic...do i have to set traffic on under settings as well? normally this externally controlled...


    ok updated it in only this location too:

    C:\ProgramData\Lockheed Martin\Prepar3D v3

     

    no error and started up but also no traffic :-(


    edit: ok the path was wrong at the end.

    now i get a red stop sign for a few sec then sim starts. but still no traffic

     

    here is the exe.xml:

     

    <?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>as_btstrp_config_manager</Name>
        <Disabled>False</Disabled>
        <Path>as_srv\as_btstrp_config_manager.exe</Path>
      </Launch.Addon>
      <Launch.Addon>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Name>UT2</Name>
        <Path>C:\FSX\steamapps\common\FSX\Flight One Software\Ultimate Traffic 2\UT2Services.exe</Path>
        <NewConsole>True</NewConsole>
      </Launch.Addon>
    </SimBase.Document>
     
     
    <?xml version="1.0" encoding="Windows-1252"?>
    <SimBase.Document Type="AceXML" version="3,0" id="exe">
    <Descr>AceXML Document</Descr>
    <Filename>exe.xml</Filename>
      <Launch.Addon>
        <Name>Flight Recorder</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>G:\Prepar3D\Ecosystem\Aerosoft\Flight Recorder\AS-FlightRecorder.dll</Path>
      </Launch.Addon>
      <Launch.Addon>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Name>UT2</Name>
        <Path>C:\FSX\steamapps\common\FSX\Flight One Software\Ultimate Traffic 2\UT2Services.exe</Path>
        <NewConsole>True</NewConsole>
      </Launch.Addon>
    </SimBase.Document>
     
     

    edit 2:

    okay so I removed the entry in this location : 

    C:\ProgramData\Lockheed Martin\Prepar3D v3

     

    and i see traffic now from UT2, but i have no VC now. my entry must be still wrong in the exe.xml ?

     

    <?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>as_btstrp_config_manager</Name>
        <Disabled>False</Disabled>
        <Path>as_srv\as_btstrp_config_manager.exe</Path>
      </Launch.Addon>
      <Launch.Addon>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Name>UT2</Name>
        <Path>C:\FSX\steamapps\common\FSX\Flight One Software\Ultimate Traffic 2\UT2Services.exe</Path>
        <NewConsole>True</NewConsole>
      </Launch.Addon>
    </SimBase.Document>

  4. Hi Stephan,

     

    0 < 9. Has to be 10. Also try this entry in Simobject.cfg. This assumes 10 is the next sequentially available number. Also you csn set Required=False for this entry. UT2 is not default:

     

    [Entry.10]

    Title=UT2 Aircraft

    Path=C:\FSX\steamapps\common\FSX\Simobjects\UT2 Aircraft

    Required=False

    Active=True

     

    The single line entry you added, needs to be put into your FSX.cfg file. If FSX is installed on your machine, put it in the actual file. If not, add it into the fake/copy you created. Put it into the [Main] section. Again if, for any reason, there are any other Simobjects entries, they have to be consecutive.

     

    Hi Graham, thanks.

    hmmm. still nothing. this is how it looks like now:

     

    in C:\Users\stephan\AppData\Roaming\Lockheed Martin\Prepar3D v3:

     

    <?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>as_btstrp_config_manager</Name>
        <Disabled>False</Disabled>
        <Path>as_srv\as_btstrp_config_manager.exe</Path>
      </Launch.Addon>
    </SimBase.Document>
    <Launch.Addon>
         <Disabled>False</Disabled>
         <ManualLoad>False</ManualLoad>
         <Name>UT2</Name>
         <Path>C:\FSX\steamapps\common\FSX\Flight One Software\Ultimate Traffic 2\UT2Services.exe>
         <NewConsole>True</NewConsole>
      </Launch.Addon>
     
    in C:\ProgramData\Lockheed Martin\Prepar3D v3:
     
    <?xml version="1.0" encoding="Windows-1252"?>
    <SimBase.Document Type="AceXML" version="3,0" id="exe">
    <Descr>AceXML Document</Descr>
    <Filename>exe.xml</Filename>
      <Launch.Addon>
        <Name>Flight Recorder</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>G:\Prepar3D\Ecosystem\Aerosoft\Flight Recorder\AS-FlightRecorder.dll</Path>
      </Launch.Addon>
    </SimBase.Document>
    <Launch.Addon>
         <Disabled>False</Disabled>
         <ManualLoad>False</ManualLoad>
         <Name>UT2</Name>
         <Path>C:\FSX\steamapps\common\FSX\Flight One Software\Ultimate Traffic 2\UT2Services.exe>
         <NewConsole>True</NewConsole>
      </Launch.Addon>
     
    in the same location for the simobjects.cfg:
     
    [Entry.0]
    Title=Default Airplanes
    Path=SimObjects\Airplanes
    Required=True
    Active=True
    [Entry.1]
    Title=Default Avatars
    Path=SimObjects\Avatars
    Required=True
    Active=True
    [Entry.2]
    Title=Default Rotorcraft
    Path=SimObjects\Rotorcraft
    Required=True
    Active=True
    [Entry.3]
    Title=Default Ground Vehicles
    Path=SimObjects\GroundVehicles
    Required=True
    Active=True
    [Entry.4]
    Title=Default Boats
    Path=SimObjects\Boats
    Required=True
    Active=True
    [Entry.5]
    Title=Default Animals
    Path=SimObjects\Animals
    Required=True
    Active=True
    [Entry.6]
    Title=Default Misc
    Path=SimObjects\Misc
    Required=True
    Active=True
    [Entry.7]
    Title=Default Submersible
    Path=SimObjects\Submersible
    Required=True
    Active=True
    [Entry.8]
    Title=Default Weapons
    Path=SimObjects\Weapons
    Required=True
    Active=True
    [Entry.9]
    Title=Default Countermeasures
    Path=SimObjects\Countermeasures
    Required=True
    Active=True
    [Entry.10] 
    Title=UT2 Aircraft
    Path=C:\FSX\steamapps\common\FSX\Simobjects\UT2 Aircraft
    Required=False
    Active=True
     
    in the fsx.cfg under [Main]:
    [Main]
    User Objects=Airplane, Helicopter
    SimObjectPaths.0=SimObjects\Airplanes
    SimObjectPaths.1=SimObjects\Rotorcraft
    SimObjectPaths.2=SimObjects\GroundVehicles
    SimObjectPaths.3=SimObjects\Boats
    SimObjectPaths.4=SimObjects\Animals
    SimObjectPaths.5=SimObjects\Misc
    SimObjectPaths.6=SimObjects\UT2 Aircraft
    ProcSpeed=7080
    PerfBucket=7
    Maximized=2
    Location=440,130,1480,908,\\.\DISPLAY1
    HideMenuNormal=0
    HideMenuFullscreen=1
    DisablePreload=1
     
    thanks and sorry for the troubles.
    appreciated, thanks 
     
     

    I just got an xml error by active sky mentioning an error. so my typing or spacing must be wrong...


  5.  

    It is pretty easy, look for your exe.xml of P3D. add these lines to it. Remember to add the path of the UT"services.exe.

     

     <Launch.Addon>
         <Disabled>False</Disabled>
         <ManualLoad>False</ManualLoad>
         <Name>UT2</Name>
         <Path>IS WHERE YOUR UT2SERVICES.exe IS LOCATED ON YOUR SSD</Path>
         <NewConsole>True</NewConsole>
      </Launch.Addon>
     
    Then look for the simobjects.cfg. Add this line under the very last entry of the .cfg and replace the big red X with the next following number.
     
    SimObjectPaths.X=PATH WERE THE UT2 AIRCRAFTS ARE INSTALLED WITHIN FSX\UT2 Aircraft
     
    You shouldnt get an error message as you have FSX properly installed.

     

     

    Hi Mickey, thanks for this. It seems my ut2services dont get loaded and also dont appear in the addon task bar within P3D. something must be wrong. if you could help would be great.

    FSX is installed and working as well as UT2 with latest db schedule.

     

    This is how i have it set now:

     

    For the exe.xml locations there is two on my system:

     

    1. C:\Users\stephan\AppData\Roaming\Lockheed Martin\Prepar3D v3

    2. C:\ProgramData\Lockheed Martin\Prepar3D v3

     

    So I added these lines to both, I confirmed that the ut2services.exe is in that folder specified below:

     

    <?xml version="1.0" encoding="Windows-1252"?>
    <SimBase.Document Type="AceXML" version="3,0" id="exe">
    <Descr>AceXML Document</Descr>
    <Filename>exe.xml</Filename>
      <Launch.Addon>
        <Name>Flight Recorder</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>G:\Prepar3D\Ecosystem\Aerosoft\Flight Recorder\AS-FlightRecorder.dll</Path>
      </Launch.Addon>
    </SimBase.Document>
    <Launch.Addon>
         <Disabled>False</Disabled>
         <ManualLoad>False</ManualLoad>
         <Name>UT2</Name>
         <Path>C:\FSX\steamapps\common\FSX\Flight One Software\Ultimate Traffic 2\UT2Services.exe>
         <NewConsole>True</NewConsole>
      </Launch.Addon>
     
    For the simobjects.cfg file I am not sure I am doing it right as you mentioned just adding the single line to it.
    No need to add the [Entry.10]....?:
     
    [Entry.0]
    Title=Default Airplanes
    Path=SimObjects\Airplanes
    Required=True
    Active=True
    [Entry.1]
    Title=Default Avatars
    Path=SimObjects\Avatars
    Required=True
    Active=True
    [Entry.2]
    Title=Default Rotorcraft
    Path=SimObjects\Rotorcraft
    Required=True
    Active=True
    [Entry.3]
    Title=Default Ground Vehicles
    Path=SimObjects\GroundVehicles
    Required=True
    Active=True
    [Entry.4]
    Title=Default Boats
    Path=SimObjects\Boats
    Required=True
    Active=True
    [Entry.5]
    Title=Default Animals
    Path=SimObjects\Animals
    Required=True
    Active=True
    [Entry.6]
    Title=Default Misc
    Path=SimObjects\Misc
    Required=True
    Active=True
    [Entry.7]
    Title=Default Submersible
    Path=SimObjects\Submersible
    Required=True
    Active=True
    [Entry.8]
    Title=Default Weapons
    Path=SimObjects\Weapons
    Required=True
    Active=True
    [Entry.9]
    Title=Default Countermeasures
    Path=SimObjects\Countermeasures
    Required=True
    Active=True
    SimObjectPaths.0=C:\FSX\steamapps\common\FSX\SimObjects\UT2 Aircraft
     
    I tried both .0 and .10....
     
    thanks 

  6. Dear PMDG TeamI am repainting the 737-900 atm and I noticed that there are 2 night texture .psd's missing in the provide paintkits from the main site (all three of them -600/-700 and -8900):pmdg_737NGX_tailnight.psdpmdg_737NGX_wings_night.psdand the pmdg_737NGX_fuselage_1_night_2.psd and pmdg_737NGX_fuselage_2_night2.psd are not matching up with the -900 series as the spot light is not extended to the edge of the boarder to the right which then results in a grayed-out dark area which shows on the aircraft to have no lighting.What is the solution to this if it is not available or, would you know why it is not included in the paint kit?Please adviceThanks

×
×
  • Create New...