Material surface properties: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Types: expanded list, and added a second list for "only third party mods")
No edit summary
 
(13 intermediate revisions by 5 users not shown)
Line 3: Line 3:
{{toc-right}}
{{toc-right}}


This is the list of physical surface types that Source recognises, as defined by the files referenced in <code>/scripts/surfaceproperties_manifest.txt</code>.
These are lists of physical surface types (<code>$surfaceprop</code>) that Source recognizes, as defined by the files referenced in <code>/scripts/surfaceproperties_manifest.txt</code>.


Surface types define the physical properties of an object including friction and density, collision/footstep sounds, the effect of bullet impacts and, if the object is destructible, health and [[gibs|gib]] type.
Surface types define the physical properties of an object including friction, density, collision/footstep sounds, the effect of bullet impacts and, if the object is destructible, health and [[gibs|gib]] type.


Both [[material]]s and [[model]]s define their surfaces with the [[$surfaceprop]] command.
Both [[material]]s and [[model]]s define their surfaces with the [[$surfaceprop]] command.


{{note|For {{Gldsrc|4}}, use <code>sounds/[[materials.txt]]</code>. This file usually has documentation at the top dictating which surface types are available in the given mod.}}
{{note|For {{Gldsrc|4}}, use <code>sound/[[materials.txt]]</code>. This file usually has documentation at the top dictating which surface types are available in the given mod.}}


==Types==
==Types==
Most of these surface properties are shipped with {{Hl2|1}}, and therefore can be found in every other game ever made.<br>
This table represents <code>scripts/surfaceproperties.txt</code>. Every game is shipped with this file and therefore every game has all these surface properties, with some exceptions.<br>
Surface properties containing a game logo in the "In" column have been added in those games (and mods of it, like {{portalrev|1}} being a mod of {{portal2|1}}). These surface properties are '''not''' in Half Life 2.<br>
Games listed in the "Not in" column had the surface property deleted for one reason or another.
Games listed in the "Not In" column had that surfaceprop removed. Such as "Zombieflesh" which was shipped with {{hl2|1}} but is ironically not in the {{l4ds|1}} anymore.


