March 23, 20251 yr 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.
March 23, 20251 yr Localization 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
March 23, 20251 yr Supporter 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 March 23, 20251 yr by shak-otay
March 23, 20251 yr 1 hour ago, DKDave said: You can use this Noesis script to get the textures from the LDS files. Not sure how the textures are integrated into the materials to allocate to individual submeshes. rebirth_lds.zip 869 B · 15 downloads THANK YOU!!! now i just need a updated script to get the models correctly (with the bones connected)
March 23, 20251 yr 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.
March 23, 20251 yr 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
March 23, 20251 yr Localization 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. chara - Nel (compressed files).7z
March 23, 20251 yr 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
March 23, 20251 yr Localization 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
March 23, 20251 yr 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.
March 23, 20251 yr Just a small update to add a few more mesh types from the additional samples provided. bleach_rebirth_tmd2.zip
March 23, 20251 yr Localization Thanks, is there any file or whatnot you want to request? Since I can't really help other then provide files. Edited March 23, 20251 yr by Frushan
March 23, 20251 yr 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.
March 23, 20251 yr im separating all the ad/pl/sp/en files into folders rn ill upload any you want to look at when its done
March 23, 20251 yr Localization 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
March 23, 20251 yr Localization 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)
March 23, 20251 yr 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. Edited March 23, 20251 yr by dmcdevilsmaycry
March 23, 20251 yr Ex: little nel's face loads, her hair only loads the mask and her body only loads her arms and legs ad06 little nel.rar Edited March 23, 20251 yr by dmcdevilsmaycry
March 24, 20251 yr using DKDave's recent plugin: ulquiorra's coat loads but the rigging is not weighted properly Edited March 24, 20251 yr by dmcdevilsmaycry
March 24, 20251 yr mila rose and appachi and nel and harribel also dont load right. missing meshes. here is there files. some characters bodys.zip
March 24, 20251 yr I'm looking at the textures/materials now, trying to allocate them properly. Just a few tests so far:
March 24, 20251 yr Author Localization here some sample that doesn't work with updated script ad024_hair00_00.zip
Create an account or sign in to comment