Skip to content

Commit

Permalink
Merge pull request #159 from BSVino/fix-holdingcell-drums
Browse files Browse the repository at this point in the history
Changed a few drums from prop_physics to prop_physics_multiplayer
  • Loading branch information
TomyLobo authored Dec 24, 2020
2 parents 7adde12 + 454dd13 commit b7f86d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
19 changes: 12 additions & 7 deletions mp/game-src/dab/maps/da_holdingcell.vmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versioninfo
{
"editorversion" "400"
"editorbuild" "6411"
"mapversion" "5080"
"mapversion" "5081"
"formatversion" "100"
"prefab" "0"
}
Expand All @@ -20,7 +20,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "5080"
"mapversion" "5081"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand Down Expand Up @@ -339472,7 +339472,7 @@ entity
entity
{
"id" "69244"
"classname" "prop_physics"
"classname" "prop_physics_multiplayer"
"angles" "0 22.5 0"
"damagetoenablemotion" "0"
"Damagetype" "0"
Expand All @@ -339494,6 +339494,7 @@ entity
"nodamageforces" "0"
"PerformanceMode" "0"
"physdamagescale" "0.1"
"physicsmode" "0"
"pressuredelay" "0"
"renderamt" "255"
"rendercolor" "255 255 255"
Expand Down Expand Up @@ -422825,7 +422826,7 @@ entity
entity
{
"id" "268752"
"classname" "prop_physics"
"classname" "prop_physics_multiplayer"
"angles" "0 22.5 0"
"damagetoenablemotion" "0"
"Damagetype" "0"
Expand All @@ -422847,6 +422848,7 @@ entity
"nodamageforces" "0"
"PerformanceMode" "0"
"physdamagescale" "0.1"
"physicsmode" "0"
"pressuredelay" "0"
"renderamt" "255"
"rendercolor" "255 255 255"
Expand All @@ -422867,7 +422869,7 @@ entity
entity
{
"id" "268782"
"classname" "prop_physics"
"classname" "prop_physics_multiplayer"
"angles" "0 67.5 0"
"damagetoenablemotion" "0"
"Damagetype" "0"
Expand All @@ -422889,6 +422891,7 @@ entity
"nodamageforces" "0"
"PerformanceMode" "0"
"physdamagescale" "0.1"
"physicsmode" "0"
"pressuredelay" "0"
"renderamt" "255"
"rendercolor" "255 255 255"
Expand Down Expand Up @@ -422993,7 +422996,7 @@ entity
entity
{
"id" "268867"
"classname" "prop_physics"
"classname" "prop_physics_multiplayer"
"angles" "0 67.5 0"
"damagetoenablemotion" "0"
"Damagetype" "0"
Expand All @@ -423015,6 +423018,7 @@ entity
"nodamageforces" "0"
"PerformanceMode" "0"
"physdamagescale" "0.1"
"physicsmode" "0"
"pressuredelay" "0"
"renderamt" "255"
"rendercolor" "255 255 255"
Expand All @@ -423035,7 +423039,7 @@ entity
entity
{
"id" "268871"
"classname" "prop_physics"
"classname" "prop_physics_multiplayer"
"angles" "0 22.5 0"
"damagetoenablemotion" "0"
"Damagetype" "0"
Expand All @@ -423057,6 +423061,7 @@ entity
"nodamageforces" "0"
"PerformanceMode" "0"
"physdamagescale" "0.1"
"physicsmode" "0"
"pressuredelay" "0"
"renderamt" "255"
"rendercolor" "255 255 255"
Expand Down
4 changes: 2 additions & 2 deletions mp/game/dab/maps/da_holdingcell.bsp
Git LFS file not shown

0 comments on commit b7f86d6

Please sign in to comment.