• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Adding wake to AI ship

Messages
16
Country
us-ohio
I'm going through the process of converting a pilotable ship model into an AI version. I'm testing the AI ship using AIcarriers. The model shows up and moves properly, but there is no wake effect. Other ships load properly and have different wake effects.

Does anyone know how to add a wake effect to the custom ship model?

Thanks
 
Hi,
Add a section [effects] in the your AI sim.cfg.
Add a wake in it.

e.g.
[Effects]
wake = fx_wake_l
 
Thank you

That works great. I also discovered that there is a line in the design specs section, "stern position" which has control over the location of the wake effect.

What had me puzzled was that I looked at the cfg file of the default ships and none of them had an effects section.

My next question, would be about adding a smoke effect. Does it work the same way? Adding some information to the cfg file?
 
As far as I know, it doesn't work.
You might customize the wake effect and include smoke
 
Hi,

To explain a bit more what Alain meant:
You can add smoke as well but you do have to change the wake effect file and "embed" the smoke into the wake effect file (it is called "nesting" by some).
Also, you have to make a distinction between different kinds of AI.
If you are making AI using the AI engine, like for aircraft, then you use a normal aircraft.cfg. In that case it is easier to include the wake effect in the lights section and the smoke in the smoke section.
In the "living world" type of AI, when you use e.g. AIBTC, you have a sim.cfg where the only options are wake and lights, as far as I know. In that case you can either use the [effects] wake= ... entry to add a nested effect, or you can use the [lights] to add the effect, but the last option is a bit more complicated.
Do tell if you need more explanation as I am not a very good teacher (and a worse student!).
 
Back
Top