Jump to content

Recommended Posts

Posted
12 minutes ago, Benefor said:

Tried your script, i've put it in plugins/python/ but in Noesis it still say that i can't preview those type of files (only for .lds)

I know it works, so have you tried reloading Noesis?  Also, you don't need to decompress the files first, if you have done so.

 

Posted
43 minutes ago, Benefor said:

Tried your script, i've put it in plugins/python/ but in Noesis it still say that i can't preview those type of files (only for .lds)

It doesnt work on decompressed lds files, you have to open the ones straight from the game files

  • Like 1
  • Engineers
Posted (edited)

DKDave

I see your scripts checks the .lds header. So PZZElds is present in decompressed lds files, too?

Quote

if check != b"PZZElds\x00":
        return 0

 

Edited by shak-otay
Posted
38 minutes ago, shak-otay said:

DKDave

I see your scripts checks the .lds header. So PZZElds is present in decompressed lds files, too?

 

Yeah, lds and tmd2 are both compressed.  I don't know if every single one of those will be compressed as I've only got a small selection of samples posted here.  So I can't check for every mesh format either.

 

Posted

Here's an initial Noesis script for the TMD2 mesh files.  I've probably made some assumptions with the format, so I don't know if it'll work for other tmd2 files that I don't have samples for.

It doesn't load the textures/materials as yet, mainly because I'm not 100% sure on how they're referenced, but it will do vertex colours and the bones should also work.

 

bleach_rebirth_tmd2.zip

  • Like 1
  • Thanks 3
Posted
14 minutes ago, DKDave said:

Here's an initial Noesis script for the TMD2 mesh files.  I've probably made some assumptions with the format, so I don't know if it'll work for other tmd2 files that I don't have samples for.

It doesn't load the textures/materials as yet, mainly because I'm not 100% sure on how they're referenced, but it will do vertex colours and the bones should also work.

 

bleach_rebirth_tmd2.zip 1.63 kB · 0 downloads

Seems like it's not showing every single submesh properly, and some that did open with the old plugin will no longer open with the edited one. I can give ya samples, so here's Nel, who now has her clothing gone.
image.thumb.png.dfbc675b9ca99713a506737621515252.png

chara - Nel (compressed files).7z

Posted
31 minutes ago, DKDave said:

Here's an initial Noesis script for the TMD2 mesh files.  I've probably made some assumptions with the format, so I don't know if it'll work for other tmd2 files that I don't have samples for.

It doesn't load the textures/materials as yet, mainly because I'm not 100% sure on how they're referenced, but it will do vertex colours and the bones should also work.

 

bleach_rebirth_tmd2.zip 1.63 kB · 6 downloads

this atleast tells me what part of it failed to read

Posted

Decided to post up some more test files, mainly because the 'hair' one doesn't load and figured more would be helpful. Can provide all the char models if needed, just DM me and I'll share them. And thanks to those working on this, really appreciate it.

chara.zip

Posted

Not all models load correctly with the new plugin as I'm looking, but many do and the ones that do have working skeletons! The first image is an error I get when loading Ichigo's first hair mesh, and the second is his base outfit which works great.image.png.8b0bf5ed3c2047e5564ad187f1480303.pngimage.thumb.png.205b4af25814d5a3014e6a817d5ebfc0.png

Posted (edited)

Thanks, is there any file or whatnot you want to request? Since I can't really help other then provide files.

Edited by Frushan
Posted
8 minutes ago, Frushan said:

Thanks, is there any file or whatnot you want to request? Since I can't really help other then provide files.

Just any that don't display correctly.

 

Posted

Here is a random assortment of models that don't open in noesis, or have missing meshes. Also included Orihime's hair texture files, since I was curious if all the textures are included, or are hairs and such done via some other method? Thanks again.

Other Models.zip

Posted
3 minutes ago, DKDave said:

Just any that don't display correctly.

pl035_cos02_00.zip

pl035_cos02_00 also only displays her armor and not her body, the noesis error says it failed to read on the first mesh (which I imagine is relating to the other models also only displaying partially, Ive only come across one model that has fully loaded entirely)

Posted (edited)

this is all the ones i could figure out the names for (a good bit of them dont load fully) the texture script seems to load all the textures fine just the models dont
edit: i checked all of the files, about 98% of them do not load everything/at all.

image.png

image.png

image.png

image.png

Edited by dmcdevilsmaycry

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...