Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

BLEACH Rebirth of Souls .tmd2

Featured Replies

Hey was anyone able to get files for Yoruichi and could send em my way? 
Much appreciated if you can!

  • Replies 259
  • Views 65.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I'm still looking into the bones, trying to get them working correctly.  The ones that don't work correctly yet are the models with over 256 bones, such as the one below.  The vertex data only uses by

  • I'm looking at the textures/materials now, trying to allocate them properly.  Just a few tests so far:    

  • From further investigation, it seems that some meshes use up to 8 bone weights/indices, where others only use 4.  It also looks like they're split into 2 groups of 4 in the vertex data - i.e 4 weights

Posted Images

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

 

Does anyone know what texture is responsible for the small black lines running across the model like in this image?image.thumb.png.046ff7f2d16156aebe77836640dad2dc.png

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?image.thumb.png.046ff7f2d16156aebe77836640dad2dc.png

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. 

  • Localization
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)

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.


image.thumb.png.dbe72e293c792b4f7be787a1586bf319.png

image.png

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

2 hours ago, DKDave said:

Итак, вот небольшое обновление. Я добавил поддержку всех типов вершин, и теперь все текстуры должны загружаться корректно. Я также добавил дополнительные UV-координаты, где они доступны, хотя в настоящее время они не используются.

Во многих случаях кости всё ещё повреждены, так что с этим ещё нужно поработать.

Материалы также требуют дополнительной обработки.

Я пока отключил цвета вершин, так как это тоже портило многие сетки.

 

 

bleach_rebirth_tmd2.zip 3,23 КБ · 9 загрузок

in which folder are the models located?

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.

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. 

  • Localization
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

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?

  • Localization
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

3 minutes ago, HydraBladeZ said:

here's what the second color layer looks like
yTVYZ7N.png

Oh, WORD.

47 minutes ago, HydraBladeZ said:

here's what the second color layer looks like
yTVYZ7N.png

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.

  • Localization
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.

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!image.thumb.png.b8b7b979c78aa863e573c9dc270739f4.png

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.

  • Author
  • Localization

Tested on few Enemy Character and Support They're not showing hair texture
Am I doing anything wrong or missing anything?
sp001 / en007/ en023 
image.png.1b1071077df19756d5cb5ed917844f2e.png

Edited by kurokozeref

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 
image.png.1b1071077df19756d5cb5ed917844f2e.png

I was having the same issue, major characters loaded them fine but some didn't work like Rukia and Momo like you tried.

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 
image.png.1b1071077df19756d5cb5ed917844f2e.png

I believe the hair models utilize vertex coloring instead of a diffuse texture. 

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.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.