Gildor's Forums

English Forum => UE game localization and modding => Topic started by: Jonix on June 11, 2018, 15:21



Title: MotoGP18 - ReImport edited 3D model
Post by: Jonix on June 11, 2018, 15:21
Hi all. I've used Umodel to extract a certain model. In Umodel, the model has a root bone and a material.

I imported it in 3Ds and edited it, exported as .fbx, then opened it in UE4 and saved it as .uasset. Then packed it to .pak with u3pak.py

The 3D model is invisible in game  ???. I also tried the same pipeline without editing the model, same result.

To debug the issue, I opened my modified .pak with Umodel and navigated to my edited model.

Compared to the default model, mine:
-Has a checker texture  (missing material?)
-Doesn't have a root bone (I exported both the mesh and the bone in the same .fbx, so it gets lost in UE4)

Has anyone figured out a way to reimport 3D stuff back in game? Or has anyone experienced the same problem?

Thanks


Title: Re: MotoGP18 - ReImport edited 3D model
Post by: Juso3D on June 17, 2018, 11:18
I imported it in 3Ds and edited it, exported as .fbx, then opened it in UE4 and saved it as .uasset. Then packed it to .pak with u3pak.py

Wouldn't you want to use a u4pak.py script for UE4 assets?