-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed the logic_relays from them, they aren't needed!
- Loading branch information
1 parent
05b4af1
commit 6c25a89
Showing
3 changed files
with
427 additions
and
0 deletions.
There are no files selected for viewing
129 changes: 129 additions & 0 deletions
129
sdk_content/maps/instances/p2editor_clean/trigger_autosave.vmf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
versioninfo | ||
{ | ||
"editorversion" "400" | ||
"editorbuild" "6432" | ||
"mapversion" "15" | ||
"formatversion" "100" | ||
"prefab" "0" | ||
} | ||
visgroups | ||
{ | ||
} | ||
viewsettings | ||
{ | ||
"bSnapToGrid" "1" | ||
"bShowGrid" "1" | ||
"bShowLogicalGrid" "0" | ||
"nGridSpacing" "32" | ||
"bShow3DGrid" "0" | ||
} | ||
world | ||
{ | ||
"id" "1" | ||
"mapversion" "15" | ||
"classname" "worldspawn" | ||
"detailmaterial" "detail/detailsprites" | ||
"detailvbsp" "detail.vbsp" | ||
"maxblobcount" "250" | ||
"maxpropscreenwidth" "-1" | ||
"skyname" "sky_black_nofog" | ||
} | ||
entity | ||
{ | ||
"id" "38" | ||
"classname" "trigger_autosave" | ||
"DangerousTimer" "0" | ||
"MinimumHitPoints" "0" | ||
"NewLevelUnit" "0" | ||
solid | ||
{ | ||
"id" "22" | ||
side | ||
{ | ||
"id" "1" | ||
"plane" "(-64 64 64) (64 64 64) (64 -64 64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[1 0 0 0] 0.25" | ||
"vaxis" "[0 -1 0 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "2" | ||
"plane" "(-64 -64 -64) (64 -64 -64) (64 64 -64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[1 0 0 0] 0.25" | ||
"vaxis" "[0 -1 0 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "3" | ||
"plane" "(-64 64 64) (-64 -64 64) (-64 -64 -64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[0 1 0 0] 0.25" | ||
"vaxis" "[0 0 -1 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "4" | ||
"plane" "(64 64 -64) (64 -64 -64) (64 -64 64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[0 1 0 0] 0.25" | ||
"vaxis" "[0 0 -1 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "5" | ||
"plane" "(64 64 64) (-64 64 64) (-64 64 -64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[1 0 0 0] 0.25" | ||
"vaxis" "[0 0 -1 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "6" | ||
"plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[1 0 0 0] 0.25" | ||
"vaxis" "[0 0 -1 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
editor | ||
{ | ||
"color" "220 30 220" | ||
"visgroupshown" "1" | ||
"visgroupautoshown" "1" | ||
} | ||
} | ||
editor | ||
{ | ||
"color" "220 30 220" | ||
"visgroupshown" "1" | ||
"visgroupautoshown" "1" | ||
"logicalpos" "[0 500]" | ||
} | ||
} | ||
cameras | ||
{ | ||
"activecamera" "-1" | ||
} | ||
cordons | ||
{ | ||
"active" "0" | ||
} |
150 changes: 150 additions & 0 deletions
150
sdk_content/maps/instances/p2editor_clean/trigger_multiple.vmf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
versioninfo | ||
{ | ||
"editorversion" "400" | ||
"editorbuild" "6432" | ||
"mapversion" "19" | ||
"formatversion" "100" | ||
"prefab" "0" | ||
} | ||
visgroups | ||
{ | ||
} | ||
viewsettings | ||
{ | ||
"bSnapToGrid" "1" | ||
"bShowGrid" "1" | ||
"bShowLogicalGrid" "0" | ||
"nGridSpacing" "16" | ||
"bShow3DGrid" "0" | ||
} | ||
world | ||
{ | ||
"id" "1" | ||
"mapversion" "19" | ||
"classname" "worldspawn" | ||
"detailmaterial" "detail/detailsprites" | ||
"detailvbsp" "detail.vbsp" | ||
"maxblobcount" "250" | ||
"maxpropscreenwidth" "-1" | ||
"skyname" "sky_black_nofog" | ||
} | ||
entity | ||
{ | ||
"id" "26" | ||
"classname" "func_instance_io_proxy" | ||
"targetname" "proxy" | ||
"origin" "0 0 0" | ||
editor | ||
{ | ||
"color" "220 30 220" | ||
"visgroupshown" "1" | ||
"visgroupautoshown" "1" | ||
"logicalpos" "[0 9000]" | ||
} | ||
} | ||
entity | ||
{ | ||
"id" "38" | ||
"classname" "trigger_multiple" | ||
"origin" "0 0 0" | ||
"spawnflags" "4097" | ||
"StartDisabled" "0" | ||
"targetname" "trigger_block" | ||
"wait" "1" | ||
connections | ||
{ | ||
"OnStartTouch" "proxyProxyRelay0-1" | ||
"OnEndTouch" "proxyProxyRelay0-1" | ||
} | ||
solid | ||
{ | ||
"id" "22" | ||
side | ||
{ | ||
"id" "1" | ||
"plane" "(-64 64 64) (64 64 64) (64 -64 64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[1 0 0 0] 0.25" | ||
"vaxis" "[0 -1 0 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "2" | ||
"plane" "(-64 -64 -64) (64 -64 -64) (64 64 -64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[1 0 0 0] 0.25" | ||
"vaxis" "[0 -1 0 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "3" | ||
"plane" "(-64 64 64) (-64 -64 64) (-64 -64 -64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[0 1 0 0] 0.25" | ||
"vaxis" "[0 0 -1 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "4" | ||
"plane" "(64 64 -64) (64 -64 -64) (64 -64 64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[0 1 0 0] 0.25" | ||
"vaxis" "[0 0 -1 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "5" | ||
"plane" "(64 64 64) (-64 64 64) (-64 64 -64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[1 0 0 0] 0.25" | ||
"vaxis" "[0 0 -1 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
side | ||
{ | ||
"id" "6" | ||
"plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 64)" | ||
"material" "TOOLS/TOOLSTRIGGER" | ||
"uaxis" "[1 0 0 0] 0.25" | ||
"vaxis" "[0 0 -1 0] 0.25" | ||
"rotation" "0" | ||
"lightmapscale" "16" | ||
"smoothing_groups" "0" | ||
} | ||
editor | ||
{ | ||
"color" "220 30 220" | ||
"visgroupshown" "1" | ||
"visgroupautoshown" "1" | ||
} | ||
} | ||
editor | ||
{ | ||
"color" "220 30 220" | ||
"visgroupshown" "1" | ||
"visgroupautoshown" "1" | ||
"logicalpos" "[0 500]" | ||
} | ||
} | ||
cameras | ||
{ | ||
"activecamera" "-1" | ||
} | ||
cordons | ||
{ | ||
"active" "0" | ||
} |
Oops, something went wrong.