Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Missing textures after applying HD+new race patch (white ears) 3.3.5

[DiscordArchive] Missing textures after applying HD+new race patch (white ears) 3.3.5

[DiscordArchive] Missing textures after applying HD+new race patch (white ears) 3.3.5

rektbyfaith
Administrator
0
06-23-2025, 03:11 PM
#1
Archived author: Needle • Posted: 2025-06-23T15:11:16.760000+00:00
Original source

rektbyfaith
06-23-2025, 03:11 PM #1

Archived author: Needle • Posted: 2025-06-23T15:11:16.760000+00:00
Original source

rektbyfaith
Administrator
0
06-23-2025, 03:11 PM
#2
Archived author: Needle • Posted: 2025-06-23T15:11:17.681000+00:00
Original source

Thread automatically created by hoodie in <#415944535718494208>
rektbyfaith
06-23-2025, 03:11 PM #2

Archived author: Needle • Posted: 2025-06-23T15:11:17.681000+00:00
Original source

Thread automatically created by hoodie in <#415944535718494208>

rektbyfaith
Administrator
0
06-23-2025, 03:36 PM
#3
Archived author: Needle • Posted: 2025-06-23T15:36:53.102000+00:00
Original source

Missing textures after applying new race patch (white ears) 3.3.5
rektbyfaith
06-23-2025, 03:36 PM #3

Archived author: Needle • Posted: 2025-06-23T15:36:53.102000+00:00
Original source

Missing textures after applying new race patch (white ears) 3.3.5

rektbyfaith
Administrator
0
06-23-2025, 03:37 PM
#4
Archived author: Needle • Posted: 2025-06-23T15:37:28.876000+00:00
Original source

Missing textures after applying HD+new race patch (white ears) 3.3.5
rektbyfaith
06-23-2025, 03:37 PM #4

Archived author: Needle • Posted: 2025-06-23T15:37:28.876000+00:00
Original source

Missing textures after applying HD+new race patch (white ears) 3.3.5

rektbyfaith
Administrator
0
06-25-2025, 04:21 PM
#5
Archived author: hoodie • Posted: 2025-06-25T16:21:23.337000+00:00
Original source

