Skip to content

Commit

Permalink
Fix #4052: Remove brushwork for 80s chamberlock
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Jan 13, 2022
1 parent 1c66f6d commit 8195b66
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tspen/checkpoint/items/sp_check_80s.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Result"
{
"ChangeInstance" "instances/BEE2/80s/items/tspen/chamberlock.vmf"
"TemplateBrush" "TSPEN_CHAMBERLOCK_80s"
}
"Condition"
{
Expand Down
89 changes: 89 additions & 0 deletions packages/tspen/checkpoint/templates/chamberlock_80s.vmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
versioninfo
{
"editorversion" "400"
"editorbuild" "8973"
"mapversion" "93"
"formatversion" "100"
"prefab" "0"
}
visgroups
{
}
viewsettings
{
"bSnapToGrid" "1"
"bShowGrid" "1"
"bShowLogicalGrid" "0"
"nGridSpacing" "16"
"bShow3DGrid" "0"
}
world
{
"id" "1"
"mapversion" "93"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
"maxblobcount" "250"
"maxpropscreenwidth" "-1"
"skyname" "sky_black_nofog"
}
entity
{
"id" "3556"
"classname" "bee2_template_voxelsetter"
"angles" "0 0 180"
"force" "0"
"skin" "5"
"origin" "0 0 -192"
editor
{
"color" "220 30 220"
"visgroupshown" "1"
"visgroupautoshown" "1"
"logicalpos" "[0 0]"
}
}
entity
{
"id" "3558"
"classname" "bee2_template_voxelsetter"
"angles" "0 0 0"
"force" "0"
"skin" "5"
"origin" "0 0 -64"
editor
{
"color" "220 30 220"
"visgroupshown" "1"
"visgroupautoshown" "1"
"logicalpos" "[0 0]"
}
}
entity
{
"id" "1704"
"classname" "bee2_template_conf"
"detail_auto_visgroup" "0"
"discard_brushes" "0"
"temp_type" "world"
"template_id" "TSPEN_CHAMBERLOCK_80s"
"origin" "0 0 -32"
editor
{
"color" "220 30 220"
"visgroupid" "65535"
"visgroupshown" "1"
"visgroupautoshown" "1"
"comments" "80s doesn't need the frame at all."
"logicalpos" "[0 0]"
}
}
cameras
{
"activecamera" "-1"
}
cordons
{
"active" "0"
}

0 comments on commit 8195b66

Please sign in to comment.