update materials

This commit is contained in:
NightFox 2024-04-17 20:09:09 +03:00
parent b3a751ba7b
commit 79a0350233
13 changed files with 37 additions and 18 deletions

View File

@ -166,6 +166,7 @@
{
"for" "metallic_gr05"
"basecolor_map" "/colors/gray.png"
//"base_color" "1 0 0"
"metalness" "1"
"roughness" "0.5"
}

BIN
valve/pbr/halflife.wad/-SILO2_COR2/-0SILO2_COR2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
valve/pbr/halflife.wad/-SILO2_COR2/-1SILO2_COR2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
valve/pbr/halflife.wad/-SILO2_COR2/-1SILO2_COR3.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"for" "-0SILO2_COR2" // TODO: metal need only for c1a3c?
//"basecolor_map" "-0SILO2_COR2.png"
"basecolor_map" "-0SILO2_COR2.png"
//"normal_map" "-0SILO2_COR2_normal.png"
//"metal_map" "-0SILO2_COR2_metal.png"
//"roughness_map" "-0SILO2_COR2_roughness.png"
@ -11,7 +11,7 @@
{
"for" "-1SILO2_COR2"
//"basecolor_map" "-1SILO2_COR2.png"
"basecolor_map" "-1SILO2_COR2.png"
//"normal_map" "-1SILO2_COR2_normal.png"
//"metal_map" "-1SILO2_COR2_metal.png"
//"roughness_map" "-1SILO2_COR2_roughness.png"
@ -21,7 +21,7 @@
{
"for" "-2SILO2_COR2"
//"basecolor_map" "-2SILO2_COR2.png"
"basecolor_map" "-2SILO2_COR2.png"
//"normal_map" "-2SILO2_COR2_normal.png"
//"metal_map" "-2SILO2_COR2_metal.png"
//"roughness_map" "-2SILO2_COR2_roughness.png"

View File

@ -141,8 +141,8 @@
//"normal_map" "BCRATE26_normal.png"
//"metal_map" "BCRATE26_metal.png"
//"roughness_map" "BCRATE26_roughness.png"
"metalness" "0"
"roughness" "0"
//"metalness" "0"
//"roughness" "0"
}
{

Binary file not shown.

Binary file not shown.

View File

@ -10781,6 +10781,7 @@ include "-[~LIGHT]/-[~LIGHT].mat"
{
"for" "SILO2_COR2"
//"basecolor_map" "SILO2_COR2.png"
"basecolor_map" "-SILO2_COR2/-0SILO2_COR2.png"
//"normal_map" "SILO2_COR2_normal.png"
//"metal_map" "SILO2_COR2_metal.png"
//"roughness_map" "SILO2_COR2_roughness.png"
@ -12694,7 +12695,7 @@ include "-[~LIGHT]/-[~LIGHT].mat"
{
"for" "{FENCE3"
//"basecolor_map" "{FENCE3.png"
"basecolor_map" "{FENCE3.png"
//"normal_map" "{FENCE3_normal.png"
//"metal_map" "{FENCE3_metal.png"
//"roughness_map" "{FENCE3_roughness.png"

BIN
valve/pbr/halflife.wad/{FENCE3.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,20 +1,21 @@
"for" "silo2_cor2"
{
//"for" "silo2_cor2"
"base_color" "2 2 2"
"metalness" "0.5"
"roughness" "0.5"
}
{
"for" "-0silo2_cor2"
//"for" "-0silo2_cor2"
"metalness" "0.5"
"roughness" "0.5"
}
{
"for" "-1silo2_cor2"
//"for" "-1silo2_cor2"
"metalness" "0.5"
"roughness" "0.5"
}
{
"for" "-2silo2_cor2"
//"for" "-2silo2_cor2"
"metalness" "0.5"
"roughness" "0.5"
}

View File

@ -1,20 +1,20 @@
{
"for" "generic028"
//"for" "generic028"
"metalness" "1"
"roughness" "0.1"
}
{
"for" "-0silo2_cor2"
//"for" "-0silo2_cor2"
"metalness" "1"
"roughness" "0.4"
}
{
"for" "-1silo2_cor2"
//"for" "-1silo2_cor2"
"metalness" "1"
"roughness" "0.4"
}
{
"for" "-2silo2_cor2"
//"for" "-2silo2_cor2"
"metalness" "1"
"roughness" "0.4"
}

View File

@ -1,15 +1,13 @@
// Mirrors for patch and mods
{
"for" "mirror"
"new" "mirror"
"basecolor_map" "/colors/white.png"
"metalness" "1"
"roughness" "0"
}
{
"for" "mirror_broken" // TODO: normal, displacement, metalness, roughness maps
"new" "mirror_broken"
"new" "mirror_broken" // TODO: displacement, metalness, roughness maps
"basecolor_map" "/colors/white.png"
"normal_map" "mirror_broken_normal.png" // TODO: better texture
//"normal_scale" "0.1"
@ -33,6 +31,6 @@
"basecolor_map" "/colors/white.png"
"metalness" "1"
//"basecolor_map" "/colors/black.png"
"metalness" "0"
//"metalness" "0"
"roughness" "0"
}