Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

is there ways to start automacally addons?

Featured Replies

uCDUK7r.png

 

hello guys.

i has set like this .

but doesnt work when start P3d V4 .

do i miss something?

  • Replies 53
  • Views 4.9k
  • Created
  • Last Reply
  • Commercial Member

It's not valid XML. You're missing closing tags for the middle two Launch.AddOn sections.

Cheers!

 

Luke Kolin

I make simFDR, the most advanced flight data recorder for FSX, Prepar3D and X-Plane.

10 minutes ago, umi said:

uCDUK7r.png

 

hello guys.

i has set like this .

but doesnt work when start P3d V4 .

do i miss something?

한국 사람 이에요?

 

.exe에 대한 종료 태그가 없습니다.

17 번과 22 번 줄에 누락 된 </Launch.Addon>

</Launch.Addon>을 추가했는지 확인하십시오. 

일반 <Launch.Addon>을 삭제하지 마십시오. 그렇지 않으면 문제가 동일합니다.

-김준혁

Edited by arwasairl

  • Author
33 minutes ago, arwasairl said:

한국 사람 이에요?

 

.exe에 대한 종료 태그가 없습니다.

17 번과 22 번 줄에 누락 된 </Launch.Addon>

</Launch.Addon>을 추가했는지 확인하십시오. 

일반 <Launch.Addon>을 삭제하지 마십시오. 그렇지 않으면 문제가 동일합니다.

-김준혁

감사합니다

thank you ! 

I always found a bat file easier.....

@ECHO off
cls
ECHO.
ECHO PREPAR3D v4.2 Start up utility
ECHO.
START G:\"Program Files (x86)"\HiFi\AS_P3Dv4\AS_P3Dv4.exe
echo Waiting For 10 sec ... 
TIMEOUT /T 10
START E:\"Lockheed Martin"\"Prepar3D v4"\Prepar3D.exe

Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (8 cores) Hyper on, Evga RTX 3060 12 Gig, 32 GB ram, Windows 11, P3D v6, and MSFS 2020 and a couple of SSD's

I never really understood .BAT scripts, but @umi you can use that too.

jimcarrel에서 제공하는 .bat 스크립트를 만들 수 있습니다.

-Aaron

Edited by arwasairl

  • Author
11 minutes ago, jimcarrel said:

I always found a bat file easier.....

@ECHO off
cls
ECHO.
ECHO PREPAR3D v4.2 Start up utility
ECHO.
START G:\"Program Files (x86)"\HiFi\AS_P3Dv4\AS_P3Dv4.exe
echo Waiting For 10 sec ... 
TIMEOUT /T 10
START E:\"Lockheed Martin"\"Prepar3D v4"\Prepar3D.exe

if use script , add to EXE.xml automacally? 

아니요 .bat 스크립트를 만듭니다.

메모장으로 가서 jimcarrel이 입력 한 코드를 복사하십시오. 그런 다음 프로그램을 실행하십시오.

Edited by arwasairl

  • Author
1 minute ago, arwasairl said:

 

아니요 .bat 스크립트를 만듭니다.

 

별개로 작동하게 끔 하는 스크립트가 맞는가요? 

Just now, umi said:

별개로 작동하게 끔 하는 스크립트가 맞는가요? 

기본적으로 .bat 스크립트를 실행할 때 해당 프로그램을 실행합니다. (당신은 하나 만들어야 해). 그러나 덜 혼란 스럽기 때문에 마지막 </Launch.Addon>을 추가하십시오.

 

12 ~ 21 행에서 해당 텍스트를 다음으로 대체하십시오.


    <Launch.Addon>
        <Name>ChasePlane</Name>
        <Disabled>False</Disabled>
        <Path>C:\Program Files (x86)\OldProp Solutions Inc\ChasePlane\ChasePlane.exe</Path>
        <CommandLine>P3Dv4</CommandLine>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Active Sky for P3D v4</Name>
        <Disabled>False</Disabled>
        <Path>C:\Program Files (x86)\HiFi\AS_P3Dv4\AS_P3Dv4.exe</Path>
        <CommandLine>P3Dv4</CommandLine>
    </Launch.Addon>

그 들여 쓰기가 제대로되었는지 확인하십시오 ~!

  • Author
3 minutes ago, arwasairl said:

 

12 ~ 21 행에서 해당 텍스트를 다음으로 대체하십시오.


    <Launch.Addon>
        <Name>ChasePlane</Name>
        <Disabled>False</Disabled>
        <Path>C:\Program Files (x86)\OldProp Solutions Inc\ChasePlane\ChasePlane.exe</Path>
        <CommandLine>P3Dv4</CommandLine>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Active Sky for P3D v4</Name>
        <Disabled>False</Disabled>
        <Path>C:\Program Files (x86)\HiFi\AS_P3Dv4\AS_P3Dv4.exe</Path>
        <CommandLine>P3Dv4</CommandLine>
    </Launch.Addon>

그 들여 쓰기가 제대로되었는지 확인하십시오 ~!

TrkYk4q.png

 

재작성 해보았는데도 여전히 실행시에 작동을 하지 않습니다 ...

 

내게 입력 한 것들을 7 ~ 11 줄과 같이 정확한 크기로 들여 씁니다. (

       <Name>ChasePlane</Name>
        <Disabled>False</Disabled>
        <Path>C:\Program Files (x86)\OldProp Solutions Inc\ChasePlane\ChasePlane.exe</Path>
        <CommandLine>P3Dv4</CommandLine>

은 다른 항목과 같은 간격입니다.)

ChasePlane이 달렸습니까?

exe.xml을 수정 했습니까? 

 

나는 별도의 하드 드라이브에 Prep3D v4를 가지고 있습니까? 때문에, 내 ChasePlane addon은 C : \ Program Data \ Lockheed Martin \ Prepar3D v4 \ EXE.xml에 있습니다.

Edited by arwasairl

  • Author
7 minutes ago, arwasairl said:

 

내게 입력 한 것들을 7 ~ 11 줄과 같이 정확한 크기로 들여 씁니다. (

       <Name>ChasePlane</Name>
        <Disabled>False</Disabled>
        <Path>C:\Program Files (x86)\OldProp Solutions Inc\ChasePlane\ChasePlane.exe</Path>
        <CommandLine>P3Dv4</CommandLine>

은 다른 항목과 같은 간격입니다.)

eOBImuj.png

 

간격에 문제가 없게 해보았습니다.

재부팅후 잘 작동합니다. 고맙습니다.

 

thank you so much well working after reboot system

Edited by umi

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.