https://imgur.com/zozQd3d did this with the D64 PBR Textures, I think initial res was 4 x and I brought it down to 1 xReinchard2 wrote: ↑Tue Sep 20, 2022 5:22 amSource?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
DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
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.
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.
-
- Posts: 12
- Joined: Mon Aug 08, 2022 8:13 am
Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
-
- Posts: 310
- Joined: Fri Sep 21, 2007 1:08 am
- Location: Poland - Bytom
-
- Posts: 416
- Joined: Mon Mar 09, 2020 5:38 am
- Graphics Processor: Not Listed
- Location: Germany
Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
When trying to use this on Delta touch I get a shader error about parallax something .any idea if that's fixable ?
-
- 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)
Hard to say because I never used this port. Interestingly, someone mentioned a few pages earlier that he used Delta Touch and everything worked fine for him. I'm guessing this port doesn't support parallax shader, maybe? If so, just delete a few lines from gldefs (those containing "Shader "shaders/texture/parallax.fp/parallax2.fp"" and "Texture tex_heightmap "materials/heightmaps/*texture_name_here.png"").Ferretmanjcdenton wrote: ↑Mon Oct 03, 2022 3:59 pm When trying to use this on Delta touch I get a shader error about parallax something .any idea if that's fixable ?
So for example you should have something like this:
material Texture "tekwall4"
{
normal "materials/normalmaps/tekwall4.png"
metallic "materials/metallic/tekwall4.png"
roughness "materials/roughness/tekwall4.png"
ao "materials/ao/ao_blank2.png"
}
instead of this:
material Texture "tekwall4"
{
Shader "shaders/texture/parallax2.fp"
normal "materials/normalmaps/tekwall4.png"
metallic "materials/metallic/tekwall4.png"
roughness "materials/roughness/tekwall4.png"
ao "materials/ao/ao_blank2.png"
Texture tex_heightmap "materials/heightmaps/tekwall4.png"
}
-
- Posts: 123
- Joined: Wed Nov 11, 2020 3:25 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
Download the 2 shaders in the folder. https://mega.nz/folder/Ovp2iRiR#YwQl-i-DDgBLiIliDXLqSwFerretmanjcdenton wrote: ↑Mon Oct 03, 2022 3:59 pm When trying to use this on Delta touch I get a shader error about parallax something .any idea if that's fixable ?
-
- Posts: 123
- Joined: Wed Nov 11, 2020 3:25 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
This might work, but to my knowledge, shaders in GZDoom are compiled when you launch the game.Reinchard2 wrote: ↑Tue Oct 04, 2022 3:02 amHard to say because I never used this port. Interestingly, someone mentioned a few pages earlier that he used Delta Touch and everything worked fine for him. I'm guessing this port doesn't support parallax shader, maybe? If so, just delete a few lines from gldefs (those containing "Shader "shaders/texture/parallax.fp/parallax2.fp"" and "Texture tex_heightmap "materials/heightmaps/*texture_name_here.png"").Ferretmanjcdenton wrote: ↑Mon Oct 03, 2022 3:59 pm When trying to use this on Delta touch I get a shader error about parallax something .any idea if that's fixable ?
So for example you should have something like this:
material Texture "tekwall4"
{
normal "materials/normalmaps/tekwall4.png"
metallic "materials/metallic/tekwall4.png"
roughness "materials/roughness/tekwall4.png"
ao "materials/ao/ao_blank2.png"
}
instead of this:
material Texture "tekwall4"
{
Shader "shaders/texture/parallax2.fp"
normal "materials/normalmaps/tekwall4.png"
metallic "materials/metallic/tekwall4.png"
roughness "materials/roughness/tekwall4.png"
ao "materials/ao/ao_blank2.png"
Texture tex_heightmap "materials/heightmaps/tekwall4.png"
}
-
- 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)
Update:
Added new tekwall, sladrip animation, nukedge1 and lots of flats. All flats for episode 1 are done. As for textures there are still few to be done: brnsmal, comp2, lite2, sw1brn2, sw1brngn and that's all.
Links to version 1K, 512 and 256 are updated in opening post.
Added new tekwall, sladrip animation, nukedge1 and lots of flats. All flats for episode 1 are done. As for textures there are still few to be done: brnsmal, comp2, lite2, sw1brn2, sw1brngn and that's all.
Links to version 1K, 512 and 256 are updated in opening post.
-
- Posts: 19
- Joined: Thu Dec 30, 2021 7:03 pm
Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
Keep going man! Your dedication to this is appreciated, and not going un-noticed.
-
- Posts: 310
- Joined: Fri Sep 21, 2007 1:08 am
- Location: Poland - Bytom
-
- Posts: 193
- Joined: Mon Dec 20, 2021 6:16 am
- Graphics Processor: ATI/AMD (Modern GZDoom)
Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
This works great on delta touch using generics shader fix, but one thing I cannot see are bullet holes, using dbulletchips ornnash decals I shoot any wall ans cannot see the holes. Mayne I'm doing something wrong.
-
- 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)
I just checked and for me decals show up normally. Maybe problem is related to some add-ons you're using.
-
- Posts: 310
- Joined: Fri Sep 21, 2007 1:08 am
- Location: Poland - Bytom
-
- Posts: 219
- Joined: Fri Nov 03, 2017 6:05 pm
Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
Holy moly that looks incredible! Really looking like a 3d environment.
-
- Posts: 193
- Joined: Mon Dec 20, 2021 6:16 am
- Graphics Processor: ATI/AMD (Modern GZDoom)
Re: DooM PBR materials pack for episode one (available resolutions: 256, 512 and 1K)
For some reason my decals were set to 1. LolReinchard2 wrote: ↑Thu Oct 13, 2022 12:07 am I just checked and for me decals show up normally. Maybe problem is related to some add-ons you're using.
-
- 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)
New version of sp_rock:
Spoiler: