diff --git a/d3_lib/materials/d3/decals/logos/d3.vmt b/d3_lib/materials/d3/decals/logos/d3.vmt new file mode 100644 index 0000000..a7a486d --- /dev/null +++ b/d3_lib/materials/d3/decals/logos/d3.vmt @@ -0,0 +1,13 @@ +"lightmappedgeneric" +{ + "%keywords" "d3 logo" + + "$basetexture" "d3/decals/logos/d3" + + "$vertexcolor" 1 + "$vertexalpha" 1 + "$translucent" 1 + + "$decal" 1 + "$decalscale" 0.25 +} diff --git a/d3_lib/materials/d3/decals/logos/d3.vtf b/d3_lib/materials/d3/decals/logos/d3.vtf new file mode 100644 index 0000000..64ec10a Binary files /dev/null and b/d3_lib/materials/d3/decals/logos/d3.vtf differ diff --git a/d3_lib/materials/d3/decals/logos/d3_brand_map.vmt b/d3_lib/materials/d3/decals/logos/d3_brand_map.vmt new file mode 100644 index 0000000..a6c8000 --- /dev/null +++ b/d3_lib/materials/d3/decals/logos/d3_brand_map.vmt @@ -0,0 +1,13 @@ +"lightmappedgeneric" +{ + "%keywords" "d3 logo" + + "$basetexture" "d3/decals/logos/d3_brand_map" + + "$vertexcolor" 1 + "$vertexalpha" 1 + "$translucent" 1 + + "$decal" 1 + "$decalscale" 0.25 +} diff --git a/d3_lib/materials/d3/decals/logos/d3_brand_map.vtf b/d3_lib/materials/d3/decals/logos/d3_brand_map.vtf new file mode 100644 index 0000000..e01e95c Binary files /dev/null and b/d3_lib/materials/d3/decals/logos/d3_brand_map.vtf differ diff --git a/d3_lib/materials/d3/decals/logos/d3_made_by.vmt b/d3_lib/materials/d3/decals/logos/d3_made_by.vmt new file mode 100644 index 0000000..82f1e88 --- /dev/null +++ b/d3_lib/materials/d3/decals/logos/d3_made_by.vmt @@ -0,0 +1,13 @@ +"lightmappedgeneric" +{ + "%keywords" "d3 logo" + + "$basetexture" "d3/decals/logos/d3_made_by" + + "$vertexcolor" 1 + "$vertexalpha" 1 + "$translucent" 1 + + "$decal" 1 + "$decalscale" 0.25 +} diff --git a/d3_lib/materials/d3/decals/logos/d3_made_by.vtf b/d3_lib/materials/d3/decals/logos/d3_made_by.vtf new file mode 100644 index 0000000..ec8de55 Binary files /dev/null and b/d3_lib/materials/d3/decals/logos/d3_made_by.vtf differ diff --git a/d3_lib/materials/d3/decals/logos/d3_map.vmt b/d3_lib/materials/d3/decals/logos/d3_map.vmt new file mode 100644 index 0000000..4e2ce65 --- /dev/null +++ b/d3_lib/materials/d3/decals/logos/d3_map.vmt @@ -0,0 +1,13 @@ +"lightmappedgeneric" +{ + "%keywords" "d3 logo" + + "$basetexture" "d3/decals/logos/d3_map" + + "$vertexcolor" 1 + "$vertexalpha" 1 + "$translucent" 1 + + "$decal" 1 + "$decalscale" 0.25 +} diff --git a/d3_lib/materials/d3/decals/logos/d3_map.vtf b/d3_lib/materials/d3/decals/logos/d3_map.vtf new file mode 100644 index 0000000..2bfc5b6 Binary files /dev/null and b/d3_lib/materials/d3/decals/logos/d3_map.vtf differ diff --git a/d3_lib/materials/d3/decals/logos/d3_quality_map.vmt b/d3_lib/materials/d3/decals/logos/d3_quality_map.vmt new file mode 100644 index 0000000..a11cab7 --- /dev/null +++ b/d3_lib/materials/d3/decals/logos/d3_quality_map.vmt @@ -0,0 +1,13 @@ +"lightmappedgeneric" +{ + "%keywords" "d3 logo" + + "$basetexture" "d3/decals/logos/d3_quality_map" + + "$vertexcolor" 1 + "$vertexalpha" 1 + "$translucent" 1 + + "$decal" 1 + "$decalscale" 0.25 +} diff --git a/d3_lib/materials/d3/decals/logos/d3_quality_map.vtf b/d3_lib/materials/d3/decals/logos/d3_quality_map.vtf new file mode 100644 index 0000000..1083c58 Binary files /dev/null and b/d3_lib/materials/d3/decals/logos/d3_quality_map.vtf differ diff --git a/d3_lib/materials/d3/other/logos/apex_limited.vmt b/d3_lib/materials/d3/other/logos/apex_limited.vmt new file mode 100644 index 0000000..e282782 --- /dev/null +++ b/d3_lib/materials/d3/other/logos/apex_limited.vmt @@ -0,0 +1,8 @@ +"lightmappedgeneric" +{ + "$surfaceprop" "computer" + "%keywords" "d3 logo" + + "$basetexture" "d3/other/logos/apex_limited" + "$selfillum" 0 +} diff --git a/d3_lib/materials/d3/other/logos/apex_limited.vtf b/d3_lib/materials/d3/other/logos/apex_limited.vtf new file mode 100644 index 0000000..c12420b Binary files /dev/null and b/d3_lib/materials/d3/other/logos/apex_limited.vtf differ diff --git a/d3_lib/materials/d3/other/logos/apex_limited_illuminated.vmt b/d3_lib/materials/d3/other/logos/apex_limited_illuminated.vmt new file mode 100644 index 0000000..e239df4 --- /dev/null +++ b/d3_lib/materials/d3/other/logos/apex_limited_illuminated.vmt @@ -0,0 +1,8 @@ +"lightmappedgeneric" +{ + "$surfaceprop" "computer" + "%keywords" "d3 logo" + + "$basetexture" "d3/other/logos/apex_limited" + "$selfillum" 1 +} diff --git a/src/materials/other/logos/apex_limited/APEX Limited.cdr b/src/materials/other/logos/apex_limited/APEX Limited.cdr new file mode 100644 index 0000000..000cb27 Binary files /dev/null and b/src/materials/other/logos/apex_limited/APEX Limited.cdr differ diff --git a/src/materials/other/logos/apex_limited/APEX Limited.png b/src/materials/other/logos/apex_limited/APEX Limited.png new file mode 100644 index 0000000..5f3c1b5 Binary files /dev/null and b/src/materials/other/logos/apex_limited/APEX Limited.png differ diff --git a/src/materials/other/logos/d3/D3 Logo.cdr b/src/materials/other/logos/d3/D3 Logo.cdr new file mode 100644 index 0000000..b44a8ea Binary files /dev/null and b/src/materials/other/logos/d3/D3 Logo.cdr differ diff --git a/src/materials/other/logos/d3/d3.png b/src/materials/other/logos/d3/d3.png new file mode 100644 index 0000000..7b7c590 Binary files /dev/null and b/src/materials/other/logos/d3/d3.png differ diff --git a/src/materials/other/logos/d3/d3_brand_map.png b/src/materials/other/logos/d3/d3_brand_map.png new file mode 100644 index 0000000..b381ced Binary files /dev/null and b/src/materials/other/logos/d3/d3_brand_map.png differ diff --git a/src/materials/other/logos/d3/d3_made_by.png b/src/materials/other/logos/d3/d3_made_by.png new file mode 100644 index 0000000..fff2d42 Binary files /dev/null and b/src/materials/other/logos/d3/d3_made_by.png differ diff --git a/src/materials/other/logos/d3/d3_map.png b/src/materials/other/logos/d3/d3_map.png new file mode 100644 index 0000000..b11f1fe Binary files /dev/null and b/src/materials/other/logos/d3/d3_map.png differ diff --git a/src/materials/other/logos/d3/d3_quality_map.png b/src/materials/other/logos/d3/d3_quality_map.png new file mode 100644 index 0000000..fe8614f Binary files /dev/null and b/src/materials/other/logos/d3/d3_quality_map.png differ diff --git a/src/materials/other/logos/strict_inc/STRICT Inc.cdr b/src/materials/other/logos/strict_inc/STRICT Inc.cdr new file mode 100644 index 0000000..bc2b886 Binary files /dev/null and b/src/materials/other/logos/strict_inc/STRICT Inc.cdr differ diff --git a/src/materials/other/logos/strict_inc/STRICT Inc.png b/src/materials/other/logos/strict_inc/STRICT Inc.png new file mode 100644 index 0000000..833904e Binary files /dev/null and b/src/materials/other/logos/strict_inc/STRICT Inc.png differ diff --git a/src/models/other/keys/keys.blend b/src/models/other/keys/keys.blend new file mode 100644 index 0000000..a96993a Binary files /dev/null and b/src/models/other/keys/keys.blend differ diff --git a/src/models/other/keys/textures/albedo.png b/src/models/other/keys/textures/albedo.png new file mode 100644 index 0000000..16e5bc9 Binary files /dev/null and b/src/models/other/keys/textures/albedo.png differ diff --git a/src/models/other/keys/textures/ao.png b/src/models/other/keys/textures/ao.png new file mode 100644 index 0000000..9e06fba Binary files /dev/null and b/src/models/other/keys/textures/ao.png differ diff --git a/src/models/other/keys/textures/height.png b/src/models/other/keys/textures/height.png new file mode 100644 index 0000000..aa5f3ea Binary files /dev/null and b/src/models/other/keys/textures/height.png differ diff --git a/src/models/other/keys/textures/metallic.png b/src/models/other/keys/textures/metallic.png new file mode 100644 index 0000000..059e455 Binary files /dev/null and b/src/models/other/keys/textures/metallic.png differ diff --git a/src/models/other/keys/textures/roughness.png b/src/models/other/keys/textures/roughness.png new file mode 100644 index 0000000..6a1dc96 Binary files /dev/null and b/src/models/other/keys/textures/roughness.png differ