Skip to content

Commit a13058d

Browse files
authored
Update some materials (#31)
* Update some materials Mainly updates everything to use gel proxy tinting, while also replacing some older uncompressed materials. Also undoes the removal of adhesive turret skins. * updated addon.kv3 to reflect current skin system
1 parent 0ab3425 commit a13058d

50 files changed

Lines changed: 428 additions & 161 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

adhesion_gel_assets/addon.kv3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:generic:version{7412167c-06e9-4698-aff2-e63eb59037e7} -->
22
{
33
mod = "Adhesion/Reflection Gel Assets (★)"
4-
description = "Implements Adhesion/Reflection gel-related assets.\n\nChanges include:\n- Adhesion skins for cubes\n- Gel skins for Schrodinger cube\n- Adhesion/Reflection skins for info_paint_sprayer and prop_paint_bomb\n- Lightbridge gel textures\n- Adhesion/Reflection skins for both gel droppers\n- blob_curve_green and blob_curve_grey particles\n\nNOTE: As of right now, prop_weighted_cubes will not have their skin automatically update when painted with adhesion/reflection gel. This will be fixed in a future game update.\n\nVersion 1.0.0"
4+
description = "Implements Adhesion/Reflection gel-related assets.\n\nChanges include:\n- Adhesion/Reflection skins for info_paint_sprayer and prop_paint_bomb\n- Lightbridge gel textures\n- Adhesion/Reflection skins for both gel droppers\n- blob_curve_green and blob_curve_grey particles\n\nNOTE: As of right now, npc_portal_turret_floor will not have its skin automatically update when painted with adhesion/reflection gel. This will be fixed in a future game update.\n\nVersion 1.1.0"
55
type = "Asset Pack"
66
id = 0
77
thumbnail = ".assets/thumb.jpg"

adhesion_gel_assets/materials/models/npcs/turret/turret_broken_stick.vmt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@ $bumpmap "models/npcs/turret/turret_paint_normal"
66
$envmap "paint/paint_envmap_hdr"
77
$envmaptint "[0.05 0.05 0.05]"
88
$normalmapalphaenvmapmask 1
9-
$detail "models/npcs/turret/turret_paint_green"
9+
$detail "models/npcs/turret/turret_paint_white"
10+
$detailtint "{0 165 255}"
1011
$detailScale 1
1112
$detailblendmode 2
1213
$phong 1
1314
$phongexponent 50
1415
$phongfresnelranges "[1 2 4]"
1516
$phongboost 2
16-
}
17+
18+
Proxies
19+
{
20+
PaintOverlayColor
21+
{
22+
resultVar "$detailtint"
23+
paintPower 5
24+
}
25+
}
26+
}

adhesion_gel_assets/materials/models/npcs/turret/turret_casing_stick.vmt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@ $bumpmap "models/npcs/turret/turret_paint_normal"
66
$envmap "paint/paint_envmap_hdr"
77
$envmaptint "[0.05 0.05 0.05]"
88
$normalmapalphaenvmapmask 1
9-
$detail "models/npcs/turret/turret_paint_green"
9+
$detail "models/npcs/turret/turret_paint_white"
10+
$detailtint "{0 165 255}"
1011
$detailScale 1
1112
$detailblendmode 2
1213
$phong 1
1314
$phongexponent 50
1415
$phongfresnelranges "[1 2 4]"
1516
$phongboost 2
16-
}
17+
18+
Proxies
19+
{
20+
PaintOverlayColor
21+
{
22+
resultVar "$detailtint"
23+
paintPower 5
24+
}
25+
}
26+
}

adhesion_gel_assets/materials/models/npcs/turret/turret_eye_stick.vmt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,21 @@ $bumpmap "paint/prop_paint_normal"
88
$envmap "paint/paint_envmap_hdr"
99
$envmaptint "[0.05 0.05 0.05]"
1010
$normalmapalphaenvmapmask 1
11-
$detail "paint/prop_paint_green"
11+
$detail "paint/prop_paint_white"
12+
$detailtint "{0 165 255}"
1213
$detailScale 1
1314
$detailblendmode 2
1415
$phong 1
1516
$phongexponent 50
1617
$phongfresnelranges "[1 2 4]"
1718
$phongboost 2
19+
20+
Proxies
21+
{
22+
PaintOverlayColor
23+
{
24+
resultVar "$detailtint"
25+
paintPower 5
26+
}
27+
}
1828
}

adhesion_gel_assets/materials/models/npcs/turret/turret_frame01_stick.vmt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,21 @@ $bumpmap "paint/prop_paint_normal"
55
$envmap "paint/paint_envmap_hdr"
66
$envmaptint "[0.05 0.05 0.05]"
77
$normalmapalphaenvmapmask 1
8-
$detail "paint/prop_paint_green"
8+
$detail "paint/prop_paint_white"
9+
$detailtint "{0 165 255}"
910
$detailScale 1
1011
$detailblendmode 2
1112
$phong 1
1213
$phongexponent 50
1314
$phongfresnelranges "[1 2 4]"
1415
$phongboost 2
15-
}
16+
17+
Proxies
18+
{
19+
PaintOverlayColor
20+
{
21+
resultVar "$detailtint"
22+
paintPower 5
23+
}
24+
}
25+
}

adhesion_gel_assets/materials/models/npcs/turret/turret_frame02_stick.vmt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@ $bumpmap "models/npcs/turret/turret_paint_normal"
66
$envmap "paint/paint_envmap_hdr"
77
$envmaptint "[0.05 0.05 0.05]"
88
$normalmapalphaenvmapmask 1
9-
$detail "models/npcs/turret/turret_paint_green"
9+
$detail "models/npcs/turret/turret_paint_white"
10+
$detailtint "{0 165 255}"
1011
$detailScale 1
1112
$detailblendmode 2
1213
$phong 1
1314
$phongexponent 50
1415
$phongfresnelranges "[1 2 4]"
1516
$phongboost 2
16-
}
17+
18+
Proxies
19+
{
20+
PaintOverlayColor
21+
{
22+
resultVar "$detailtint"
23+
paintPower 5
24+
}
25+
}
26+
}
Binary file not shown.

adhesion_gel_assets/materials/models/props/contraption_cube_bounce.vmt

Lines changed: 0 additions & 14 deletions
This file was deleted.

adhesion_gel_assets/materials/models/props/contraption_cube_speed.vmt

Lines changed: 0 additions & 14 deletions
This file was deleted.

adhesion_gel_assets/materials/models/props/contraption_cube_stick.vmt

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)