skarndev / umodel_tools

A Blender add-on featuring import of Unreal Engine games static meshes and maps. It provides basic support for many UE games, while some have dedicated improved support.
https://skarndev.github.io/umodel_tools/
GNU General Public License v3.0
84 stars 13 forks source link

how to export things like terrain and some 2D object in the umap? #22

Open clw5180 opened 2 months ago

clw5180 commented 2 months ago

Hello umodel tools guru, can I export the terrain and some 2D object like trees from one .umap file (from a game like Octopath Traveler) , then import in my project at the same position ? Thanks a lot !

clw5180 commented 2 months ago

I found the 2D object is something called 'InstancedStaticMeshComponent', and you handle it in your code, I'll learn it first, thanks !

clw5180 commented 1 month ago

I tried the FModel's newest version(4.4.3.6), but component.TryLoad(out UInstancedStaticMeshComponent staticMeshComp)always return False..... (in FModel\Views\Snooper\Renderer.cs)