{{note|This list only contains surfaceprops from official valve games. Surface properties that were introduced in third party mods/games such as {{gmod|1}} and {{bms|1}} can be found [[Material_surface_properties#Third_Party_Games/mods|below]].<br>
Some games introcude their own surface properties, which can be seen [[#Game-specific|below]].
If a surfaceprop happens to also be in a third party mod, it will also be listed as "In" inside this list.}}
 
{{note|The following games have been checked for its surfaceprops: {{hl2series}}, {{l4ds}}, {{dods}}, {{asw}}, {{css}}, {{portalseries}}, {{tf2}}, {{infra}}, {{bms}}, {{gmod}}.<br>
{{note|This list only contains surfaceprops from official valve games. Surface properties that were introduced in third party mods/games such as {{gmod|1}} and {{bms|1}} can be found [[#Third_Party_Games/mods|further below]].<br>
Check other games and add them to the list of checked games.{{todo}} }}
If a surfaceprop happens to be missing in a third party mod, it will still be listed in the "Not in" column.}}
{{note|The following games have been checked for its surfaceprops: {{hl2series}}, {{l4ds}}, {{dods}}, {{asw}}, {{css}}, {{csgo}}, {{portalseries}}, {{tf2}}, {{infra}}, {{bms}}, {{gmod}}, {{titanfall}}, {{titanfall2}}, {{p3}}.<br>
{{todo|Check other games and add them to the list of checked games.}}
 
}}
{|class="standard-table"
{|class="standard-table"
!
!  
===Special===
===Special===
! Description
! Description
! In
! Not in
! Not in
|-
| <code>Default</code>
|
|
|-
| <code>Default_silent</code>
| For invisible collision materials, like sky. Bullet impacts are neither visible nor audible, giving the illusion that there is no impact.
|
|-
| <code>Floatingstandable</code>
| This one is used for puzzles where we want something that floats but the player can stand on without it sinking beneath the water.
|
|-
| <code>Item</code>
| Small med kit, smaller tech items, battery.
|
|-
| <code>Ladder</code>
| Ladder is a fake material for walking on ladders.
| {{titanfall}} {{titanfall2}}
|-
| <code>Woodladder</code>
| Same as Ladder, but with wooden climbing sounds.<br>
| {{dods}} {{infra}} {{bms}} {{asw}} {{titanfall}} {{titanfall2}}
|-
| <code>No_decal</code>
| {{warning|Will still cause decals if used on world brushes. At least in {{l4d2}}}}
|
|-
| <code>Player</code>
| Special materials for player controller.
|
|-
| <code>Player_control_clip</code>
| Special materials for player controller.
|
|-
!
===Concrete/Rock===
! Description
! Not in
|-
| <code>Boulder</code>
| Will cause material glitches if used in models
|
|-
| <code>Brick</code>
|
|
|-
| <code>Concrete</code>
|
|
|-
| <code>Concrete_block</code>
| 9x12 prefabricated concrete cinder blocks.
|
|-
| <code>Gravel</code>
|
|
|-
| <code>Rock</code>
| Solid rock (small sounds).
|
|-
!
===Metal===
! Description
! Not in
|-
| <code>Canister</code>
| Large oxygen tank, propane tank, welding tank.
|
|-
| <code>Chain</code>
| Metal chain.
|
|-
| <code>Chainlink</code>
| Chainlink fencing material.
|
|-
| <code>Grenade</code>
| Sounds like a small metal object when dropped, but sounds like dirt when stepped on.
| {{infra}}
|-
| <code>Metal</code>
|
|
|-
| <code>Metal_barrel</code>
| Larger metal barrel, metal oil drum.<br>In CS:GO, a thickness of 1 unit already blocks all bullets.
|
|-
| <code>Floating_metal_barrel</code>
| Surfaceprop alone does not define whether item can float. At least in {{L4D2}}
|
|-
| <code>Metal_bouncy</code>
| [[prop_physics]] and [[func_physbox]] with this surfaceprop will bounce around when dropped.
|
|-
| <code>Metal_Box</code>
| Smaller metal box (< 2' width/height/depth)
|
|-
| <code>Metalgrate</code>
| Metal grating, used for decking
|
|-
| <code>Metalpanel</code>
| Thick solid steel panel - used for solid wall, floor, machine construction.
|
|-
| <code>Metalvent</code>
| ~1mm thick metal
|
|-
| <code>Paintcan</code>
| Smaller metal can
| {{infra}}
|-
| <code>Popcan</code>
| Small aluminum can, full.
| {{infra}}
|-
| <code>Roller</code>
| Combine Roller mine material.
| {{infra}}
|-
| <code>Slipperymetal</code>
| Very low friction on which you slip and slide, just like ice.
|
|-
| <code>Solidmetal</code>
| Almost nothing is solid metal - so metal is sheet metal
|
|-
| <code>Weapon</code>
| Sounds for when weapons drop.
| {{infra}}
|-
!
===Wood===
! Description
! Not in
|-
| <code>Wood</code>
| Generic wood {{note|materials should use wood_box, wood_crate, wood_plank, wood_panel etc.}}
|
|-
| <code>Wood_Box</code>
|
|
|-
| <code>Wood_Crate</code>
| Large crate, large wood furniture (bookcases, tables).
|
|-
|-
|Blockbullets
| <code>Wood_Furniture</code>
|Blocks bullets entirely, because the <code>Tools/ToolsBlockBullets</code> doesn't really block bullets
| small wood furniture - chairs, small tables.
|{{csgo}}
|
|-
|-
|Default
| <code>Wood_LowDensity</code>
|
| Small crate.
|
| {{dods}}
|
|-
|-
|Default_silent
| <code>Wood_Plank</code>
|For invisible collision materials, like sky.
| Wood board, floorboard, plank.
|
|  
|
|-
|-
|Floatingstandable
| <code>Wood_Panel</code>
|This one is used for puzzles where we want something that floats but the player can stand on without it sinking beneath the water.
| Plywood panel, wood door panel.
|
|  
|
|-
|-
|Ammo_pickup
| <code>Wood_Solid</code>
|Ammo supply boxes
| Solid 6x6 or greater block, post or tree.
|{{asw}}
|  
|
|-
|-
|Item
!
|Small med kit, smaller tech items, battery.
===Terrain===
|
! Description
|
! Not in
|-
|-
|Ladder
| <code>Dirt</code>
|Ladder is a fake material for walking on ladders.
|  
|
|  
|
|-
|-
|Woodladder
| <code>Grass</code>
|Same as Ladder, but with wooden climbing sounds.
|  
|{{l4d2}} {{csgo}}
|  
|
|-
|-
|No_decal
| <code>Mud</code>
|{{warning|Will still cause decals if used on world brushes. At least in {{l4d2}}}}
|  
|
|  
|
|-
|-
|Player
| <code>Quicksand</code>
|Special materials for player controller.
| Does not let you sink like in quicksand.
|
|  
|
|-
|-
|Player_control_clip
| <code>Sand</code>
|Special materials for player controller.
|  
|
|  
|
|-
|-
|stim_prop
| <code>Slipperyslime</code>
|stops glass breaking sounds from playing when stims are kicked around/shot
| Very low friction on which you slip and slide, just like ice.
|{{asw}}
|  
|
|-
|-
|Bat<br>Blade<br>Chainsaw<br>Cricketbat<br>Crowbar<br>Fireaxe<br>Fryingpan<br>Golfclub<br>Guitar<br>Pitchfork<br>Shovel<br>Sword
!
|Like "Weapon" but used for the melee weapons to give specific sounds when they are dropped.
===Liquid===
|{{l4d2}} 
! Description
|
! Not in
|-
|-
!
| <code>Slime</code>
===Concrete/Rock===
|
! Description
|
! In
! Not in
|-
|-
|Baserock
| <code>Water</code>
|''Missing in most games. Why is it listed here?''
| If applied to brushes/models that are not using %compilewater, it will sound like water and spawn water particles when shot. But it will also draw bullet decals.
|
|  
|
|-
|-
|Boulder
| <code>Wade</code>
|Will cause material glitches if used in models
| Wade is a water material for walking in/on water at knee height.<br>If applied to brushes/models it will sound like water and spawn water particles when shot. But it will also draw bullet decals.
|
| {{titanfall}} {{titanfall2}}
|
|-
|-
|Brick
!
|
===Frozen===
|
! Description
|
! Not in
|-
|-
|Cavern_rock
| <code>Ice</code>
|
| Very low friction on which you slip and slide.
|{{hl2ep2}} {{gmod}}
|  
|
|-
|-
|Concrete
| <code>Snow</code>
|
| {{bug|tested={{l4d2}}|Missing sound files for footsteps}}
|
|  
|
|-
|-
|Concrete_block
!
|9x12 prefabricated concrete cinder blocks.
===Organic===
|
! Description
|
! Not in
|-
|-
|Gravel
| <code>Alienflesh</code>
|
|  
|
| {{infra}}
|
|-
|-
|Rock
| <code>Armorflesh</code>
|Solid rock (small sounds).
| Flesh for physics, metal for bullet fx.
|
|  
|
|-
|-
|Sheetrock
| <code>Bloodyflesh</code>
|Plaster like walls, except without paper-like particles. Uses rocks instead.
| Does not spawn bloody bullet decals in {{l4d2}}
|{{l4d2}}{{csgo}}  
| {{infra}}
|
|-
|-
!
| <code>Flesh</code>
===Metal===
| Medium-sized body.
! Description
| {{infra}}
! In
! Not in
|-
|-
|brass_bell_large<br>brass_bell_medium<br>brass_bell_small<br>brass_bell_smallest
| <code>Foliage</code>
|Various bells, playing different notes when shot.
|  
|{{css}}
|  
|
|-
|-
|Canister
| <code>Watermelon</code>
|Large oxygen tank, propane tank, welding tank.
|  
|
| {{l4ds}} {{infra}}
|
|-
|-
|Chain
!
|Metal chain.
===Manufactured===
|
! Description
|
! Not in
|-
|-
|Chainlink
| <code>Glass</code>
|Chainlink fencing material.
| Pane of glass, computer screen, window, glass door...<br>Use Glassfloor in CS:GO if a glass floor shouldn't be more slippery than usual.
|
|  
|
|-
|-
|Combine_metal
| <code>Glassbottle</code>
|
| Glass soda bottle, cup, plate, jar...
|
|  
|{{l4ds}}
|-
|-
|Crowbar
| <code>Tile</code>
|Sounds for specifically the crowbar.<br>Has been reused and altered for {{l4d2}}
|  
|
|  
|{{l4d}}
|-
|-
|Grenade
| <code>Paper</code>
|Sounds like a small metal object when dropped, but sounds like dirt when stepped on.
|  
|
|  
|
|-
|-
|grenade_napalm
| <code>Papercup</code>
|pyro napalm grenade.
|  
|{{tf2}}
| {{infra}}
|
|-
|-
|demoman_grenade
| <code>Cardboard</code>
|
|  
|{{tf2}}
|  
|
|-
|-
|Gunship
| <code>Plaster</code>
|
| Drywall, office wall material, sheetrock.
|
|  
|{{l4ds}}
|-
|-
|Metal
| <code>Plastic_barrel</code>
|
| Larger plastic barrel, hollow, soft plastic.
|
|  
|
|-
|-
|Metal_barrel
| <code>Plastic_barrel_buoyant</code>
|Larger metal barrel, metal oil drum.
| Surfaceprop alone does not define whether item can float. At least in {{L4D2}}
|
| {{dods}}
|
|-
|-
|Floating_metal_barrel
| <code>Plastic_Box</code>
|Surfaceprop alone does not define whether item can float. At least in {{L4D2}}
| Small - Medium plastic box, hard plastic.
|
|  
|
|-
|-
|Metal_sand_barrel
| <code>Plastic</code>
|Barrel of sand.
| Smaller generic hard plastic.
|{{csgo}}
|  
|
|-
|-
|Metal_bouncy
| <code>Rubber</code>
|[[prop_physics]] and [[func_physbox]] with this surfaceprop will bounce around when dropped.
| Solid rubber floor mat, solid rubber tire.
|
|  
|
|-
|-
|Metal_Box
| <code>Rubbertire</code>
|Smaller metal box (< 2' width/height/depth)
| Hollow rubber tire
|
|  
|
|-
|-
|Metal_seafloorcar
| <code>Slidingrubbertire</code>
|
| Special material for monitoring vehicle handling per wheel.
|
|  
|{{l4ds}}
|-
|-
|Metalgrate
| <code>Slidingrubbertire_front</code>
|Metal grating, used for decking
| Special material for monitoring vehicle handling per axle.
|
|  
|
|-
|-
|Grate
| <code>Slidingrubbertire_rear</code>
|Uses "Metalgrate" as base and has no properties of its own. Probably a leftover.
| Special material for monitoring vehicle handling per axle.
|{{l4d2}}
|  
|
|-
|-
|Metalpanel
| <code>Jeeptire</code>
|Thick solid steel panel - used for solid wall, floor, machine construction.
| Tired for the drivable vehicles.
|
| {{dods}}
|
|-
|-
|Metal_shield
| <code>Brakingrubbertire</code>
|Uses weapon sounds.
| Special material for monitoring vehicle handling per axle.
|{{csgo}}
|  
|
|-
|-
|Metalvent
| <code>Porcelain</code>
|~1mm thick metal
| Tubs, urinals, sinks, ect.
|
|  
|
|-
|-
|Metalvehicle
!
|
===Miscellaneous===
|
! Description
|
! Not in
|-
|-
|Paintcan
| <code>Carpet</code>
|Smaller metal can
|  
|
|  
|
|-
|-
|Popcan
| <code>Ceiling_tile</code>
|Small aluminum can, full.
| Acoustic ceiling tiles, sound baffles, crumbly plaster.
|
| {{infra}}
|
|-
|-
|Roller
| <code>Computer</code>
|Combine Roller mine material.  
| Technical equipment. Glass and plastic impact noises, but plastic bullet decals.
|
|  
|
|-
|-
|Sphere
| <code>Pottery</code>
|Unsre what this is. But its listed in the portal surfaceprop file, based on "Metal".<br>The sphere needs to have elasticity and dampening set to create a more realistic bounce
| Ceramic pots.
|{{portal}}
|
|
|}
 
== Game-specific ==
 
The following surface properties are not part of the base <code>scripts/surfaceproperties.txt</code> and therefore not available in every game.<br>
These lists only show the surfaceproperties that were added for that game. They still contain all the surfaceproperties in the above list, unless otherwise specified.
 
{{note|Various games are shipped with the <code>scripts/surfaceproperties_hl2.txt</code> from {{hl2|1}}. Some game's <code>scripts/surfaceproperties_manifest.txt</code> do not actually use these files though.<br>
These tables are set up to only show the surfaceproperties that are used according to their manifests.}}
 
=== {{hl2|4}} ===
These surfaceprops were introduced specifically for {{hl2|1}} and its episodes, but this file was shipped alongside numerous games.<br>
 
{| class=standard-table
!style="background-color:{{hl2|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{hl2|col}}"| Description
|-
|-
|Sphere2
|<Code>[[Antlion]]</Code>
|Portal2's spehere is made of metal and isn't quite as bouncey
|
|{{portal}}
|
|-
|-
|Slipperymetal
|<Code>Antlionsand</Code>
|Very low friction on which you slip and slide, just like ice.
|
|
|
|-
|-
|Solidmetal
|<Code>Combine_Glass</Code>
|Almost nothing is solid metal - so metal is sheet metal
|
|
|
|-
|-
|Steam_pipe
|<Code>Combine_Metal</Code>
|
|
|{{asw}}
|
|-
|-
|Strider
|<Code>[[Weapon_crowbar|Crowbar]]</Code>
|
|
|
|{{l4ds}}
|-
|-
|Turret_Gib
|<Code>[[Npc_combinegunship|Gunship]]</Code>
|Gib models of turrets use this.
|  
|{{portal2}}
|
|-
|-
|Weapon
|<Code>Metalvehicle</Code>
|Sounds for when weapons drop.
|
|
|
|-
|-
|Strongman_bell
|<Code>Metal_Seafloorcar</Code>
|Sounds like a boxing ring bell when hit.
| Probably used for the [https://vcc.wiki/wiki/E3_Seafloor_(WC) E3 Seafloor map]
|{{l4d2}}{{csgo}}
|
|-
|-
|Slipperyslide
|<Code>[[Strider]]</Code>
|Like SlipperyMetal, but uses SolidMetal sounds.
|
|{{l4d2}}{{csgo}}
|
|-
|-
|Underground_Cube
|<Code>Zombieflesh</Code>
|
|
|{{portal2}}
|}
|
 
=== {{hl2ep2|4}} ===
These surfaceprops were introduced for {{hl2ep2|1}}. These are not available in {{hl2|1}} and {{hl2ep1|1}} due to this surfaceproperties sript only being loaded when EP2 is active.
{{workaround|Manually edit the <code>scripts/surfaceproperties_hl2.txt</code> in the base game to add the EP2 specific surfaceprops.<br>
Alternatively, add the EP2 script file with its manifest as a mod.vpk to the base HL2.}}
{| class=standard-table
!style="background-color:{{hl2ep2|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{hl2ep2|col}}"| Description
|-
|-
|WeightedCube_Bounce
| <code>Advisor_shield</code>
|Extremely bouncy storage cube.
|  
|{{portal2}}
|
|-
|-
|Wrecking_ball
| <code>Antlion_eggshell</code>
|
|  
|{{tf2}}
|
|-
|-
!
| <code>Cavern_rock</code>
===Wood===
|
! Description
! In
! Not in
|-
|-
|Wood
| <code>[[Npc_hunter|Hunter]]</code>
|Generic wood {{note|materials should use wood_box, wood_crate, wood_plank, wood_panel etc.}}
|  
|
|
|-
|-
|Wood_Box
| <code>Jalopy</code>
|
| Specifically for the EP2 vehicle.
|
|
|-
|-
|Wood_Crate
| <code>Jalopytire</code>
|Large crate, large wood furniture (bookcases, tables).
| Special material for monitoring vehicle handling per axle.
|{{Portal2}} {{tf2}} {{l4ds}}
|
|-
|-
| <code>Slidingrubbertire_jalopyfront</code>
| Special material for monitoring vehicle handling per axle.
|-
|-
|Wood_Dense
| <code>Slidingrubbertire_jalopyrear</code>
|
| Special material for monitoring vehicle handling per axle.
|{{csgo}}
|}
|
 
=== {{asw|4}} ===
Shipped with <code>scripts/surfaceproperties_hl2.txt</code>, which is still used.
{| class=standard-table
!style="background-color:{{asw|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{asw|col}}"| Description
|-
|-
|Wood_Furniture
| <code>Ammo_pickup</code>
|small wood furniture - chairs, small tables.
| Ammo supply boxes
|
|
|-
|-
|Wood_LowDensity
| <code>Ice_noslide</code>
|Small crate.  
| Ice, but without the ability to slide.
|{{Portal2}} {{l4ds}} {{tf2}}
|
|-
|-
|Wood_Plank
| <code>Snow_noslide</code>
|Wood board, floorboard, plank.
| Snow, but without the ability to slide.
|
|
|-
|-
|Wood_Panel
| <code>Steam_pipe</code>
|Plywood panel, wood door panel.
|
|
|
|-
|-
|Wood_Solid
| <code>stim_prop</code>
|Solid 6x6 or greater block, post or tree.
| Stops glass breaking sounds from playing when stims are kicked around/shot
|
|
|-
|-
!
| <Code>Antlion</Code><Br><Code>Antlionsand</Code><Br><Code>Combine_Glass</Code><Br><Code>Combine_Metal</Code><Br><Code>Crowbar</Code><Br><Code>Gunship</Code><Br><Code>Metalvehicle</Code><Br><Code>Metal_Seafloorcar</Code><Br><Code>Strider</Code><Br><Code>Zombieflesh</Code>
===Terrain===
| {{hl2|1}} leftover. See the [[#Half-Life_2|Half-Life 2 List]].
! Description
|}
! In
 
! Not in
=== {{css|4}} ===
Shipped with <code>scripts/surfaceproperties_hl2.txt</code>, but is unused according to its manifest.
{| class=standard-table
!style="background-color:{{css|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{css|col}}"| Description
|-
|-
|Dirt
| <Code>Brass_Bell_Large</Code><Br><Code>Brass_Bell_Medium</Code><Br><Code>Brass_Bell_Small</Code><Br><Code>Brass_Bell_Smallest</Code>
|
| Various bells, playing different notes when shot.
|
|
|-
|-
|Grass
| <code>Hay</code>
|
|
|
|
|-
|-
|Gravel
| <code>Metalvehicle</code>
|
|
|
|}
|
 
=== {{csgo|4}} ===
 
{{main|List of CS:GO Surface Types}}
 
{| class=standard-table
!style="background-color:{{csgo|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{csgo|col}}"| Description
|-
|-
|Mud
| <code>Asphalt</code>
|
|
|
|
|-
|-
|Quicksand
| <Code>Brass_Bell_Large</Code><Br><Code>Brass_Bell_Medium</Code><Br><Code>Brass_Bell_Small</Code><Br><Code>Brass_Bell_Smallest</Code>
|Does not let you sink like in quicksand.
| Various bells, playing different notes when shot.
|
|
|-
|-
|Sand
| <code>Blockbullets</code>
|
| Blocks bullets entirely, because the <code>Tools/ToolsBlockBullets</code> doesn't really block bullets.
|
|
|-
|-
|Slipperyslime
| <code>Clay</code>
|Very low friction on which you slip and slide, just like ice.
| Ceramic jug, mug.
|
|
|-
|-
|Antlionsand
| <code>Dufflebag_SurvivalCase</code>
|
| Used for {{ent|prop_money_crate}}.
|
|{{l4ds}}
|-
|-
|Sugarcane
| <code>Glassfloor</code>
|Same Sounds as Foliage, but uses "Dirt" as base, with lower density. As foliage uses higher density.
| Like Glass, but with a normal friction value.
|{{l4d2}} {{csgo}}
|
|-
|-
!
| <code>Grate</code>
===Liquid===
| Uses "Metalgrate" as base and has no properties of its own. Probably a leftover.
! Description
! In
! Not in
|-
|-
|Slime
| <code>Metal_Barrel_ExplodingSurvival</code>
|
| Used for {{ent|prop_exploding_barrel}}.
|
|
|-
|-
|Water
| <code>Metal_BarrelSoundOverride</code>
|If applied to brushes/models that are not using %compilewater, it will sound like water and spawn water particles when shot. But it will also draw bullet decals.
|
|
|
|-
|-
|Wade
| <code>Metal_Sand_Barrel</code>
|Wade is a water material for walking in/on water at knee height.<br>If applied to brushes/models it will sound like water and spawn water particles when shot. But it will also draw bullet decals.
| Barrel of sand. A thickness of 1 unit already blocks all bullets.
|
|
|-
|-
|Puddle
| <code>Metal_Shield</code>
|When shot, spawns refracting water splash particles
| Uses weapon sounds for {{ent|weapon_shield}}.
|{{l4ds}}{{infra}}
|
|-
|-
|Wet
| <code>Metal_SurvivalCase</code>
|Doesn't actually do anything.
| Base for <code>metal_survivalCase_unpunchable</code>.
|{{l4d2}} {{csgo}} {{bms}}
|
|-
|-
!
| <code>Metal_SurvivalCase_Unpunchable</code>
===Frozen===
| Used for {{ent|prop_metal_crate}}.
! Description
! In
! Not in
|-
|-
|Ice
| <code>Metal_VehicleSoundOverride</code>
|Very low friction on which you slip and slide.
|
|
|
|-
|-
|Ice_noslide
| <code>Metaldogtags</code>
|Ice, but without the ability to slide.
| Used for {{ent|item_dogtags}}.
|{{asw}}
|
|-
|-
|Snow
|<Code>Metalvehicle</Code>
|{{bug|tested={{l4d2}}|Missing sound files for footsteps}}
|
|
|
|-
|-
|Snow_noslide
| <code>Puddle</code>
|Snow, but without the ability to slide.
| When shot, spawns refracting water splash particles
|{{asw}}
|
|-
|-
!
| <code>Plastic_SurvivalCase</code>
===Organic===
| Used for the yellow {{ent|prop_loot_crate}}.
! Description
! In
! Not in
|-
|-
|Alienflesh
| <code>Sheetrock</code>
|
| Plaster like walls, except uses stone particles for bullet impacts.
|
|
|-
|-
|Antlion
| <code>Slowgrass</code>
|
| Used for the tall grass material seen on {{csgo map|dz_blacksite}}. It's the only material that has the property <code>hidetargetid 1</code>.
|
|{{l4ds}}  
|-
|-
|Antlion_eggshell
| <code>Soccerball</code>
|
| Used by the soccer ball prop seen on {{csgo map|de_dust2}}.
|{{hl2ep2}}
|
|-
|-
|Armorflesh
| <code>Slipperyslide</code>
|Flesh for physics, metal for bullet fx.
| Like SlipperyMetal, but uses SolidMetal sounds.
|
|
|-
|-
|Bloodyflesh
| <code>Strongman_Bell</code>
|Does not spawn bloody bullet decals in {{l4d2}}
| Sounds like a boxing ring bell when hit.
|
|
|-
|-
|Flesh
| <code>Stucco</code>
|Medium-sized body.
|
|
|
|-
|-
|Foliage
| <code>Sugarcane</code>
|
| Same Sounds as Foliage, but uses "Dirt" as base, with lower density. As foliage uses higher density.
|
|
|-
|-
|Foliage_leaf
| <code>Tile_SurvivalCase</code>
|Same as Foliage, but uses Foliage sounds, instead of Dirt sounds.
| Used by the blue and red {{ent|prop_loot_crate}}, and {{ent|prop_paradrop_crate}}.
|{{l4d2}}
|
|-
|-
|Hay
| <code>Tile_SurvivalCase_GIB</code>
|
|
|{{css}} {{gmod}}
|
|-
|-
|Hunter
| <code>Upholstery</code>
|
| For Couches, sofas, car seats, ect.
|{{hl2ep2}} {{gmod}}
|
|-
|-
|Watermelon
| <code>Weapon_Magazine</code>
|
|
|
|{{l4ds}}
|-
|-
|Zombieflesh
| <code>Wet</code>
|
| Doesn't actually do anything.
|
|{{l4ds}}
|-
|-
!
| <code>Wood_Basket</code>
===Manufactured===
| Like <code>Wood_Box</code> but with different footstep sounds.
! Description
! In
! Not in
|-
|-
|Advisor_shield
| <code>Wood_Dense</code>
|
| Allows much less bullet penetration.
|{{hl2ep2}}
|
|-
|-
|Asphalt
| <code>Jalopy</code><br><code>Jalopytire</code><br><code>Slidingrubbertire_jalopyfront</code><br><code>Slidingrubbertire_jalopyrear</code>
|
| Originally from {{hl2ep2|1}}. See the [[#hl2ep2|Episode Two List]].
|{{l4ds}}
|}
|
 
=== {{dods|4}} ===
Shipped with <code>scripts/surfaceproperties_hl2.txt</code>, but is unused according to its manifest.<br>
However, for some reason all those surface properties got added to its base surfaceproperties script.
{| class=standard-table
!style="background-color:{{dods|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{dods|col}}"| Description
|-
|-
|ball_bouncy
| <code>Helmet</code>
|Rubber bouncy ball
| special sounds when a helmet is shot.
|{{tf2}}
|
|-
|-
|brokenglass
| <Code>Antlion</Code><Br><Code>Antlionsand</Code><Br><Code>Combine_Glass</Code><Br><Code>Combine_Metal</Code><Br><Code>Crowbar</Code><Br><Code>Gunship</Code><Br><Code>Metalvehicle</Code><Br><Code>Metal_Seafloorcar</Code><Br><Code>Strider</Code><Br><Code>Zombieflesh</Code>
|
| {{hl2|1}} leftover. See the [[#Half-Life_2|Half-Life 2 List]].
|{{portal2}}
|}
|
 
=== {{l4d|4}} ===
 
{| class=standard-table
!style="background-color:{{l4d|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{l4d|col}}"| Description
|-
|-
|Energyball
| <code>Asphalt</code>
|Unsre what this is. But its listed in the portal surfaceprop file, based on "Glass".<br>"The portal energy ball needs perfectly reflective collisions, reguardless of what it hits".<br>
|
|{{portal}}
|
|-
|-
|Reflective
| <code>Clay</code>
|Unsre what this is. But its listed in the portal surfaceprop file, based on "metalpanel".<br>Same description as "Energyball" in Portal 1 had. "The portal energy ball needs perfectly reflective collisions, reguardless of what it hits".<br>
| Ceramic jug, mug.
|{{portal2}}
|
|-
|-
|Glass
| <code>Metalvehicle</code>
|Pane of glass, computer screen, window, glass door...
|
|
|
|-
|-
|Glassbottle
| <code>Puddle</code>
|Glass soda bottle, cup, plate, jar...
| When shot, spawns refracting water splash particles
|
|
|-
|-
|Glassfloor
| <code>Sheetrock</code>
|Like Glass, but with a normal friction value.
| Plaster like walls, except uses stone particles for bullet impacts.
|{{csgo}}
|
|-
|-
|Combine_glass
| <code>Upholstery</code>
|
| For Couches, sofas, car seats, ect.
|
|{{l4ds}}
|-
|-
|Tile
| <code>Wet</code>
|
| Doesn't actually do anything.
|
|}
|
 
=== {{l4d2|4}} ===
 
{| class=standard-table
!style="background-color:{{l4d2|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{l4d2|col}}"| Description
|-
|-
|Paper
| <code>Asphalt</code>
|
|
|
|
|-
|-
|Papercup
| <code>Clay</code>
|
| Ceramic jug, mug.
|
|
|-
|-
|passtime_ball
| <code>Foliage_Leaf</code>
|Rubber Pass time ball from Tf2
| Same as Foliage, except is uses leaf sounds when stepped on. "Foliage" uses dirt sounds when walked on.
|{{tf2}}
|
|-
|-
|Cardboard
| <code>Grate</code>
|
| Uses "Metalgrate" as base and has no properties of its own. Probably a leftover.
|
|
|-
|-
|Plaster
| <code>Metalvehicle</code>
|Drywall, office wall material, sheetrock.
|
|
|
|-
|-
|Plastic_barrel
| <code>Puddle</code>
|Larger plastic barrel, hollow, soft plastic.
| When shot, spawns refracting water splash particles
|
|
|-
|-
|Plastic_barrel_buoyant
| <code>Sheetrock</code>
|Surfaceprop alone does not define whether item can float. At least in {{L4D2}}
| Plaster like walls, except uses stone particles for bullet impacts.
|
|
|-
|-
|Plastic_Box
| <code>Slipperyslide</code>
|Small - Medium plastic box, hard plastic.
| Like SlipperyMetal, but uses SolidMetal sounds.
|
|
|-
|-
|Plastic
| <code>Strongman_Bell</code>
|Smaller generic hard plastic.
| Sounds like a boxing ring bell when hit.
|
|
|-
|-
|Rubber
| <code>Sugarcane</code>
|Solid rubber floor mat, solid rubber tire.
| Same Sounds as Foliage, but uses "Dirt" as base, with lower density. As foliage uses higher density.
|
|
|-
|-
|Rubbertire
| <code>Upholstery</code>
|Hollow rubber tire
| For Couches, sofas, car seats, ect.
|
|
|-
|-
|Slidingrubbertire
| <code>Wet</code>
|Special material for monitoring vehicle handling per wheel.
| Doesn't actually do anything.
|
|
|-
|-
|Slidingrubbertire_front
| <code>Bat</code><br><code>Blade</code><br><code>Chainsaw</code><br><code>Cricketbat</code><br><code>Crowbar</code><br><code>Fireaxe</code><br><code>Fryingpan</code><br><code>Golfclub</code><br><code>Guitar</code><br><code>Pitchfork</code><br><code>Shovel</code><br><code>Sword</code>
|Special material for monitoring vehicle handling per axle.
| Like "Weapon" but used for the melee weapons, giving them unique sounds when dropped.
|
|}
|
 
=== {{portal|4}} ===
Shipped with <code>scripts/surfaceproperties_hl2.txt</code>, which is still used.
{| class=standard-table
!style="background-color:{{portal|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{portal|col}}"| Description
|-
|-
|Slidingrubbertire_rear
| <code>Energyball</code>
|Special material for monitoring vehicle handling per axle.
| Unsure what this is. But its listed in the portal surfaceprop file, based on "Glass".<br>"The portal energy ball needs perfectly reflective collisions, reguardless of what it hits".
|
|
|-
|-
|Jeeptire
| <code>Sphere</code>
|Tired for the drivable vehicles.
| The surfaceprop used for the ball in Advanced Chamber 17, based on "Metal".<br>The sphere needs to have elasticity and dampening set to create a more realistic bounce.
|
|
|-
|-
|Brakingrubbertire
| <Code>Antlion</Code><Br><Code>Antlionsand</Code><Br><Code>Combine_Glass</Code><Br><Code>Combine_Metal</Code><Br><Code>Crowbar</Code><Br><Code>Gunship</Code><Br><Code>Metalvehicle</Code><Br><Code>Metal_Seafloorcar</Code><Br><Code>Strider</Code><Br><Code>Zombieflesh</Code>
|Special material for monitoring vehicle handling per axle.
| {{hl2|1}} leftover. See the [[#Half-Life_2|Half-Life 2 List]].
|
|}
|
 
=== {{portal2|4}} ===
 
{| class=standard-table
!style="background-color:{{portal2|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{portal2|col}}"| Description
|-
|-
|Jalopy
| <code>Brokenglass</code>
|
|
|{{hl2ep2}} {{gmod}}
|
|-
|-
|Jalopytire
| <code>Energyball</code>
|Special material for monitoring vehicle handling per axle.
| Unsure what this is. But its listed in the portal surfaceprop file, based on "Glass".<br>"The portal energy ball needs perfectly reflective collisions, reguardless of what it hits".
|{{hl2ep2}} {{gmod}}
|
|-
|-
|Slidingrubbertire_jalopyfront
| <code>Hard_light_bridge</code>
|Special material for monitoring vehicle handling per axle.
|
|{{hl2ep2}} {{gmod}}
|
|-
|-
|Slidingrubbertire_jalopyrear
| <code>PaintBomb</code>
|Special material for monitoring vehicle handling per axle.
| Used to remove physics sounds from gel bombs.
|{{hl2ep2}} {{gmod}}
|
|-
|-
|Clay
| <code>painted_surface</code>
|Ceramic jug, mug.
| Has paint step sounds, but no other functions.
|{{l4d2}}{{csgo}}
|
|-
|-
|Porcelain
| <code>Reflective</code>
|Tubs, urinals, sinks, ect.
| The surfaceprop for the Discouragement Redirection Cube, based on "MetalPanel" instead of "Metal_Box" (which makes it less bouncy).<br>Same description as "Energyball" in Portal: "The portal energy ball needs perfectly reflective collisions, regardless of what it hits".
|
|
|-
|-
|Upholstery
| <code>Sphere</code>
|For Couches, sofas, car seats, ect.
| The surfaceprop for the ball in original Portal, based on "Metal".<br>The sphere needs to have elasticity and dampening set to create a more realistic bounce.
|{{l4d2}}
|
|-
|-
!
| <code>Sphere2</code>
===Miscellaneous===
| The surfaceprop for the Edgeless Safety Cube.<br>Portal2's spehere is made of metal and isn't quite as bouncey [sic]
! Description
! In
! Not in
|-
|-
|Carpet
| <code>Turret_Gib</code>
|
| Gib models of turrets use this.
|
|
|-
|-
|Ceiling_tile
| <code>Underground_Cube</code>
|Acoustic ceiling tiles, sound baffles, crumbly plaster.
|
|
|
|-
|-
|Computer
| <code>WeightedCube_Bounce</code>
|Technical equipment. Glass and plastic impact noises, but plastic bullet decals.
| Extremely bouncy storage cube.
|
|}
|
 
=== {{tf2|4}} ===
Shipped with <code>scripts/surfaceproperties_hl2.txt</code>, which is still used.
{| class=standard-table
!style="background-color:{{tf2|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{tf2|col}}"| Description
|-
|-
|hard_light_bridge
| <code>Ball_Bouncy</code>
|
| Rubber bouncy ball.
|{{portal2}}
|
|-
|-
|Helmet
| <code>Demoman_Grenade</code>
|special sounds when a helmet is shot.
|  
|{{dods}}
|
|-
|-
|PaintBomb
| <code>Grenade_Napalm</code>
|Based on metal. Unsure what this really is used for.
| pyro napalm grenade.
|{{portal2}}
|
|-
|-
|painted_surface
| <code>Passtime_Ball</code>
|Has paint step sounds, but no other functions.
| Rubber Pass time ball from Tf2
|{{portal2}}
|
|-
|-
|Pottery
| <code>Scout_Baseball</code>
|Ceramic pots.
| Rubber baseball projectile.
|
|
|-
|-
|scout_baseball
| <code>Scout_Ornament</code>
|Rubber baseball Projectile.
| Glass christmas tree ornament projectile.
|{{tf2}}
|
|-
|-
|scout_ornament
| <code>Wasabiball</code>
|Glass christmas tree ornament Projectile.
| Based on "Rubber".
|{{tf2}}
|
|-
|-
|wasabiball
| <code>Wrecking_ball</code>
|Based on "Rubber.
|
|{{tf2}}
|
|-
|-
| <Code>Antlion</Code><Br><Code>Antlionsand</Code><Br><Code>Combine_Glass</Code><Br><Code>Combine_Metal</Code><Br><Code>Crowbar</Code><Br><Code>Gunship</Code><Br><Code>Metalvehicle</Code><Br><Code>Metal_Seafloorcar</Code><Br><Code>Strider</Code><Br><Code>Zombieflesh</Code>
| {{hl2|1}} leftover. See the [[#Half-Life_2|Half-Life 2 List]].
|}
|}


== Third Party Games/mods ==
== Third Party Games/mods ==
The following surfaceprops are added in popular non-Valve games, which can't be found in any official valve titles.<br>
The following surfaceprops are added in popular non-Valve games, which can't be found in any official valve titles.<br>
{|class="standard-table"
 
!
=== {{bms|4}} ===
===Special===
Shipped with <code>scripts/surfaceproperties_hl2.txt</code>, which is still used.
! Description
 
! In
{| class=standard-table
!style="background-color:{{bms|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{bms|col}}"| Description
|-
| <code>Concretegrit</code>
|
|-
| <Code>Conveyor_Off</Code><Br><Code>Conveyor_On</Code>
| Special properties for the conveyor belts.
|-
| <code>Floating_Metal_Barrel_Bms</code>
| Special version just for {{bms|1}}
|-
| <code>Floating_Plastic_Barrel_Bms</code>
|
|-
| <Code>Friction_Metal_00</Code><Br><Code>Friction_Metal_10</Code><Br><Code>Friction_Metal_15</Code><Br><Code>Friction_Metal_25</Code><Br><Code>Friction_Metal_35</Code><Br><Code>Friction_Metal_45</Code>
| Metals with various friction settings.
|-
| <code>Hornet_Bouncy</code>
|
|-
| <code>Inttower</code>
| Flesh walk sound used in the interloper tower interior
|-
| <code>Leaves</code>
| {{bms|1}}'s version of "Foliage_leaf"
|-
| <code>Metalpipe</code>
|
|-
| <code>Satchel</code>
| Dufflebag material, or backpack.
|-
|-
|friction_metal_00<br>friction_metal_10<br>friction_metal_15<br>friction_metal_25<br>friction_metal_35<br>friction_metal_45
| <code>Wet</code>
|Metals with various friction settings.
| Doesn't actually do anything.
|{{bms}}
|-
|-
|frictionM_00<br>frictionM_10<br>frictionM_25<br>friction_00<br>friction_10<br>friction_25
| <code>Xen_Root</code>
|Material wit hdefault sounds, but with various friction settings.
| Fleshy tentacle roots in Xen.
|{{gmod}}
|-
|-
|gmod_silent
| <Code>Antlion</Code><Br><Code>Antlionsand</Code><Br><Code>Combine_Glass</Code><Br><Code>Combine_Metal</Code><Br><Code>Crowbar</Code><Br><Code>Gunship</Code><Br><Code>Metalvehicle</Code><Br><Code>Metal_Seafloorcar</Code><Br><Code>Strider</Code><Br><Code>Zombieflesh</Code>
|
| {{hl2|1}} leftover. See the [[#Half-Life_2|Half-Life 2 List]].
|{{gmod}}
|}
 
=== {{gmod|4}} ===
 
{| class=standard-table
!style="background-color:{{gmod|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{gmod|col}}"| Description
|-
|-
|gm_ps_egg
| <Code>FrictionM_00</Code><Br><Code>FrictionM_10</Code><Br><Code>FrictionM_25</Code><Br><Code>Friction_00</Code><Br><Code>Friction_10</Code><Br><Code>Friction_25</Code>
|
| Material with default sounds, but with various friction settings.
|{{gmod}}
|-
|-
|gm_ps_metaltire
| <code>Gmod_Bouncy</code>
|
|
|{{gmod}}
|-
|-
|gm_ps_soccerball
| <code>Gmod_Ice</code>
|
| Very low friction on which you slip and slide.
|{{gmod}}
|-
|-
|gm_ps_woodentire
| <Code>Gmod_Silent</Code>
|
|
|{{gmod}}
|-
|-
|gm_torpedo
| <Code>Gm_Ps_Egg</Code>
|
|
|{{gmod}}
|-
|-
|phx_explosiveball
| <Code>Gm_Ps_Metaltire</Code>
|
|
|{{gmod}}
|-
|-
|phx_flakshell
| <Code>Gm_Ps_Soccerball</Code>
|
|
|{{gmod}}
|-
|-
|phx_rubbertire
| <Code>Gm_Ps_Woodentire</Code>
|
|
|{{gmod}}
|-
|-
|phx_rubbertire2
| <Code>Gm_Torpedo</Code>
|
|
|{{gmod}}
|-
|-
|phx_tire_normal
| <Code>Hay</Code>
|
|
|{{gmod}}
|-
|-
|phx_ww2bomb
| <Code>Phx_Explosiveball</Code>
|
|
|{{gmod}}
|-
|-
!
| <Code>Phx_Flakshell</Code>
===Concrete/Rock===
|
! Description
! In
|-
|-
|Concretegrit
| <Code>Phx_Rubbertire</Code>
|
|
|{{bms}}
|-
|-
!
| <Code>Phx_Rubbertire2</Code>
===Metal===
|
! Description
! In
|-
|-
|Floating_metal_barrel_bms
| <Code>Phx_Tire_Normal</Code>
|Special version just for {{bms|1}}
|
|{{bms}}
|-
|-
|Metalpipe
| <Code>Phx_Ww2bomb</Code>
|
|
|{{bms}}
|-
|-
!
| <Code>Plastic_Barrel_Verybuoyant</Code>
===Wood===
| Even more buoyant barrel.
! Description
! In
|-
|-
|None found yet.
| <code>[[Npc_hunter|Hunter]]</code><br><code>Jalopy</code><br><code>Jalopytire</code><br><code>Slidingrubbertire_jalopyfront</code><br><code>Slidingrubbertire_jalopyrear</code>
|
| Originally from {{hl2ep2|1}}. See the [[#Half-Life_2:_Episode_Two|Episode Two List]].
|
|}
 
=== {{infra|4}} ===
 
{| class=standard-table
!style="background-color:{{infra|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{infra|col}}"| Description
|-
|-
!
| <code>Alttile</code>
===Terrain===
| Only has different step sounds
! Description
! In
|-
|-
|None found yet.
| <code>Bag</code>
|
| Dufflebag material, or backpack.
|
|-
|-
!
| <code>Balloon</code>
===Liquid===
| Based on plastic, but has a balloon popping sound when broken.
! Description
! In
|-
|-
|None found yet.
| <code>Crpt</code>
|
| Same as Carpet in every way.
|
|-
|-
!
| <code>Puddle</code>
===Frozen===
| When shot, spawns refracting water splash particles.<br>Except that Infra does not have weapons.
! Description
|}
! In
 
=== {{p3|4}} ===
Shipped with <code>scripts/surfaceproperties_hl2.txt</code> and <code>scripts/surfaceproperties_ep2.txt</code>, which are still used.
 
{| class=standard-table
!style="background-color:{{p3|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{p3|col}}"| Description
|-
|-
|gmod_ice
| <code>match</code>
|Very low friction on which you slip and slide.
| Used for the matches.
|{{gmod}}
|-
|-
!
| <code>drocha</code>
===Organic===
| Used for the cum tissues in Pornworld.
! Description
! In
|-
|-
|Inttower
| <code>ground</code>
|flesh walk sound used in the interloper tower interior
| Same as Concrete in every way.
|{{bms}}
|-
|-
|Leaves
| <Code>Antlion</Code><Br><Code>Antlionsand</Code><Br><Code>Combine_Glass</Code><Br><Code>Combine_Metal</Code><Br><Code>Crowbar</Code><Br><Code>Gunship</Code><Br><Code>Metalvehicle</Code><Br><Code>Metal_Seafloorcar</Code><Br><Code>Strider</Code><Br><Code>Zombieflesh</Code>
|Black Mesa Source's version of "Foliage_leaf"
| {{hl2|1}} leftovers. See the [[#Half-Life_2|Half-Life 2 List]].
|{{bms}}
|-
|-
|Xen_Root
| <code>Advisor_shield</code><br><code>Antlion_eggshell</code><br><code>Cavern_rock</code><br><code>[[Npc_hunter|Hunter]]</code><br><code>Jalopy</code><br><code>Jalopytire</code><br><code>Slidingrubbertire_jalopyfront</code><br><code>Slidingrubbertire_jalopyrear</code>
|Fleshy tentacle roots in Xen.
| {{hl2ep2|1}} leftovers. See the [[#Half-Life_2:_Episode_Two|Episode Two List]].
|{{bms}}  
|}
 
=== {{titanfall|4}} ===
 
{| class=standard-table
!style="background-color:{{titanfall|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{titanfall|col}}"| Description
|-
|-
!
| <code>Arc_Grenade</code>
===Manufactured===
|
! Description
! In
|-
|-
|Balloon
| <code>Asphalt</code>
|Based on plastic, but has a balloon popping sound when broken.
|
|{{infra}}
|-
|-
|Bag
| <code>Bouncygrenade</code>
|Dufflebag material, or backpack.
|
|{{infra}}
|-
|-
|Alttile
| <code>Glass_Breakable</code>
|Only has different step sounds
|
|{{infra}}
|-
|-
|Satchel
| <code>Grenade_Triple_Threat</code>
|Dufflebag material, or backpack.
|
|{{bms}}
|-
|-
|plastic_barrel_verybuoyant
| <code>Metal_Spectre</code>
|Even more buoyant barrel.
|
|{{gmod}}
|-
|-
|floating_plastic_barrel_bms
| <code>Metal_Titan</code>
|
|
|{{bms}}
|-
|-
!
| <code>Shellcasing_Large</code>
===Miscellaneous===
|
! Description
! In
|-
|-
|Crpt
| <code>Shellcasing_Small</code>
|Same as Carpet in every way.
|
|{{Infra}}
|-
|-
|Conveyor_off<br>Conveyor_on
| <code>XO_Shield</code>
|Special properties for the conveyor belts.
|
|{{bms}}
|-
|-
|gmod_bouncy
| <code>Brokenglass</code><br><code>PaintBomb</code><br><code>Reflective</code><br><code>Sphere2</code><br><code>Turret_Gib</code><br><code>Underground_Cube</code><br><code>WeightedCube_Bounce</code>
|
| {{portal2|1}} leftovers. See the [[#Portal_2|Portal 2 List]].
|{{gmod}}
|}
 
=== {{titanfall2|4}} ===
Almost completely identical to [[#Titanfall|Titanfall]], but with most <code>scraperough</code>, <code>scrapesmooth</code>, <code>impacthard</code> and <code>impactsoft</code> settings being commented out.
{| class=standard-table
!style="background-color:{{titanfall2|col}}"| <tt>$surfaceprop</tt>
!style="background-color:{{titanfall2|col}}"| Description
|-
|-
|hornet_bouncy
| <code>Flyerflesh</code>
|
|
|{{bms}}
|-
|-
| <code>unused_slot_to_prevent_renumbering</code>
| {{note|Likely not intented as an actual surface property.}}
|}
|}



Latest revision as of 21:05, 6 August 2025

English (en)Deutsch (de)Français (fr)日本語 (ja)Русский (ru)Translate (Translate)

These are lists of physical surface types ($surfaceprop) that Source recognizes, as defined by the files referenced in /scripts/surfaceproperties_manifest.txt.

Surface types define the physical properties of an object including friction, density, collision/footstep sounds, the effect of bullet impacts and, if the object is destructible, health and gib type.

Both materials and models define their surfaces with the $surfaceprop command.

Note.pngNote:For GoldSrc GoldSrc, use sound/materials.txt. This file usually has documentation at the top dictating which surface types are available in the given mod.

Types

This table represents scripts/surfaceproperties.txt. Every game is shipped with this file and therefore every game has all these surface properties, with some exceptions.
Games listed in the "Not in" column had the surface property deleted for one reason or another.

Some games introcude their own surface properties, which can be seen below.

Note.pngNote:This list only contains surfaceprops from official valve games. Surface properties that were introduced in third party mods/games such as Garry's Mod and Black Mesa can be found further below.
If a surfaceprop happens to be missing in a third party mod, it will still be listed in the "Not in" column.
Note.pngNote:The following games have been checked for its surfaceprops: Half-Life 2Half-Life 2: DeathmatchHalf-Life 2: Lost CoastHalf-Life 2: Episode OneHalf-Life 2: Episode Two, Left 4 Dead seriesLeft 4 Dead series, Day of Defeat: Source, Alien Swarm, Counter-Strike: Source, Counter-Strike: Global Offensive, Portal series, Team Fortress 2, INFRA, Black Mesa, Garry's Mod, Titanfall, Titanfall 2, Postal III.
Todo: Check other games and add them to the list of checked games.

Special

Description Not in
Default
Default_silent For invisible collision materials, like sky. Bullet impacts are neither visible nor audible, giving the illusion that there is no impact.
Floatingstandable This one is used for puzzles where we want something that floats but the player can stand on without it sinking beneath the water.
Item Small med kit, smaller tech items, battery.
Ladder Ladder is a fake material for walking on ladders. Titanfall Titanfall 2
Woodladder Same as Ladder, but with wooden climbing sounds.
Day of Defeat: Source INFRA Black Mesa Alien Swarm Titanfall Titanfall 2
No_decal
Warning.pngWarning:Will still cause decals if used on world brushes. At least in Left 4 Dead 2
Player Special materials for player controller.
Player_control_clip Special materials for player controller.

Concrete/Rock

Description Not in
Boulder Will cause material glitches if used in models
Brick
Concrete
Concrete_block 9x12 prefabricated concrete cinder blocks.
Gravel
Rock Solid rock (small sounds).

Metal

Description Not in
Canister Large oxygen tank, propane tank, welding tank.
Chain Metal chain.
Chainlink Chainlink fencing material.
Grenade Sounds like a small metal object when dropped, but sounds like dirt when stepped on. INFRA
Metal
Metal_barrel Larger metal barrel, metal oil drum.
In CS:GO, a thickness of 1 unit already blocks all bullets.
Floating_metal_barrel Surfaceprop alone does not define whether item can float. At least in Left 4 Dead 2
Metal_bouncy prop_physics and func_physbox with this surfaceprop will bounce around when dropped.
Metal_Box Smaller metal box (< 2' width/height/depth)
Metalgrate Metal grating, used for decking
Metalpanel Thick solid steel panel - used for solid wall, floor, machine construction.
Metalvent ~1mm thick metal
Paintcan Smaller metal can INFRA
Popcan Small aluminum can, full. INFRA
Roller Combine Roller mine material. INFRA
Slipperymetal Very low friction on which you slip and slide, just like ice.
Solidmetal Almost nothing is solid metal - so metal is sheet metal
Weapon Sounds for when weapons drop. INFRA

Wood

Description Not in
Wood Generic wood
Note.pngNote:materials should use wood_box, wood_crate, wood_plank, wood_panel etc.
Wood_Box
Wood_Crate Large crate, large wood furniture (bookcases, tables).
Wood_Furniture small wood furniture - chairs, small tables.
Wood_LowDensity Small crate. Day of Defeat: Source
Wood_Plank Wood board, floorboard, plank.
Wood_Panel Plywood panel, wood door panel.
Wood_Solid Solid 6x6 or greater block, post or tree.

Terrain

Description Not in
Dirt
Grass
Mud
Quicksand Does not let you sink like in quicksand.
Sand
Slipperyslime Very low friction on which you slip and slide, just like ice.

Liquid

Description Not in
Slime
Water If applied to brushes/models that are not using %compilewater, it will sound like water and spawn water particles when shot. But it will also draw bullet decals.
Wade Wade is a water material for walking in/on water at knee height.
If applied to brushes/models it will sound like water and spawn water particles when shot. But it will also draw bullet decals.
Titanfall Titanfall 2

Frozen

Description Not in
Ice Very low friction on which you slip and slide.
Snow
Icon-Bug.pngBug:Missing sound files for footsteps  (tested in: Left 4 Dead 2)

Organic

Description Not in
Alienflesh INFRA
Armorflesh Flesh for physics, metal for bullet fx.
Bloodyflesh Does not spawn bloody bullet decals in Left 4 Dead 2 INFRA
Flesh Medium-sized body. INFRA
Foliage
Watermelon Left 4 Dead seriesLeft 4 Dead series INFRA

Manufactured

Description Not in
Glass Pane of glass, computer screen, window, glass door...
Use Glassfloor in CS:GO if a glass floor shouldn't be more slippery than usual.
Glassbottle Glass soda bottle, cup, plate, jar...
Tile
Paper
Papercup INFRA
Cardboard
Plaster Drywall, office wall material, sheetrock.
Plastic_barrel Larger plastic barrel, hollow, soft plastic.
Plastic_barrel_buoyant Surfaceprop alone does not define whether item can float. At least in Left 4 Dead 2 Day of Defeat: Source
Plastic_Box Small - Medium plastic box, hard plastic.
Plastic Smaller generic hard plastic.
Rubber Solid rubber floor mat, solid rubber tire.
Rubbertire Hollow rubber tire
Slidingrubbertire Special material for monitoring vehicle handling per wheel.
Slidingrubbertire_front Special material for monitoring vehicle handling per axle.
Slidingrubbertire_rear Special material for monitoring vehicle handling per axle.
Jeeptire Tired for the drivable vehicles. Day of Defeat: Source
Brakingrubbertire Special material for monitoring vehicle handling per axle.
Porcelain Tubs, urinals, sinks, ect.

Miscellaneous

Description Not in
Carpet
Ceiling_tile Acoustic ceiling tiles, sound baffles, crumbly plaster. INFRA
Computer Technical equipment. Glass and plastic impact noises, but plastic bullet decals.
Pottery Ceramic pots.

Game-specific

The following surface properties are not part of the base scripts/surfaceproperties.txt and therefore not available in every game.
These lists only show the surfaceproperties that were added for that game. They still contain all the surfaceproperties in the above list, unless otherwise specified.

Note.pngNote:Various games are shipped with the scripts/surfaceproperties_hl2.txt from Half-Life 2. Some game's scripts/surfaceproperties_manifest.txt do not actually use these files though.
These tables are set up to only show the surfaceproperties that are used according to their manifests.

Half-Life 2 Half-Life 2

These surfaceprops were introduced specifically for Half-Life 2 and its episodes, but this file was shipped alongside numerous games.

$surfaceprop Description
Antlion
Antlionsand
Combine_Glass
Combine_Metal
Crowbar
Gunship
Metalvehicle
Metal_Seafloorcar Probably used for the E3 Seafloor map
Strider
Zombieflesh

Half-Life 2: Episode Two Half-Life 2: Episode Two

These surfaceprops were introduced for Half-Life 2: Episode Two. These are not available in Half-Life 2 and Half-Life 2: Episode One due to this surfaceproperties sript only being loaded when EP2 is active.

PlacementTip.pngWorkaround:Manually edit the scripts/surfaceproperties_hl2.txt in the base game to add the EP2 specific surfaceprops.
Alternatively, add the EP2 script file with its manifest as a mod.vpk to the base HL2.
$surfaceprop Description
Advisor_shield
Antlion_eggshell
Cavern_rock
Hunter
Jalopy Specifically for the EP2 vehicle.
Jalopytire Special material for monitoring vehicle handling per axle.
Slidingrubbertire_jalopyfront Special material for monitoring vehicle handling per axle.
Slidingrubbertire_jalopyrear Special material for monitoring vehicle handling per axle.

Alien Swarm Alien Swarm

Shipped with scripts/surfaceproperties_hl2.txt, which is still used.

$surfaceprop Description
Ammo_pickup Ammo supply boxes
Ice_noslide Ice, but without the ability to slide.
Snow_noslide Snow, but without the ability to slide.
Steam_pipe
stim_prop Stops glass breaking sounds from playing when stims are kicked around/shot
Antlion
Antlionsand
Combine_Glass
Combine_Metal
Crowbar
Gunship
Metalvehicle
Metal_Seafloorcar
Strider
Zombieflesh
Half-Life 2 leftover. See the Half-Life 2 List.

Counter-Strike: Source Counter-Strike: Source

Shipped with scripts/surfaceproperties_hl2.txt, but is unused according to its manifest.

$surfaceprop Description
Brass_Bell_Large
Brass_Bell_Medium
Brass_Bell_Small
Brass_Bell_Smallest
Various bells, playing different notes when shot.
Hay
Metalvehicle

Counter-Strike: Global Offensive Counter-Strike: Global Offensive

$surfaceprop Description
Asphalt
Brass_Bell_Large
Brass_Bell_Medium
Brass_Bell_Small
Brass_Bell_Smallest
Various bells, playing different notes when shot.
Blockbullets Blocks bullets entirely, because the Tools/ToolsBlockBullets doesn't really block bullets.
Clay Ceramic jug, mug.
Dufflebag_SurvivalCase Used for prop_money_crate.
Glassfloor Like Glass, but with a normal friction value.
Grate Uses "Metalgrate" as base and has no properties of its own. Probably a leftover.
Metal_Barrel_ExplodingSurvival Used for prop_exploding_barrel.
Metal_BarrelSoundOverride
Metal_Sand_Barrel Barrel of sand. A thickness of 1 unit already blocks all bullets.
Metal_Shield Uses weapon sounds for weapon_shield.
Metal_SurvivalCase Base for metal_survivalCase_unpunchable.
Metal_SurvivalCase_Unpunchable Used for prop_metal_crate.
Metal_VehicleSoundOverride
Metaldogtags Used for item_dogtags.
Metalvehicle
Puddle When shot, spawns refracting water splash particles
Plastic_SurvivalCase Used for the yellow prop_loot_crate.
Sheetrock Plaster like walls, except uses stone particles for bullet impacts.
Slowgrass Used for the tall grass material seen on dz_blacksite dz_blacksite. It's the only material that has the property hidetargetid 1.
Soccerball Used by the soccer ball prop seen on de_dust2 de_dust2.
Slipperyslide Like SlipperyMetal, but uses SolidMetal sounds.
Strongman_Bell Sounds like a boxing ring bell when hit.
Stucco
Sugarcane Same Sounds as Foliage, but uses "Dirt" as base, with lower density. As foliage uses higher density.
Tile_SurvivalCase Used by the blue and red prop_loot_crate, and prop_paradrop_crate.
Tile_SurvivalCase_GIB
Upholstery For Couches, sofas, car seats, ect.
Weapon_Magazine
Wet Doesn't actually do anything.
Wood_Basket Like Wood_Box but with different footstep sounds.
Wood_Dense Allows much less bullet penetration.
Jalopy
Jalopytire
Slidingrubbertire_jalopyfront
Slidingrubbertire_jalopyrear
Originally from Half-Life 2: Episode Two. See the Episode Two List.

Day of Defeat: Source Day of Defeat: Source

Shipped with scripts/surfaceproperties_hl2.txt, but is unused according to its manifest.
However, for some reason all those surface properties got added to its base surfaceproperties script.

$surfaceprop Description
Helmet special sounds when a helmet is shot.
Antlion
Antlionsand
Combine_Glass
Combine_Metal
Crowbar
Gunship
Metalvehicle
Metal_Seafloorcar
Strider
Zombieflesh
Half-Life 2 leftover. See the Half-Life 2 List.

Left 4 Dead Left 4 Dead

$surfaceprop Description
Asphalt
Clay Ceramic jug, mug.
Metalvehicle
Puddle When shot, spawns refracting water splash particles
Sheetrock Plaster like walls, except uses stone particles for bullet impacts.
Upholstery For Couches, sofas, car seats, ect.
Wet Doesn't actually do anything.

Left 4 Dead 2 Left 4 Dead 2

$surfaceprop Description
Asphalt
Clay Ceramic jug, mug.
Foliage_Leaf Same as Foliage, except is uses leaf sounds when stepped on. "Foliage" uses dirt sounds when walked on.
Grate Uses "Metalgrate" as base and has no properties of its own. Probably a leftover.
Metalvehicle
Puddle When shot, spawns refracting water splash particles
Sheetrock Plaster like walls, except uses stone particles for bullet impacts.
Slipperyslide Like SlipperyMetal, but uses SolidMetal sounds.
Strongman_Bell Sounds like a boxing ring bell when hit.
Sugarcane Same Sounds as Foliage, but uses "Dirt" as base, with lower density. As foliage uses higher density.
Upholstery For Couches, sofas, car seats, ect.
Wet Doesn't actually do anything.
Bat
Blade
Chainsaw
Cricketbat
Crowbar
Fireaxe
Fryingpan
Golfclub
Guitar
Pitchfork
Shovel
Sword
Like "Weapon" but used for the melee weapons, giving them unique sounds when dropped.

Portal Portal

Shipped with scripts/surfaceproperties_hl2.txt, which is still used.

$surfaceprop Description
Energyball Unsure what this is. But its listed in the portal surfaceprop file, based on "Glass".
"The portal energy ball needs perfectly reflective collisions, reguardless of what it hits".
Sphere The surfaceprop used for the ball in Advanced Chamber 17, based on "Metal".
The sphere needs to have elasticity and dampening set to create a more realistic bounce.
Antlion
Antlionsand
Combine_Glass
Combine_Metal
Crowbar
Gunship
Metalvehicle
Metal_Seafloorcar
Strider
Zombieflesh
Half-Life 2 leftover. See the Half-Life 2 List.

Portal 2 Portal 2

$surfaceprop Description
Brokenglass
Energyball Unsure what this is. But its listed in the portal surfaceprop file, based on "Glass".
"The portal energy ball needs perfectly reflective collisions, reguardless of what it hits".
Hard_light_bridge
PaintBomb Used to remove physics sounds from gel bombs.
painted_surface Has paint step sounds, but no other functions.
Reflective The surfaceprop for the Discouragement Redirection Cube, based on "MetalPanel" instead of "Metal_Box" (which makes it less bouncy).
Same description as "Energyball" in Portal: "The portal energy ball needs perfectly reflective collisions, regardless of what it hits".
Sphere The surfaceprop for the ball in original Portal, based on "Metal".
The sphere needs to have elasticity and dampening set to create a more realistic bounce.
Sphere2 The surfaceprop for the Edgeless Safety Cube.
Portal2's spehere is made of metal and isn't quite as bouncey [sic]
Turret_Gib Gib models of turrets use this.
Underground_Cube
WeightedCube_Bounce Extremely bouncy storage cube.

Team Fortress 2 Team Fortress 2

Shipped with scripts/surfaceproperties_hl2.txt, which is still used.

$surfaceprop Description
Ball_Bouncy Rubber bouncy ball.
Demoman_Grenade
Grenade_Napalm pyro napalm grenade.
Passtime_Ball Rubber Pass time ball from Tf2
Scout_Baseball Rubber baseball projectile.
Scout_Ornament Glass christmas tree ornament projectile.
Wasabiball Based on "Rubber".
Wrecking_ball
Antlion
Antlionsand
Combine_Glass
Combine_Metal
Crowbar
Gunship
Metalvehicle
Metal_Seafloorcar
Strider
Zombieflesh
Half-Life 2 leftover. See the Half-Life 2 List.


Third Party Games/mods

The following surfaceprops are added in popular non-Valve games, which can't be found in any official valve titles.

Black Mesa Black Mesa

Shipped with scripts/surfaceproperties_hl2.txt, which is still used.

$surfaceprop Description
Concretegrit
Conveyor_Off
Conveyor_On
Special properties for the conveyor belts.
Floating_Metal_Barrel_Bms Special version just for Black Mesa
Floating_Plastic_Barrel_Bms
Friction_Metal_00
Friction_Metal_10
Friction_Metal_15
Friction_Metal_25
Friction_Metal_35
Friction_Metal_45
Metals with various friction settings.
Hornet_Bouncy
Inttower Flesh walk sound used in the interloper tower interior
Leaves Black Mesa's version of "Foliage_leaf"
Metalpipe
Satchel Dufflebag material, or backpack.
Wet Doesn't actually do anything.
Xen_Root Fleshy tentacle roots in Xen.
Antlion
Antlionsand
Combine_Glass
Combine_Metal
Crowbar
Gunship
Metalvehicle
Metal_Seafloorcar
Strider
Zombieflesh
Half-Life 2 leftover. See the Half-Life 2 List.

Garry's Mod Garry's Mod

$surfaceprop Description
FrictionM_00
FrictionM_10
FrictionM_25
Friction_00
Friction_10
Friction_25
Material with default sounds, but with various friction settings.
Gmod_Bouncy
Gmod_Ice Very low friction on which you slip and slide.
Gmod_Silent
Gm_Ps_Egg
Gm_Ps_Metaltire
Gm_Ps_Soccerball
Gm_Ps_Woodentire
Gm_Torpedo
Hay
Phx_Explosiveball
Phx_Flakshell
Phx_Rubbertire
Phx_Rubbertire2
Phx_Tire_Normal
Phx_Ww2bomb
Plastic_Barrel_Verybuoyant Even more buoyant barrel.
Hunter
Jalopy
Jalopytire
Slidingrubbertire_jalopyfront
Slidingrubbertire_jalopyrear
Originally from Half-Life 2: Episode Two. See the Episode Two List.

INFRA INFRA

$surfaceprop Description
Alttile Only has different step sounds
Bag Dufflebag material, or backpack.
Balloon Based on plastic, but has a balloon popping sound when broken.
Crpt Same as Carpet in every way.
Puddle When shot, spawns refracting water splash particles.
Except that Infra does not have weapons.

Postal III Postal III

Shipped with scripts/surfaceproperties_hl2.txt and scripts/surfaceproperties_ep2.txt, which are still used.

$surfaceprop Description
match Used for the matches.
drocha Used for the cum tissues in Pornworld.
ground Same as Concrete in every way.
Antlion
Antlionsand
Combine_Glass
Combine_Metal
Crowbar
Gunship
Metalvehicle
Metal_Seafloorcar
Strider
Zombieflesh
Half-Life 2 leftovers. See the Half-Life 2 List.
Advisor_shield
Antlion_eggshell
Cavern_rock
Hunter
Jalopy
Jalopytire
Slidingrubbertire_jalopyfront
Slidingrubbertire_jalopyrear
Half-Life 2: Episode Two leftovers. See the Episode Two List.

Titanfall Titanfall

$surfaceprop Description
Arc_Grenade
Asphalt
Bouncygrenade
Glass_Breakable
Grenade_Triple_Threat
Metal_Spectre
Metal_Titan
Shellcasing_Large
Shellcasing_Small
XO_Shield
Brokenglass
PaintBomb
Reflective
Sphere2
Turret_Gib
Underground_Cube
WeightedCube_Bounce
Portal 2 leftovers. See the Portal 2 List.

Titanfall 2 Titanfall 2

Almost completely identical to Titanfall, but with most scraperough, scrapesmooth, impacthard and impactsoft settings being commented out.

$surfaceprop Description
Flyerflesh
unused_slot_to_prevent_renumbering
Note.pngNote:Likely not intented as an actual surface property.

See also