Funbun1560 Posted April 8 Posted April 8 Hey was anyone able to get files for Yoruichi and could send em my way? Much appreciated if you can!
Moon Posted April 9 Posted April 9 I got a little lost I put py plugin but the issue is when I export the model or known as the tdm2 file it gives me an trace back error Just now, Moon said: I got a little lost I put py plugin but the issue is when I export the model or known as the tdm2 file it gives me an trace back error If one of you could assist me that would be great
HalfSour Posted Thursday at 07:37 PM Posted Thursday at 07:37 PM Does anyone know what texture is responsible for the small black lines running across the model like in this image?
0-DV89-0 Posted Friday at 04:15 AM Posted Friday at 04:15 AM 8 hours ago, HalfSour said: Does anyone know what texture is responsible for the small black lines running across the model like in this image? I'm trying to figure that out too. From my experience with other anime games there should be a 2nd UVmap with the outline texture that is rendered over their diffuse texture. But sadly the script doesn't seem to be able to extract the 2nd UVmap on every mesh nor the outline texture. The outline texture file might be shared among all the character models so could be in a common folder meaning they won't be extracted with the character models.
CptHazama Posted Friday at 10:32 PM Posted Friday at 10:32 PM 18 hours ago, 0-DV89-0 said: I'm trying to figure that out too. From my experience with other anime games there should be a 2nd UVmap with the outline texture that is rendered over their diffuse texture. But sadly the script doesn't seem to be able to extract the 2nd UVmap on every mesh nor the outline texture. The outline texture file might be shared among all the character models so could be in a common folder meaning they won't be extracted with the character models. Almost every outline on the models are rendered in the engine via live geometry copy/flipping. I've only seen a few lines on the models that have actual meshes built in (which you would just use a pure black texture for)
HalfSour Posted Friday at 11:37 PM Posted Friday at 11:37 PM 48 minutes ago, CptHazama said: Almost every outline on the models are rendered in the engine via live geometry copy/flipping. I've only seen a few lines on the models that have actual meshes built in (which you would just use a pure black texture for) I agree. I don't think the outlines have anything special to them and are just a standard inverted hull of the mesh but some of the "detail" lines definitely are in the form of textures and some are just cut into the mesh. The first image is of Zaraki's hands and you can clearly see the topology modeled into the mesh and UVmap being separated from the rest of the hand for what is to support the black lining but the textures themselves have no black to them. The second image is of Ichigo in-game where you can clearly see more of these hand-drawn looking lines, but as you can see with Kenpachi. The mesh isn't modeling in such a way for the lines to just appear as they are with the fingernails. Some have speculated the models might have multiple UV channels and that the script currently doesn't support them. There doesn't seem to be a texture/color channel that has the data for the lines stored within them.
DKDave Posted Saturday at 01:13 PM Posted Saturday at 01:13 PM Okay, here's a little bit of an update. I've added support for all the vertex types, and the textures should all load correctly now. I've also included the extra UVs where available, although they're not presently used. The bones are still messed up in a lot of cases, so that still needs some work. The materials also need more work. I've disabled the vertex colours for now as that was messing up a lot of the meshes as well. bleach_rebirth_tmd2.zip 6
428zang Posted Saturday at 03:56 PM Posted Saturday at 03:56 PM 2 hours ago, DKDave said: Итак, вот небольшое обновление. Я добавил поддержку всех типов вершин, и теперь все текстуры должны загружаться корректно. Я также добавил дополнительные UV-координаты, где они доступны, хотя в настоящее время они не используются. Во многих случаях кости всё ещё повреждены, так что с этим ещё нужно поработать. Материалы также требуют дополнительной обработки. Я пока отключил цвета вершин, так как это тоже портило многие сетки. bleach_rebirth_tmd2.zip 3,23 КБ · 9 загрузок in which folder are the models located?
Lantik Posted Saturday at 04:21 PM Posted Saturday at 04:21 PM 24 minutes ago, 428zang said: in which folder are the models located? In the Bleach folder, it's under "00High/Model/chara/" Hope that helps! 3 hours ago, DKDave said: Okay, here's a little bit of an update. I've added support for all the vertex types, and the textures should all load correctly now. I've also included the extra UVs where available, although they're not presently used. The bones are still messed up in a lot of cases, so that still needs some work. The materials also need more work. I've disabled the vertex colours for now as that was messing up a lot of the meshes as well. bleach_rebirth_tmd2.zip 3.23 kB · 11 downloads Every model I've checked so far, including pl002, pl026, pl027, and pl036 have worked great! Thanks DKDave, you're the best. 1
0-DV89-0 Posted Saturday at 06:34 PM Posted Saturday at 06:34 PM 5 hours ago, DKDave said: Okay, here's a little bit of an update. I've added support for all the vertex types, and the textures should all load correctly now. I've also included the extra UVs where available, although they're not presently used. The bones are still messed up in a lot of cases, so that still needs some work. The materials also need more work. I've disabled the vertex colours for now as that was messing up a lot of the meshes as well. bleach_rebirth_tmd2.zip 3.23 kB · 13 downloads Thank you so much man. So far everything works as you stated.
HydraBladeZ Posted Saturday at 09:21 PM Posted Saturday at 09:21 PM On 4/11/2025 at 7:15 AM, 0-DV89-0 said: I'm trying to figure that out too. From my experience with other anime games there should be a 2nd UVmap with the outline texture that is rendered over their diffuse texture. But sadly the script doesn't seem to be able to extract the 2nd UVmap on every mesh nor the outline texture. The outline texture file might be shared among all the character models so could be in a common folder meaning they won't be extracted with the character models. detail lines are somehow rendered in engine using the red channel of the second color layer as a mask
Solution HydraBladeZ Posted Saturday at 09:23 PM Solution Posted Saturday at 09:23 PM I made an importer that import every tmd2 model correctly. it can read models with more than 255 bones, all uv layers, all vertex color layers, tangents, binormals, both sets of normals, etc... https://www.nexusmods.com/bleachrebirthofsouls/mods/63 4
HalfSour Posted Saturday at 11:33 PM Posted Saturday at 11:33 PM 2 hours ago, HydraBladeZ said: detail lines are somehow rendered in engine using the red channel of the second color layer as a mask When you say "second color layer" are you talking about the RBG mask or the darker colored version of the base texture?
HydraBladeZ Posted Saturday at 11:37 PM Posted Saturday at 11:37 PM 3 minutes ago, HalfSour said: When you say "second color layer" are you talking about the RBG mask or the darker colored version of the base texture? some models have more than one vertex color layers
HydraBladeZ Posted Saturday at 11:42 PM Posted Saturday at 11:42 PM here's what the second color layer looks like
HalfSour Posted Saturday at 11:46 PM Posted Saturday at 11:46 PM 3 minutes ago, HydraBladeZ said: here's what the second color layer looks like Oh, WORD.
HalfSour Posted Sunday at 12:31 AM Posted Sunday at 12:31 AM 47 minutes ago, HydraBladeZ said: here's what the second color layer looks like Sorry to ask but would you be willing to share the blend file for any of the imported models with the node setup you have? I'd love to study these for a personal project of mine.
HydraBladeZ Posted Sunday at 12:41 AM Posted Sunday at 12:41 AM 6 minutes ago, HalfSour said: Sorry to ask but would you be willing to share the blend file for any of the imported models with the node setup you have? I'd love to study these for a personal project of mine. you can install the addon and import any model, it's gonna create the node setup for you. The node setup for each shader is not accurate, it wasn't meant to be 1:1 with the game if that's what you wanted. It was made for previewing the models with the correct textures.
Lantik Posted Sunday at 04:29 AM Posted Sunday at 04:29 AM 7 hours ago, HydraBladeZ said: I made an importer that import every tmd2 model correctly. it can read models with more than 255 bones, all uv layers, all vertex color layers, tangents, binormals, both sets of normals, etc... https://www.nexusmods.com/bleachrebirthofsouls/mods/63 Wow dude I didn't expect two great scripts in one day. I was skeptical I have to admit but everything looks great!
HalfSour Posted Sunday at 11:34 AM Posted Sunday at 11:34 AM 10 hours ago, HydraBladeZ said: you can install the addon and import any model, it's gonna create the node setup for you. The node setup for each shader is not accurate, it wasn't meant to be 1:1 with the game if that's what you wanted. It was made for previewing the models with the correct textures. Right. It's still HEAVILY appreciated.
kurokozeref Posted Sunday at 08:19 PM Author Posted Sunday at 08:19 PM (edited) Tested on few Enemy Character and Support They're not showing hair texture Am I doing anything wrong or missing anything? sp001 / en007/ en023 Edited Sunday at 08:29 PM by kurokozeref
Lantik Posted Sunday at 08:55 PM Posted Sunday at 08:55 PM 35 minutes ago, kurokozeref said: Tested on few Enemy Character and Support They're not showing hair texture Am I doing anything wrong or missing anything? sp001 / en007/ en023 I was having the same issue, major characters loaded them fine but some didn't work like Rukia and Momo like you tried.
0-DV89-0 Posted Monday at 02:36 AM Posted Monday at 02:36 AM 6 hours ago, kurokozeref said: Tested on few Enemy Character and Support They're not showing hair texture Am I doing anything wrong or missing anything? sp001 / en007/ en023 I believe the hair models utilize vertex coloring instead of a diffuse texture.
HalfSour Posted Monday at 03:41 AM Posted Monday at 03:41 AM The hair coloring could all be based on material instancing in game instead of extractable textures. From what I've seen there is only one texture per character, and it's for the hard shadows on the model. You can check out base Ichigo's files to see how that's setup. There's also masks the apply to the other UVmaps on the hair only.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now