umodel_tools icon indicating copy to clipboard operation
umodel_tools copied to clipboard

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

Open clw5180 opened this issue 1 year ago • 2 comments

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 avatar Sep 25 '24 09:09 clw5180

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

clw5180 avatar Sep 25 '24 13:09 clw5180

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)

clw5180 avatar Sep 28 '24 14:09 clw5180