Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some meshes are not exporting in UDK format correctly #402

Closed
vegz opened this issue Jan 10, 2024 · 1 comment
Closed

Some meshes are not exporting in UDK format correctly #402

vegz opened this issue Jan 10, 2024 · 1 comment

Comments

@vegz
Copy link

vegz commented Jan 10, 2024

Describe the bug
I am trying to export some meshes from ME2 into UDK. Most of the meshes are working fine but for some reason, some are not showing up correctly. I have tried psk, udk, and importing it from blender but same result. It seems LEX is exporting some meshes wrong for some reason.

To Reproduce

  1. Open BioP_CitHub in Package Editor (LE2)
  2. Go to exports 11520 (Neon_Foor_Edge_Divide) and 11534 (Neon_Wall_1x4). Open them in mesh explorer and then export in udk format.
  3. Open UDK and press "open an external package" on each files you made before.
  4. Neon_Foor_Edge_Divide is missing its triangles/verticies while Neon_Wall_1x4 is not.

Expected behavior
The triangles and data of certain meshes would be exported with the UDK file.

Version information:
6.3 Nightly 1/9/2024

Stack trace
N/A

Other information
N/A

@vegz vegz changed the title Meshes are not exporting in UDK format correctly Some meshes are not exporting in UDK format correctly Jan 10, 2024
@SirCxyrtyx
Copy link
Member

Oddly enough, this seems to be an issue with the mesh, not the export process. This is the Elements array on the problem mesh:
image

Note that the Material Index is 2, despite their only being 2 materials (so the only indexes ought to be 0 or 1). This is exported as-is, which evidently causes trouble for UDK. Changing that to 1 causes the tris to show up in UDK.

@SirCxyrtyx SirCxyrtyx closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants