Skip to content

Commit

Permalink
Fix #4263: 50s SP entrance 3 not functioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 15, 2022
1 parent 7072c92 commit a1c3b03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Fix internal dimensions for Clean Large Observation Room.
* Fix 80s SP Lobby entrance not working.
* Fix Overgrown Excursion Funnels and reversed funnels not being visible in published maps.
* Fix #4263: 50s SP entrances having a few compile errors.

------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
{
"gel_bounce" { "has" "bluegel" }
"gel_speed" { "has" "orangegel" }
"gel_dropper" { "has" "GelDropper" }
"spallation" { "has" "funnel" }
"danger" { "has" "deadly" }
"platform"
Expand Down
16 changes: 8 additions & 8 deletions packages/styles/oldAp/templates/sp_entry_corridors/50s/3.vmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versioninfo
{
"editorversion" "400"
"editorbuild" "8997"
"mapversion" "7"
"mapversion" "10"
"formatversion" "100"
"prefab" "0"
}
Expand Down Expand Up @@ -33,12 +33,6 @@ visgroups
"color" "141 130 251"
}
visgroup
{
"name" "safetyfirst"
"visgroupid" "14"
"color" "246 207 236"
}
visgroup
{
"name" "airpockets"
"visgroupid" "15"
Expand All @@ -56,6 +50,12 @@ visgroups
"visgroupid" "20"
"color" "230 159 140"
}
visgroup
{
"name" "danger"
"visgroupid" "14"
"color" "222 135 148"
}
}
viewsettings
{
Expand All @@ -68,7 +68,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "7"
"mapversion" "10"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand Down

0 comments on commit a1c3b03

Please sign in to comment.