[Archive] How to Convert PNG to BLP with 1366x768 Resolution (WotLK)
[Archive] How to Convert PNG to BLP with 1366x768 Resolution (WotLK)
Archived author: Dogtor • Posted: 2022-01-23T21:33:42+00:00
Original source
I like the Loadscreen size to be the same size as my monitor screen. (1366x768)
I also tried with BLP Lab and Plugin for Photoshop, it gives an error when saving, but when i make the image size 1024x1024, there is no problem!
Can anyone solve this problem?! I can't convert it
From: To:
![]()
![]()
Archived author: Vlad • Posted: 2022-01-23T22:00:44+00:00
Original source
Blp can only be in powers of 2, not random numbers..
16x16, 32x32, 64x64, etc...
Archived author: Dogtor • Posted: 2022-01-28T01:58:58+00:00
Original source
Well that's right. Where can i change the code related to resizing?! (in dbc)
Archived author: Amaroth • Posted: 2022-03-07T12:36:35+00:00
Original source
There's no code in DBC. DBC is effectively a database. There are 2 possible versions of loading screen - 4:3 and 16:9 (the optional wide variant). That's it. You'd have to change the game client's code to add bigger variety. I mean, you can probably make a 4:3 2048x1536 or 16:9 2048x1152 BLPs if you want higher res. That should work.
Not entirely sure about what Vlad wrote, theoretically, a 1360x768 BLP should work, afaik any number which can be divided by 8 should (I may be wrong here though). But 1366 definitely won't ever work, that's a constraint imposed by the very BLP format structure.