[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
Archived author: Needle • Posted: 2025-06-23T15:11:16.760000+00:00
Original source
Archived author: Needle • Posted: 2025-06-23T15:11:17.681000+00:00
Original source
Thread automatically created by hoodie in <#415944535718494208>
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
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
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.
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.
Archived author: hoodie • Posted: 2025-06-25T16:21:37.004000+00:00
Original source
Closing thread
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.
Archived author: may • Posted: 2025-06-26T14:07:13.176000+00:00
Original source
我将用中文发言。
这种“白耳朵”的状态我曾经遇到过,它并不是因为缺少“缺少一些额外的纹理定义”,而是你需要将高清补丁放入 客户端语言文件夹,比如我的高清补丁就会放入./data/zhCN/下, 并命名为Patch-zhCN-t.mpq,问题就会解决。高清补丁并不缺少纹理或纹理定义,只是补丁加载优先级在作怪(我个人认为是这样),事实上,如果你的高清补丁纹理(.blp)和纹理的定义(.dbc)是分开打包的话, 你只需要将包含有.dbc的补丁放入客户端语言文件夹就可以了。
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.