Plans to add palm trees?

So, just wondering if there are plans to add palm trees to the sim or does anyone know of any libraries/add-ons that are available? Also, Is there a simple quick way to adjust the LOD of multiple(same) objects or is it a one at a time process…thanks for any help!

Bijan’s 4 seasons mod has palm trees I think.

Bear in mind that this is payware and hasn’t had an update for a bit (not sure it needs one) :slightly_smiling_face:

lot of palms, downloadable for free, and you can create your own library

Palm-tree 3D models - Sketchfab

About the other question, can you elaborate more?
Every object LOD needs to be created manually, there is no quick shortcut (if there was, the sim itselft would have done that for you :D)

1 Like

Another site with FREE ones to use.

Most of these are Royalty free so you can use in Payware too.
You might want to manually edit the triangles and add some LODs tho. Textures might need to be changed from Opaque to Blend using MSFS Standard if you use Blender.

LODs need to be created manually in Blender or whatever you use!
To manually adjust the LOD’s you use the .XML file

Example:

	<LODS>
		<LOD ModelFile="yourmodel_LOD00.gltf" minSize="8"/>
		<LOD ModelFile="yourmodel_LOD01.gltf" minSize="4"/>
		<LOD ModelFile="yourmodel_LOD02.gltf" minSize="0"/>
	</LODS>

With the minSize corresponding to the screen size when it switches so at 8% screen size this will go to the next LOD. Then 4% then the last one forever!