DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)

For high-res texture/sprite projects, sprite-fix patches, music add-ons, music randomizers, and other graphic/sound-only projects.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
Reinchard2
Posts: 310
Joined: Fri Sep 21, 2007 1:08 am
Location: Poland - Bytom

Re: DooM 1K PBR materials pack for episode one

Post by Reinchard2 »

generic name guy wrote: Thu Sep 08, 2022 4:03 pm
phantombeta wrote: Thu Sep 08, 2022 7:47 am Doesn't matter which. Again, GZDoom has to decompress the textures before transferring them to the GPU, because GPUs can't use compressed formats like PNG, they need raw image data. It doesn't matter what you do, a texture of a certain size will always take the same amount of VRAM when loaded by GZDoom, so a 1K texture will always take up at least 4MB of VRAM.
D2 Mod Player wrote: Thu Sep 08, 2022 3:03 pm I also tried many techniques to reduce the size of my PNG's. The GPU would still run out of memory and the stuttering in-game was horrendous due to being unable to pre-cache. It reads each pixel decompressed as data, regardless of the detail in your image.

So what I did was take my 50 frames per enemy and reduced it to 1024x1024 instead of 2048x2048 and it was fine (Mostly, LOL). I even experimented with a compress-less PK3 (zip) file.

The culprit evil fiend ;) was the PNG files themselves.
In that case then, i think the only solution would be lowering the resolution of the PBR textures to 512 or 256, just to reduce the amount of texture data loaded at once
Or buy a modern graphic card. I was doing tests on 840m and the average of fps is about 30 fps, zero freezes. We are talking about a card four generations older than current ones. So yes, I can make a special lowres version for you, but don't expect me to adapt the whole project to the 10 years old hardware. By the way, you can run batch conversion by yourself, just talking ;)
User avatar
generic name guy
Posts: 123
Joined: Wed Nov 11, 2020 3:25 pm
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Re: DooM 1K PBR materials pack for episode one

Post by generic name guy »

Reinchard2 wrote: Thu Sep 08, 2022 4:20 pm
generic name guy wrote: Thu Sep 08, 2022 4:03 pm
phantombeta wrote: Thu Sep 08, 2022 7:47 am Doesn't matter which. Again, GZDoom has to decompress the textures before transferring them to the GPU, because GPUs can't use compressed formats like PNG, they need raw image data. It doesn't matter what you do, a texture of a certain size will always take the same amount of VRAM when loaded by GZDoom, so a 1K texture will always take up at least 4MB of VRAM.
D2 Mod Player wrote: Thu Sep 08, 2022 3:03 pm I also tried many techniques to reduce the size of my PNG's. The GPU would still run out of memory and the stuttering in-game was horrendous due to being unable to pre-cache. It reads each pixel decompressed as data, regardless of the detail in your image.

So what I did was take my 50 frames per enemy and reduced it to 1024x1024 instead of 2048x2048 and it was fine (Mostly, LOL). I even experimented with a compress-less PK3 (zip) file.

The culprit evil fiend ;) was the PNG files themselves.
In that case then, i think the only solution would be lowering the resolution of the PBR textures to 512 or 256, just to reduce the amount of texture data loaded at once
Or buy a modern graphic card. I was doing tests on 840m and the average of fps is about 30 fps, zero freezes. We are talking about a card four generations older than current ones. So yes, I can make a special lowres version for you, but don't expect me to adapt the whole project to the 10 years old hardware. By the way, you can run batch conversion by yourself, just talking ;)
The game is stuttering, not dropping FPS, the FPS is fine, loading a bunch of 1k textures at once makes the game stop complete for about a second or so
Reinchard2
Posts: 310
Joined: Fri Sep 21, 2007 1:08 am
Location: Poland - Bytom

Re: DooM 1K PBR materials pack for episode one

Post by Reinchard2 »

Testing on 840m - zero freezes, zero stuttering. Avarage 30fps.
User avatar
BROS_ETT_311
Posts: 219
Joined: Fri Nov 03, 2017 6:05 pm

Re: DooM 1K PBR materials pack for episode one

Post by BROS_ETT_311 »

generic name guy wrote: Thu Sep 08, 2022 4:32 pmThe game is stuttering, not dropping FPS, the FPS is fine, loading a bunch of 1k textures at once makes the game stop complete for about a second or so
I mean no disrespect, but at the end of the day, you're working with a fairly outdated gfx card and GZDoom has its limitations. Can we now move on from the topic of optimizations, please?
User avatar
generic name guy
Posts: 123
Joined: Wed Nov 11, 2020 3:25 pm
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Re: DooM 1K PBR materials pack for episode one

Post by generic name guy »

BROS_ETT_311 wrote: Thu Sep 08, 2022 5:07 pm
generic name guy wrote: Thu Sep 08, 2022 4:32 pmThe game is stuttering, not dropping FPS, the FPS is fine, loading a bunch of 1k textures at once makes the game stop complete for about a second or so
I mean no disrespect, but at the end of the day, you're working with a fairly outdated gfx card and GZDoom has its limitations. Can we now move on from the topic of optimizations, please?
The same thing happens on my phone, which definitely doesn't have an outdated graphics card.
Anyways, i should have moved from this topic long ago, since he clearly is not going to do anything about it.
Reinchard2
Posts: 310
Joined: Fri Sep 21, 2007 1:08 am
Location: Poland - Bytom

Re: DooM 1K PBR materials pack for episode one

Post by Reinchard2 »

