Profile image

[solved] how to replace the standard 'AI-Refuel tanker' ?

11.5k Blueshift  one year ago

does anyone have an idea how to replace the standard AI-Refuel tanker (aiRefuelTanker) with your own tanker model?

my new Ai Tanker - is that too many parts?

* Lockheed KC-130 *







* ok finally it works and looks very good. thank you again for the support ! 🙂 👍🏼 *




* the Lockheed KC-130 AiTanker that I wanted for the new aircraft, with this one you can easily and very precisely hit the tanker slot via the built-in "semi-autopilot"... a possibility where .. more about this project as soon as possible.... *

  • Log in to leave a comment
  • Profile image
    11.5k Blueshift

    @hpgbproductions

    i make a simple batch job for this Routine, save this content in a txt file, and rename the ext. to ".BAT" ;

    @echo off
    :: --------------------------------------------------------
    :: simpyle copy Job to automize Ai-Plane Replacement in SP
    :: --------------------------------------------------------
    :: custom aiPlanes source Dir of
    set SRCDir=D:\SPlanes-Proj__Custom-AI-Planes\
    :: custom aiPlane
    set AiPLANE=aiRefuelTanker.xml
    :: --------------------------------------------------------

    color 0e
    cls
    Echo.
    echo ::::::: copy custom AI-Tanker ::::::::
    echo %AiPLANE%
    echo.
    pause

    COPY %SRCDir%%AiPLANE% "%userprofile%\AppData\LocalLow\Jundroo\SimplePlanes\AircraftDesigns_aiRefuelTanker_.xml" /Y

    timeout 2
    exit

    Pinned one year ago
  • Profile image

    I poked around the tanker spawn stuff

    • Tanker spawning is done with the SpawnTankerDialogScript
    • A field called TankerId stores the file name without file extension. It is a constant and cannot be changed.
    • The tanker file __aiRefuelTanker__.xml is always refreshed when you start the game
    • The solution is to replace that file after the game has started
    • You want to look in the tanker file to see how it works, so you can make your tanker compatible. It has some funky trees for engine code and flaps
    • magenta tanker magenta tanker
    Pinned one year ago
  • Profile image
    1,776 TouhouFan11

    @OkaNieba so it's gonna be AiDesirename?

    +1 3 months ago
  • Profile image

    hi

    3 months ago
  • Profile image
    11.5k Blueshift

    @OkaNieba
    Please make a separate forum entry for Android topics. "pls"

    +1 6 months ago
  • Profile image
    16.8k OkaNieba

    For Android
    Save Your Craft As

    (double "underscore")aiRefuelTanker(double "underscore")

    Try It, It Works !
    (Also Pin Pls)

    6 months ago
  • Profile image

    @Blueshift oh yeah, i forgot to write it here, but i've made a mod for it, so you don't have to run batch files everytime you play sp

    +2 one year ago
  • Profile image
    11.5k Blueshift

    @hpgbproductions
    hello, yes thanks again for your hints. 👍🏼🙂 I've now written a simple copy' batch file that does the job now. that works quite well.

    ✈ Yes, a MOD in this regard would certainly be helpful and funny, unfortunately I don't know enough about it. But I will soon make my Ai tanker available for download.

    ✈ I'm currently busy with the UI programming for my new little project.. pretty tricky because FT isn't exactly my forte...(will post some pictures soon... 😏 🎮)

    +1 one year ago
  • Profile image

    @Blueshift it's possible to make a mod that replaces the file automatically after the game starts

    +1 one year ago
  • Profile image
    11.5k Blueshift

    @hpgbproductions Hello, thank you very much for the helpful answer. 👍🏼🙂

    ✈ Yes, I almost thought so, since I noticed that the 'aiRefuelTanker.xml' file is rewritten every time it is started.

    ✈ is there a way to add a 'batch file' to the 'launch' parameter?

    ✈ so you could install an automatism, such as overwriting 'ai-tanker files' with custom files.

    +1 one year ago