For anybody who might find this thread in the future: the issue was that some DBC files missing some extra textures defined. The original DBCs I had (downloaded from wowgaming's github) didn't have them, but I noticed worgoblin mod's files on github have them (araxiaonline/mod-worgoblin). For example, CharSections.dbc in wowgaming file doesn't have all data on TextureName_2 and TextureName_3 fields, but mod-worgoblin have some texture paths defined there. So I just picked the following mod-worgoblin dbc and edited my new race (12) on them to duplicate blood elf's textures:

- CharacterFacialHairStyles
- CharHairGeoSets
- CharSections

The other DBCs I had already edited didn't have any missing texture definitions as far as I could tell, so I only had to replace and modify those 3.
rektbyfaith
06-25-2025, 04:21 PM #5

Archived author: hoodie • Posted: 2025-06-25T16:21:23.337000+00:00
Original source

For anybody who might find this thread in the future: the issue was that some DBC files missing some extra textures defined. The original DBCs I had (downloaded from wowgaming's github) didn't have them, but I noticed worgoblin mod's files on github have them (araxiaonline/mod-worgoblin). For example, CharSections.dbc in wowgaming file doesn't have all data on TextureName_2 and TextureName_3 fields, but mod-worgoblin have some texture paths defined there. So I just picked the following mod-worgoblin dbc and edited my new race (12) on them to duplicate blood elf's textures:

- CharacterFacialHairStyles
- CharHairGeoSets
- CharSections

The other DBCs I had already edited didn't have any missing texture definitions as far as I could tell, so I only had to replace and modify those 3.

rektbyfaith
Administrator
0
06-25-2025, 04:21 PM
#6
Archived author: hoodie • Posted: 2025-06-25T16:21:28.510000+00:00
Original source

Another thing I had to do was apply my DBCs twice in the order: once before and once after the HD patch, so something like:

Patch-a.mpq # my DBFilesClient DBCs
Patch-k.mpq # the HD patch downloaded from Chromiecraft
Patch-t.mpq # some of my DBFilesClient DBCs again (only CharacterFacialHairStyles, CharHairGeoSets, CharHairTextures and CharSections)

Without it, some textures are messed up for some reason.
rektbyfaith
06-25-2025, 04:21 PM #6

Archived author: hoodie • Posted: 2025-06-25T16:21:28.510000+00:00
Original source

Another thing I had to do was apply my DBCs twice in the order: once before and once after the HD patch, so something like:

Patch-a.mpq # my DBFilesClient DBCs
Patch-k.mpq # the HD patch downloaded from Chromiecraft
Patch-t.mpq # some of my DBFilesClient DBCs again (only CharacterFacialHairStyles, CharHairGeoSets, CharHairTextures and CharSections)

Without it, some textures are messed up for some reason.

rektbyfaith
Administrator
0
06-25-2025, 04:21 PM
#7
Archived author: hoodie • Posted: 2025-06-25T16:21:37.004000+00:00
Original source

Closing thread
rektbyfaith
06-25-2025, 04:21 PM #7

Archived author: hoodie • Posted: 2025-06-25T16:21:37.004000+00:00
Original source

Closing thread

rektbyfaith
Administrator
0
06-25-2025, 04:21 PM
#8
Archived author: Needle • Posted: 2025-06-25T16:21:42.171000+00:00
Original source

Thread was archived by hoodie. Anyone can send a message to unarchive it.
rektbyfaith
06-25-2025, 04:21 PM #8

Archived author: Needle • Posted: 2025-06-25T16:21:42.171000+00:00
Original source

Thread was archived by hoodie. Anyone can send a message to unarchive it.

rektbyfaith
Administrator
0
06-26-2025, 02:07 PM
#9
Archived author: may • Posted: 2025-06-26T14:07:13.176000+00:00
Original source

我将用中文发言。
这种“白耳朵”的状态我曾经遇到过,它并不是因为缺少“缺少一些额外的纹理定义”,而是你需要将高清补丁放入 客户端语言文件夹,比如我的高清补丁就会放入./data/zhCN/下, 并命名为Patch-zhCN-t.mpq,问题就会解决。高清补丁并不缺少纹理或纹理定义,只是补丁加载优先级在作怪(我个人认为是这样),事实上,如果你的高清补丁纹理(.blp)和纹理的定义(.dbc)是分开打包的话, 你只需要将包含有.dbc的补丁放入客户端语言文件夹就可以了。
rektbyfaith
06-26-2025, 02:07 PM #9

Archived author: may • Posted: 2025-06-26T14:07:13.176000+00:00
Original source

我将用中文发言。
这种“白耳朵”的状态我曾经遇到过,它并不是因为缺少“缺少一些额外的纹理定义”,而是你需要将高清补丁放入 客户端语言文件夹,比如我的高清补丁就会放入./data/zhCN/下, 并命名为Patch-zhCN-t.mpq,问题就会解决。高清补丁并不缺少纹理或纹理定义,只是补丁加载优先级在作怪(我个人认为是这样),事实上,如果你的高清补丁纹理(.blp)和纹理的定义(.dbc)是分开打包的话, 你只需要将包含有.dbc的补丁放入客户端语言文件夹就可以了。

rektbyfaith
Administrator
0
06-26-2025, 02:53 PM
#10
Archived author: Needle • Posted: 2025-06-26T14:53:13.486000+00:00
Original source

Thread was archived by hoodie. Anyone can send a message to unarchive it.
rektbyfaith
06-26-2025, 02:53 PM #10

Archived author: Needle • Posted: 2025-06-26T14:53:13.486000+00:00
Original source

Thread was archived by hoodie. Anyone can send a message to unarchive it.

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)