generic name guy wrote: Thu Sep 08, 2022 5:19 pm
BROS_ETT_311 wrote: Thu Sep 08, 2022 5:07 pm
generic name guy wrote: Thu Sep 08, 2022 4:32 pmThe game is stuttering, not dropping FPS, the FPS is fine, loading a bunch of 1k textures at once makes the game stop complete for about a second or so
I mean no disrespect, but at the end of the day, you're working with a fairly outdated gfx card and GZDoom has its limitations. Can we now move on from the topic of optimizations, please?
The same thing happens on my phone, which definitely doesn't have an outdated graphics card.
Anyways, i should have moved from this topic long ago, since he clearly is not going to do anything about it.
Try this.
512 version: https://drive.google.com/file/d/1C_NmxV ... sp=sharing
256 version: https://drive.google.com/file/d/12p4sAy ... sp=sharing

I like 256 version because it fits well with rest of lowres environment.
Marcelus
Posts: 280
Joined: Sat Jan 25, 2020 3:32 am
Location: Slovakia

Re: DooM 1K PBR materials pack for episode one

Post by Marcelus »

I have gtx 1070 and i7 4770 with 1440p monitor. 6 years old card and 9 years old cpu and do not have problem with this textures. Everything is very smooth. I have also other hd textures, hd sprites and chello voxels in game and not problem with performance. I was many stutters in gz doom in past and help me with performance when I add gzdoom and all wads on primary ssd . All stuttering was gone.
User avatar
generic name guy
Posts: 123
Joined: Wed Nov 11, 2020 3:25 pm
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Re: DooM 1K PBR materials pack for episode one

Post by generic name guy »

Reinchard2 wrote: Thu Sep 08, 2022 11:50 pm
generic name guy wrote: Thu Sep 08, 2022 5:19 pm
BROS_ETT_311 wrote: Thu Sep 08, 2022 5:07 pm

I mean no disrespect, but at the end of the day, you're working with a fairly outdated gfx card and GZDoom has its limitations. Can we now move on from the topic of optimizations, please?
The same thing happens on my phone, which definitely doesn't have an outdated graphics card.
Anyways, i should have moved from this topic long ago, since he clearly is not going to do anything about it.
Try this.
512 version: https://drive.google.com/file/d/1C_NmxV ... sp=sharing
256 version: https://drive.google.com/file/d/12p4sAy ... sp=sharing

I like 256 version because it fits well with rest of lowres environment.
Huh, well that was unexpected, thanks a lot.
Reinchard2
Posts: 310
Joined: Fri Sep 21, 2007 1:08 am
Location: Poland - Bytom

Re: DooM 1K PBR materials pack for episode one

Post by Reinchard2 »

generic name guy wrote: Fri Sep 09, 2022 6:52 am
Reinchard2 wrote: Thu Sep 08, 2022 11:50 pm
generic name guy wrote: Thu Sep 08, 2022 5:19 pm

The same thing happens on my phone, which definitely doesn't have an outdated graphics card.
Anyways, i should have moved from this topic long ago, since he clearly is not going to do anything about it.
Try this.
512 version: https://drive.google.com/file/d/1C_NmxV ... sp=sharing
256 version: https://drive.google.com/file/d/12p4sAy ... sp=sharing

I like 256 version because it fits well with rest of lowres environment.
Huh, well that was unexpected, thanks a lot.
You're welcome. Let me know how it works.
Reinchard2
Posts: 310
Joined: Fri Sep 21, 2007 1:08 am
Location: Poland - Bytom

Re: DooM 1K PBR materials pack for episode one

Post by Reinchard2 »

Update:
Added all missing light trims, bigdoor1, few gray textures, shawn2, redwall, pipe2, brownhug and lots of new flats. I also added alternative low resolution versions: 512 and 256. Especially 256 version is best suited to a pixelated environment of Doom, so if someone doesn't like the contrast between high resolution textures and the rest of the game, I advise you to use 256 version.

Screenshots:
Spoiler:
SaucepanSF
Posts: 19
Joined: Thu Dec 30, 2021 7:03 pm

Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)

Post by SaucepanSF »

Appreciating all the work you put into this.
Reinchard2
Posts: 310
Joined: Fri Sep 21, 2007 1:08 am
Location: Poland - Bytom

Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)

Post by Reinchard2 »

SaucepanSF wrote: Sat Sep 17, 2022 2:27 am Appreciating all the work you put into this.
Thanks! I'm glad you enjoyed it.
Reinchard2
Posts: 310
Joined: Fri Sep 21, 2007 1:08 am
Location: Poland - Bytom

Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)

Post by Reinchard2 »

Tekwall2 and Tekwall5, both use the same patch Wall24_1:
Spoiler:
User avatar
DrFrnknsprtr
Posts: 12
Joined: Mon Aug 08, 2022 8:13 am

Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)

Post by DrFrnknsprtr »

Original Res Textures for these work well believe it or not, been experimenting with GIMP and palettes to do the materials at doom res since some things get crunched in the resize process, and it has little performance cost, BIMP for GIMP was highly helpful in this btw
Reinchard2
Posts: 310
Joined: Fri Sep 21, 2007 1:08 am
Location: Poland - Bytom

Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)

Post by Reinchard2 »

DrFrnknsprtr wrote: Tue Sep 20, 2022 4:47 am Original Res Textures for these work well believe it or not, been experimenting with GIMP and palettes to do the materials at doom res since some things get crunched in the resize process, and it has little performance cost, BIMP for GIMP was highly helpful in this btw
Source?

Return to “Graphic/Audio Patches”