• 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.

MSFS20 WorldScripts

rhumbaflappy

Administrator
Staff member
Resource contributor
Messages
6,345
Country
us-wisconsin
There hasn't been a lot of discussion about WorldScripts. These scripts allow a developer to include motion to simobjects. This could be animals, birds, vehicles, airplanes...

The default scripts are in the asobo-scenarii folder. They can be added to your airports with the in-game DevMode. There is an editor within the DevMode that allows creation and manipulation of scripts as well. But, we have no examples of these scripts in XML format to allow us to study them, change them, or create them. You can place the default scripts, which allows you to have a flock of flamingos over your airport, or herds of bears or elephants nearby.

Attached are the decompiled SPB files of the default Scenarii WorldScripts as a starting point to figure out how to use or make these in the Sim.
 

Attachments

Thanks rhumbaflappy, I've been looking for a key to unlock this MSFS scripts mystery and glad I ran across this thread. Gotta admit I'm really puzzled that scripts are still somewhat Top Secret a full year after the sim's release. I'm now hoping to find a LUA-to-XML converter to bring over my custom road traffic routes from X-Plane.

Regards from Thailand!
 
I started digging into WorldScripts more recently and discovered that most of these scripts have been updated and now use offsets instead of GPS position data for the animal flocks and such. So, here's a new decompile of all of the Scenarii scripts currently available in SU11.
 

Attachments

There hasn't been a lot of discussion about WorldScripts. These scripts allow a developer to include motion to simobjects. This could be animals, birds, vehicles, airplanes...

The default scripts are in the asobo-scenarii folder. They can be added to your airports with the in-game DevMode. There is an editor within the DevMode that allows creation and manipulation of scripts as well. But, we have no examples of these scripts in XML format to allow us to study them, change them, or create them. You can place the default scripts, which allows you to have a flock of flamingos over your airport, or herds of bears or elephants nearby.

Attached are the decompiled SPB files of the default Scenarii WorldScripts as a starting point to figure out how to use or make these in the Sim.
A lot of thanks, Dick ! I'm progressing in it to animate vehicles, boats, and birds, thanks also to Mamu's video "MSFS WORLDSCRIPT"...
 
Back
Top