Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

13 changed files with 18 additions and 37 deletions

View File

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

Binary file not shown.

Binary file not shown.

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,7 +10781,6 @@ 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"
@ -12695,7 +12694,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)

Binary file not shown.

View File

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