Skip to content

Commit

Permalink
Fix the triggers again
Browse files Browse the repository at this point in the history
Trigger_multiples should now work correctly for Coop too.
  • Loading branch information
TeamSpen210 committed Nov 2, 2014
1 parent b2e7315 commit 286cee8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion portal2_dlc2/BEE2/items/clean_collection.beec
Original file line number Diff line number Diff line change
Expand Up @@ -4081,7 +4081,7 @@
"CONNECTION_STANDARD"
{
"Activate" "instance:trigger;OnStartTouch"
"Deactivate" "instance:trigger;OnEndTouchAll"
"Deactivate" "instance:trigger;OnEndTouchAll"
}
}
"ConnectionPoints"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versioninfo
{
"editorversion" "400"
"editorbuild" "6432"
"mapversion" "15"
"mapversion" "19"
"formatversion" "100"
"prefab" "0"
}
Expand All @@ -20,7 +20,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "15"
"mapversion" "19"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versioninfo
{
"editorversion" "400"
"editorbuild" "6432"
"mapversion" "19"
"mapversion" "21"
"formatversion" "100"
"prefab" "0"
}
Expand All @@ -20,7 +20,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "19"
"mapversion" "21"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand Down Expand Up @@ -49,12 +49,12 @@ entity
"origin" "0 0 0"
"spawnflags" "4097"
"StartDisabled" "0"
"targetname" "trigger_block"
"targetname" "trigger"
"wait" "1"
connections
{
"OnStartTouch" "proxyProxyRelay0-1"
"OnEndTouch" "proxyProxyRelay0-1"
"OnEndTouchAll" "proxyProxyRelay0-1"
}
solid
{
Expand Down
6 changes: 3 additions & 3 deletions sdk_content/maps/instances/p2editor_clean/trigger_once.vmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versioninfo
{
"editorversion" "400"
"editorbuild" "6432"
"mapversion" "17"
"mapversion" "18"
"formatversion" "100"
"prefab" "0"
}
Expand All @@ -20,7 +20,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "17"
"mapversion" "18"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand Down Expand Up @@ -49,7 +49,7 @@ entity
"origin" "0 0 0"
"spawnflags" "4097"
"StartDisabled" "0"
"targetname" "trigger_block"
"targetname" "trigger"
connections
{
"OnStartTouch" "proxyProxyRelay0-1"
Expand Down

0 comments on commit 286cee8

Please sign in to comment.