From e0d9187eaad21f279f695af3c331c389ce6f892f Mon Sep 17 00:00:00 2001 From: ENDERZOMBI102 <36399599+ENDERZOMBI102@users.noreply.github.com> Date: Tue, 4 Jun 2019 18:23:39 +0200 Subject: [PATCH] Add files via upload --- .../cube_trigger_multiple.vmf | 175 + .../cube_trigger_once.vmf | 515 +++ .../bens_extended_editor/trigger_autosave.vmf | 515 +++ resources/instances/p2editor/Gravity_gun.vmf | 1237 +++++++ .../instances/p2editor/Gravity_gun_mark_2.vmf | 1558 ++++++++ resources/instances/p2editor/Paint_gun.vmf | 688 ++++ .../instances/p2editor/Paint_gun_mark_2.vmf | 835 +++++ resources/instances/p2editor/fire.vmf | 234 ++ .../instances/p2editor/fizzled_cube_black.vmf | 98 + .../instances/p2editor/fizzled_cube_white.vmf | 98 + .../p2editor/held_painted_cube_black.vmf | 570 +++ .../p2editor/held_painted_cube_white.vmf | 570 +++ .../p2editor/imbeded_button_cube_black.vmf | 945 +++++ .../p2editor/imbeded_button_cube_white.vmf | 945 +++++ .../p2editor/imbeded_button_normal_black.vmf | 945 +++++ .../p2editor/imbeded_button_normal_white.vmf | 945 +++++ .../p2editor/imbeded_button_sphere_black.vmf | 944 +++++ .../p2editor/imbeded_button_sphere_white.vmf | 944 +++++ .../instances/p2editor/painted_cube_black.vmf | 98 + .../instances/p2editor/painted_cube_white.vmf | 98 + resources/instances/p2editor/pd_black.vmf | 436 +++ resources/instances/p2editor/pd_white.vmf | 436 +++ resources/instances/p2editor/radio.vmf | 269 ++ resources/instances/p2editor/ratpd_black.vmf | 436 +++ resources/instances/p2editor/ratpd_white.vmf | 436 +++ .../instances/p2editor/turret_detector.vmf | 1022 ++++++ resources/instances/p2editor/water_block.vmf | 144 + .../instances/p2editor_art/trigger_kill.vmf | 168 + .../p2editor_destroyed/cube_companion.vmf | 117 + .../p2editor_destroyed/cube_monster.vmf | 135 + .../p2editor_destroyed/cube_reflection.vmf | 111 + .../p2editor_destroyed/cube_sphere.vmf | 110 + .../p2editor_destroyed/cube_standard.vmf | 115 + .../floor_ball_button_black.vmf | 1610 ++++++++ .../floor_ball_button_white.vmf | 1892 ++++++++++ .../floor_button_black_intact.vmf | 3246 +++++++++++++++++ .../floor_button_white_intact.vmf | 3246 +++++++++++++++++ .../floor_cube_button_black.vmf | 972 +++++ .../floor_cube_button_white.vmf | 972 +++++ .../observation_room_128x128_1.vmf | 876 +++++ .../observation_room_256x128_1.vmf | 1483 ++++++++ .../p2editor_destroyed/pedestal_button.vmf | 280 ++ .../skybox_area_128x128_1.vmf | 1529 ++++++++ 43 files changed, 32998 insertions(+) create mode 100644 resources/instances/bens_extended_editor/cube_trigger_multiple.vmf create mode 100644 resources/instances/bens_extended_editor/cube_trigger_once.vmf create mode 100644 resources/instances/bens_extended_editor/trigger_autosave.vmf create mode 100644 resources/instances/p2editor/Gravity_gun.vmf create mode 100644 resources/instances/p2editor/Gravity_gun_mark_2.vmf create mode 100644 resources/instances/p2editor/Paint_gun.vmf create mode 100644 resources/instances/p2editor/Paint_gun_mark_2.vmf create mode 100644 resources/instances/p2editor/fire.vmf create mode 100644 resources/instances/p2editor/fizzled_cube_black.vmf create mode 100644 resources/instances/p2editor/fizzled_cube_white.vmf create mode 100644 resources/instances/p2editor/held_painted_cube_black.vmf create mode 100644 resources/instances/p2editor/held_painted_cube_white.vmf create mode 100644 resources/instances/p2editor/imbeded_button_cube_black.vmf create mode 100644 resources/instances/p2editor/imbeded_button_cube_white.vmf create mode 100644 resources/instances/p2editor/imbeded_button_normal_black.vmf create mode 100644 resources/instances/p2editor/imbeded_button_normal_white.vmf create mode 100644 resources/instances/p2editor/imbeded_button_sphere_black.vmf create mode 100644 resources/instances/p2editor/imbeded_button_sphere_white.vmf create mode 100644 resources/instances/p2editor/painted_cube_black.vmf create mode 100644 resources/instances/p2editor/painted_cube_white.vmf create mode 100644 resources/instances/p2editor/pd_black.vmf create mode 100644 resources/instances/p2editor/pd_white.vmf create mode 100644 resources/instances/p2editor/radio.vmf create mode 100644 resources/instances/p2editor/ratpd_black.vmf create mode 100644 resources/instances/p2editor/ratpd_white.vmf create mode 100644 resources/instances/p2editor/turret_detector.vmf create mode 100644 resources/instances/p2editor/water_block.vmf create mode 100644 resources/instances/p2editor_art/trigger_kill.vmf create mode 100644 resources/instances/p2editor_destroyed/cube_companion.vmf create mode 100644 resources/instances/p2editor_destroyed/cube_monster.vmf create mode 100644 resources/instances/p2editor_destroyed/cube_reflection.vmf create mode 100644 resources/instances/p2editor_destroyed/cube_sphere.vmf create mode 100644 resources/instances/p2editor_destroyed/cube_standard.vmf create mode 100644 resources/instances/p2editor_destroyed/floor_ball_button_black.vmf create mode 100644 resources/instances/p2editor_destroyed/floor_ball_button_white.vmf create mode 100644 resources/instances/p2editor_destroyed/floor_button_black_intact.vmf create mode 100644 resources/instances/p2editor_destroyed/floor_button_white_intact.vmf create mode 100644 resources/instances/p2editor_destroyed/floor_cube_button_black.vmf create mode 100644 resources/instances/p2editor_destroyed/floor_cube_button_white.vmf create mode 100644 resources/instances/p2editor_destroyed/observation_room_128x128_1.vmf create mode 100644 resources/instances/p2editor_destroyed/observation_room_256x128_1.vmf create mode 100644 resources/instances/p2editor_destroyed/pedestal_button.vmf create mode 100644 resources/instances/p2editor_destroyed/skybox_area_128x128_1.vmf diff --git a/resources/instances/bens_extended_editor/cube_trigger_multiple.vmf b/resources/instances/bens_extended_editor/cube_trigger_multiple.vmf new file mode 100644 index 0000000..72f176f --- /dev/null +++ b/resources/instances/bens_extended_editor/cube_trigger_multiple.vmf @@ -0,0 +1,175 @@ +versioninfo +{ +"editorversion" "400" +"editorbuild" "6432" +"mapversion" "13" +"formatversion" "100" +"prefab" "0" +} +visgroups +{ +} +world +{ +"id" "2" +"classname" "worldspawn" +"mapversion" "13" +"skyname" "sky_black_nofog" +editor +{ +"color" "0 0 0" +"visgroupshown" "1" +"visgroupautoshown" "1" +"logicalpos" "[0 2]" +"comments" "" +} +} +entity +{ +"id" "229" +"classname" "func_instance_io_proxy" +"origin" "0 0 -36" +"targetname" "proxy" +connections +{ +"OnProxyRelay" "togFireUser10-1" +"OnProxyRelay" "togFireUser20-1" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +"logicalpos" "[0 2000]" +"comments" "" +} +} +entity +{ +"id" "164" +"classname" "env_texturetoggle" +"origin" "0 0 -52" +"target" "sign" +"targetname" "tog" +connections +{ +"OnUser1" "togSetTextureIndex00-1" +"OnUser2" "togSetTextureIndex10-1" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +"logicalpos" "[0 2000]" +"comments" "" +} +} +entity +{ +"id" "5" +"classname" "func_brush" +"disableflashlight" "0" +"disablereceiveshadows" "0" +"disableshadowdepth" "0" +"disableshadows" "1" +"drawinfastreflection" "0" +"inputfilter" "0" +"invert_exclusion" "0" +"origin" "0 0 0" +"renderamt" "255" +"rendercolor" "255 255 255" +"renderfx" "0" +"rendermode" "0" +"shadowdepthnocache" "0" +"solidbsp" "0" +"solidity" "1" +"spawnflags" "2" +"startdisabled" "0" +"targetname" "sign" +"vrad_brush_cast_shadows" "0" +solid +{ +"id" "129" +side +{ +"id" "156" +"plane" "(-16 -16 -60) (-16 16 -60) (16 16 -60)" +"material" "SIGNAGE/SIGNAGE_DOORSTATE_OLD" +"uaxis" "[1 0 0 -64] 0.25" +"vaxis" "[0 -1 0 64] 0.25" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "155" +"plane" "(-16 16 -62) (-16 -16 -62) (16 -16 -62)" +"material" "SIGNAGE/SIGNAGE_DOORSTATE_OLD" +"uaxis" "[1 0 0 -64] 0.25" +"vaxis" "[0 -1 0 64] 0.25" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "154" +"plane" "(-16 -16 -62) (-16 16 -62) (-16 16 -60)" +"material" "SIGNAGE/SIGNAGE_DOORSTATE_OLD" +"uaxis" "[0 0 1 112] 0.25" +"vaxis" "[0 -1 0 64] 0.25" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "153" +"plane" "(16 16 -62) (16 -16 -62) (16 -16 -60)" +"material" "SIGNAGE/SIGNAGE_DOORSTATE_OLD" +"uaxis" "[0 0 -1 -112] 0.25" +"vaxis" "[0 -1 0 64] 0.25" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "152" +"plane" "(-16 16 -62) (16 16 -62) (16 16 -60)" +"material" "SIGNAGE/SIGNAGE_DOORSTATE_OLD" +"uaxis" "[1 0 0 -64] 0.25" +"vaxis" "[0 0 1 112] 0.25" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "151" +"plane" "(16 -16 -62) (-16 -16 -62) (-16 -16 -60)" +"material" "SIGNAGE/SIGNAGE_DOORSTATE_OLD" +"uaxis" "[1 0 0 -64] 0.25" +"vaxis" "[0 0 -1 -112] 0.25" +"rotation" "0.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]" +"comments" "" +} +} \ No newline at end of file diff --git a/resources/instances/bens_extended_editor/cube_trigger_once.vmf b/resources/instances/bens_extended_editor/cube_trigger_once.vmf new file mode 100644 index 0000000..6d023b1 --- /dev/null +++ b/resources/instances/bens_extended_editor/cube_trigger_once.vmf @@ -0,0 +1,515 @@ +versioninfo +{ +"editorversion" "400" +"editorbuild" "6432" +"mapversion" "7" +"formatversion" "100" +"prefab" "0" +} +visgroups +{ +} +world +{ +"id" "2" +"classname" "worldspawn" +"mapversion" "7" +"skyname" "sky_black_nofog" +editor +{ +"color" "0 0 0" +"visgroupshown" "1" +"visgroupautoshown" "1" +"logicalpos" "[0 2]" +"comments" "" +} +} +entity +{ +"id" "5" +"classname" "func_brush" +"disableflashlight" "0" +"disablereceiveshadows" "0" +"disableshadowdepth" "0" +"disableshadows" "1" +"drawinfastreflection" "0" +"inputfilter" "0" +"invert_exclusion" "0" +"origin" "0 0 0" +"parentname" "trigger" +"renderamt" "255" +"rendercolor" "255 255 255" +"renderfx" "0" +"rendermode" "0" +"shadowdepthnocache" "0" +"solidbsp" "0" +"solidity" "1" +"spawnflags" "2" +"startdisabled" "0" +"targetname" "ghost" +"vrad_brush_cast_shadows" "0" +solid +{ +"id" "57" +side +{ +"id" "30" +"plane" "(-62 -62 62) (-64 -64 64) (-64 64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[1 0 0 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "29" +"plane" "(-64 64 -64) (-64 -64 -64) (-62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "28" +"plane" "(-64 -64 -64) (-64 64 -64) (-64 64 64)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[0 -1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "27" +"plane" "(-64 64 -64) (-62 62 -62) (-62 62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "26" +"plane" "(-64 -64 64) (-62 -62 62) (-62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "25" +"plane" "(-62 62 -62) (-62 -62 -62) (-62 -62 62)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[0 1 0 32] 1.9375" +"vaxis" "[0 0 -1 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "60" +side +{ +"id" "42" +"plane" "(62 62 62) (64 64 64) (64 -64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "41" +"plane" "(64 -64 -64) (64 64 -64) (62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[1 0 0 -32] 2" +"vaxis" "[0 1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "40" +"plane" "(64 64 -64) (64 -64 -64) (64 -64 64)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "39" +"plane" "(64 -64 -64) (62 -62 -62) (62 -62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[1 0 0 -32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "38" +"plane" "(64 64 64) (62 62 62) (62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "37" +"plane" "(62 -62 -62) (62 62 -62) (62 62 62)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[0 -1 0 32] 1.9375" +"vaxis" "[0 0 -1 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "120" +side +{ +"id" "60" +"plane" "(62 -62 62) (64 -64 64) (-64 -64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "59" +"plane" "(-64 -64 -64) (64 -64 -64) (62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 -1 0 -32] 2" +"vaxis" "[1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "58" +"plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 64)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "57" +"plane" "(-64 -64 -64) (-62 -62 -62) (-62 -62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 -1 0 -32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "56" +"plane" "(64 -64 64) (62 -62 62) (62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "55" +"plane" "(-62 -62 -62) (62 -62 -62) (62 -62 62)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[-1 0 0 32] 1.9375" +"vaxis" "[0 0 -1 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "121" +side +{ +"id" "66" +"plane" "(-62 62 62) (-64 64 64) (64 64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 -1 0 32] 2" +"vaxis" "[-1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "65" +"plane" "(64 64 -64) (-64 64 -64) (-62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[-1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "64" +"plane" "(-64 64 -64) (64 64 -64) (64 64 64)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "63" +"plane" "(64 64 -64) (62 62 -62) (62 62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "62" +"plane" "(-64 64 64) (-62 62 62) (-62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 -1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "61" +"plane" "(62 62 -62) (-62 62 -62) (-62 62 62)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[1 0 0 32] 1.9375" +"vaxis" "[0 0 -1 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "126" +side +{ +"id" "84" +"plane" "(62 62 62) (64 64 64) (-64 64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 -1 32] 2" +"vaxis" "[1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "83" +"plane" "(-64 -64 64) (64 -64 64) (62 -62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 1 -32] 2" +"vaxis" "[1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "82" +"plane" "(64 -64 64) (-64 -64 64) (-64 64 64)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[1 0 0 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "81" +"plane" "(-64 -64 64) (-62 -62 62) (-62 62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 1 -32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "80" +"plane" "(64 64 64) (62 62 62) (62 -62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 -1 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "79" +"plane" "(-62 -62 62) (62 -62 62) (62 62 62)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[-1 0 0 32] 1.9375" +"vaxis" "[0 -1 0 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "127" +side +{ +"id" "90" +"plane" "(-62 62 -62) (-64 64 -64) (64 64 -64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 1 32] 2" +"vaxis" "[-1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "89" +"plane" "(64 -64 -64) (-64 -64 -64) (-62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 -1 32] 2" +"vaxis" "[-1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "88" +"plane" "(-64 -64 -64) (64 -64 -64) (64 64 -64)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "87" +"plane" "(64 -64 -64) (62 -62 -62) (62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 -1 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "86" +"plane" "(-64 64 -64) (-62 62 -62) (-62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 1 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "85" +"plane" "(62 -62 -62) (-62 -62 -62) (-62 62 -62)" +"material" "BEE2/TRIG_GHOST/ONCE" +"uaxis" "[1 0 0 32] 1.9375" +"vaxis" "[0 -1 0 32] 1.9375" +"rotation" "0.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]" +"comments" "" +} +} \ No newline at end of file diff --git a/resources/instances/bens_extended_editor/trigger_autosave.vmf b/resources/instances/bens_extended_editor/trigger_autosave.vmf new file mode 100644 index 0000000..4de1233 --- /dev/null +++ b/resources/instances/bens_extended_editor/trigger_autosave.vmf @@ -0,0 +1,515 @@ +versioninfo +{ +"editorversion" "400" +"editorbuild" "6432" +"mapversion" "8" +"formatversion" "100" +"prefab" "0" +} +visgroups +{ +} +world +{ +"id" "2" +"classname" "worldspawn" +"mapversion" "8" +"skyname" "sky_black_nofog" +editor +{ +"color" "0 0 0" +"visgroupshown" "1" +"visgroupautoshown" "1" +"logicalpos" "[0 2]" +"comments" "" +} +} +entity +{ +"id" "5" +"classname" "func_brush" +"disableflashlight" "0" +"disablereceiveshadows" "0" +"disableshadowdepth" "0" +"disableshadows" "1" +"drawinfastreflection" "0" +"inputfilter" "0" +"invert_exclusion" "0" +"origin" "0 0 0" +"parentname" "trigger" +"renderamt" "255" +"rendercolor" "255 255 255" +"renderfx" "0" +"rendermode" "0" +"shadowdepthnocache" "0" +"solidbsp" "0" +"solidity" "1" +"spawnflags" "2" +"startdisabled" "0" +"targetname" "ghost" +"vrad_brush_cast_shadows" "0" +solid +{ +"id" "57" +side +{ +"id" "30" +"plane" "(-62 -62 62) (-64 -64 64) (-64 64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[1 0 0 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "29" +"plane" "(-64 64 -64) (-64 -64 -64) (-62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "28" +"plane" "(-64 -64 -64) (-64 64 -64) (-64 64 64)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[0 -1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "27" +"plane" "(-64 64 -64) (-62 62 -62) (-62 62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "26" +"plane" "(-64 -64 64) (-62 -62 62) (-62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "25" +"plane" "(-62 62 -62) (-62 -62 -62) (-62 -62 62)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[0 1 0 32] 1.9375" +"vaxis" "[0 0 -1 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "60" +side +{ +"id" "42" +"plane" "(62 62 62) (64 64 64) (64 -64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "41" +"plane" "(64 -64 -64) (64 64 -64) (62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[1 0 0 -32] 2" +"vaxis" "[0 1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "40" +"plane" "(64 64 -64) (64 -64 -64) (64 -64 64)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "39" +"plane" "(64 -64 -64) (62 -62 -62) (62 -62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[1 0 0 -32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "38" +"plane" "(64 64 64) (62 62 62) (62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "37" +"plane" "(62 -62 -62) (62 62 -62) (62 62 62)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[0 -1 0 32] 1.9375" +"vaxis" "[0 0 -1 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "120" +side +{ +"id" "60" +"plane" "(62 -62 62) (64 -64 64) (-64 -64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "59" +"plane" "(-64 -64 -64) (64 -64 -64) (62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 -1 0 -32] 2" +"vaxis" "[1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "58" +"plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 64)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "57" +"plane" "(-64 -64 -64) (-62 -62 -62) (-62 -62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 -1 0 -32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "56" +"plane" "(64 -64 64) (62 -62 62) (62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "55" +"plane" "(-62 -62 -62) (62 -62 -62) (62 -62 62)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[-1 0 0 32] 1.9375" +"vaxis" "[0 0 -1 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "121" +side +{ +"id" "66" +"plane" "(-62 62 62) (-64 64 64) (64 64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 -1 0 32] 2" +"vaxis" "[-1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "65" +"plane" "(64 64 -64) (-64 64 -64) (-62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[-1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "64" +"plane" "(-64 64 -64) (64 64 -64) (64 64 64)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "63" +"plane" "(64 64 -64) (62 62 -62) (62 62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "62" +"plane" "(-64 64 64) (-62 62 62) (-62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 -1 0 32] 2" +"vaxis" "[0 0 -1 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "61" +"plane" "(62 62 -62) (-62 62 -62) (-62 62 62)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[1 0 0 32] 1.9375" +"vaxis" "[0 0 -1 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "126" +side +{ +"id" "84" +"plane" "(62 62 62) (64 64 64) (-64 64 64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 -1 32] 2" +"vaxis" "[1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "83" +"plane" "(-64 -64 64) (64 -64 64) (62 -62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 1 -32] 2" +"vaxis" "[1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "82" +"plane" "(64 -64 64) (-64 -64 64) (-64 64 64)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[1 0 0 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "81" +"plane" "(-64 -64 64) (-62 -62 62) (-62 62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 1 -32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "80" +"plane" "(64 64 64) (62 62 62) (62 -62 62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 -1 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "79" +"plane" "(-62 -62 62) (62 -62 62) (62 62 62)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[-1 0 0 32] 1.9375" +"vaxis" "[0 -1 0 32] 1.9375" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +editor +{ +"color" "220 30 220" +"visgroupshown" "1" +"visgroupautoshown" "1" +} +} +solid +{ +"id" "127" +side +{ +"id" "90" +"plane" "(-62 62 -62) (-64 64 -64) (64 64 -64)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 1 32] 2" +"vaxis" "[-1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "89" +"plane" "(64 -64 -64) (-64 -64 -64) (-62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 -1 32] 2" +"vaxis" "[-1 0 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "88" +"plane" "(-64 -64 -64) (64 -64 -64) (64 64 -64)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[-1 0 0 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "87" +"plane" "(64 -64 -64) (62 -62 -62) (62 62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 -1 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "86" +"plane" "(-64 64 -64) (-62 62 -62) (-62 -62 -62)" +"material" "TOOLS/TOOLSNODRAW" +"uaxis" "[0 0 1 32] 2" +"vaxis" "[0 -1 0 32] 2" +"rotation" "0.0" +"lightmapscale" "16" +"smoothing_groups" "0" +} +side +{ +"id" "85" +"plane" "(62 -62 -62) (-62 -62 -62) (-62 62 -62)" +"material" "BEE2/TRIG_GHOST/AUTOSAVE" +"uaxis" "[1 0 0 32] 1.9375" +"vaxis" "[0 -1 0 32] 1.9375" +"rotation" "0.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]" +"comments" "" +} +} \ No newline at end of file diff --git a/resources/instances/p2editor/Gravity_gun.vmf b/resources/instances/p2editor/Gravity_gun.vmf new file mode 100644 index 0000000..6da5853 --- /dev/null +++ b/resources/instances/p2editor/Gravity_gun.vmf @@ -0,0 +1,1237 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "36" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "4" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "36" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "476" + side + { + "id" "114" + "plane" "(-184 140 80) (1576 140 80) (1576 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "113" + "plane" "(-184 140 80) (-184 -140 80) (-184 -140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "112" + "plane" "(1576 140 -96) (1576 -140 -96) (1576 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "111" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "110" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "109" + "plane" "(1571 -135 75) (1571 135 75) (-179 135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "478" + side + { + "id" "120" + "plane" "(-184 -140 -96) (1576 -140 -96) (1576 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "119" + "plane" "(-184 140 80) (-184 -140 80) (-184 -140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "118" + "plane" "(1576 140 -96) (1576 -140 -96) (1576 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "117" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "116" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "115" + "plane" "(1571 135 -91) (1571 -135 -91) (-179 -135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "480" + side + { + "id" "126" + "plane" "(-184 140 80) (-184 -140 80) (-184 -140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "125" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "124" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "123" + "plane" "(-179 135 75) (1571 135 75) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "122" + "plane" "(-179 -135 -91) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "121" + "plane" "(-179 -135 -91) (-179 -135 75) (-179 135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "482" + side + { + "id" "132" + "plane" "(1576 140 -96) (1576 -140 -96) (1576 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "131" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "130" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "129" + "plane" "(-179 135 75) (1571 135 75) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "128" + "plane" "(-179 -135 -91) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "127" + "plane" "(1571 -135 75) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "484" + side + { + "id" "138" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "137" + "plane" "(-179 135 75) (1571 135 75) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "136" + "plane" "(-179 -135 -91) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "135" + "plane" "(-179 135 75) (-179 -135 75) (-179 -135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "134" + "plane" "(1571 135 -91) (1571 -135 -91) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "133" + "plane" "(-179 135 -91) (-179 135 75) (1571 135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "486" + side + { + "id" "144" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "143" + "plane" "(-179 135 75) (1571 135 75) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "142" + "plane" "(-179 -135 -91) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "141" + "plane" "(-179 135 75) (-179 -135 75) (-179 -135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "140" + "plane" "(1571 135 -91) (1571 -135 -91) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "139" + "plane" "(-179 -135 75) (-179 -135 -91) (1571 -135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "64" + side + { + "id" "36" + "plane" "(-54.2736 -28.4314 4) (-57.9009 23.4419 4) (-49.9204 24 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(-57.9009 23.4419 -40) (-54.2736 -28.4314 -40) (-46.2931 -27.8733 -40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "34" + "plane" "(-54.2736 -28.4314 -40) (-57.9009 23.4419 -40) (-57.9009 23.4419 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "33" + "plane" "(-49.9204 24 -40) (-46.2931 -27.8733 -40) (-46.2931 -27.8733 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(-57.9009 23.4419 -40) (-49.9204 24 -40) (-49.9204 24 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(-46.2931 -27.8733 -40) (-54.2736 -28.4314 -40) (-54.2736 -28.4314 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 187 168" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "488" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "249" + "classname" "trigger_push" + "alternateticksfix" "0" + "origin" "-11.79 -20 46" + "parentname" "gravity gun" + "pushdir" "0 0 0" + "spawnflags" "4104" + "speed" "1000" + "StartDisabled" "1" + "targetname" "push" + solid + { + "id" "250" + side + { + "id" "90" + "plane" "(1524.21 -34 60) (-11.7891 -34 60) (-11.7891 -4 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -8.84375] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "89" + "plane" "(1524.21 -4 32) (-11.7891 -4 32) (-11.7891 -34 32)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -8.84375] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "88" + "plane" "(-11.7891 -4 32) (1524.21 -4 32) (1524.21 -4 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -60.8438] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "87" + "plane" "(1524.21 -34 32) (-11.7891 -34 32) (-11.7891 -34 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -60.8438] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "86" + "plane" "(1524.21 -4 32) (1524.21 -34 32) (1524.21 -34 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "85" + "plane" "(-11.7891 -34 32) (-11.7891 -4 32) (-11.7891 -4 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 -11.9891] 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 9000]" + } +} +entity +{ + "id" "252" + "classname" "trigger_push" + "alternateticksfix" "0" + "origin" "-11.79 -22 46" + "parentname" "gravity gun" + "pushdir" "0 -180 0" + "spawnflags" "4104" + "speed" "1000" + "StartDisabled" "1" + "targetname" "pull" + solid + { + "id" "253" + side + { + "id" "96" + "plane" "(1524.21 -36 60) (-11.7891 -36 60) (-11.7891 -6 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -8.84375] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "95" + "plane" "(1524.21 -6 32) (-11.7891 -6 32) (-11.7891 -36 32)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -8.84375] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "94" + "plane" "(1524.21 -36 32) (-11.7891 -36 32) (-11.7891 -36 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -60.8438] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "93" + "plane" "(-11.7891 -6 32) (1524.21 -6 32) (1524.21 -6 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -60.8438] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "92" + "plane" "(-11.7891 -36 32) (-11.7891 -6 32) (-11.7891 -6 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "91" + "plane" "(1524.21 -6 32) (1524.21 -36 32) (1524.21 -36 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 -11.9891] 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 9000]" + } +} +entity +{ + "id" "255" + "classname" "func_brush" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "InputFilter" "0" + "invert_exclusion" "0" + "origin" "-50.1 9.9 12" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "targetname" "Gunbrush" + "vrad_brush_cast_shadows" "0" + solid + { + "id" "256" + side + { + "id" "102" + "plane" "(-44.2109 3.78894 20) (-56.2109 4.00317 20) (-56.0039 16 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.0871557 0.996195 0 -14.7472] 0.25" + "vaxis" "[0.996195 -0.0871557 0 36.2955] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "101" + "plane" "(-44.0039 15.7889 4) (-56 15.9989 4) (-56.2109 4.00513 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.0871557 0.996195 0 -14.7472] 0.25" + "vaxis" "[0.996195 -0.0871557 0 36.2955] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "100" + "plane" "(-44.2109 3.78894 4) (-56.2109 4.00116 4) (-56.2109 4.00134 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.997169 0.0871562 0 -36.686] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "99" + "plane" "(-56.0039 15.9993 4) (-44.0029 15.7889 4) (-44 15.7889 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.997169 0.0871562 0 -36.686] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "98" + "plane" "(-56.2109 4.00378 4) (-56.0015 15.9994 4) (-56.0015 15.9999 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.0871557 0.996195 0 -14.7472] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "97" + "plane" "(-44.0029 15.7889 4) (-44.2109 3.78894 4) (-44.2109 3.78894 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.0871557 0.996195 0 -14.7472] 0.25" + "vaxis" "[0 0 -1 -16] 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 2000]" + } +} +entity +{ + "id" "258" + "classname" "logic_measure_movement" + "MeasureReference" "Gunbrush" + "MeasureTarget" "!player" + "MeasureType" "1" + "Target" "push" + "targetname" "brushtoplayer" + "TargetReference" "gunbrush" + "TargetScale" "1" + "origin" "-31.1873 -60.1092 12" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "260" + "classname" "logic_measure_movement" + "MeasureReference" "Gunbrush" + "MeasureTarget" "!player" + "MeasureType" "1" + "Target" "pull" + "targetname" "brushtoplayer2" + "TargetReference" "gunbrush" + "TargetScale" "1" + "origin" "-31.1873 -95.4096 12" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "262" + "classname" "weapon_portalgun" + "angles" "0 0 0" + "CanFirePortal1" "0" + "CanFirePortal2" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ShowingPotatos" "0" + "spawnflags" "0" + "StartingTeamNum" "0" + "targetname" "gravity gun" + connections + { + "OnPlayerPickup" "game_uiActivate0-1" + } + "origin" "-61.887 -21 12" + editor + { + "color" "0 0 200" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "264" + "classname" "game_ui" + "FieldOfView" "-1.0" + "spawnflags" "0" + "targetname" "game_ui" + connections + { + "PressedAttack" "pushEnable0-1" + "UnpressedAttack" "pushDisable0-1" + "PressedAttack2" "pullEnable0-1" + "UnpressedAttack2" "pullDisable0-1" + "PressedAttack" "gravitygun pushPlaySound0-1" + "UnpressedAttack" "gravitygun pushStopSound0.02-1" + "PressedAttack2" "gravitygun pullPlaySound0-1" + "UnpressedAttack2" "gravitygun pullStopSound0.01-1" + } + "origin" "-75.7891 -21 29" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "266" + "classname" "ambient_generic" + "cspinup" "0" + "fadeinsecs" "0" + "fadeoutsecs" "0" + "health" "5" + "lfomodpitch" "0" + "lfomodvol" "0" + "lforate" "0" + "lfotype" "0" + "message" "prop_laser_catcher.poweron" + "pitch" "100" + "pitchstart" "100" + "preset" "0" + "radius" "1250" + "spawnflags" "33" + "spindown" "0" + "spinup" "0" + "targetname" "gravitygun push" + "volstart" "0" + "origin" "-91.7891 -4 -3.7272" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "269" + "classname" "logic_measure_movement" + "MeasureReference" "gravity gun" + "MeasureTarget" "gravity gun" + "MeasureType" "0" + "Target" "gravitygun pull" + "TargetReference" "gravity gun" + "TargetScale" "1" + "origin" "-107.789 -4 -3.7272" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "271" + "classname" "ambient_generic" + "cspinup" "0" + "fadeinsecs" "0" + "fadeoutsecs" "0" + "health" "5" + "lfomodpitch" "0" + "lfomodvol" "0" + "lforate" "0" + "lfotype" "0" + "message" "prop_laser_catcher.poweroff" + "pitch" "100" + "pitchstart" "100" + "preset" "0" + "radius" "1250" + "spawnflags" "33" + "spindown" "0" + "spinup" "0" + "targetname" "gravitygun pull" + "volstart" "0" + "origin" "-91.7891 -40 -3.7272" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "274" + "classname" "logic_measure_movement" + "MeasureReference" "gravity gun" + "MeasureTarget" "gravity gun" + "MeasureType" "0" + "Target" "gravitygun push" + "TargetReference" "gravity gun" + "TargetScale" "1" + "origin" "-107.789 -40 -3.72722" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "166" + "classname" "trigger_once" + "origin" "-40 -16 -16.53" + "spawnflags" "4097" + "StartDisabled" "0" + connections + { + "OnTrigger" "weapon stripStrip0-1" + } + solid + { + "id" "164" + side + { + "id" "54" + "plane" "(-144 80 48.9703) (64 80 48.9703) (64 -112 48.9703)" + "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" "53" + "plane" "(-144 -112 -82.0297) (64 -112 -82.0297) (64 80 -82.0297)" + "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" "52" + "plane" "(-144 80 48.9703) (-144 -112 48.9703) (-144 -112 -82.0297)" + "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" "51" + "plane" "(64 80 -82.0297) (64 -112 -82.0297) (64 -112 48.9703)" + "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" "50" + "plane" "(64 80 48.9703) (-144 80 48.9703) (-144 80 -82.0297)" + "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" "49" + "plane" "(64 -112 -82.0297) (-144 -112 -82.0297) (-144 -112 48.9703)" + "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]" + } +} +entity +{ + "id" "173" + "classname" "player_weaponstrip" + "targetname" "weapon strip" + "origin" "32.0631 -93.0315 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "74" + "classname" "prop_dynamic" + "angles" "0 184 -180" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/anim_wp/wheatley_arm/wheatley_arm_main.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "targetname" "Arm" + "origin" "-22.5886 5.86238 -82" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/Gravity_gun_mark_2.vmf b/resources/instances/p2editor/Gravity_gun_mark_2.vmf new file mode 100644 index 0000000..8e632f2 --- /dev/null +++ b/resources/instances/p2editor/Gravity_gun_mark_2.vmf @@ -0,0 +1,1558 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "39" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "4" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "39" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "476" + side + { + "id" "114" + "plane" "(-184 140 80) (1576 140 80) (1576 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "113" + "plane" "(-184 140 80) (-184 -140 80) (-184 -140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "112" + "plane" "(1576 140 -96) (1576 -140 -96) (1576 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "111" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "110" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "109" + "plane" "(1571 -135 75) (1571 135 75) (-179 135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "478" + side + { + "id" "120" + "plane" "(-184 -140 -96) (1576 -140 -96) (1576 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "119" + "plane" "(-184 140 80) (-184 -140 80) (-184 -140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "118" + "plane" "(1576 140 -96) (1576 -140 -96) (1576 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "117" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "116" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "115" + "plane" "(1571 135 -91) (1571 -135 -91) (-179 -135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "480" + side + { + "id" "126" + "plane" "(-184 140 80) (-184 -140 80) (-184 -140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "125" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "124" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "123" + "plane" "(-179 135 75) (1571 135 75) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "122" + "plane" "(-179 -135 -91) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "121" + "plane" "(-179 -135 -91) (-179 -135 75) (-179 135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "482" + side + { + "id" "132" + "plane" "(1576 140 -96) (1576 -140 -96) (1576 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "131" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "130" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "129" + "plane" "(-179 135 75) (1571 135 75) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "128" + "plane" "(-179 -135 -91) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "127" + "plane" "(1571 -135 75) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "484" + side + { + "id" "138" + "plane" "(1576 140 80) (-184 140 80) (-184 140 -96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "137" + "plane" "(-179 135 75) (1571 135 75) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "136" + "plane" "(-179 -135 -91) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "135" + "plane" "(-179 135 75) (-179 -135 75) (-179 -135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "134" + "plane" "(1571 135 -91) (1571 -135 -91) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "133" + "plane" "(-179 135 -91) (-179 135 75) (1571 135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "486" + side + { + "id" "144" + "plane" "(1576 -140 -96) (-184 -140 -96) (-184 -140 80)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "143" + "plane" "(-179 135 75) (1571 135 75) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "142" + "plane" "(-179 -135 -91) (1571 -135 -91) (1571 135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "141" + "plane" "(-179 135 75) (-179 -135 75) (-179 -135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "140" + "plane" "(1571 135 -91) (1571 -135 -91) (1571 -135 75)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "139" + "plane" "(-179 -135 75) (-179 -135 -91) (1571 -135 -91)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "488" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "64" + side + { + "id" "36" + "plane" "(-54.2736 -28.4314 4) (-57.9009 23.4419 4) (-49.9204 24 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(-57.9009 23.4419 -40) (-54.2736 -28.4314 -40) (-46.2931 -27.8733 -40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "34" + "plane" "(-54.2736 -28.4314 -40) (-57.9009 23.4419 -40) (-57.9009 23.4419 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "33" + "plane" "(-49.9204 24 -40) (-46.2931 -27.8733 -40) (-46.2931 -27.8733 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(-57.9009 23.4419 -40) (-49.9204 24 -40) (-49.9204 24 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(-46.2931 -27.8733 -40) (-54.2736 -28.4314 -40) (-54.2736 -28.4314 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 187 168" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "488" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "509" + "classname" "trigger_push" + "alternateticksfix" "0" + "origin" "756 -20 46" + "pushdir" "-90 0 0" + "spawnflags" "4104" + "speed" "2000" + "StartDisabled" "1" + "targetname" "lift" + solid + { + "id" "507" + side + { + "id" "156" + "plane" "(-12 -36 60) (-12 -4 60) (1524 -4 60)" + "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" "155" + "plane" "(-12 -4 32) (-12 -36 32) (1524 -36 32)" + "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" "154" + "plane" "(-12 -36 32) (-12 -4 32) (-12 -4 60)" + "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" "153" + "plane" "(1524 -4 32) (1524 -36 32) (1524 -36 60)" + "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" "152" + "plane" "(-12 -4 32) (1524 -4 32) (1524 -4 60)" + "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" "151" + "plane" "(1524 -36 32) (-12 -36 32) (-12 -36 60)" + "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]" + } +} +entity +{ + "id" "602" + "classname" "logic_measure_movement" + "MeasureReference" "Gunbrush" + "MeasureTarget" "!player" + "MeasureType" "1" + "Target" "lift" + "targetname" "brushtoplayer" + "TargetReference" "gunbrush" + "TargetScale" "1" + "origin" "-32 -40 12" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "649" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "relaypush" + connections + { + "OnTrigger" "relaypushDisable0.01-1" + "OnTrigger" "relaypullEnable0-1" + "OnTrigger" "pushtxtDisplay0-1" + "OnTrigger" "relaypush2Activate0-1" + "OnTrigger" "relaylift2Deactivate0-1" + } + "origin" "-156 124 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "655" + "classname" "game_text" + "channel" "1" + "color" "0 255 255" + "color2" "0 255 255" + "effect" "0" + "fadein" "0.01" + "fadeout" "0.01" + "fxtime" "0.25" + "holdtime" "1" + "message" "push" + "targetname" "pushtxt" + "x" "-1" + "y" "-1" + "origin" "-68 124 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "668" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "1" + "targetname" "relaylift" + connections + { + "OnTrigger" "relaypushEnable0-1" + "OnTrigger" "relayliftDisable0.01-1" + "OnTrigger" "lifttxtDisplay0-1" + "OnTrigger" "relaylift2Activate0-1" + "OnTrigger" "relaypull2Deactivate0-1" + } + "origin" "-124 124 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "672" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "1" + "targetname" "relaypull" + connections + { + "OnTrigger" "relaypullDisable0.01-1" + "OnTrigger" "relayliftEnable0-1" + "OnTrigger" "pulltxtDisplay0-1" + "OnTrigger" "relaypush2Deactivate0-1" + "OnTrigger" "relaypull2Activate0-1" + } + "origin" "-140 124 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "711" + "classname" "game_ui" + "FieldOfView" "-1.0" + "spawnflags" "0" + "targetname" "relaypush2" + connections + { + "PressedAttack" "pushEnable0-1" + "UnpressedAttack" "pushDisable0-1" + } + "origin" "-156 108 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "715" + "classname" "game_ui" + "FieldOfView" "-1.0" + "spawnflags" "0" + "targetname" "relaypull2" + connections + { + "PressedAttack" "pullEnable0-1" + "UnpressedAttack" "pullDisable0-1" + } + "origin" "-140 108 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "717" + "classname" "game_ui" + "FieldOfView" "-1.0" + "spawnflags" "0" + "targetname" "relaylift2" + connections + { + "PressedAttack" "liftEnable0-1" + "UnpressedAttack" "liftDisable0-1" + } + "origin" "-124 108 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "759" + "classname" "game_text" + "channel" "1" + "color" "255 255 0" + "color2" "255 255 0" + "effect" "0" + "fadein" "0.01" + "fadeout" "0.01" + "fxtime" "0.25" + "holdtime" "1" + "message" "pull" + "targetname" "pulltxt" + "x" "-1" + "y" "-1" + "origin" "-52 124 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "761" + "classname" "game_text" + "channel" "1" + "color" "0 255 0" + "color2" "0 255 0" + "effect" "0" + "fadein" "0.01" + "fadeout" "0.01" + "fxtime" "0.25" + "holdtime" "1" + "message" "lift" + "spawnflags" "0" + "targetname" "lifttxt" + "x" "-1" + "y" "-1" + "origin" "-36 124 -90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "249" + "classname" "trigger_push" + "alternateticksfix" "0" + "origin" "-11.79 -20 46" + "parentname" "gravity gun" + "pushdir" "0 0 0" + "spawnflags" "4104" + "speed" "1000" + "StartDisabled" "1" + "targetname" "push" + solid + { + "id" "250" + side + { + "id" "90" + "plane" "(1524.21 -34 60) (-11.7891 -34 60) (-11.7891 -4 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -8.84375] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "89" + "plane" "(1524.21 -4 32) (-11.7891 -4 32) (-11.7891 -34 32)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -8.84375] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "88" + "plane" "(-11.7891 -4 32) (1524.21 -4 32) (1524.21 -4 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -60.8438] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "87" + "plane" "(1524.21 -34 32) (-11.7891 -34 32) (-11.7891 -34 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -60.8438] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "86" + "plane" "(1524.21 -4 32) (1524.21 -34 32) (1524.21 -34 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "85" + "plane" "(-11.7891 -34 32) (-11.7891 -4 32) (-11.7891 -4 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 -11.9891] 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 9000]" + } +} +entity +{ + "id" "252" + "classname" "trigger_push" + "alternateticksfix" "0" + "origin" "-11.79 -22 46" + "parentname" "gravity gun" + "pushdir" "0 -180 0" + "spawnflags" "4104" + "speed" "1000" + "StartDisabled" "1" + "targetname" "pull" + solid + { + "id" "253" + side + { + "id" "96" + "plane" "(1524.21 -36 60) (-11.7891 -36 60) (-11.7891 -6 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -8.84375] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "95" + "plane" "(1524.21 -6 32) (-11.7891 -6 32) (-11.7891 -36 32)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -8.84375] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "94" + "plane" "(1524.21 -36 32) (-11.7891 -36 32) (-11.7891 -36 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -60.8438] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "93" + "plane" "(-11.7891 -6 32) (1524.21 -6 32) (1524.21 -6 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -60.8438] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "92" + "plane" "(-11.7891 -36 32) (-11.7891 -6 32) (-11.7891 -6 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 -11.9891] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "91" + "plane" "(1524.21 -6 32) (1524.21 -36 32) (1524.21 -36 60)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 -11.9891] 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 9000]" + } +} +entity +{ + "id" "255" + "classname" "func_brush" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "InputFilter" "0" + "invert_exclusion" "0" + "origin" "-50.1 9.9 12" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "targetname" "Gunbrush" + "vrad_brush_cast_shadows" "0" + solid + { + "id" "256" + side + { + "id" "102" + "plane" "(-44.2109 3.78894 20) (-56.2109 4.00317 20) (-56.0039 16 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.0871557 0.996195 0 -14.7472] 0.25" + "vaxis" "[0.996195 -0.0871557 0 36.2955] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "101" + "plane" "(-44.0039 15.7889 4) (-56 15.9989 4) (-56.2109 4.00513 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.0871557 0.996195 0 -14.7472] 0.25" + "vaxis" "[0.996195 -0.0871557 0 36.2955] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "100" + "plane" "(-44.2109 3.78894 4) (-56.2109 4.00116 4) (-56.2109 4.00134 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.997169 0.0871562 0 -36.686] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "99" + "plane" "(-56.0039 15.9993 4) (-44.0029 15.7889 4) (-44 15.7889 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.997169 0.0871562 0 -36.686] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "98" + "plane" "(-56.2109 4.00378 4) (-56.0015 15.9994 4) (-56.0015 15.9999 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.0871557 0.996195 0 -14.7472] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "97" + "plane" "(-44.0029 15.7889 4) (-44.2109 3.78894 4) (-44.2109 3.78894 20)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.0871557 0.996195 0 -14.7472] 0.25" + "vaxis" "[0 0 -1 -16] 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 2000]" + } +} +entity +{ + "id" "258" + "classname" "logic_measure_movement" + "MeasureReference" "Gunbrush" + "MeasureTarget" "!player" + "MeasureType" "1" + "Target" "push" + "targetname" "brushtoplayer" + "TargetReference" "gunbrush" + "TargetScale" "1" + "origin" "-32 -60 12" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "260" + "classname" "logic_measure_movement" + "MeasureReference" "Gunbrush" + "MeasureTarget" "!player" + "MeasureType" "1" + "Target" "pull" + "targetname" "brushtoplayer2" + "TargetReference" "gunbrush" + "TargetScale" "1" + "origin" "-31.1873 -95.4096 12" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "262" + "classname" "weapon_portalgun" + "angles" "0 0 0" + "CanFirePortal1" "0" + "CanFirePortal2" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ShowingPotatos" "0" + "spawnflags" "0" + "StartingTeamNum" "0" + "targetname" "gravity gun" + connections + { + "OnPlayerPickup" "game_uiActivate0-1" + } + "origin" "-61.887 -21 12" + editor + { + "color" "0 0 200" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "264" + "classname" "game_ui" + "FieldOfView" "-1.0" + "spawnflags" "0" + "targetname" "game_ui" + connections + { + "PressedAttack2" "relaypushTrigger0-1" + "PressedAttack2" "relaypullTrigger0-1" + "PressedAttack2" "relayliftTrigger0-1" + } + "origin" "-75.7891 -21 29" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "266" + "classname" "ambient_generic" + "cspinup" "0" + "fadeinsecs" "0" + "fadeoutsecs" "0" + "health" "5" + "lfomodpitch" "0" + "lfomodvol" "0" + "lforate" "0" + "lfotype" "0" + "message" "World.CoopElevatorDoorOpen" + "pitch" "100" + "pitchstart" "100" + "preset" "0" + "radius" "1250" + "spawnflags" "33" + "spindown" "0" + "spinup" "0" + "targetname" "gravitygun push" + "volstart" "0" + "origin" "-91.7891 -4 -3.7272" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "269" + "classname" "logic_measure_movement" + "MeasureReference" "gravity gun" + "MeasureTarget" "gravity gun" + "MeasureType" "0" + "Target" "gravitygun pull" + "TargetReference" "gravity gun" + "TargetScale" "1" + "origin" "-107.789 -4 -3.7272" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "271" + "classname" "ambient_generic" + "cspinup" "0" + "fadeinsecs" "0" + "fadeoutsecs" "0" + "health" "5" + "lfomodpitch" "0" + "lfomodvol" "0" + "lforate" "0" + "lfotype" "0" + "message" "World.CoopElevatorDoorClose" + "pitch" "100" + "pitchstart" "100" + "preset" "0" + "radius" "1250" + "spawnflags" "33" + "spindown" "0" + "spinup" "0" + "targetname" "gravitygun pull" + "volstart" "0" + "origin" "-91.7891 -40 -3.7272" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "274" + "classname" "logic_measure_movement" + "MeasureReference" "gravity gun" + "MeasureTarget" "gravity gun" + "MeasureType" "0" + "Target" "gravitygun push" + "TargetReference" "gravity gun" + "TargetScale" "1" + "origin" "-107.789 -40 -3.72722" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "166" + "classname" "trigger_once" + "origin" "-40 -16 -16.53" + "spawnflags" "4097" + "StartDisabled" "0" + connections + { + "OnTrigger" "weapon stripStrip0-1" + } + solid + { + "id" "164" + side + { + "id" "54" + "plane" "(-144 80 48.9703) (64 80 48.9703) (64 -112 48.9703)" + "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" "53" + "plane" "(-144 -112 -82.0297) (64 -112 -82.0297) (64 80 -82.0297)" + "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" "52" + "plane" "(-144 80 48.9703) (-144 -112 48.9703) (-144 -112 -82.0297)" + "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" "51" + "plane" "(64 80 -82.0297) (64 -112 -82.0297) (64 -112 48.9703)" + "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" "50" + "plane" "(64 80 48.9703) (-144 80 48.9703) (-144 80 -82.0297)" + "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" "49" + "plane" "(64 -112 -82.0297) (-144 -112 -82.0297) (-144 -112 48.9703)" + "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]" + } +} +entity +{ + "id" "173" + "classname" "player_weaponstrip" + "targetname" "weapon strip" + "origin" "32.0631 -93.0315 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "74" + "classname" "prop_dynamic" + "angles" "0 184 -180" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/anim_wp/wheatley_arm/wheatley_arm_main.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "targetname" "Arm" + "origin" "-22.5886 5.86238 -82" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/Paint_gun.vmf b/resources/instances/p2editor/Paint_gun.vmf new file mode 100644 index 0000000..e49b344 --- /dev/null +++ b/resources/instances/p2editor/Paint_gun.vmf @@ -0,0 +1,688 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "34" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "34" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "64" + side + { + "id" "36" + "plane" "(-54.2736 -28.4314 4) (-57.9009 23.4419 4) (-49.9204 24 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(-57.9009 23.4419 -40) (-54.2736 -28.4314 -40) (-46.2931 -27.8733 -40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "34" + "plane" "(-54.2736 -28.4314 -40) (-57.9009 23.4419 -40) (-57.9009 23.4419 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "33" + "plane" "(-49.9204 24 -40) (-46.2931 -27.8733 -40) (-46.2931 -27.8733 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(-57.9009 23.4419 -40) (-49.9204 24 -40) (-49.9204 24 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(-46.2931 -27.8733 -40) (-54.2736 -28.4314 -40) (-54.2736 -28.4314 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 187 168" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "220" + "classname" "func_brush" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "InputFilter" "0" + "invert_exclusion" "0" + "origin" "-88 8 0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "targetname" "paintgun fall stopper" + "vrad_brush_cast_shadows" "0" + solid + { + "id" "214" + side + { + "id" "66" + "plane" "(-96 16 8) (-80 16 8) (-80 0 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "65" + "plane" "(-96 0 -8) (-80 0 -8) (-80 16 -8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "64" + "plane" "(-96 16 8) (-96 0 8) (-96 0 -8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "63" + "plane" "(-80 16 -8) (-80 0 -8) (-80 0 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "62" + "plane" "(-80 16 8) (-96 16 8) (-96 16 -8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "61" + "plane" "(-80 0 -8) (-96 0 -8) (-96 0 8)" + "material" "TOOLS/TOOLSNODRAW" + "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]" + } +} +entity +{ + "id" "166" + "classname" "trigger_once" + "origin" "-40 -16 -16.53" + "spawnflags" "4097" + "StartDisabled" "0" + connections + { + "OnTrigger" "weapon stripStrip0-1" + } + solid + { + "id" "164" + side + { + "id" "54" + "plane" "(-144 80 48.9703) (64 80 48.9703) (64 -112 48.9703)" + "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" "53" + "plane" "(-144 -112 -82.0297) (64 -112 -82.0297) (64 80 -82.0297)" + "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" "52" + "plane" "(-144 80 48.9703) (-144 -112 48.9703) (-144 -112 -82.0297)" + "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" "51" + "plane" "(64 80 -82.0297) (64 -112 -82.0297) (64 -112 48.9703)" + "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" "50" + "plane" "(64 80 48.9703) (-144 80 48.9703) (-144 80 -82.0297)" + "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" "49" + "plane" "(64 -112 -82.0297) (-144 -112 -82.0297) (-144 -112 48.9703)" + "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]" + } +} +entity +{ + "id" "173" + "classname" "player_weaponstrip" + "targetname" "weapon strip" + "origin" "32.0631 -93.0315 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "59" + "classname" "trigger_multiple" + "origin" "-48.51 -24.84 -5" + "spawnflags" "4097" + "StartDisabled" "0" + "targetname" "Startrig" + "wait" "1" + connections + { + "OnStartTouch" "PaintuiActivate01" + } + solid + { + "id" "60" + side + { + "id" "30" + "plane" "(-72.8548 -49.4193 30) (-76.0386 -3.88985 30) (-24.1652 -0.262513 30)" + "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" "29" + "plane" "(-76.0386 -3.88985 -40) (-72.8549 -49.4186 -40) (-20.9815 -45.792 -40)" + "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" "28" + "plane" "(-72.8548 -49.4193 -40) (-76.0386 -3.88985 -40) (-76.0386 -3.88985 30)" + "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" "27" + "plane" "(-24.1652 -0.262513 -40) (-20.9815 -45.7912 -40) (-20.9815 -45.792 30)" + "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" "26" + "plane" "(-76.0386 -3.88985 -40) (-24.1652 -0.262513 -40) (-24.1652 -0.262513 30)" + "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" "25" + "plane" "(-20.9815 -45.7912 -40) (-72.8549 -49.4186 -40) (-72.8549 -49.4186 30)" + "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" "0 113 114" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 113 114" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 11500]" + } +} +entity +{ + "id" "62" + "classname" "weapon_portalgun" + "angles" "0 4 0" + "CanFirePortal1" "0" + "CanFirePortal2" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "parentname" "paintgun fall stopper" + "ShowingPotatos" "0" + "spawnflags" "0" + "StartingTeamNum" "0" + "targetname" "Portal_Gun" + connections + { + "OnPlayerPickup" "Portal_GunClearParent0-1" + } + "origin" "-62.5555 -24.6799 6" + editor + { + "color" "0 243 248" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "65" + "classname" "func_brush" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "InputFilter" "0" + "invert_exclusion" "0" + "origin" "-57.59 6.4 0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "targetname" "Gunbrush" + "vrad_brush_cast_shadows" "0" + solid + { + "id" "66" + side + { + "id" "42" + "plane" "(-63.1609 0.000244141 8) (-63.9976 11.969 8) (-52.0288 12.8049 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "41" + "plane" "(-63.9993 11.969 -8) (-63.1624 0.00037384 -8) (-51.1914 0.840088 -8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "40" + "plane" "(-63.1614 0.00415039 -8) (-63.998 11.969 -8) (-63.9978 11.969 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "39" + "plane" "(-52.0271 12.8049 -8) (-51.1902 0.83757 -8) (-51.1904 0.836182 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "38" + "plane" "(-64 11.9709 -8) (-52.0274 12.8081 -8) (-52.0313 12.8079 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "37" + "plane" "(-51.1875 0.837402 -8) (-63.1641 0 -8) (-63.1641 0 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 133 126" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 133 126" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "68" + "classname" "logic_measure_movement" + "MeasureReference" "Gunbrush" + "MeasureTarget" "!player" + "MeasureType" "1" + "Target" "paint" + "targetname" "brushtoplayer" + "TargetReference" "gunbrush" + "TargetScale" "1" + "origin" "6.95759 -79.9255 0" + editor + { + "color" "0 111 156" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "70" + "classname" "game_ui" + "FieldOfView" "-1.0" + "spawnflags" "0" + "targetname" "Paintui" + connections + { + "PressedAttack" "PaintStart0.01-1" + "UnpressedAttack2" "PaintStop0-1" + "UnpressedAttack" "PaintStop0-1" + "PressedAttack2" "PaintChangePaintType20-1" + "PressedAttack2" "PaintStart0.01-1" + "PressedAttack" "PaintChangePaintType00-1" + } + "origin" "30.0923 -34.1704 1" + editor + { + "color" "0 177 190" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10500]" + } +} +entity +{ + "id" "72" + "classname" "info_paint_sprayer" + "AmbientSound" "0" + "angles" "0 4 0" + "blob_spread_angle" "0" + "blob_spread_radius" "0" + "blob_streak_percentage" "0" + "blobs_per_second" "100" + "DrawOnly" "0" + "max_speed" "10000" + "max_streak_speed_dampen" "15" + "max_streak_time" "0.2" + "maxblobcount" "250" + "min_speed" "9000" + "min_streak_speed_dampen" "10" + "min_streak_time" "0.1" + "PaintType" "4" + "RenderMode" "0" + "silent" "0" + "start_active" "0" + "targetname" "Paint" + "origin" "-44.6 -31.4439 39.9302" + editor + { + "color" "0 175 156" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "74" + "classname" "prop_dynamic" + "angles" "0 184 -180" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/anim_wp/wheatley_arm/wheatley_arm_main.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "targetname" "Arm" + "origin" "-22.5886 5.86238 -82" + editor + { + "color" "0 189 170" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/Paint_gun_mark_2.vmf b/resources/instances/p2editor/Paint_gun_mark_2.vmf new file mode 100644 index 0000000..f2e9798 --- /dev/null +++ b/resources/instances/p2editor/Paint_gun_mark_2.vmf @@ -0,0 +1,835 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "44" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "4" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "44" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "paintinmap" "1" + "skyname" "sky_day01_01" + solid + { + "id" "64" + side + { + "id" "36" + "plane" "(-54.2736 -28.4314 4) (-57.9009 23.4419 4) (-49.9204 24 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(-57.9009 23.4419 -40) (-54.2736 -28.4314 -40) (-46.2931 -27.8733 -40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "34" + "plane" "(-54.2736 -28.4314 -40) (-57.9009 23.4419 -40) (-57.9009 23.4419 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "33" + "plane" "(-49.9204 24 -40) (-46.2931 -27.8733 -40) (-46.2931 -27.8733 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(-57.9009 23.4419 -40) (-49.9204 24 -40) (-49.9204 24 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(-46.2931 -27.8733 -40) (-54.2736 -28.4314 -40) (-54.2736 -28.4314 4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 187 168" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "371" + "classname" "game_text" + "channel" "1" + "color" "0 128 255" + "color2" "0 128 255" + "effect" "0" + "fadein" "0.01" + "fadeout" "0.01" + "fxtime" "0.25" + "holdtime" "1.0" + "message" "repulsion gel" + "spawnflags" "0" + "targetname" "bluetxt" + "x" "-1" + "y" "-1" + "origin" "-74.0285 4.05583 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "373" + "classname" "game_text" + "channel" "1" + "color" "255 128 0" + "color2" "255 128 0" + "effect" "0" + "fadein" "0.01" + "fadeout" "0.01" + "fxtime" "0.25" + "holdtime" "1.0" + "message" "propulsion gel" + "spawnflags" "0" + "targetname" "orangetxt" + "x" "-1" + "y" "-1" + "origin" "-44.3072 3.36718 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "375" + "classname" "game_text" + "channel" "1" + "color" "192 192 192" + "color2" "192 192 192" + "effect" "0" + "fadein" "0.01" + "fadeout" "0.01" + "fxtime" "0.25" + "holdtime" "1.0" + "message" "erase gel" + "spawnflags" "0" + "targetname" "whitetxt" + "x" "-1" + "y" "-1" + "origin" "-7.00333 3.47324 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 5000]" + } +} +entity +{ + "id" "235" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "paintchanger" + connections + { + "OnTrigger" "PaintChangePaintType00-1" + "OnTrigger" "paintchangerDisable0.01-1" + "OnTrigger" "paintchanger2Enable0-1" + "OnTrigger" "bluetxtDisplay0-1" + } + "origin" "-72.7083 41.4695 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "237" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "1" + "targetname" "paintchanger2" + connections + { + "OnTrigger" "PaintChangePaintType20-1" + "OnTrigger" "paintchanger2Disable0.01-1" + "OnTrigger" "paintchanger3Enable0-1" + "OnTrigger" "orangetxtDisplay0-1" + } + "origin" "-43.0277 50.4193 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "239" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "1" + "targetname" "paintchanger3" + connections + { + "OnTrigger" "PaintChangePaintType40-1" + "OnTrigger" "paintchangerEnable0-1" + "OnTrigger" "paintchanger3Disable0.01-1" + "OnTrigger" "whitetxtDisplay0-1" + } + "origin" "-1.13407 50.9872 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "220" + "classname" "func_brush" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "InputFilter" "0" + "invert_exclusion" "0" + "origin" "-88 8 0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "targetname" "paintgun fall stopper" + "vrad_brush_cast_shadows" "0" + solid + { + "id" "214" + side + { + "id" "66" + "plane" "(-96 16 8) (-80 16 8) (-80 0 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "65" + "plane" "(-96 0 -8) (-80 0 -8) (-80 16 -8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "64" + "plane" "(-96 16 8) (-96 0 8) (-96 0 -8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "63" + "plane" "(-80 16 -8) (-80 0 -8) (-80 0 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "62" + "plane" "(-80 16 8) (-96 16 8) (-96 16 -8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "61" + "plane" "(-80 0 -8) (-96 0 -8) (-96 0 8)" + "material" "TOOLS/TOOLSNODRAW" + "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]" + } +} +entity +{ + "id" "166" + "classname" "trigger_once" + "origin" "-40 -16 -16.53" + "spawnflags" "4097" + "StartDisabled" "0" + connections + { + "OnTrigger" "weapon stripStrip0-1" + } + solid + { + "id" "164" + side + { + "id" "54" + "plane" "(-144 80 48.9703) (64 80 48.9703) (64 -112 48.9703)" + "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" "53" + "plane" "(-144 -112 -82.0297) (64 -112 -82.0297) (64 80 -82.0297)" + "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" "52" + "plane" "(-144 80 48.9703) (-144 -112 48.9703) (-144 -112 -82.0297)" + "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" "51" + "plane" "(64 80 -82.0297) (64 -112 -82.0297) (64 -112 48.9703)" + "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" "50" + "plane" "(64 80 48.9703) (-144 80 48.9703) (-144 80 -82.0297)" + "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" "49" + "plane" "(64 -112 -82.0297) (-144 -112 -82.0297) (-144 -112 48.9703)" + "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]" + } +} +entity +{ + "id" "173" + "classname" "player_weaponstrip" + "targetname" "weapon strip" + "origin" "32.0631 -93.0315 49.9703" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "59" + "classname" "trigger_multiple" + "origin" "-48.51 -24.84 -5" + "spawnflags" "4097" + "StartDisabled" "0" + "targetname" "Startrig" + "wait" "1" + connections + { + "OnStartTouch" "PaintuiActivate01" + } + solid + { + "id" "60" + side + { + "id" "30" + "plane" "(-72.8548 -49.4193 30) (-76.0386 -3.88985 30) (-24.1652 -0.262513 30)" + "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" "29" + "plane" "(-76.0386 -3.88985 -40) (-72.8549 -49.4186 -40) (-20.9815 -45.792 -40)" + "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" "28" + "plane" "(-72.8548 -49.4193 -40) (-76.0386 -3.88985 -40) (-76.0386 -3.88985 30)" + "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" "27" + "plane" "(-24.1652 -0.262513 -40) (-20.9815 -45.7912 -40) (-20.9815 -45.792 30)" + "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" "26" + "plane" "(-76.0386 -3.88985 -40) (-24.1652 -0.262513 -40) (-24.1652 -0.262513 30)" + "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" "25" + "plane" "(-20.9815 -45.7912 -40) (-72.8549 -49.4186 -40) (-72.8549 -49.4186 30)" + "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 11500]" + } +} +entity +{ + "id" "62" + "classname" "weapon_portalgun" + "angles" "0 4 0" + "CanFirePortal1" "0" + "CanFirePortal2" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "parentname" "paintgun fall stopper" + "ShowingPotatos" "0" + "spawnflags" "0" + "StartingTeamNum" "0" + "targetname" "Portal_Gun" + connections + { + "OnPlayerPickup" "Portal_GunClearParent0-1" + } + "origin" "-62.5555 -24.6799 6" + editor + { + "color" "0 0 200" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "65" + "classname" "func_brush" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "InputFilter" "0" + "invert_exclusion" "0" + "origin" "-57.59 6.4 0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "targetname" "Gunbrush" + "vrad_brush_cast_shadows" "0" + solid + { + "id" "66" + side + { + "id" "42" + "plane" "(-63.1609 0.000244141 8) (-63.9976 11.969 8) (-52.0288 12.8049 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "41" + "plane" "(-63.9993 11.969 -8) (-63.1624 0.00037384 -8) (-51.1914 0.840088 -8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "40" + "plane" "(-63.1614 0.00415039 -8) (-63.998 11.969 -8) (-63.9978 11.969 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "39" + "plane" "(-52.0271 12.8049 -8) (-51.1902 0.83757 -8) (-51.1904 0.836182 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "38" + "plane" "(-64 11.9709 -8) (-52.0274 12.8081 -8) (-52.0313 12.8079 8)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "37" + "plane" "(-51.1875 0.837402 -8) (-63.1641 0 -8) (-63.1641 0 8)" + "material" "TOOLS/TOOLSNODRAW" + "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 2000]" + } +} +entity +{ + "id" "68" + "classname" "logic_measure_movement" + "MeasureReference" "Gunbrush" + "MeasureTarget" "!player" + "MeasureType" "1" + "Target" "paint" + "targetname" "brushtoplayer" + "TargetReference" "gunbrush" + "TargetScale" "1" + "origin" "6.95759 -79.9255 0" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "70" + "classname" "game_ui" + "FieldOfView" "-1.0" + "spawnflags" "0" + "targetname" "Paintui" + connections + { + "PressedAttack" "PaintStart0.01-1" + "UnpressedAttack" "PaintStop0-1" + "PressedAttack2" "paintchangerTrigger0-1" + "PressedAttack2" "paintchanger2Trigger0-1" + "PressedAttack2" "paintchanger3Trigger0-1" + } + "origin" "30.0923 -34.1704 1" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10500]" + } +} +entity +{ + "id" "72" + "classname" "info_paint_sprayer" + "AmbientSound" "0" + "angles" "0 4 0" + "blob_spread_angle" "0" + "blob_spread_radius" "0" + "blob_streak_percentage" "0" + "blobs_per_second" "100" + "DrawOnly" "0" + "max_speed" "10000" + "max_streak_speed_dampen" "15" + "max_streak_time" "0.2" + "maxblobcount" "250" + "min_speed" "9000" + "min_streak_speed_dampen" "10" + "min_streak_time" "0.1" + "PaintType" "4" + "RenderMode" "0" + "silent" "0" + "start_active" "0" + "targetname" "Paint" + "origin" "-44.6 -31.4439 39.9302" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "74" + "classname" "prop_dynamic" + "angles" "0 184 -180" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/anim_wp/wheatley_arm/wheatley_arm_main.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "targetname" "Arm" + "origin" "-22.5886 5.86238 -82" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/fire.vmf b/resources/instances/p2editor/fire.vmf new file mode 100644 index 0000000..1f4d726 --- /dev/null +++ b/resources/instances/p2editor/fire.vmf @@ -0,0 +1,234 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "36" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "64" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "36" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "275" + side + { + "id" "637" + "plane" "(-64 64 -52) (64 64 -52) (64 -64 -52)" + "material" "METAL/BLACK_WALL_METAL_004D" + "uaxis" "[1 0 0 -304] 0.25" + "vaxis" "[0 -1 0 -704] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "636" + "plane" "(-64 -64 -64) (64 -64 -64) (64 64 -64)" + "material" "METAL/BLACK_WALL_METAL_004D" + "uaxis" "[1 0 0 -304] 0.25" + "vaxis" "[0 -1 0 -704] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "635" + "plane" "(-64 64 -52) (-64 -64 -52) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_004D" + "uaxis" "[0 1 0 704] 0.25" + "vaxis" "[0 0 -1 896] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "634" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -52)" + "material" "METAL/BLACK_WALL_METAL_004D" + "uaxis" "[0 1 0 704] 0.25" + "vaxis" "[0 0 -1 896] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "633" + "plane" "(64 64 -52) (-64 64 -52) (-64 64 -64)" + "material" "METAL/BLACK_WALL_METAL_004D" + "uaxis" "[1 0 0 -304] 0.25" + "vaxis" "[0 0 -1 896] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "632" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -52)" + "material" "METAL/BLACK_WALL_METAL_004D" + "uaxis" "[1 0 0 -304] 0.25" + "vaxis" "[0 0 -1 896] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 154 107" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "276" + "classname" "env_fire" + "damagescale" "2000" + "fireattack" "1" + "firesize" "64" + "firetype" "0" + "health" "9999999999999999999999999999999999999999999999999999999999999999999999999999999999999" + "ignitionpoint" "32" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "fire" + "origin" "32 32 -48" + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "278" + "classname" "env_fire" + "damagescale" "2000" + "fireattack" "1" + "firesize" "64" + "firetype" "0" + "health" "9999999999999999999999999999999999999999999999999999999999999999999999999999999999999" + "ignitionpoint" "32" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "fire" + "origin" "32 -32 -48" + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "280" + "classname" "logic_auto" + "spawnflags" "1" + connections + { + "OnMapSpawn" "fireStartFire0-1" + } + "origin" "0 0 -48" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "282" + "classname" "env_fire" + "damagescale" "2000" + "fireattack" "1" + "firesize" "64" + "firetype" "0" + "health" "9999999999999999999999999999999999999999999999999999999999999999999999999999999999999" + "ignitionpoint" "32" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "fire" + "origin" "-32 -32 -48" + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "284" + "classname" "env_fire" + "damagescale" "2000" + "fireattack" "1" + "firesize" "64" + "firetype" "0" + "health" "9999999999999999999999999999999999999999999999999999999999999999999999999999999999999" + "ignitionpoint" "32" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "fire" + "origin" "-32 32 -48" + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/fizzled_cube_black.vmf b/resources/instances/p2editor/fizzled_cube_black.vmf new file mode 100644 index 0000000..5c01051 --- /dev/null +++ b/resources/instances/p2editor/fizzled_cube_black.vmf @@ -0,0 +1,98 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "24" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "24" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "115" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "CubeType" "0" + "drawinfastreflection" "0" + "NewSkins" "0" + "PaintPower" "4" + "skin" "0" + "SkinType" "0" + connections + { + "OnFizzled" "buttonPressIn0-1" + } + "origin" "-0.517857 0 -64" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_button" + "angles" "0 0 -180" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/fizzled_cube_white.vmf b/resources/instances/p2editor/fizzled_cube_white.vmf new file mode 100644 index 0000000..5c01051 --- /dev/null +++ b/resources/instances/p2editor/fizzled_cube_white.vmf @@ -0,0 +1,98 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "24" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "24" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "115" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "CubeType" "0" + "drawinfastreflection" "0" + "NewSkins" "0" + "PaintPower" "4" + "skin" "0" + "SkinType" "0" + connections + { + "OnFizzled" "buttonPressIn0-1" + } + "origin" "-0.517857 0 -64" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_button" + "angles" "0 0 -180" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/held_painted_cube_black.vmf b/resources/instances/p2editor/held_painted_cube_black.vmf new file mode 100644 index 0000000..a6fcbec --- /dev/null +++ b/resources/instances/p2editor/held_painted_cube_black.vmf @@ -0,0 +1,570 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "26" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "26" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "131" + side + { + "id" "12" + "plane" "(-24 24 -40) (24 24 -40) (24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11" + "plane" "(-24 24 -40) (-24 -24 -40) (-24 -24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10" + "plane" "(24 24 -88) (24 -24 -88) (24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7" + "plane" "(21 -21 -43) (21 21 -43) (-21 21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "133" + side + { + "id" "18" + "plane" "(-24 -24 -88) (24 -24 -88) (24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "17" + "plane" "(-24 24 -40) (-24 -24 -40) (-24 -24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "16" + "plane" "(24 24 -88) (24 -24 -88) (24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "15" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13" + "plane" "(21 21 -85) (21 -21 -85) (-21 -21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "135" + side + { + "id" "24" + "plane" "(-24 24 -40) (-24 -24 -40) (-24 -24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "22" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21" + "plane" "(-21 21 -43) (21 21 -43) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "20" + "plane" "(-21 -21 -85) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "19" + "plane" "(-21 -21 -85) (-21 -21 -43) (-21 21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137" + side + { + "id" "30" + "plane" "(24 24 -88) (24 -24 -88) (24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27" + "plane" "(-21 21 -43) (21 21 -43) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26" + "plane" "(-21 -21 -85) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25" + "plane" "(21 -21 -43) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "139" + side + { + "id" "36" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(-21 21 -43) (21 21 -43) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "34" + "plane" "(-21 -21 -85) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "33" + "plane" "(-21 21 -43) (-21 -21 -43) (-21 -21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(21 21 -85) (21 -21 -85) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(-21 21 -85) (-21 21 -43) (21 21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "141" + side + { + "id" "42" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "41" + "plane" "(-21 21 -43) (21 21 -43) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "40" + "plane" "(-21 -21 -85) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "39" + "plane" "(-21 21 -43) (-21 -21 -43) (-21 -21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "38" + "plane" "(21 21 -85) (21 -21 -85) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "37" + "plane" "(-21 -21 -43) (-21 -21 -85) (21 -21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "143" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "115" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "CubeType" "0" + "drawinfastreflection" "0" + "NewSkins" "0" + "PaintPower" "4" + "skin" "0" + "SkinType" "0" + connections + { + "OnPainted" "buttonPressIn0-1" + } + "origin" "-0.517857 0 -64" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_button" + "angles" "0 0 -180" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/held_painted_cube_white.vmf b/resources/instances/p2editor/held_painted_cube_white.vmf new file mode 100644 index 0000000..a6fcbec --- /dev/null +++ b/resources/instances/p2editor/held_painted_cube_white.vmf @@ -0,0 +1,570 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "26" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "26" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "131" + side + { + "id" "12" + "plane" "(-24 24 -40) (24 24 -40) (24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11" + "plane" "(-24 24 -40) (-24 -24 -40) (-24 -24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10" + "plane" "(24 24 -88) (24 -24 -88) (24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7" + "plane" "(21 -21 -43) (21 21 -43) (-21 21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "133" + side + { + "id" "18" + "plane" "(-24 -24 -88) (24 -24 -88) (24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "17" + "plane" "(-24 24 -40) (-24 -24 -40) (-24 -24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "16" + "plane" "(24 24 -88) (24 -24 -88) (24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "15" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13" + "plane" "(21 21 -85) (21 -21 -85) (-21 -21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "135" + side + { + "id" "24" + "plane" "(-24 24 -40) (-24 -24 -40) (-24 -24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "22" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21" + "plane" "(-21 21 -43) (21 21 -43) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "20" + "plane" "(-21 -21 -85) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "19" + "plane" "(-21 -21 -85) (-21 -21 -43) (-21 21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137" + side + { + "id" "30" + "plane" "(24 24 -88) (24 -24 -88) (24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27" + "plane" "(-21 21 -43) (21 21 -43) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26" + "plane" "(-21 -21 -85) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25" + "plane" "(21 -21 -43) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "139" + side + { + "id" "36" + "plane" "(24 24 -40) (-24 24 -40) (-24 24 -88)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(-21 21 -43) (21 21 -43) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "34" + "plane" "(-21 -21 -85) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "33" + "plane" "(-21 21 -43) (-21 -21 -43) (-21 -21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(21 21 -85) (21 -21 -85) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(-21 21 -85) (-21 21 -43) (21 21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "141" + side + { + "id" "42" + "plane" "(24 -24 -88) (-24 -24 -88) (-24 -24 -40)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "41" + "plane" "(-21 21 -43) (21 21 -43) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "40" + "plane" "(-21 -21 -85) (21 -21 -85) (21 21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "39" + "plane" "(-21 21 -43) (-21 -21 -43) (-21 -21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "38" + "plane" "(21 21 -85) (21 -21 -85) (21 -21 -43)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "37" + "plane" "(-21 -21 -43) (-21 -21 -85) (21 -21 -85)" + "material" "METAL/UNDERGROUND_METALGRATE001A_ALPHATEST" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "143" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "143" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "115" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "CubeType" "0" + "drawinfastreflection" "0" + "NewSkins" "0" + "PaintPower" "4" + "skin" "0" + "SkinType" "0" + connections + { + "OnPainted" "buttonPressIn0-1" + } + "origin" "-0.517857 0 -64" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_button" + "angles" "0 0 -180" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/imbeded_button_cube_black.vmf b/resources/instances/p2editor/imbeded_button_cube_black.vmf new file mode 100644 index 0000000..ccd9d8c --- /dev/null +++ b/resources/instances/p2editor/imbeded_button_cube_black.vmf @@ -0,0 +1,945 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "32" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "32" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" + solid + { + "id" "3806" + side + { + "id" "139" + "plane" "(24 32 -64) (32 32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "140" + "plane" "(24 -32 -112) (32 -32 -112) (32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "141" + "plane" "(24 32 -64) (24 -32 -64) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "142" + "plane" "(32 32 -112) (32 -32 -112) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "143" + "plane" "(32 32 -64) (24 32 -64) (24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "144" + "plane" "(32 -32 -112) (24 -32 -112) (24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3808" + side + { + "id" "156" + "plane" "(-32 32 -64) (-24 32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "155" + "plane" "(-32 -32 -112) (-24 -32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "154" + "plane" "(-32 32 -64) (-32 -32 -64) (-32 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "153" + "plane" "(-24 32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "152" + "plane" "(-24 32 -64) (-32 32 -64) (-32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "151" + "plane" "(-24 -32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3814" + side + { + "id" "168" + "plane" "(-24 24 -64) (-24 32 -64) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "167" + "plane" "(24 24 -112) (24 32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "166" + "plane" "(-24 24 -64) (24 24 -64) (24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "165" + "plane" "(-24 32 -112) (24 32 -112) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "164" + "plane" "(-24 32 -64) (-24 24 -64) (-24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "163" + "plane" "(24 32 -112) (24 24 -112) (24 24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3820" + side + { + "id" "180" + "plane" "(24 -24 -64) (24 -32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "179" + "plane" "(-24 -24 -112) (-24 -32 -112) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "178" + "plane" "(24 -24 -64) (-24 -24 -64) (-24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "177" + "plane" "(24 -32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "176" + "plane" "(24 -32 -64) (24 -24 -64) (24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "175" + "plane" "(-24 -32 -112) (-24 -24 -112) (-24 -24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3829" + side + { + "id" "181" + "plane" "(-64 64 -192) (-64 -64 -192) (64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "182" + "plane" "(64 64 -64) (64 -64 -64) (-64 -64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "183" + "plane" "(-64 64 -64) (-64 -64 -64) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "184" + "plane" "(64 64 -192) (64 -64 -192) (64 -64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "185" + "plane" "(64 -64 -192) (-64 -64 -192) (-64 -64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "186" + "plane" "(64 64 -64) (-64 64 -64) (-64 64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 229 210" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3863" + side + { + "id" "187" + "plane" "(-24 24 -64) (24 24 -64) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "188" + "plane" "(-24 -24 -96) (24 -24 -96) (24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "189" + "plane" "(-24 24 -64) (-24 -24 -64) (-24 -24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "190" + "plane" "(24 24 -96) (24 -24 -96) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "191" + "plane" "(24 24 -64) (-24 24 -64) (-24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "192" + "plane" "(24 -24 -96) (-24 -24 -96) (-24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 218" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "136" + side + { + "id" "60" + "plane" "(32 -32 -112) (-32 -32 -112) (-32 32 -112)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "59" + "plane" "(-32 -32 -128) (32 -32 -128) (32 32 -128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "58" + "plane" "(32 -32 -128) (-32 -32 -128) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "57" + "plane" "(-32 32 -128) (32 32 -128) (32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "56" + "plane" "(-32 -32 -128) (-32 32 -128) (-32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "55" + "plane" "(32 32 -128) (32 -32 -128) (32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 174 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "3866" + "classname" "light" + "_constant_attn" "0" + "_distance" "0" + "_fifty_percent_distance" "0" + "_hardfalloff" "0" + "_light" "255 128 0 200" + "_lightHDR" "255 128 0 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "style" "0" + "origin" "0 0 -80" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3797" + "classname" "prop_floor_cube_button" + "AcceptsBall" "0" + "angles" "0 0 0" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -111" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3834" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-48.0733 -50.9223 -63" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "2841" + "classname" "func_detail" + solid + { + "id" "119" + side + { + "id" "102" + "plane" "(64 -32 -64) (64 -64 -64) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "101" + "plane" "(-48 -32 -112) (-48 -51.1953 -112) (48 -51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "100" + "plane" "(48 -51.1996 -112) (-48 -51.1996 -112) (-64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "99" + "plane" "(-48 -51.1953 -112) (-48 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "98" + "plane" "(48 -32 -112) (48 -51.1953 -112) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "97" + "plane" "(-48 -32 -112) (48 -32 -112) (64 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "138" + side + { + "id" "108" + "plane" "(-32 -32 -64) (-64 -32 -64) (-64 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "107" + "plane" "(-51.1953 32 -112) (-51.1953 -32 -112) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "106" + "plane" "(-51.1996 -32 -112) (-51.1996 32 -112) (-64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "105" + "plane" "(-32 -32 -112) (-51.1953 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "104" + "plane" "(-51.1953 32 -112) (-32 32 -112) (-32 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "103" + "plane" "(-32 32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "118" + side + { + "id" "114" + "plane" "(-64 32 -64) (-64 64 -64) (64 64 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "113" + "plane" "(48 32 -112) (48 51.1953 -112) (-48 51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "112" + "plane" "(-48 51.1996 -112) (48 51.1996 -112) (64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "111" + "plane" "(-48 32 -112) (-48 51.1953 -112) (-64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "110" + "plane" "(48 51.1953 -112) (48 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "109" + "plane" "(48 32 -112) (-48 32 -112) (-64 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137" + side + { + "id" "120" + "plane" "(64 32 -64) (64 -32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "119" + "plane" "(32 -32 -112) (51.1953 -32 -112) (51.1953 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "118" + "plane" "(51.1996 32 -112) (51.1996 -32 -112) (64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "117" + "plane" "(51.1953 -32 -112) (32 -32 -112) (32 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "116" + "plane" "(32 32 -112) (51.1953 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "115" + "plane" "(32 -32 -112) (32 32 -112) (32 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/imbeded_button_cube_white.vmf b/resources/instances/p2editor/imbeded_button_cube_white.vmf new file mode 100644 index 0000000..c24c3ff --- /dev/null +++ b/resources/instances/p2editor/imbeded_button_cube_white.vmf @@ -0,0 +1,945 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "30" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "30" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" + solid + { + "id" "3806" + side + { + "id" "139" + "plane" "(24 32 -64) (32 32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "140" + "plane" "(24 -32 -112) (32 -32 -112) (32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "141" + "plane" "(24 32 -64) (24 -32 -64) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "142" + "plane" "(32 32 -112) (32 -32 -112) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "143" + "plane" "(32 32 -64) (24 32 -64) (24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "144" + "plane" "(32 -32 -112) (24 -32 -112) (24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3808" + side + { + "id" "156" + "plane" "(-32 32 -64) (-24 32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "155" + "plane" "(-32 -32 -112) (-24 -32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "154" + "plane" "(-32 32 -64) (-32 -32 -64) (-32 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "153" + "plane" "(-24 32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "152" + "plane" "(-24 32 -64) (-32 32 -64) (-32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "151" + "plane" "(-24 -32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3814" + side + { + "id" "168" + "plane" "(-24 24 -64) (-24 32 -64) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "167" + "plane" "(24 24 -112) (24 32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "166" + "plane" "(-24 24 -64) (24 24 -64) (24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "165" + "plane" "(-24 32 -112) (24 32 -112) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "164" + "plane" "(-24 32 -64) (-24 24 -64) (-24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "163" + "plane" "(24 32 -112) (24 24 -112) (24 24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3820" + side + { + "id" "180" + "plane" "(24 -24 -64) (24 -32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "179" + "plane" "(-24 -24 -112) (-24 -32 -112) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "178" + "plane" "(24 -24 -64) (-24 -24 -64) (-24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "177" + "plane" "(24 -32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "176" + "plane" "(24 -32 -64) (24 -24 -64) (24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "175" + "plane" "(-24 -32 -112) (-24 -24 -112) (-24 -24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3829" + side + { + "id" "181" + "plane" "(-64 64 -64) (-64 64 -192) (64 64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "182" + "plane" "(64 -64 -64) (64 -64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "183" + "plane" "(-64 -64 -64) (-64 -64 -192) (-64 64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "184" + "plane" "(64 64 -64) (64 64 -192) (64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "185" + "plane" "(64 64 -192) (-64 64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "186" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 229 210" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3863" + side + { + "id" "187" + "plane" "(-24 24 -64) (24 24 -64) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "188" + "plane" "(-24 -24 -96) (24 -24 -96) (24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "189" + "plane" "(-24 24 -64) (-24 -24 -64) (-24 -24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "190" + "plane" "(24 24 -96) (24 -24 -96) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "191" + "plane" "(24 24 -64) (-24 24 -64) (-24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "192" + "plane" "(24 -24 -96) (-24 -24 -96) (-24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 218" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "136" + side + { + "id" "60" + "plane" "(32 -32 -112) (-32 -32 -112) (-32 32 -112)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "59" + "plane" "(-32 -32 -128) (32 -32 -128) (32 32 -128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "58" + "plane" "(32 -32 -128) (-32 -32 -128) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "57" + "plane" "(-32 32 -128) (32 32 -128) (32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "56" + "plane" "(-32 -32 -128) (-32 32 -128) (-32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "55" + "plane" "(32 32 -128) (32 -32 -128) (32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 174 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "3866" + "classname" "light" + "_constant_attn" "0" + "_distance" "0" + "_fifty_percent_distance" "0" + "_hardfalloff" "0" + "_light" "255 128 0 200" + "_lightHDR" "255 128 0 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "style" "0" + "origin" "0 0 -80" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3797" + "classname" "prop_floor_cube_button" + "AcceptsBall" "0" + "angles" "0 0 0" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -111" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3834" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-48.0733 -50.9223 -63" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "2841" + "classname" "func_detail" + solid + { + "id" "119" + side + { + "id" "102" + "plane" "(64 -32 -64) (64 -64 -64) (-64 -64 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "101" + "plane" "(-48 -32 -112) (-48 -51.1953 -112) (48 -51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "100" + "plane" "(48 -51.1996 -112) (-48 -51.1996 -112) (-64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "99" + "plane" "(-48 -51.1953 -112) (-48 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "98" + "plane" "(48 -32 -112) (48 -51.1953 -112) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "97" + "plane" "(-48 -32 -112) (48 -32 -112) (64 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "138" + side + { + "id" "108" + "plane" "(-32 -32 -64) (-64 -32 -64) (-64 32 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "107" + "plane" "(-51.1953 32 -112) (-51.1953 -32 -112) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "106" + "plane" "(-51.1996 -32 -112) (-51.1996 32 -112) (-64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "105" + "plane" "(-32 -32 -112) (-51.1953 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "104" + "plane" "(-51.1953 32 -112) (-32 32 -112) (-32 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "103" + "plane" "(-32 32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "118" + side + { + "id" "114" + "plane" "(-64 32 -64) (-64 64 -64) (64 64 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "113" + "plane" "(48 32 -112) (48 51.1953 -112) (-48 51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "112" + "plane" "(-48 51.1996 -112) (48 51.1996 -112) (64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "111" + "plane" "(-48 32 -112) (-48 51.1953 -112) (-64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "110" + "plane" "(48 51.1953 -112) (48 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "109" + "plane" "(48 32 -112) (-48 32 -112) (-64 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137" + side + { + "id" "120" + "plane" "(64 32 -64) (64 -32 -64) (32 -32 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "119" + "plane" "(32 -32 -112) (51.1953 -32 -112) (51.1953 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "118" + "plane" "(51.1996 32 -112) (51.1996 -32 -112) (64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "117" + "plane" "(51.1953 -32 -112) (32 -32 -112) (32 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "116" + "plane" "(32 32 -112) (51.1953 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "115" + "plane" "(32 -32 -112) (32 32 -112) (32 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/imbeded_button_normal_black.vmf b/resources/instances/p2editor/imbeded_button_normal_black.vmf new file mode 100644 index 0000000..214e02c --- /dev/null +++ b/resources/instances/p2editor/imbeded_button_normal_black.vmf @@ -0,0 +1,945 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "32" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "32" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" + solid + { + "id" "3806" + side + { + "id" "139" + "plane" "(24 32 -64) (32 32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "140" + "plane" "(24 -32 -112) (32 -32 -112) (32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "141" + "plane" "(24 32 -64) (24 -32 -64) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "142" + "plane" "(32 32 -112) (32 -32 -112) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "143" + "plane" "(32 32 -64) (24 32 -64) (24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "144" + "plane" "(32 -32 -112) (24 -32 -112) (24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3808" + side + { + "id" "156" + "plane" "(-32 32 -64) (-24 32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "155" + "plane" "(-32 -32 -112) (-24 -32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "154" + "plane" "(-32 32 -64) (-32 -32 -64) (-32 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "153" + "plane" "(-24 32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "152" + "plane" "(-24 32 -64) (-32 32 -64) (-32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "151" + "plane" "(-24 -32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3814" + side + { + "id" "168" + "plane" "(-24 24 -64) (-24 32 -64) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "167" + "plane" "(24 24 -112) (24 32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "166" + "plane" "(-24 24 -64) (24 24 -64) (24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "165" + "plane" "(-24 32 -112) (24 32 -112) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "164" + "plane" "(-24 32 -64) (-24 24 -64) (-24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "163" + "plane" "(24 32 -112) (24 24 -112) (24 24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3820" + side + { + "id" "180" + "plane" "(24 -24 -64) (24 -32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "179" + "plane" "(-24 -24 -112) (-24 -32 -112) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "178" + "plane" "(24 -24 -64) (-24 -24 -64) (-24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "177" + "plane" "(24 -32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "176" + "plane" "(24 -32 -64) (24 -24 -64) (24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "175" + "plane" "(-24 -32 -112) (-24 -24 -112) (-24 -24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3829" + side + { + "id" "181" + "plane" "(-64 64 -64) (-64 64 -192) (64 64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "182" + "plane" "(64 -64 -64) (64 -64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "183" + "plane" "(-64 -64 -64) (-64 -64 -192) (-64 64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "184" + "plane" "(64 64 -64) (64 64 -192) (64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "185" + "plane" "(64 64 -192) (-64 64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "186" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 229 210" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3863" + side + { + "id" "187" + "plane" "(-24 24 -64) (24 24 -64) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "188" + "plane" "(-24 -24 -96) (24 -24 -96) (24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "189" + "plane" "(-24 24 -64) (-24 -24 -64) (-24 -24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "190" + "plane" "(24 24 -96) (24 -24 -96) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "191" + "plane" "(24 24 -64) (-24 24 -64) (-24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "192" + "plane" "(24 -24 -96) (-24 -24 -96) (-24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 218" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "136" + side + { + "id" "60" + "plane" "(32 -32 -112) (-32 -32 -112) (-32 32 -112)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "59" + "plane" "(-32 -32 -128) (32 -32 -128) (32 32 -128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "58" + "plane" "(32 -32 -128) (-32 -32 -128) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "57" + "plane" "(-32 32 -128) (32 32 -128) (32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "56" + "plane" "(-32 -32 -128) (-32 32 -128) (-32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "55" + "plane" "(32 32 -128) (32 -32 -128) (32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 174 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "3866" + "classname" "light" + "_constant_attn" "0" + "_distance" "0" + "_fifty_percent_distance" "0" + "_hardfalloff" "0" + "_light" "255 128 0 200" + "_lightHDR" "255 128 0 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "style" "0" + "origin" "0 0 -80" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3797" + "classname" "prop_floor_button" + "angles" "0 0 0" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3834" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-48.0733 -50.9223 -63" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "2841" + "classname" "func_detail" + solid + { + "id" "119" + side + { + "id" "102" + "plane" "(64 -32 -64) (64 -64 -64) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "101" + "plane" "(-48 -32 -112) (-48 -51.1953 -112) (48 -51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "100" + "plane" "(48 -51.1996 -112) (-48 -51.1996 -112) (-64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "99" + "plane" "(-48 -51.1953 -112) (-48 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "98" + "plane" "(48 -32 -112) (48 -51.1953 -112) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "97" + "plane" "(-48 -32 -112) (48 -32 -112) (64 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "138" + side + { + "id" "108" + "plane" "(-32 -32 -64) (-64 -32 -64) (-64 32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "107" + "plane" "(-51.1953 32 -112) (-51.1953 -32 -112) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "106" + "plane" "(-51.1996 -32 -112) (-51.1996 32 -112) (-64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "105" + "plane" "(-32 -32 -112) (-51.1953 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "104" + "plane" "(-51.1953 32 -112) (-32 32 -112) (-32 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "103" + "plane" "(-32 32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "118" + side + { + "id" "114" + "plane" "(-64 32 -64) (-64 64 -64) (64 64 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "113" + "plane" "(48 32 -112) (48 51.1953 -112) (-48 51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "112" + "plane" "(-48 51.1996 -112) (48 51.1996 -112) (64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "111" + "plane" "(-48 32 -112) (-48 51.1953 -112) (-64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "110" + "plane" "(48 51.1953 -112) (48 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "109" + "plane" "(48 32 -112) (-48 32 -112) (-64 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137" + side + { + "id" "120" + "plane" "(64 32 -64) (64 -32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "119" + "plane" "(32 -32 -112) (51.1953 -32 -112) (51.1953 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "118" + "plane" "(51.1996 32 -112) (51.1996 -32 -112) (64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "117" + "plane" "(51.1953 -32 -112) (32 -32 -112) (32 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "116" + "plane" "(32 32 -112) (51.1953 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "115" + "plane" "(32 -32 -112) (32 32 -112) (32 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/imbeded_button_normal_white.vmf b/resources/instances/p2editor/imbeded_button_normal_white.vmf new file mode 100644 index 0000000..5c0d2ed --- /dev/null +++ b/resources/instances/p2editor/imbeded_button_normal_white.vmf @@ -0,0 +1,945 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "31" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "31" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" + solid + { + "id" "3806" + side + { + "id" "139" + "plane" "(24 32 -64) (32 32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "140" + "plane" "(24 -32 -112) (32 -32 -112) (32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "141" + "plane" "(24 32 -64) (24 -32 -64) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "142" + "plane" "(32 32 -112) (32 -32 -112) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "143" + "plane" "(32 32 -64) (24 32 -64) (24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "144" + "plane" "(32 -32 -112) (24 -32 -112) (24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3808" + side + { + "id" "156" + "plane" "(-32 32 -64) (-24 32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "155" + "plane" "(-32 -32 -112) (-24 -32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "154" + "plane" "(-32 32 -64) (-32 -32 -64) (-32 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "153" + "plane" "(-24 32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "152" + "plane" "(-24 32 -64) (-32 32 -64) (-32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "151" + "plane" "(-24 -32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3814" + side + { + "id" "168" + "plane" "(-24 24 -64) (-24 32 -64) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "167" + "plane" "(24 24 -112) (24 32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "166" + "plane" "(-24 24 -64) (24 24 -64) (24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "165" + "plane" "(-24 32 -112) (24 32 -112) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "164" + "plane" "(-24 32 -64) (-24 24 -64) (-24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "163" + "plane" "(24 32 -112) (24 24 -112) (24 24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3820" + side + { + "id" "180" + "plane" "(24 -24 -64) (24 -32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "179" + "plane" "(-24 -24 -112) (-24 -32 -112) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "178" + "plane" "(24 -24 -64) (-24 -24 -64) (-24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "177" + "plane" "(24 -32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "176" + "plane" "(24 -32 -64) (24 -24 -64) (24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "175" + "plane" "(-24 -32 -112) (-24 -24 -112) (-24 -24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3829" + side + { + "id" "181" + "plane" "(-64 64 -64) (-64 64 -192) (64 64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "182" + "plane" "(64 -64 -64) (64 -64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "183" + "plane" "(-64 -64 -64) (-64 -64 -192) (-64 64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "184" + "plane" "(64 64 -64) (64 64 -192) (64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "185" + "plane" "(64 64 -192) (-64 64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "186" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 229 210" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3863" + side + { + "id" "187" + "plane" "(-24 24 -64) (24 24 -64) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "188" + "plane" "(-24 -24 -96) (24 -24 -96) (24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "189" + "plane" "(-24 24 -64) (-24 -24 -64) (-24 -24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "190" + "plane" "(24 24 -96) (24 -24 -96) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "191" + "plane" "(24 24 -64) (-24 24 -64) (-24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "192" + "plane" "(24 -24 -96) (-24 -24 -96) (-24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 218" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "136" + side + { + "id" "60" + "plane" "(32 -32 -112) (-32 -32 -112) (-32 32 -112)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "59" + "plane" "(-32 -32 -128) (32 -32 -128) (32 32 -128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "58" + "plane" "(32 -32 -128) (-32 -32 -128) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "57" + "plane" "(-32 32 -128) (32 32 -128) (32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "56" + "plane" "(-32 -32 -128) (-32 32 -128) (-32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "55" + "plane" "(32 32 -128) (32 -32 -128) (32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 174 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "3866" + "classname" "light" + "_constant_attn" "0" + "_distance" "0" + "_fifty_percent_distance" "0" + "_hardfalloff" "0" + "_light" "255 128 0 200" + "_lightHDR" "255 128 0 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "style" "0" + "origin" "0 0 -80" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3797" + "classname" "prop_floor_button" + "angles" "0 0 0" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3834" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-48.0733 -50.9223 -63" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "2841" + "classname" "func_detail" + solid + { + "id" "119" + side + { + "id" "102" + "plane" "(64 -32 -64) (64 -64 -64) (-64 -64 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "101" + "plane" "(-48 -32 -112) (-48 -51.1953 -112) (48 -51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "100" + "plane" "(48 -51.1996 -112) (-48 -51.1996 -112) (-64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "99" + "plane" "(-48 -51.1953 -112) (-48 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "98" + "plane" "(48 -32 -112) (48 -51.1953 -112) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "97" + "plane" "(-48 -32 -112) (48 -32 -112) (64 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "138" + side + { + "id" "108" + "plane" "(-32 -32 -64) (-64 -32 -64) (-64 32 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "107" + "plane" "(-51.1953 32 -112) (-51.1953 -32 -112) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "106" + "plane" "(-51.1996 -32 -112) (-51.1996 32 -112) (-64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "105" + "plane" "(-32 -32 -112) (-51.1953 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "104" + "plane" "(-51.1953 32 -112) (-32 32 -112) (-32 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "103" + "plane" "(-32 32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "118" + side + { + "id" "114" + "plane" "(-64 32 -64) (-64 64 -64) (64 64 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "113" + "plane" "(48 32 -112) (48 51.1953 -112) (-48 51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "112" + "plane" "(-48 51.1996 -112) (48 51.1996 -112) (64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "111" + "plane" "(-48 32 -112) (-48 51.1953 -112) (-64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "110" + "plane" "(48 51.1953 -112) (48 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "109" + "plane" "(48 32 -112) (-48 32 -112) (-64 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137" + side + { + "id" "120" + "plane" "(64 32 -64) (64 -32 -64) (32 -32 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "119" + "plane" "(32 -32 -112) (51.1953 -32 -112) (51.1953 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "118" + "plane" "(51.1996 32 -112) (51.1996 -32 -112) (64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "117" + "plane" "(51.1953 -32 -112) (32 -32 -112) (32 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "116" + "plane" "(32 32 -112) (51.1953 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "115" + "plane" "(32 -32 -112) (32 32 -112) (32 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/imbeded_button_sphere_black.vmf b/resources/instances/p2editor/imbeded_button_sphere_black.vmf new file mode 100644 index 0000000..433389a --- /dev/null +++ b/resources/instances/p2editor/imbeded_button_sphere_black.vmf @@ -0,0 +1,944 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "31" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "31" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" + solid + { + "id" "3877" + side + { + "id" "193" + "plane" "(-64 64 -192) (64 64 -192) (64 64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "194" + "plane" "(-64 -64 -64) (64 -64 -64) (64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "195" + "plane" "(-64 64 -192) (-64 64 -64) (-64 -64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "196" + "plane" "(64 -64 -192) (64 -64 -64) (64 64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "197" + "plane" "(64 64 -192) (-64 64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "198" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 243 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3806" + side + { + "id" "139" + "plane" "(24 32 -64) (32 32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "140" + "plane" "(24 -32 -112) (32 -32 -112) (32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "141" + "plane" "(24 32 -64) (24 -32 -64) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "142" + "plane" "(32 32 -112) (32 -32 -112) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "143" + "plane" "(32 32 -64) (24 32 -64) (24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "144" + "plane" "(32 -32 -112) (24 -32 -112) (24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3808" + side + { + "id" "156" + "plane" "(-32 32 -64) (-24 32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "155" + "plane" "(-32 -32 -112) (-24 -32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "154" + "plane" "(-32 32 -64) (-32 -32 -64) (-32 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "153" + "plane" "(-24 32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "152" + "plane" "(-24 32 -64) (-32 32 -64) (-32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "151" + "plane" "(-24 -32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3814" + side + { + "id" "168" + "plane" "(-24 24 -64) (-24 32 -64) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "167" + "plane" "(24 24 -112) (24 32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "166" + "plane" "(-24 24 -64) (24 24 -64) (24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "165" + "plane" "(-24 32 -112) (24 32 -112) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "164" + "plane" "(-24 32 -64) (-24 24 -64) (-24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "163" + "plane" "(24 32 -112) (24 24 -112) (24 24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3820" + side + { + "id" "180" + "plane" "(24 -24 -64) (24 -32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "179" + "plane" "(-24 -24 -112) (-24 -32 -112) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "178" + "plane" "(24 -24 -64) (-24 -24 -64) (-24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "177" + "plane" "(24 -32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "176" + "plane" "(24 -32 -64) (24 -24 -64) (24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "175" + "plane" "(-24 -32 -112) (-24 -24 -112) (-24 -24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3863" + side + { + "id" "187" + "plane" "(-24 24 -64) (24 24 -64) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "188" + "plane" "(-24 -24 -96) (24 -24 -96) (24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "189" + "plane" "(-24 24 -64) (-24 -24 -64) (-24 -24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "190" + "plane" "(24 24 -96) (24 -24 -96) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "191" + "plane" "(24 24 -64) (-24 24 -64) (-24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "192" + "plane" "(24 -24 -96) (-24 -24 -96) (-24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 218" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "136" + side + { + "id" "60" + "plane" "(32 -32 -112) (-32 -32 -112) (-32 32 -112)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "59" + "plane" "(-32 -32 -128) (32 -32 -128) (32 32 -128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "58" + "plane" "(32 -32 -128) (-32 -32 -128) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "57" + "plane" "(-32 32 -128) (32 32 -128) (32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "56" + "plane" "(-32 -32 -128) (-32 32 -128) (-32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "55" + "plane" "(32 32 -128) (32 -32 -128) (32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 174 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "3797" + "classname" "prop_floor_ball_button" + "angles" "0 0 0" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -111" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3834" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-48.0733 -50.9223 -63" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "3870" + "classname" "light" + "_constant_attn" "0" + "_distance" "0" + "_fifty_percent_distance" "0" + "_hardfalloff" "0" + "_light" "255 128 0 200" + "_lightHDR" "255 128 0 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "style" "0" + "origin" "0 0 -80" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "2841" + "classname" "func_detail" + solid + { + "id" "119" + side + { + "id" "102" + "plane" "(64 -32 -64) (64 -64 -64) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "101" + "plane" "(-48 -32 -112) (-48 -51.1953 -112) (48 -51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "100" + "plane" "(48 -51.1996 -112) (-48 -51.1996 -112) (-64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "99" + "plane" "(-48 -51.1953 -112) (-48 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "98" + "plane" "(48 -32 -112) (48 -51.1953 -112) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "97" + "plane" "(-48 -32 -112) (48 -32 -112) (64 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "138" + side + { + "id" "108" + "plane" "(-32 -32 -64) (-64 -32 -64) (-64 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "107" + "plane" "(-51.1953 32 -112) (-51.1953 -32 -112) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "106" + "plane" "(-51.1996 -32 -112) (-51.1996 32 -112) (-64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "105" + "plane" "(-32 -32 -112) (-51.1953 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "104" + "plane" "(-51.1953 32 -112) (-32 32 -112) (-32 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "103" + "plane" "(-32 32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "118" + side + { + "id" "114" + "plane" "(-64 32 -64) (-64 64 -64) (64 64 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "113" + "plane" "(48 32 -112) (48 51.1953 -112) (-48 51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "112" + "plane" "(-48 51.1996 -112) (48 51.1996 -112) (64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "111" + "plane" "(-48 32 -112) (-48 51.1953 -112) (-64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "110" + "plane" "(48 51.1953 -112) (48 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "109" + "plane" "(48 32 -112) (-48 32 -112) (-64 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137" + side + { + "id" "120" + "plane" "(64 32 -64) (64 -32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "119" + "plane" "(32 -32 -112) (51.1953 -32 -112) (51.1953 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "118" + "plane" "(51.1996 32 -112) (51.1996 -32 -112) (64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "117" + "plane" "(51.1953 -32 -112) (32 -32 -112) (32 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "116" + "plane" "(32 32 -112) (51.1953 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "115" + "plane" "(32 -32 -112) (32 32 -112) (32 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/imbeded_button_sphere_white.vmf b/resources/instances/p2editor/imbeded_button_sphere_white.vmf new file mode 100644 index 0000000..572f395 --- /dev/null +++ b/resources/instances/p2editor/imbeded_button_sphere_white.vmf @@ -0,0 +1,944 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "33" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "33" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" + solid + { + "id" "3878" + side + { + "id" "216" + "plane" "(64 -64 -192) (-64 -64 -192) (-64 -64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "215" + "plane" "(64 64 -64) (-64 64 -64) (-64 64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "214" + "plane" "(-64 64 -64) (64 64 -64) (64 -64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "213" + "plane" "(64 64 -192) (-64 64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "212" + "plane" "(64 64 -64) (64 64 -192) (64 -64 -192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "211" + "plane" "(-64 64 -192) (-64 64 -64) (-64 -64 -64)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 241 230" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3806" + side + { + "id" "139" + "plane" "(24 32 -64) (32 32 -64) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "140" + "plane" "(24 -32 -112) (32 -32 -112) (32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "141" + "plane" "(24 32 -64) (24 -32 -64) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "142" + "plane" "(32 32 -112) (32 -32 -112) (32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "143" + "plane" "(32 32 -64) (24 32 -64) (24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "144" + "plane" "(32 -32 -112) (24 -32 -112) (24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3808" + side + { + "id" "156" + "plane" "(-32 32 -64) (-24 32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "155" + "plane" "(-32 -32 -112) (-24 -32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "154" + "plane" "(-32 32 -64) (-32 -32 -64) (-32 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "153" + "plane" "(-24 32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "152" + "plane" "(-24 32 -64) (-32 32 -64) (-32 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "151" + "plane" "(-24 -32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3814" + side + { + "id" "168" + "plane" "(-24 24 -64) (-24 32 -64) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "167" + "plane" "(24 24 -112) (24 32 -112) (-24 32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "166" + "plane" "(-24 24 -64) (24 24 -64) (24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "165" + "plane" "(-24 32 -112) (24 32 -112) (24 32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "164" + "plane" "(-24 32 -64) (-24 24 -64) (-24 24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "163" + "plane" "(24 32 -112) (24 24 -112) (24 24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3820" + side + { + "id" "180" + "plane" "(24 -24 -64) (24 -32 -64) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "179" + "plane" "(-24 -24 -112) (-24 -32 -112) (24 -32 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "178" + "plane" "(24 -24 -64) (-24 -24 -64) (-24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_004B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "177" + "plane" "(24 -32 -112) (-24 -32 -112) (-24 -32 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "176" + "plane" "(24 -32 -64) (24 -24 -64) (24 -24 -112)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "175" + "plane" "(-24 -32 -112) (-24 -24 -112) (-24 -24 -64)" + "material" "METAL/BLACK_WALL_METAL_002B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3863" + side + { + "id" "187" + "plane" "(-24 24 -64) (24 24 -64) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "188" + "plane" "(-24 -24 -96) (24 -24 -96) (24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "189" + "plane" "(-24 24 -64) (-24 -24 -64) (-24 -24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "190" + "plane" "(24 24 -96) (24 -24 -96) (24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "191" + "plane" "(24 24 -64) (-24 24 -64) (-24 24 -96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "192" + "plane" "(24 -24 -96) (-24 -24 -96) (-24 -24 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 218" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "136" + side + { + "id" "60" + "plane" "(32 -32 -112) (-32 -32 -112) (-32 32 -112)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "59" + "plane" "(-32 -32 -128) (32 -32 -128) (32 32 -128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "58" + "plane" "(32 -32 -128) (-32 -32 -128) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "57" + "plane" "(-32 32 -128) (32 32 -128) (32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "56" + "plane" "(-32 -32 -128) (-32 32 -128) (-32 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "55" + "plane" "(32 32 -128) (32 -32 -128) (32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 174 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "3797" + "classname" "prop_floor_ball_button" + "angles" "0 0 0" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -111" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3834" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-48.0733 -50.9223 -63" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "3870" + "classname" "light" + "_constant_attn" "0" + "_distance" "0" + "_fifty_percent_distance" "0" + "_hardfalloff" "0" + "_light" "255 128 0 200" + "_lightHDR" "255 128 0 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "style" "0" + "origin" "0 0 -80" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "2841" + "classname" "func_detail" + solid + { + "id" "119" + side + { + "id" "102" + "plane" "(64 -32 -64) (64 -64 -64) (-64 -64 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "101" + "plane" "(-48 -32 -112) (-48 -51.1953 -112) (48 -51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "100" + "plane" "(48 -51.1996 -112) (-48 -51.1996 -112) (-64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "99" + "plane" "(-48 -51.1953 -112) (-48 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "98" + "plane" "(48 -32 -112) (48 -51.1953 -112) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "97" + "plane" "(-48 -32 -112) (48 -32 -112) (64 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "138" + side + { + "id" "108" + "plane" "(-32 -32 -64) (-64 -32 -64) (-64 32 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "107" + "plane" "(-51.1953 32 -112) (-51.1953 -32 -112) (-32 -32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "106" + "plane" "(-51.1996 -32 -112) (-51.1996 32 -112) (-64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "105" + "plane" "(-32 -32 -112) (-51.1953 -32 -112) (-64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "104" + "plane" "(-51.1953 32 -112) (-32 32 -112) (-32 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "103" + "plane" "(-32 32 -112) (-32 -32 -112) (-32 -32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "118" + side + { + "id" "114" + "plane" "(-64 32 -64) (-64 64 -64) (64 64 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "113" + "plane" "(48 32 -112) (48 51.1953 -112) (-48 51.1953 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "112" + "plane" "(-48 51.1996 -112) (48 51.1996 -112) (64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "111" + "plane" "(-48 32 -112) (-48 51.1953 -112) (-64 64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "110" + "plane" "(48 51.1953 -112) (48 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "109" + "plane" "(48 32 -112) (-48 32 -112) (-64 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137" + side + { + "id" "120" + "plane" "(64 32 -64) (64 -32 -64) (32 -32 -64)" + "material" "TILE/WHITE_WALL_TILE003F" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "119" + "plane" "(32 -32 -112) (51.1953 -32 -112) (51.1953 32 -112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "118" + "plane" "(51.1996 32 -112) (51.1996 -32 -112) (64 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "117" + "plane" "(51.1953 -32 -112) (32 -32 -112) (32 -32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "116" + "plane" "(32 32 -112) (51.1953 32 -112) (64 32 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "115" + "plane" "(32 -32 -112) (32 32 -112) (32 32 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/painted_cube_black.vmf b/resources/instances/p2editor/painted_cube_black.vmf new file mode 100644 index 0000000..8fde475 --- /dev/null +++ b/resources/instances/p2editor/painted_cube_black.vmf @@ -0,0 +1,98 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "25" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "25" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "115" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "CubeType" "0" + "drawinfastreflection" "0" + "NewSkins" "0" + "PaintPower" "4" + "skin" "0" + "SkinType" "0" + connections + { + "OnPainted" "buttonPressIn0-1" + } + "origin" "-0.517857 0 -64" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_button" + "angles" "0 0 -180" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/painted_cube_white.vmf b/resources/instances/p2editor/painted_cube_white.vmf new file mode 100644 index 0000000..8fde475 --- /dev/null +++ b/resources/instances/p2editor/painted_cube_white.vmf @@ -0,0 +1,98 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "25" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "25" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "115" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "CubeType" "0" + "drawinfastreflection" "0" + "NewSkins" "0" + "PaintPower" "4" + "skin" "0" + "SkinType" "0" + connections + { + "OnPainted" "buttonPressIn0-1" + } + "origin" "-0.517857 0 -64" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_button" + "angles" "0 0 -180" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/pd_black.vmf b/resources/instances/p2editor/pd_black.vmf new file mode 100644 index 0000000..ff94cc3 --- /dev/null +++ b/resources/instances/p2editor/pd_black.vmf @@ -0,0 +1,436 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "42" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "42" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "326" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "activate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-40 8 -45.1814" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "341" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "deactivate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-40 -8 -45.1814" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "389" + "classname" "func_detail" + solid + { + "id" "279" + side + { + "id" "745" + "plane" "(-64 -64 -56.0014) (-64 64 -56.0014) (64 64 -56.0014)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "744" + "plane" "(-64 64 -64) (-64 -64 -64) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "743" + "plane" "(-64 -64 -64) (-64 64 -64) (-64 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "742" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "741" + "plane" "(-64 64 -64) (64 64 -64) (64 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "740" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "280" + "classname" "prop_static" + "angles" "0 90 90" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_cleanser_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "origin" "0 -47.9015 -48" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "284" + "classname" "prop_dynamic" + "angles" "-90 180 0" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_emitter.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "targetname" "detector frame" + "origin" "0 -0.901535 -56" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "288" + "classname" "prop_static" + "angles" "0 270 90" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_cleanser_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "origin" "1.44861 48 -46" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "292" + "classname" "func_portal_detector" + "CheckAllIDs" "1" + "LinkageGroupID" "0" + "spawnflags" "0" + "targetname" "detector_output" + connections + { + "OnStartTouchPortal2" "detector frameSkin20-1" + "OnStartTouchPortal1" "detector frameSkin10-1" + "OnEndTouchPortal" "detector frameSkin00-1" + "OnStartTouchPortal" "activateTrigger0-1" + "OnEndTouchPortal" "deactivateTrigger0-1" + } + solid + { + "id" "293" + side + { + "id" "643" + "plane" "(8 31.999 -56) (8 -32 -56) (8 -32 -48.0009)" + "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" "642" + "plane" "(-8 -32 -56) (-8 32 -56) (-8 31.999 -48.0009)" + "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" "641" + "plane" "(-7.99965 31.999 -56) (-7.99965 -32 -56) (8.0007 -32 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[-1 0 0 -1.7472] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "640" + "plane" "(-7.99965 -32 -48) (-7.99965 32 -48) (8.0007 31.999 -48)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 1.7472] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "639" + "plane" "(8.0007 -31.999 -48.0018) (8.0007 -31.999 -56) (-7.99965 -31.999 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 1.7472] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "638" + "plane" "(-7.99965 32 -48.0018) (-7.99965 32 -56) (8.0007 32 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[-1 0 0 -1.7472] 0.25" + "vaxis" "[0 0 -1 -4] 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 5000]" + } +} +entity +{ + "id" "296" + "classname" "info_placement_helper" + "angles" "-90 180 0" + "force_placement" "1" + "radius" "70" + "snap_to_helper_angles" "1" + "StartDisabled" "0" + "origin" "0 0 -55" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "268" + "classname" "light" + "_light" "251 159 57 10" + "_lightHDR" "251 159 57 5" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "0 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/pd_white.vmf b/resources/instances/p2editor/pd_white.vmf new file mode 100644 index 0000000..d4f9572 --- /dev/null +++ b/resources/instances/p2editor/pd_white.vmf @@ -0,0 +1,436 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "43" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "43" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "326" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "activate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-40 8 -45.1814" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "341" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "deactivate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-40 -8 -45.1814" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "389" + "classname" "func_detail" + solid + { + "id" "279" + side + { + "id" "745" + "plane" "(-64 -64 -56.0014) (-64 64 -56.0014) (64 64 -56.0014)" + "material" "TILE/WHITE_WALL_TILE004J" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[1 0 0 256] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "744" + "plane" "(-64 64 -64) (-64 -64 -64) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "743" + "plane" "(-64 -64 -64) (-64 64 -64) (-64 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "742" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "741" + "plane" "(-64 64 -64) (64 64 -64) (64 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "740" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "280" + "classname" "prop_static" + "angles" "0 90 90" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_cleanser_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "origin" "0 -47.9015 -48" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "284" + "classname" "prop_dynamic" + "angles" "-90 180 0" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_emitter.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "targetname" "detector frame" + "origin" "0 -0.901535 -56" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "288" + "classname" "prop_static" + "angles" "0 270 90" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_cleanser_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "origin" "1.44861 48 -46" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "292" + "classname" "func_portal_detector" + "CheckAllIDs" "1" + "LinkageGroupID" "0" + "spawnflags" "0" + "targetname" "detector_output" + connections + { + "OnStartTouchPortal2" "detector frameSkin20-1" + "OnStartTouchPortal1" "detector frameSkin10-1" + "OnEndTouchPortal" "detector frameSkin00-1" + "OnStartTouchPortal" "activateTrigger0-1" + "OnEndTouchPortal" "deactivateTrigger0-1" + } + solid + { + "id" "293" + side + { + "id" "643" + "plane" "(8 31.999 -56) (8 -32 -56) (8 -32 -48.0009)" + "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" "642" + "plane" "(-8 -32 -56) (-8 32 -56) (-8 31.999 -48.0009)" + "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" "641" + "plane" "(-7.99965 31.999 -56) (-7.99965 -32 -56) (8.0007 -32 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[-1 0 0 -1.7472] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "640" + "plane" "(-7.99965 -32 -48) (-7.99965 32 -48) (8.0007 31.999 -48)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 1.7472] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "639" + "plane" "(8.0007 -31.999 -48.0018) (8.0007 -31.999 -56) (-7.99965 -31.999 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 1.7472] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "638" + "plane" "(-7.99965 32 -48.0018) (-7.99965 32 -56) (8.0007 32 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[-1 0 0 -1.7472] 0.25" + "vaxis" "[0 0 -1 -4] 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 5000]" + } +} +entity +{ + "id" "296" + "classname" "info_placement_helper" + "angles" "-90 180 0" + "force_placement" "1" + "radius" "70" + "snap_to_helper_angles" "1" + "StartDisabled" "0" + "origin" "0 0 -55" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "268" + "classname" "light" + "_light" "251 159 57 10" + "_lightHDR" "251 159 57 5" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "0 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/radio.vmf b/resources/instances/p2editor/radio.vmf new file mode 100644 index 0000000..40cb7dd --- /dev/null +++ b/resources/instances/p2editor/radio.vmf @@ -0,0 +1,269 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "11" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "4" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "11" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" +} +entity +{ + "id" "26" + "classname" "prop_physics_override" + "angles" "0 271 0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "health" "0" + "HoldAnimation" "0" + "inertiaScale" "1.0" + "massScale" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "minhealthdmg" "0" + "model" "models/props_bts/bts_clipboard.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowcastdist" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "origin" "-10.6854 3.65505 -37" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "30" + "classname" "prop_physics_override" + "angles" "0 181 0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disableflashlight" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "health" "0" + "inertiaScale" "1.0" + "massScale" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "minhealthdmg" "0" + "model" "models/props/radio_reference.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "shadowcastdist" "0" + "shadowdepthnocache" "0" + "skin" "0" + "spawnflags" "256" + "targetname" "radio_1" + "origin" "2.38419e-007 2.30544 -37" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "34" + "classname" "prop_physics_override" + "angles" "0 331 0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "health" "0" + "ignorenormals" "0" + "inertiaScale" "1.0" + "massScale" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "minhealthdmg" "0" + "model" "models/props_office/coffee_mug_05.mdl" + "nodamageforces" "0" + "parent" "first_room_target" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowcastdist" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "256" + "origin" "-10.2858 -8 -37" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "38" + "classname" "ambient_generic" + "cspinup" "0" + "fadeinsecs" "0" + "fadeoutsecs" "0" + "health" "10" + "lfomodpitch" "0" + "lfomodvol" "0" + "lforate" "0" + "lfotype" "0" + "message" "Portal.room1_Radio" + "pitch" "100" + "pitchstart" "100" + "preset" "0" + "radius" "1250" + "SourceEntityName" "radio_1" + "spawnflags" "0" + "spindown" "0" + "spinup" "0" + "targetname" "radio_1_sound" + "volstart" "0" + "origin" "-11.4025 2.36149 -53" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "41" + "classname" "prop_dynamic" + "angles" "0 91 0" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/table_reference.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "origin" "-3.68848 -0.223423 -60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/ratpd_black.vmf b/resources/instances/p2editor/ratpd_black.vmf new file mode 100644 index 0000000..3d4d708 --- /dev/null +++ b/resources/instances/p2editor/ratpd_black.vmf @@ -0,0 +1,436 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "43" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "43" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "326" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "activate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-40 8 -45.1814" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "341" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "deactivate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-40 -8 -45.1814" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "389" + "classname" "func_detail" + solid + { + "id" "279" + side + { + "id" "745" + "plane" "(-64 -64 -56.0014) (-64 64 -56.0014) (64 64 -56.0014)" + "material" "METAL/BLACK_WALL_METAL_005C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "744" + "plane" "(-64 64 -64) (-64 -64 -64) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "743" + "plane" "(-64 -64 -64) (-64 64 -64) (-64 64 -56)" + "material" "PLASTIC/PLASTICWALL001D" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "742" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -56)" + "material" "PLASTIC/PLASTICWALL001D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "741" + "plane" "(-64 64 -64) (64 64 -64) (64 64 -56)" + "material" "PLASTIC/PLASTICWALL001D" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "740" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -56)" + "material" "PLASTIC/PLASTICWALL001D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "280" + "classname" "prop_static" + "angles" "0 90 90" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_cleanser_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "origin" "0 -47.9015 -48" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "284" + "classname" "prop_dynamic" + "angles" "-90 180 0" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_emitter.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "targetname" "detector frame" + "origin" "0 -0.901535 -56" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "288" + "classname" "prop_static" + "angles" "0 270 90" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_cleanser_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "origin" "1.44861 48 -46" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "292" + "classname" "func_portal_detector" + "CheckAllIDs" "1" + "LinkageGroupID" "0" + "spawnflags" "0" + "targetname" "detector_output" + connections + { + "OnStartTouchPortal2" "detector frameSkin20-1" + "OnStartTouchPortal1" "detector frameSkin10-1" + "OnEndTouchPortal" "detector frameSkin00-1" + "OnStartTouchPortal" "activateTrigger0-1" + "OnEndTouchPortal" "deactivateTrigger0-1" + } + solid + { + "id" "293" + side + { + "id" "643" + "plane" "(8 31.999 -56) (8 -32 -56) (8 -32 -48.0009)" + "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" "642" + "plane" "(-8 -32 -56) (-8 32 -56) (-8 31.999 -48.0009)" + "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" "641" + "plane" "(-7.99965 31.999 -56) (-7.99965 -32 -56) (8.0007 -32 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[-1 0 0 -1.7472] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "640" + "plane" "(-7.99965 -32 -48) (-7.99965 32 -48) (8.0007 31.999 -48)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 1.7472] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "639" + "plane" "(8.0007 -31.999 -48.0018) (8.0007 -31.999 -56) (-7.99965 -31.999 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 1.7472] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "638" + "plane" "(-7.99965 32 -48.0018) (-7.99965 32 -56) (8.0007 32 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[-1 0 0 -1.7472] 0.25" + "vaxis" "[0 0 -1 -4] 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 5000]" + } +} +entity +{ + "id" "296" + "classname" "info_placement_helper" + "angles" "-90 180 0" + "force_placement" "1" + "radius" "70" + "snap_to_helper_angles" "1" + "StartDisabled" "0" + "origin" "0 0 -55" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "268" + "classname" "light" + "_light" "251 159 57 10" + "_lightHDR" "251 159 57 5" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "0 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/ratpd_white.vmf b/resources/instances/p2editor/ratpd_white.vmf new file mode 100644 index 0000000..755fe66 --- /dev/null +++ b/resources/instances/p2editor/ratpd_white.vmf @@ -0,0 +1,436 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "44" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "44" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "326" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "activate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-40 8 -45.1814" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "341" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "deactivate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-40 -8 -45.1814" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "389" + "classname" "func_detail" + solid + { + "id" "279" + side + { + "id" "745" + "plane" "(-64 -64 -56.0014) (-64 64 -56.0014) (64 64 -56.0014)" + "material" "TILE/WHITE_WALL_TILE004I" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[1 0 0 256] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "744" + "plane" "(-64 64 -64) (-64 -64 -64) (64 -64 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "743" + "plane" "(-64 -64 -64) (-64 64 -64) (-64 64 -56)" + "material" "PLASTIC/PLASTICWALL001D" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "742" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -56)" + "material" "PLASTIC/PLASTICWALL001D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "741" + "plane" "(-64 64 -64) (64 64 -64) (64 64 -56)" + "material" "PLASTIC/PLASTICWALL001D" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "740" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -56)" + "material" "PLASTIC/PLASTICWALL001D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "280" + "classname" "prop_static" + "angles" "0 90 90" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_cleanser_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "origin" "0 -47.9015 -48" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "284" + "classname" "prop_dynamic" + "angles" "-90 180 0" + "DisableBoneFollowers" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "MaxAnimTime" "10" + "maxcpulevel" "0" + "maxgpulevel" "0" + "MinAnimTime" "5" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_emitter.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "SuppressAnimSounds" "0" + "targetname" "detector frame" + "origin" "0 -0.901535 -56" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "288" + "classname" "prop_static" + "angles" "0 270 90" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/portal_cleanser_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "origin" "1.44861 48 -46" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "292" + "classname" "func_portal_detector" + "CheckAllIDs" "1" + "LinkageGroupID" "0" + "spawnflags" "0" + "targetname" "detector_output" + connections + { + "OnStartTouchPortal2" "detector frameSkin20-1" + "OnStartTouchPortal1" "detector frameSkin10-1" + "OnEndTouchPortal" "detector frameSkin00-1" + "OnStartTouchPortal" "activateTrigger0-1" + "OnEndTouchPortal" "deactivateTrigger0-1" + } + solid + { + "id" "293" + side + { + "id" "643" + "plane" "(8 31.999 -56) (8 -32 -56) (8 -32 -48.0009)" + "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" "642" + "plane" "(-8 -32 -56) (-8 32 -56) (-8 31.999 -48.0009)" + "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" "641" + "plane" "(-7.99965 31.999 -56) (-7.99965 -32 -56) (8.0007 -32 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[-1 0 0 -1.7472] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "640" + "plane" "(-7.99965 -32 -48) (-7.99965 32 -48) (8.0007 31.999 -48)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 1.7472] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "639" + "plane" "(8.0007 -31.999 -48.0018) (8.0007 -31.999 -56) (-7.99965 -31.999 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 1.7472] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "638" + "plane" "(-7.99965 32 -48.0018) (-7.99965 32 -56) (8.0007 32 -56)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[-1 0 0 -1.7472] 0.25" + "vaxis" "[0 0 -1 -4] 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 5000]" + } +} +entity +{ + "id" "296" + "classname" "info_placement_helper" + "angles" "-90 180 0" + "force_placement" "1" + "radius" "70" + "snap_to_helper_angles" "1" + "StartDisabled" "0" + "origin" "0 0 -55" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "268" + "classname" "light" + "_light" "251 159 57 10" + "_lightHDR" "251 159 57 5" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "0 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/turret_detector.vmf b/resources/instances/p2editor/turret_detector.vmf new file mode 100644 index 0000000..3a3da7f --- /dev/null +++ b/resources/instances/p2editor/turret_detector.vmf @@ -0,0 +1,1022 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "27" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "4" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "27" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" + solid + { + "id" "3862" + side + { + "id" "235" + "plane" "(-23 23 -64) (-32 0 -64) (-23 -23 -64)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "236" + "plane" "(0 32 -56) (23 23 -56) (32 0 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "237" + "plane" "(0 32 -64) (23 23 -64) (23 23 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "238" + "plane" "(23 23 -64) (32 0 -64) (32 0 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "239" + "plane" "(32 0 -64) (23 -23 -64) (23 -23 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "240" + "plane" "(23 -23 -64) (0 -32 -64) (0 -32 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "241" + "plane" "(0 -32 -64) (-23 -23 -64) (-23 -23 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "242" + "plane" "(-23 -23 -64) (-32 0 -64) (-32 0 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "243" + "plane" "(-32 0 -64) (-23 23 -64) (-23 23 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "244" + "plane" "(-23 23 -64) (0 32 -64) (0 32 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 245 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3867" + side + { + "id" "250" + "plane" "(-64 -64 -64) (64 -64 -64) (64 64 -64)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "249" + "plane" "(-64 64 -56) (-64 -64 -56) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "248" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "247" + "plane" "(64 64 -56) (-64 64 -56) (-64 64 -64)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "246" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "245" + "plane" "(-23 -23 -60) (-32 0 -60) (-23 23 -60)" + "material" "TRAINCAR_INTERIOR/TRAINCAR_BULB_WHITE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3871" + side + { + "id" "256" + "plane" "(-64 64 -56) (64 64 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "255" + "plane" "(-64 64 -56) (-64 -64 -56) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "254" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "253" + "plane" "(64 64 -56) (-64 64 -56) (-64 64 -64)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "252" + "plane" "(-23 23 -60) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "251" + "plane" "(23 23 -52) (23 23 -60) (0 32 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3873" + side + { + "id" "262" + "plane" "(-64 64 -56) (64 64 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "261" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "260" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "259" + "plane" "(-23 23 -60) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "258" + "plane" "(0 32 -60) (23 23 -60) (23 23 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "257" + "plane" "(32 0 -52) (32 0 -60) (23 23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3875" + side + { + "id" "267" + "plane" "(-64 64 -56) (64 64 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "266" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "265" + "plane" "(-23 23 -60) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "264" + "plane" "(23 23 -60) (32 0 -60) (32 0 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "263" + "plane" "(23 -23 -52) (23 -23 -60) (32 0 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3877" + side + { + "id" "273" + "plane" "(-64 64 -56) (64 64 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "272" + "plane" "(-64 64 -56) (-64 -64 -56) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "271" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "270" + "plane" "(-23 23 -60) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "269" + "plane" "(32 0 -60) (23 -23 -60) (23 -23 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "268" + "plane" "(0 -32 -52) (0 -32 -60) (23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3879" + side + { + "id" "278" + "plane" "(-64 64 -56) (64 64 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "277" + "plane" "(-64 64 -56) (-64 -64 -56) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "276" + "plane" "(-23 23 -60) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "275" + "plane" "(23 -23 -60) (0 -32 -60) (0 -32 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "274" + "plane" "(-23 -23 -52) (-23 -23 -60) (0 -32 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3881" + side + { + "id" "284" + "plane" "(-64 64 -56) (64 64 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "283" + "plane" "(-64 64 -56) (-64 -64 -56) (-64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "282" + "plane" "(-23 23 -60) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "281" + "plane" "(0 32 -60) (23 23 -60) (23 23 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "280" + "plane" "(0 -32 -60) (-23 -23 -60) (-23 -23 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "279" + "plane" "(-32 0 -52) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3883" + side + { + "id" "289" + "plane" "(-64 64 -56) (64 64 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "288" + "plane" "(-23 23 -60) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "287" + "plane" "(0 32 -60) (23 23 -60) (23 23 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "286" + "plane" "(-23 -23 -60) (-32 0 -60) (-32 0 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "285" + "plane" "(-23 23 -52) (-23 23 -60) (-32 0 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3885" + side + { + "id" "294" + "plane" "(-64 64 -56) (64 64 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "293" + "plane" "(-23 23 -60) (-32 0 -60) (-23 -23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "292" + "plane" "(0 32 -60) (23 23 -60) (23 23 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "291" + "plane" "(-32 0 -60) (-23 23 -60) (-23 23 -52)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "290" + "plane" "(0 32 -52) (0 32 -60) (-23 23 -60)" + "material" "METAL/BLACK_WALL_METAL_004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "3887" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "3887" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "3936" + "classname" "trigger_multiple" + "origin" "0 0 -20" + "spawnflags" "2" + "StartDisabled" "0" + "wait" "1" + connections + { + "OnStartTouch" "buttonPressIn0-1" + "OnEndTouch" "buttonPressOut0-1" + } + solid + { + "id" "3933" + side + { + "id" "314" + "plane" "(-6 6 -56) (-8 0 -56) (-6 -6 -56)" + "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" "313" + "plane" "(0 8 16) (6 6 16) (8 0 16)" + "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" "312" + "plane" "(0 8 -56) (6 6 -56) (6 6 16)" + "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" "311" + "plane" "(6 6 -56) (8 0 -56) (8 0 16)" + "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" "310" + "plane" "(8 0 -56) (6 -6 -56) (6 -6 16)" + "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" "309" + "plane" "(6 -6 -56) (0 -8 -56) (0 -8 16)" + "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" "308" + "plane" "(0 -8 -56) (-6 -6 -56) (-6 -6 16)" + "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" "307" + "plane" "(-6 -6 -56) (-8 0 -56) (-8 0 16)" + "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" "306" + "plane" "(-8 0 -56) (-6 6 -56) (-6 6 16)" + "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" "305" + "plane" "(-6 6 -56) (0 8 -56) (0 8 16)" + "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 4000]" + } +} +entity +{ + "id" "4032" + "classname" "beam_spotlight" + "angles" "-90 0 0" + "disablereceiveshadows" "0" + "disableX360" "0" + "HDRColorScale" "0.7" + "maxcpulevel" "0" + "maxgpulevel" "0" + "maxspeed" "100" + "mincpulevel" "0" + "mingpulevel" "0" + "renderamt" "255" + "rendercolor" "255 128 0" + "renderfx" "0" + "rendermode" "0" + "spawnflags" "1" + "spotlightlength" "500" + "spotlightwidth" "50" + "origin" "0 0 -60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "3797" + "classname" "prop_floor_button" + "angles" "0 0 180" + "model" "models/props/portal_button.mdl" + "targetname" "button" + connections + { + "OnPressed" "proxyProxyRelay0-1" + "OnUnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -88" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3834" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-48.0733 -48 -48" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor/water_block.vmf b/resources/instances/p2editor/water_block.vmf new file mode 100644 index 0000000..1afe5d1 --- /dev/null +++ b/resources/instances/p2editor/water_block.vmf @@ -0,0 +1,144 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "22" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ + visgroup + { + "name" "deactivate" + "visgroupid" "6" + "color" "131 96 97" + } +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "22" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" + solid + { + "id" "22" + side + { + "id" "1" + "plane" "(-64 64 64) (64 64 64) (64 -64 64)" + "material" "NATURE/WATER_BOTTOMLESS_PIT_01" + "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" "NATURE/WATER_BOTTOMLESS_PIT_01" + "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" "NATURE/WATER_BOTTOMLESS_PIT_01" + "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" "NATURE/WATER_BOTTOMLESS_PIT_01" + "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" "NATURE/WATER_BOTTOMLESS_PIT_01" + "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" "NATURE/WATER_BOTTOMLESS_PIT_01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 100 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +hidden +{ + entity + { + "id" "41" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "deactivate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "0 16 4.76837e-007" + editor + { + "color" "220 30 220" + "visgroupid" "6" + "visgroupshown" "0" + "visgroupautoshown" "1" + "logicalpos" "[0 9000]" + } + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_art/trigger_kill.vmf b/resources/instances/p2editor_art/trigger_kill.vmf new file mode 100644 index 0000000..b4ba92f --- /dev/null +++ b/resources/instances/p2editor_art/trigger_kill.vmf @@ -0,0 +1,168 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "17" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ + visgroup + { + "name" "deactivate" + "visgroupid" "6" + "color" "131 96 97" + } +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "17" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" +} +hidden +{ + entity + { + "id" "41" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "deactivate" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "0 16 4.76837e-007" + editor + { + "color" "220 30 220" + "visgroupid" "6" + "visgroupshown" "0" + "visgroupautoshown" "1" + "logicalpos" "[0 9000]" + } + } +} +entity +{ + "id" "38" + "classname" "trigger_hurt" + "damage" "1000" + "damagecap" "2000" + "damagemodel" "0" + "damagetype" "32" + "nodmgforce" "0" + "origin" "0 0 0" + "spawnflags" "4097" + "StartDisabled" "0" + connections + { + "OnStartTouch" "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" +} diff --git a/resources/instances/p2editor_destroyed/cube_companion.vmf b/resources/instances/p2editor_destroyed/cube_companion.vmf new file mode 100644 index 0000000..9042423 --- /dev/null +++ b/resources/instances/p2editor_destroyed/cube_companion.vmf @@ -0,0 +1,117 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "35" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "35" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" +} +entity +{ + "id" "30" + "classname" "logic_relay" + "targetname" "@relay_spawn_3" + connections + { + "OnTrigger" "template_cubeForceSpawn0-1" + "OnSpawn" "@has_ccEnable0-1" + } + "origin" "0 0 40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "32" + "classname" "point_template" + "spawnflags" "2" + "targetname" "template_cube" + "Template01" "cube" + "origin" "0 0 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "2" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "CubeType" "1" + "NewSkins" "1" + "PaintPower" "4" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "1" + "SkinType" "1" + "targetname" "cube" + connections + { + "OnFizzled" "@respawn_companionTrigger0-1" + "OnUser2" "@glados_sentientStart01" + "OnUser2" "!selfRunScriptCodeif(e<-Entities.FindByClassnameNearest((108).tochar()+(105).tochar()+(103).tochar()+(104).tochar()+(116).tochar(),self.GetOrigin(),128))EntFireByHandle(e,e.GetName().slice(-9),e.GetName(),0,null,null)0.51" + "OnPlayerPickup" "@glados_friendStart0-1" + } + "origin" "0 0 -24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "27" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 0" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/cube_monster.vmf b/resources/instances/p2editor_destroyed/cube_monster.vmf new file mode 100644 index 0000000..2c036de --- /dev/null +++ b/resources/instances/p2editor_destroyed/cube_monster.vmf @@ -0,0 +1,135 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "11" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "11" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" +} +entity +{ + "id" "32" + "classname" "logic_relay" + "targetname" "@relay_spawn_3" + connections + { + "OnTrigger" "template_cubeForceSpawn0-1" + } + "origin" "0 0 40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "34" + "classname" "point_template" + "spawnflags" "2" + "targetname" "template_cube" + "Template01" "cube" + "origin" "0 0 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "2" + "classname" "prop_monster_box" + "angles" "0 0 0" + "BoxSwitchSpeed" "400" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disableflashlight" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "shadowcastdist" "0" + "shadowdepthnocache" "0" + "spawnflags" "256" + "StartAsBox" "0" + "targetname" "cube" + connections + { + "OnUser2" "@glados_sentientStart01" + "OnPlayerPickup" "@glados_frankenStart01" + "OnFizzled" "@respawn_frankenTrigger0-1" + } + "origin" "0 0 -24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "27" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 0" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/cube_reflection.vmf b/resources/instances/p2editor_destroyed/cube_reflection.vmf new file mode 100644 index 0000000..df6a2c9 --- /dev/null +++ b/resources/instances/p2editor_destroyed/cube_reflection.vmf @@ -0,0 +1,111 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "10" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "10" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" +} +entity +{ + "id" "30" + "classname" "logic_relay" + "targetname" "@relay_spawn_3" + connections + { + "OnTrigger" "template_cubeForceSpawn0-1" + } + "origin" "0 0 40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "32" + "classname" "point_template" + "spawnflags" "2" + "targetname" "template_cube" + "Template01" "cube" + "origin" "0 0 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "2" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 180 0" + "CubeType" "2" + "NewSkins" "1" + "PaintPower" "4" + "skin" "3" + "SkinType" "1" + "targetname" "cube" + connections + { + "OnFizzled" "@respawn_reflectTrigger0-1" + } + "origin" "0.00454903 0.00590515 -24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "27" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 0" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/cube_sphere.vmf b/resources/instances/p2editor_destroyed/cube_sphere.vmf new file mode 100644 index 0000000..b817ce1 --- /dev/null +++ b/resources/instances/p2editor_destroyed/cube_sphere.vmf @@ -0,0 +1,110 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "10" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "10" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" +} +entity +{ + "id" "32" + "classname" "logic_relay" + "targetname" "@relay_spawn_3" + connections + { + "OnTrigger" "template_cubeForceSpawn0-1" + } + "origin" "0 0 40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "34" + "classname" "point_template" + "spawnflags" "2" + "targetname" "template_cube" + "Template01" "cube" + "origin" "0 0 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "2" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "CubeType" "3" + "NewSkins" "1" + "PaintPower" "4" + "SkinType" "1" + "targetname" "cube" + connections + { + "OnFizzled" "@respawn_sphereTrigger0-1" + } + "origin" "0 0 -24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "27" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 0" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/cube_standard.vmf b/resources/instances/p2editor_destroyed/cube_standard.vmf new file mode 100644 index 0000000..01e7cb3 --- /dev/null +++ b/resources/instances/p2editor_destroyed/cube_standard.vmf @@ -0,0 +1,115 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "9" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "16" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "9" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_black_nofog" +} +entity +{ + "id" "34" + "classname" "point_template" + "spawnflags" "2" + "targetname" "template_cube" + "Template01" "cube" + "origin" "0 0 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "36" + "classname" "logic_relay" + "targetname" "@relay_spawn_3" + connections + { + "OnTrigger" "template_cubeForceSpawn0-1" + } + "origin" "0 0 40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "2" + "classname" "prop_weighted_cube" + "allowfunnel" "1" + "angles" "0 0 0" + "NewSkins" "1" + "PaintPower" "4" + "SkinType" "1" + "targetname" "cube" + connections + { + "OnFizzled" "proxyProxyRelay0-1" + "OnUser1" "!selfDissolve0-1" + "OnFizzled" "@respawn_standardTrigger0-1" + } + "origin" "0 0 -24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "27" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + connections + { + "OnProxyRelay" "cubeFireUser10-1" + } + "origin" "0 0 0" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/floor_ball_button_black.vmf b/resources/instances/p2editor_destroyed/floor_ball_button_black.vmf new file mode 100644 index 0000000..26a3fbc --- /dev/null +++ b/resources/instances/p2editor_destroyed/floor_ball_button_black.vmf @@ -0,0 +1,1610 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "41" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "41" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "266" + side + { + "id" "619" + "plane" "(-34 -14 -38) (-34 16 -38) (-16 34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "618" + "plane" "(-34 16 -62) (-34 -14 -62) (-14 -34 -62)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "617" + "plane" "(-34 -14 -62) (-34 16 -62) (-34 16 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "616" + "plane" "(34 16 -62) (34 -14 -62) (34 -14 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "615" + "plane" "(-16 34 -62) (16 34 -62) (16 34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "614" + "plane" "(14 -34 -62) (-14 -34 -62) (-14 -34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "613" + "plane" "(16 34 -62) (34 16 -62) (34 16 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "612" + "plane" "(-34 16 -62) (-16 34 -62) (-16 34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "611" + "plane" "(-14 -34 -62) (-34 -14 -62) (-34 -14 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "610" + "plane" "(34 -14 -62) (14 -34 -62) (14 -34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 213 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "531" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-3.04033 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_ball_button" + "angles" "0 0 0" + "targetname" "button" + connections + { + "OnUnPressed" "proxyProxyRelay0-1" + "OnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -62" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "230" + "classname" "func_detail" + solid + { + "id" "231" + side + { + "id" "550" + "plane" "(-6.98047 40.9785 -56) (-18.9851 36.977 -56) (-64 63.9805 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "549" + "plane" "(-18.9844 36.9766 -62) (-6.98438 40.9766 -62) (-6.98438 63.9766 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "548" + "plane" "(-6.98438 40.9766 -62) (-18.9844 36.9766 -62) (-18.9844 36.9766 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0.948683 0.316228 0 0.7418] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "547" + "plane" "(-6.98438 63.9766 -62) (-6.98437 40.9727 -62) (-6.98437 40.9805 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 -1 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "546" + "plane" "(-63.9844 63.9766 -62) (-6.98438 63.9766 -62) (-6.98438 63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[1 0 0 -0.0625267] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "545" + "plane" "(-18.9766 36.9727 -62) (-63.9831 63.9766 -62) (-63.9844 63.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -0.0625267] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "232" + side + { + "id" "555" + "plane" "(-63.9844 63.9727 -56) (-29 28.9727 -56) (-36.9864 18.9799 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "554" + "plane" "(-36.9844 18.9766 -62) (-28.9883 28.9727 -62) (-63.9883 63.9804 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "553" + "plane" "(-28.9844 28.9727 -62) (-36.983 18.9743 -62) (-36.9844 18.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "552" + "plane" "(-64.0117 64.0195 -62) (-28.9805 28.9805 -62) (-28.9844 28.9805 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "551" + "plane" "(-36.9824 18.9727 -62) (-64 64 -62) (-64 64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "233" + side + { + "id" "560" + "plane" "(-18.9844 36.9766 -56) (-28.9844 28.9766 -56) (-63.9688 63.9609 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "559" + "plane" "(-28.9844 28.9727 -62) (-18.9766 36.9766 -62) (-63.9805 63.9726 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "558" + "plane" "(-18.9844 36.9766 -62) (-28.9844 28.9766 -62) (-28.9844 28.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -0.0625267] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "557" + "plane" "(-63.9688 63.9609 -62) (-18.9844 36.9766 -62) (-18.9844 36.9766 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -0.0625267] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "556" + "plane" "(-28.9883 28.9766 -62) (-63.9814 63.9696 -62) (-63.9688 63.9609 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "234" + side + { + "id" "566" + "plane" "(-63.9844 6.97656 -56) (-63.9844 63.9765 -56) (-36.9844 18.9766 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "565" + "plane" "(-63.9844 63.9766 -62) (-63.9844 6.97656 -62) (-40.9844 6.97657 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "564" + "plane" "(-63.9844 6.97656 -62) (-63.9844 63.9766 -62) (-63.9844 63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 -1 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "563" + "plane" "(-36.9844 18.9805 -62) (-40.9856 6.97657 -62) (-40.9831 6.97657 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0.316228 0.948683 0 -10.6327] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "562" + "plane" "(-63.9844 63.9766 -62) (-36.9844 18.9766 -62) (-36.9844 18.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "561" + "plane" "(-40.9844 6.97657 -62) (-63.9844 6.97656 -62) (-63.9844 6.97656 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 31.9375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "180" + side + { + "id" "428" + "plane" "(-64 -64 -56) (-64 -7 -56) (-41 -7 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "427" + "plane" "(-37 -19 -62) (-41 -7 -62) (-64 -7 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "426" + "plane" "(-41 -7 -62) (-37 -19 -62) (-37 -19 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.316228 0.948683 0 -31.2285] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "425" + "plane" "(-64 -7 -62) (-41 -7 -62) (-41 -7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "424" + "plane" "(-64 -64 -62) (-64 -7 -62) (-64 -7 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "423" + "plane" "(-37 -19 -62) (-64 -64 -62) (-64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "175" + side + { + "id" "401" + "plane" "(-64.0273 -64.0195 -56) (-29 -29 -56) (-19 -37 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "400" + "plane" "(-19 -37 -62) (-29 -29 -62) (-64.0234 -64.0156 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "399" + "plane" "(-29 -29 -62) (-19 -37 -62) (-19 -37 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "398" + "plane" "(-64.0352 -64.0234 -62) (-29 -29 -62) (-29 -29 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "397" + "plane" "(-19 -37 -62) (-64 -64 -62) (-64.0195 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "173" + side + { + "id" "391" + "plane" "(-63.9688 -63.9688 -56) (-37 -19 -56) (-29 -29 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "390" + "plane" "(-29 -29 -62) (-37 -19 -62) (-63.9844 -63.9844 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "389" + "plane" "(-37 -19 -62) (-29 -29 -62) (-29 -29 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "388" + "plane" "(-63.9785 -63.9805 -62) (-37 -19 -62) (-37 -19 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "387" + "plane" "(-29 -29 -62) (-63.9871 -63.9871 -62) (-63.9844 -63.9844 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "179" + side + { + "id" "422" + "plane" "(-7 -64 -56) (-64 -64 -56) (-19 -37 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "421" + "plane" "(-64 -64 -62) (-7 -64 -62) (-7 -41 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "420" + "plane" "(-7 -64 -62) (-64 -64 -62) (-64 -64 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "419" + "plane" "(-19 -37 -62) (-7 -41 -62) (-7 -41 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.948683 0.316228 0 -10.7018] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "418" + "plane" "(-64 -64 -62) (-19 -37 -62) (-19 -37 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "417" + "plane" "(-7 -41 -62) (-7 -64 -62) (-7 -64 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "216" + side + { + "id" "506" + "plane" "(63.9805 6.98048 -56) (40.9785 6.98047 -56) (36.977 18.9851 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "505" + "plane" "(36.9727 18.9805 -62) (40.9727 6.98438 -62) (63.9766 6.98438 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "504" + "plane" "(40.9766 6.98438 -62) (36.9766 18.9844 -62) (36.9766 18.9844 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0.316228 -0.948683 0 -31.2582] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "503" + "plane" "(63.9766 6.98438 -62) (40.9727 6.98437 -62) (40.9805 6.98437 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "502" + "plane" "(63.9766 63.9844 -62) (63.9766 6.98438 -62) (63.9766 6.98438 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 -1 0 -0.0625143] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "501" + "plane" "(36.9727 18.9766 -62) (63.9766 63.9831 -62) (63.9766 63.9844 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.0625143] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "217" + side + { + "id" "511" + "plane" "(63.9727 63.9844 -56) (28.9727 29 -56) (18.9799 36.9864 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "510" + "plane" "(18.9766 36.9844 -62) (28.9727 28.9883 -62) (63.9804 63.9883 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "509" + "plane" "(28.9727 28.9844 -62) (18.9743 36.983 -62) (18.9766 36.9844 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "508" + "plane" "(64.0195 64.0117 -62) (28.9805 28.9805 -62) (28.9805 28.9844 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "507" + "plane" "(18.9727 36.9824 -62) (64 64 -62) (64 64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "218" + side + { + "id" "516" + "plane" "(36.9766 18.9844 -56) (28.9766 28.9844 -56) (63.9609 63.9688 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "515" + "plane" "(28.9727 28.9844 -62) (36.9766 18.9766 -62) (63.9726 63.9805 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "514" + "plane" "(36.9766 18.9844 -62) (28.9766 28.9844 -62) (28.9766 28.9844 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -0.0625143] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "513" + "plane" "(63.9609 63.9688 -62) (36.9766 18.9844 -62) (36.9766 18.9844 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 -1 0 -0.0625143] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "512" + "plane" "(28.9766 28.9883 -62) (63.9696 63.9814 -62) (63.9609 63.9688 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "219" + side + { + "id" "522" + "plane" "(18.9766 36.9844 -56) (6.97657 40.9844 -56) (6.97656 63.9844 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "521" + "plane" "(63.9766 63.9844 -62) (6.97656 63.9844 -62) (6.97657 40.9844 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "520" + "plane" "(6.97656 63.9844 -62) (63.9766 63.9844 -62) (63.9766 63.9844 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[-1 0 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "519" + "plane" "(18.9805 36.9844 -62) (6.97657 40.9856 -62) (6.97657 40.9831 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0.948683 -0.316228 0 -10.6327] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "518" + "plane" "(63.9766 63.9844 -62) (18.9766 36.9844 -62) (18.9766 36.9844 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "517" + "plane" "(6.97657 40.9844 -62) (6.97656 63.9844 -62) (6.97656 63.9844 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 -1 0 31.9375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "181" + side + { + "id" "715" + "plane" "(-64 64 -62) (64 64 -62) (64 -64 -62)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "714" + "plane" "(-64 -64 -64) (64 -64 -64) (64 64 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "713" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -62)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "712" + "plane" "(-64 64 -64) (64 64 -64) (64 64 -62)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "711" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -62)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "710" + "plane" "(-64 -64 -64) (-64 64 -64) (-64 64 -62)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "494" + side + { + "id" "765" + "plane" "(36.9844 -18.9766 -56) (40.9844 -6.97657 -56) (63.9844 -6.97656 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "764" + "plane" "(63.9844 -63.9766 -62) (63.9844 -6.97656 -62) (40.9844 -6.97657 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "763" + "plane" "(63.9844 -6.97656 -62) (63.9844 -63.9766 -62) (63.9844 -63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "762" + "plane" "(36.9844 -18.9805 -62) (40.9856 -6.97657 -62) (40.9831 -6.97657 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.316228 -0.948683 0 -10.6326] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "761" + "plane" "(63.9844 -63.9766 -62) (36.9844 -18.9766 -62) (36.9844 -18.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "760" + "plane" "(40.9844 -6.97657 -62) (63.9844 -6.97656 -62) (63.9844 -6.97656 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 31.9375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "759" + "plane" "(64 -67.4927 -61.7254) (32 -67.4927 -61.7254) (32 -31.8764 -55.1805)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "466" + side + { + "id" "743" + "plane" "(63.9844 -63.9727 -56) (29 -28.9727 -56) (36.9864 -18.9799 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "742" + "plane" "(36.9844 -18.9766 -62) (28.9883 -28.9727 -62) (63.9883 -63.9804 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "741" + "plane" "(28.9844 -28.9727 -62) (36.983 -18.9743 -62) (36.9844 -18.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "740" + "plane" "(64.0117 -64.0195 -62) (28.9805 -28.9805 -62) (28.9844 -28.9805 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "739" + "plane" "(36.9824 -18.9727 -62) (64 -64 -62) (64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "738" + "plane" "(64 -67.4927 -61.7254) (32 -67.4927 -61.7254) (32 -31.8764 -55.1805)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "480" + side + { + "id" "753" + "plane" "(63.9688 -63.9609 -56) (18.9844 -36.9766 -56) (28.9844 -28.9766 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "752" + "plane" "(28.9844 -28.9727 -62) (18.9766 -36.9766 -62) (63.9805 -63.9726 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "751" + "plane" "(18.9844 -36.9766 -62) (28.9844 -28.9766 -62) (28.9844 -28.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "750" + "plane" "(63.9688 -63.9609 -62) (18.9844 -36.9766 -62) (18.9844 -36.9766 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "749" + "plane" "(28.9883 -28.9766 -62) (63.9814 -63.9696 -62) (63.9688 -63.9609 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "748" + "plane" "(64 -67.4927 -61.7254) (32 -67.4927 -61.7254) (32 -31.8764 -55.1805)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "488" + side + { + "id" "758" + "plane" "(63.9688 -63.9609 -56) (18.9844 -36.9766 -56) (28.9844 -28.9766 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "757" + "plane" "(18.9844 -36.9766 -62) (28.9844 -28.9766 -62) (28.9844 -28.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "756" + "plane" "(63.9688 -63.9609 -62) (18.9844 -36.9766 -62) (18.9844 -36.9766 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "755" + "plane" "(32 -31.8764 -55.1805) (32 -67.4927 -61.7254) (64 -67.4927 -61.7254)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "754" + "plane" "(32 -32.3837 -48) (32 -31.8764 -55.1805) (32 -67.4927 -61.7254)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "507" + side + { + "id" "771" + "plane" "(18.9844 -36.9766 -62) (6.98438 -40.9766 -62) (6.98437 -63.9766 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "770" + "plane" "(6.98438 -40.9766 -62) (18.9844 -36.9766 -62) (18.9844 -36.9766 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.948683 -0.316228 0 0.741825] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "769" + "plane" "(6.98438 -63.9766 -62) (6.98438 -40.9766 -62) (6.98438 -40.9805 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "768" + "plane" "(63.9844 -63.9766 -62) (6.98438 -63.9766 -62) (6.98438 -63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "767" + "plane" "(18.9844 -36.9766 -62) (63.9844 -63.9766 -62) (63.9844 -63.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "766" + "plane" "(64 -67.4927 -61.7254) (32 -67.4927 -61.7254) (32 -31.8764 -55.1805)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "515" + side + { + "id" "778" + "plane" "(64 -63.9805 -56) (6.98047 -63.9805 -56) (6.98047 -40.9785 -56)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "777" + "plane" "(6.98438 -40.9766 -62) (18.9844 -36.9766 -62) (18.9844 -36.9766 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.948683 -0.316228 0 0.741825] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "776" + "plane" "(6.98438 -63.9766 -62) (6.98438 -40.9766 -62) (6.98438 -40.9805 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "775" + "plane" "(63.9844 -63.9766 -62) (6.98438 -63.9766 -62) (6.98438 -63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "774" + "plane" "(18.9844 -36.9766 -62) (63.9844 -63.9766 -62) (63.9844 -63.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "773" + "plane" "(32 -31.8764 -55.1805) (32 -67.4927 -61.7254) (64 -67.4927 -61.7254)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "772" + "plane" "(32 -32.3837 -48) (32 -31.8764 -55.1805) (32 -67.4927 -61.7254)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 12000]" + } +} +entity +{ + "id" "268" + "classname" "light" + "_light" "251 159 57 10" + "_lightHDR" "251 159 57 5" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "0 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/floor_ball_button_white.vmf b/resources/instances/p2editor_destroyed/floor_ball_button_white.vmf new file mode 100644 index 0000000..ebf3a56 --- /dev/null +++ b/resources/instances/p2editor_destroyed/floor_ball_button_white.vmf @@ -0,0 +1,1892 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "38" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "2" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "38" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "266" + side + { + "id" "619" + "plane" "(-34 -14 -38) (-34 16 -38) (-16 34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "618" + "plane" "(-34 16 -62) (-34 -14 -62) (-14 -34 -62)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "617" + "plane" "(-34 -14 -62) (-34 16 -62) (-34 16 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "616" + "plane" "(34 16 -62) (34 -14 -62) (34 -14 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "615" + "plane" "(-16 34 -62) (16 34 -62) (16 34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "614" + "plane" "(14 -34 -62) (-14 -34 -62) (-14 -34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "613" + "plane" "(16 34 -62) (34 16 -62) (34 16 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "612" + "plane" "(-34 16 -62) (-16 34 -62) (-16 34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "611" + "plane" "(-14 -34 -62) (-34 -14 -62) (-34 -14 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "610" + "plane" "(34 -14 -62) (14 -34 -62) (14 -34 -38)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 213 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "51" + "classname" "prop_floor_ball_button" + "angles" "0 0 0" + "targetname" "button" + connections + { + "OnUnPressed" "proxyProxyRelay0-1" + "OnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -62" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "215" + "classname" "func_detail" + solid + { + "id" "216" + side + { + "id" "506" + "plane" "(63.9805 6.98048 -56) (40.9785 6.98047 -56) (36.977 18.9851 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "505" + "plane" "(36.9727 18.9805 -62) (40.9727 6.98438 -62) (63.9766 6.98438 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "504" + "plane" "(40.9766 6.98438 -62) (36.9766 18.9844 -62) (36.9766 18.9844 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0.316228 -0.948683 0 -31.2582] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "503" + "plane" "(63.9766 6.98438 -62) (40.9727 6.98437 -62) (40.9805 6.98437 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "502" + "plane" "(63.9766 63.9844 -62) (63.9766 6.98438 -62) (63.9766 6.98438 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 -1 0 -0.0625143] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "501" + "plane" "(36.9727 18.9766 -62) (63.9766 63.9831 -62) (63.9766 63.9844 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.0625143] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "217" + side + { + "id" "511" + "plane" "(63.9727 63.9844 -56) (28.9727 29 -56) (18.9799 36.9864 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "510" + "plane" "(18.9766 36.9844 -62) (28.9727 28.9883 -62) (63.9804 63.9883 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "509" + "plane" "(28.9727 28.9844 -62) (18.9743 36.983 -62) (18.9766 36.9844 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "508" + "plane" "(64.0195 64.0117 -62) (28.9805 28.9805 -62) (28.9805 28.9844 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "507" + "plane" "(18.9727 36.9824 -62) (64 64 -62) (64 64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "218" + side + { + "id" "516" + "plane" "(36.9766 18.9844 -56) (28.9766 28.9844 -56) (63.9609 63.9688 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "515" + "plane" "(28.9727 28.9844 -62) (36.9766 18.9766 -62) (63.9726 63.9805 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "514" + "plane" "(36.9766 18.9844 -62) (28.9766 28.9844 -62) (28.9766 28.9844 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -0.0625143] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "513" + "plane" "(63.9609 63.9688 -62) (36.9766 18.9844 -62) (36.9766 18.9844 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 -1 0 -0.0625143] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "512" + "plane" "(28.9766 28.9883 -62) (63.9696 63.9814 -62) (63.9609 63.9688 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "219" + side + { + "id" "522" + "plane" "(18.9766 36.9844 -56) (6.97657 40.9844 -56) (6.97656 63.9844 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "521" + "plane" "(63.9766 63.9844 -62) (6.97656 63.9844 -62) (6.97657 40.9844 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 63.9063] 0.25" + "vaxis" "[0 1 0 0.0625143] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "520" + "plane" "(6.97656 63.9844 -62) (63.9766 63.9844 -62) (63.9766 63.9844 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[-1 0 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "519" + "plane" "(18.9805 36.9844 -62) (6.97657 40.9856 -62) (6.97657 40.9831 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0.948683 -0.316228 0 -10.6327] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "518" + "plane" "(63.9766 63.9844 -62) (18.9766 36.9844 -62) (18.9766 36.9844 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "517" + "plane" "(6.97657 40.9844 -62) (6.97656 63.9844 -62) (6.97656 63.9844 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 -1 0 31.9375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "180" + side + { + "id" "428" + "plane" "(-64 -64 -56) (-64 -7 -56) (-41 -7 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "427" + "plane" "(-37 -19 -62) (-41 -7 -62) (-64 -7 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "426" + "plane" "(-41 -7 -62) (-37 -19 -62) (-37 -19 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.316228 0.948683 0 -31.2285] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "425" + "plane" "(-64 -7 -62) (-41 -7 -62) (-41 -7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "424" + "plane" "(-64 -64 -62) (-64 -7 -62) (-64 -7 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "423" + "plane" "(-37 -19 -62) (-64 -64 -62) (-64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "175" + side + { + "id" "401" + "plane" "(-64.0273 -64.0195 -56) (-29 -29 -56) (-19 -37 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "400" + "plane" "(-19 -37 -62) (-29 -29 -62) (-64.0234 -64.0156 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "399" + "plane" "(-29 -29 -62) (-19 -37 -62) (-19 -37 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "398" + "plane" "(-64.0352 -64.0234 -62) (-29 -29 -62) (-29 -29 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "397" + "plane" "(-19 -37 -62) (-64 -64 -62) (-64.0195 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "173" + side + { + "id" "391" + "plane" "(-63.9688 -63.9688 -56) (-37 -19 -56) (-29 -29 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "390" + "plane" "(-29 -29 -62) (-37 -19 -62) (-63.9844 -63.9844 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "389" + "plane" "(-37 -19 -62) (-29 -29 -62) (-29 -29 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "388" + "plane" "(-63.9785 -63.9805 -62) (-37 -19 -62) (-37 -19 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "387" + "plane" "(-29 -29 -62) (-63.9871 -63.9871 -62) (-63.9844 -63.9844 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "179" + side + { + "id" "422" + "plane" "(-7 -64 -56) (-64 -64 -56) (-19 -37 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "421" + "plane" "(-64 -64 -62) (-7 -64 -62) (-7 -41 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "420" + "plane" "(-7 -64 -62) (-64 -64 -62) (-64 -64 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "419" + "plane" "(-19 -37 -62) (-7 -41 -62) (-7 -41 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.948683 0.316228 0 -10.7018] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "418" + "plane" "(-64 -64 -62) (-19 -37 -62) (-19 -37 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "417" + "plane" "(-7 -41 -62) (-7 -64 -62) (-7 -64 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "181" + side + { + "id" "695" + "plane" "(-64 64 -62) (64 64 -62) (64 -64 -62)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "694" + "plane" "(-64 -64 -64) (64 -64 -64) (64 64 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "693" + "plane" "(64 64 -64) (64 -64 -64) (64 -64 -62)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "692" + "plane" "(-64 64 -64) (64 64 -64) (64 64 -62)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "691" + "plane" "(64 -64 -64) (-64 -64 -64) (-64 -64 -62)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "690" + "plane" "(-64 -64 -64) (-64 64 -64) (-64 64 -62)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "573" + side + { + "id" "762" + "plane" "(36.9844 -18.9766 -56) (40.9844 -6.97657 -56) (63.9844 -6.97656 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "761" + "plane" "(63.9844 -63.9766 -62) (63.9844 -6.97656 -62) (40.9844 -6.97657 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "760" + "plane" "(63.9844 -6.97656 -62) (63.9844 -63.9766 -62) (63.9844 -63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "759" + "plane" "(36.9844 -18.9805 -62) (40.9856 -6.97657 -62) (40.9831 -6.97657 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.316228 -0.948683 0 -10.6326] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "758" + "plane" "(63.9844 -63.9766 -62) (36.9844 -18.9766 -62) (36.9844 -18.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "757" + "plane" "(40.9844 -6.97657 -62) (63.9844 -6.97656 -62) (63.9844 -6.97656 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 31.9375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "756" + "plane" "(64 -33.3401 -57.4365) (64 -68.9898 -62.4467) (32 -68.9898 -62.4467)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "579" + side + { + "id" "767" + "plane" "(36.9844 -18.9766 -56) (40.9844 -6.97657 -56) (63.9844 -6.97656 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "766" + "plane" "(63.9844 -6.97656 -62) (63.9844 -63.9766 -62) (63.9844 -63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 1 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "765" + "plane" "(63.9844 -63.9766 -62) (36.9844 -18.9766 -62) (36.9844 -18.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "764" + "plane" "(32 -68.9898 -62.4467) (64 -68.9898 -62.4467) (64 -33.3401 -57.4365)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "763" + "plane" "(32 -33.3401 -57.4365) (32 -35.0102 -45.5533) (64 -35.0102 -45.5533)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "545" + side + { + "id" "723" + "plane" "(63.9844 -63.9727 -56) (29 -28.9727 -56) (36.9864 -18.9799 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "722" + "plane" "(36.9844 -18.9766 -62) (28.9883 -28.9727 -62) (63.9883 -63.9804 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "721" + "plane" "(28.9844 -28.9727 -62) (36.983 -18.9743 -62) (36.9844 -18.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "720" + "plane" "(64.0117 -64.0195 -62) (28.9805 -28.9805 -62) (28.9844 -28.9805 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "719" + "plane" "(36.9824 -18.9727 -62) (64 -64 -62) (64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "718" + "plane" "(64 -33.3401 -57.4365) (64 -68.9898 -62.4467) (32 -68.9898 -62.4467)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "547" + side + { + "id" "728" + "plane" "(63.9844 -63.9727 -56) (29 -28.9727 -56) (36.9864 -18.9799 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "727" + "plane" "(28.9844 -28.9727 -62) (36.983 -18.9743 -62) (36.9844 -18.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "726" + "plane" "(64.0117 -64.0195 -62) (28.9805 -28.9805 -62) (28.9844 -28.9805 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "725" + "plane" "(32 -68.9898 -62.4467) (64 -68.9898 -62.4467) (64 -33.3401 -57.4365)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "724" + "plane" "(32 -68.9898 -62.4467) (32 -70.6599 -50.5635) (32 -35.0102 -45.5533)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "551" + side + { + "id" "739" + "plane" "(63.9844 -63.9727 -56) (29 -28.9727 -56) (36.9864 -18.9799 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "738" + "plane" "(28.9844 -28.9727 -62) (36.983 -18.9743 -62) (36.9844 -18.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "737" + "plane" "(64.0117 -64.0195 -62) (28.9805 -28.9805 -62) (28.9844 -28.9805 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "736" + "plane" "(36.9824 -18.9727 -62) (64 -64 -62) (64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "735" + "plane" "(32 -68.9898 -62.4467) (64 -68.9898 -62.4467) (64 -33.3401 -57.4365)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "734" + "plane" "(32 -35.0102 -45.5533) (32 -70.6599 -50.5635) (32 -68.9898 -62.4467)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "733" + "plane" "(32 -33.3401 -57.4365) (32 -35.0102 -45.5533) (64 -35.0102 -45.5533)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "559" + side + { + "id" "744" + "plane" "(28.9844 -28.9727 -62) (18.9766 -36.9766 -62) (63.9805 -63.9726 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "743" + "plane" "(18.9844 -36.9766 -62) (28.9844 -28.9766 -62) (28.9844 -28.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "742" + "plane" "(63.9688 -63.9609 -62) (18.9844 -36.9766 -62) (18.9844 -36.9766 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "741" + "plane" "(28.9883 -28.9766 -62) (63.9814 -63.9696 -62) (63.9688 -63.9609 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "740" + "plane" "(64 -33.3401 -57.4365) (64 -68.9898 -62.4467) (32 -68.9898 -62.4467)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "561" + side + { + "id" "750" + "plane" "(63.9688 -63.9609 -56) (18.9844 -36.9766 -56) (28.9844 -28.9766 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "749" + "plane" "(18.9844 -36.9766 -62) (28.9844 -28.9766 -62) (28.9844 -28.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "748" + "plane" "(63.9688 -63.9609 -62) (18.9844 -36.9766 -62) (18.9844 -36.9766 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "747" + "plane" "(28.9883 -28.9766 -62) (63.9814 -63.9696 -62) (63.9688 -63.9609 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "746" + "plane" "(32 -68.9898 -62.4467) (64 -68.9898 -62.4467) (64 -33.3401 -57.4365)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "745" + "plane" "(32 -68.9898 -62.4467) (32 -70.6599 -50.5635) (32 -35.0102 -45.5533)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "565" + side + { + "id" "755" + "plane" "(63.9688 -63.9609 -56) (18.9844 -36.9766 -56) (28.9844 -28.9766 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "754" + "plane" "(28.9883 -28.9766 -62) (63.9814 -63.9696 -62) (63.9688 -63.9609 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "753" + "plane" "(32 -68.9898 -62.4467) (64 -68.9898 -62.4467) (64 -33.3401 -57.4365)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "752" + "plane" "(32 -35.0102 -45.5533) (32 -70.6599 -50.5635) (32 -68.9898 -62.4467)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "751" + "plane" "(32 -33.3401 -57.4365) (32 -35.0102 -45.5533) (64 -35.0102 -45.5533)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "231" + side + { + "id" "550" + "plane" "(-6.98047 40.9785 -56) (-18.9851 36.977 -56) (-64 63.9805 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "549" + "plane" "(-18.9844 36.9766 -62) (-6.98438 40.9766 -62) (-6.98438 63.9766 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "548" + "plane" "(-6.98438 40.9766 -62) (-18.9844 36.9766 -62) (-18.9844 36.9766 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0.948683 0.316228 0 0.7418] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "547" + "plane" "(-6.98438 63.9766 -62) (-6.98437 40.9727 -62) (-6.98437 40.9805 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 -1 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "546" + "plane" "(-63.9844 63.9766 -62) (-6.98438 63.9766 -62) (-6.98438 63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[1 0 0 -0.0625267] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "545" + "plane" "(-18.9766 36.9727 -62) (-63.9831 63.9766 -62) (-63.9844 63.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -0.0625267] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "232" + side + { + "id" "555" + "plane" "(-63.9844 63.9727 -56) (-29 28.9727 -56) (-36.9864 18.9799 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "554" + "plane" "(-36.9844 18.9766 -62) (-28.9883 28.9727 -62) (-63.9883 63.9804 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "553" + "plane" "(-28.9844 28.9727 -62) (-36.983 18.9743 -62) (-36.9844 18.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "552" + "plane" "(-64.0117 64.0195 -62) (-28.9805 28.9805 -62) (-28.9844 28.9805 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "551" + "plane" "(-36.9824 18.9727 -62) (-64 64 -62) (-64 64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "233" + side + { + "id" "560" + "plane" "(-18.9844 36.9766 -56) (-28.9844 28.9766 -56) (-63.9688 63.9609 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "559" + "plane" "(-28.9844 28.9727 -62) (-18.9766 36.9766 -62) (-63.9805 63.9726 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "558" + "plane" "(-18.9844 36.9766 -62) (-28.9844 28.9766 -62) (-28.9844 28.9766 -56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -0.0625267] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "557" + "plane" "(-63.9688 63.9609 -62) (-18.9844 36.9766 -62) (-18.9844 36.9766 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -0.0625267] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "556" + "plane" "(-28.9883 28.9766 -62) (-63.9814 63.9696 -62) (-63.9688 63.9609 -56)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "234" + side + { + "id" "566" + "plane" "(-63.9844 6.97656 -56) (-63.9844 63.9765 -56) (-36.9844 18.9766 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "565" + "plane" "(-63.9844 63.9766 -62) (-63.9844 6.97656 -62) (-40.9844 6.97657 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 0.0625267] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "564" + "plane" "(-63.9844 6.97656 -62) (-63.9844 63.9766 -62) (-63.9844 63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[0 -1 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "563" + "plane" "(-36.9844 18.9805 -62) (-40.9856 6.97657 -62) (-40.9831 6.97657 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0.316228 0.948683 0 -10.6327] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "562" + "plane" "(-63.9844 63.9766 -62) (-36.9844 18.9766 -62) (-36.9844 18.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "561" + "plane" "(-40.9844 6.97657 -62) (-63.9844 6.97656 -62) (-63.9844 6.97656 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 31.9375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "591" + side + { + "id" "773" + "plane" "(18.9844 -36.9766 -62) (6.98438 -40.9766 -62) (6.98437 -63.9766 -62)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 63.9063] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "772" + "plane" "(6.98438 -40.9766 -62) (18.9844 -36.9766 -62) (18.9844 -36.9766 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.948683 -0.316228 0 0.741825] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "771" + "plane" "(6.98438 -63.9766 -62) (6.98438 -40.9766 -62) (6.98438 -40.9805 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "770" + "plane" "(63.9844 -63.9766 -62) (6.98438 -63.9766 -62) (6.98438 -63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "769" + "plane" "(18.9844 -36.9766 -62) (63.9844 -63.9766 -62) (63.9844 -63.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "768" + "plane" "(64 -33.3401 -57.4365) (64 -68.9898 -62.4467) (32 -68.9898 -62.4467)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "593" + side + { + "id" "780" + "plane" "(64 -63.9805 -56) (6.98047 -63.9805 -56) (6.98047 -40.9785 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 -0.0937347] 0.25" + "vaxis" "[1 0 0 0.0625019] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "779" + "plane" "(6.98438 -40.9766 -62) (18.9844 -36.9766 -62) (18.9844 -36.9766 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-0.948683 -0.316228 0 0.741825] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "778" + "plane" "(6.98438 -63.9766 -62) (6.98438 -40.9766 -62) (6.98438 -40.9805 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "777" + "plane" "(63.9844 -63.9766 -62) (6.98438 -63.9766 -62) (6.98438 -63.9766 -56)" + "material" "PLASTIC/OFFICE_PLASTICWALL001C" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "776" + "plane" "(18.9844 -36.9766 -62) (63.9844 -63.9766 -62) (63.9844 -63.9766 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.0625019] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "775" + "plane" "(32 -68.9898 -62.4467) (64 -68.9898 -62.4467) (64 -33.3401 -57.4365)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "774" + "plane" "(32 -68.9898 -62.4467) (32 -70.6599 -50.5635) (32 -35.0102 -45.5533)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 12000]" + } +} +entity +{ + "id" "268" + "classname" "light" + "_light" "251 159 57 10" + "_lightHDR" "251 159 57 5" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "0 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/floor_button_black_intact.vmf b/resources/instances/p2editor_destroyed/floor_button_black_intact.vmf new file mode 100644 index 0000000..eed6345 --- /dev/null +++ b/resources/instances/p2editor_destroyed/floor_button_black_intact.vmf @@ -0,0 +1,3246 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "27" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "1" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "27" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "62" + "classname" "func_detail" + solid + { + "id" "63" + side + { + "id" "256" + "plane" "(64 -12 -56) (64 -18 -56) (42 -18 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "255" + "plane" "(44 -12 -58) (42 -18 -58) (64 -18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "254" + "plane" "(64 -18 -56) (64 -12 -56) (64 -12 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "253" + "plane" "(44 -12 -56) (42 -18 -56) (42 -18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.316228 0.948683 0 -37.6849] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "252" + "plane" "(64 -12 -56) (44 -12 -56) (44 -12 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "251" + "plane" "(42 -18 -56) (64 -18 -56) (64 -18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "64" + side + { + "id" "262" + "plane" "(64 -23 -56) (64 -28 -56) (36 -28 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "261" + "plane" "(40 -23 -58) (36 -28 -58) (64 -28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "260" + "plane" "(64 -28 -56) (64 -23 -56) (64 -23 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "259" + "plane" "(40 -23 -56) (36 -28 -56) (36 -28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.624695 0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "258" + "plane" "(64 -23 -56) (40 -23 -56) (40 -23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "257" + "plane" "(36 -28 -56) (64 -28 -56) (64 -28 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "65" + side + { + "id" "268" + "plane" "(64 -28 -56) (64 -33 -56) (32 -33 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "267" + "plane" "(36 -28 -58) (32 -33 -58) (64 -33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "266" + "plane" "(64 -33 -56) (64 -28 -56) (64 -28 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "265" + "plane" "(36 -28 -56) (32 -33 -56) (32 -33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.624695 0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "264" + "plane" "(64 -28 -56) (36 -28 -56) (36 -28 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "263" + "plane" "(32 -33 -56) (64 -33 -56) (64 -33 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "66" + side + { + "id" "274" + "plane" "(64 -18 -56) (64 -23 -56) (40 -23 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "273" + "plane" "(42 -18 -58) (40 -23 -58) (64 -23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "272" + "plane" "(64 -23 -56) (64 -18 -56) (64 -18 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "271" + "plane" "(42 -18 -56) (40 -23 -56) (40 -23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.371391 0.928477 0 -27.511] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "270" + "plane" "(64 -18 -56) (42 -18 -56) (42 -18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 276] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "269" + "plane" "(40 -23 -56) (64 -23 -56) (64 -23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "67" + side + { + "id" "281" + "plane" "(32 -33 -56) (64 -33 -56) (64 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "280" + "plane" "(32 -33 -58) (28 -36 -58) (28 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "279" + "plane" "(64 -64 -56) (64 -33 -56) (64 -33 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "278" + "plane" "(32 -33 -56) (28 -36 -56) (28 -36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.8 0.6 0 45.7071] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "277" + "plane" "(64 -33 -56) (32 -33 -56) (32 -33 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "276" + "plane" "(28 -36 -56) (28 -64 -56) (28 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -352] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "275" + "plane" "(28 -64 -56) (64 -64 -56) (64 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68" + side + { + "id" "287" + "plane" "(12 -44 -56) (18 -42 -56) (18 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "286" + "plane" "(12 -64 -58) (18 -64 -58) (18 -42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "285" + "plane" "(12 -64 -56) (18 -64 -56) (18 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "284" + "plane" "(18 -42 -56) (12 -44 -56) (12 -44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.948683 0.316228 0 13.581] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "283" + "plane" "(18 -64 -56) (18 -42 -56) (18 -42 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 136] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "282" + "plane" "(12 -44 -56) (12 -64 -56) (12 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -288] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "69" + side + { + "id" "293" + "plane" "(23 -40 -56) (28 -36 -56) (28 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "292" + "plane" "(23 -64 -58) (28 -64 -58) (28 -36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "291" + "plane" "(23 -64 -56) (28 -64 -56) (28 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "290" + "plane" "(28 -36 -56) (23 -40 -56) (23 -40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.780869 0.624695 0 36.474] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "289" + "plane" "(28 -64 -56) (28 -36 -56) (28 -36 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 96] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "288" + "plane" "(23 -40 -56) (23 -64 -56) (23 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -332] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "70" + side + { + "id" "299" + "plane" "(18 -42 -56) (23 -40 -56) (23 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "298" + "plane" "(18 -64 -58) (23 -64 -58) (23 -40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "297" + "plane" "(18 -64 -56) (23 -64 -56) (23 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "296" + "plane" "(23 -40 -56) (18 -42 -56) (18 -42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.928477 0.371391 0 60.6658] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "295" + "plane" "(23 -64 -56) (23 -40 -56) (23 -40 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 116] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "294" + "plane" "(18 -42 -56) (18 -64 -56) (18 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -312] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "71" + side + { + "id" "305" + "plane" "(7 -45 -56) (12 -44 -56) (12 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "304" + "plane" "(7 -64 -58) (12 -64 -58) (12 -44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "303" + "plane" "(7 -64 -56) (12 -64 -56) (12 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "302" + "plane" "(12 -44 -56) (7 -45 -56) (7 -45 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.980581 0.196117 0 45.7799] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "301" + "plane" "(12 -64 -56) (12 -44 -56) (12 -44 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 160] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "300" + "plane" "(7 -45 -56) (7 -64 -56) (7 -64 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "72" + side + { + "id" "311" + "plane" "(64 -7 -56) (64 -12 -56) (44 -12 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "310" + "plane" "(45 -7 -58) (44 -12 -58) (64 -12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 22] 0.25" + "vaxis" "[0 -1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "309" + "plane" "(64 -12 -56) (64 -7 -56) (64 -7 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "308" + "plane" "(45 -7 -56) (44 -12 -56) (44 -12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.316228 0.948683 0 -57.9235] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "307" + "plane" "(64 -7 -56) (45 -7 -56) (45 -7 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 8] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "306" + "plane" "(44 -12 -56) (64 -12 -56) (64 -12 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "97" + side + { + "id" "445" + "plane" "(44 12 -56) (42 18 -56) (64 18 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "444" + "plane" "(64 12 -58) (64 18 -58) (42 18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "443" + "plane" "(64 12 -56) (64 18 -56) (64 18 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "442" + "plane" "(42 18 -56) (44 12 -56) (44 12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.316228 -0.948683 0 26.3151] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "441" + "plane" "(44 12 -56) (64 12 -56) (64 12 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "440" + "plane" "(64 18 -56) (42 18 -56) (42 18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "98" + side + { + "id" "451" + "plane" "(40 23 -56) (36 28 -56) (64 28 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "450" + "plane" "(64 23 -58) (64 28 -58) (36 28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "449" + "plane" "(64 23 -56) (64 28 -56) (64 28 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "448" + "plane" "(36 28 -56) (40 23 -56) (40 23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.624695 -0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "447" + "plane" "(40 23 -56) (64 23 -56) (64 23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "446" + "plane" "(64 28 -56) (36 28 -56) (36 28 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -132] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "99" + side + { + "id" "457" + "plane" "(36 28 -56) (32 33 -56) (64 33 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "456" + "plane" "(64 28 -58) (64 33 -58) (32 33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "455" + "plane" "(64 28 -56) (64 33 -56) (64 33 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "454" + "plane" "(32 33 -56) (36 28 -56) (36 28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.624695 -0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "453" + "plane" "(36 28 -56) (64 28 -56) (64 28 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "452" + "plane" "(64 33 -56) (32 33 -56) (32 33 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "100" + side + { + "id" "463" + "plane" "(42 18 -56) (40 23 -56) (64 23 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "462" + "plane" "(64 18 -58) (64 23 -58) (40 23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "461" + "plane" "(64 18 -56) (64 23 -56) (64 23 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "460" + "plane" "(40 23 -56) (42 18 -56) (42 18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.371391 -0.928477 0 36.4891] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "459" + "plane" "(42 18 -56) (64 18 -56) (64 18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 276] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "458" + "plane" "(64 23 -56) (40 23 -56) (40 23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "101" + side + { + "id" "470" + "plane" "(32 33 -56) (28 36 -56) (28 64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "469" + "plane" "(32 33 -58) (64 33 -58) (64 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "468" + "plane" "(64 33 -56) (64 64 -56) (64 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "467" + "plane" "(28 36 -56) (32 33 -56) (32 33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.8 -0.6 0 45.7071] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "466" + "plane" "(32 33 -56) (64 33 -56) (64 33 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "465" + "plane" "(28 64 -56) (28 36 -56) (28 36 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -352] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "464" + "plane" "(64 64 -56) (28 64 -56) (28 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "102" + side + { + "id" "476" + "plane" "(12 64 -56) (18 64 -56) (18 42 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "475" + "plane" "(12 44 -58) (18 42 -58) (18 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "474" + "plane" "(18 64 -56) (12 64 -56) (12 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "473" + "plane" "(12 44 -56) (18 42 -56) (18 42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.948683 -0.316228 0 13.5809] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "472" + "plane" "(18 42 -56) (18 64 -56) (18 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 136] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "471" + "plane" "(12 64 -56) (12 44 -56) (12 44 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -288] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "103" + side + { + "id" "482" + "plane" "(23 64 -56) (28 64 -56) (28 36 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "481" + "plane" "(23 40 -58) (28 36 -58) (28 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "480" + "plane" "(28 64 -56) (23 64 -56) (23 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "479" + "plane" "(23 40 -56) (28 36 -56) (28 36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.780869 -0.624695 0 36.474] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "478" + "plane" "(28 36 -56) (28 64 -56) (28 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 96] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "477" + "plane" "(23 64 -56) (23 40 -56) (23 40 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -332] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "104" + side + { + "id" "488" + "plane" "(18 64 -56) (23 64 -56) (23 40 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "487" + "plane" "(18 42 -58) (23 40 -58) (23 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "486" + "plane" "(23 64 -56) (18 64 -56) (18 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "485" + "plane" "(18 42 -56) (23 40 -56) (23 40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.928477 -0.371391 0 60.6658] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "484" + "plane" "(23 40 -56) (23 64 -56) (23 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 116] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "483" + "plane" "(18 64 -56) (18 42 -56) (18 42 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -312] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "105" + side + { + "id" "494" + "plane" "(7 64 -56) (12 64 -56) (12 44 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "493" + "plane" "(7 45 -58) (12 44 -58) (12 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "492" + "plane" "(12 64 -56) (7 64 -56) (7 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "491" + "plane" "(7 45 -56) (12 44 -56) (12 44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.980581 -0.196117 0 45.7799] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "490" + "plane" "(12 44 -56) (12 64 -56) (12 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 160] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "489" + "plane" "(7 64 -56) (7 45 -56) (7 45 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106" + side + { + "id" "500" + "plane" "(45 7 -56) (44 12 -56) (64 12 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "499" + "plane" "(64 7 -58) (64 12 -58) (44 12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 22] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "498" + "plane" "(64 7 -56) (64 12 -56) (64 12 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "497" + "plane" "(44 12 -56) (45 7 -56) (45 7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.316228 -0.948683 0 6.07654] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "496" + "plane" "(45 7 -56) (64 7 -56) (64 7 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 8] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "495" + "plane" "(64 12 -56) (44 12 -56) (44 12 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86" + side + { + "id" "384" + "plane" "(-44 12 -56) (-45 7 -56) (-64 7 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "383" + "plane" "(-45 7 -58) (-44 12 -58) (-64 12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -42] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "382" + "plane" "(-64 12 -56) (-64 7 -56) (-64 7 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "381" + "plane" "(-45 7 -56) (-44 12 -56) (-44 12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.316228 -0.948683 0 6.07655] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "380" + "plane" "(-64 7 -56) (-45 7 -56) (-45 7 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "379" + "plane" "(-44 12 -56) (-64 12 -56) (-64 12 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87" + side + { + "id" "390" + "plane" "(-42 18 -56) (-44 12 -56) (-64 12 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "389" + "plane" "(-44 12 -58) (-42 18 -58) (-64 18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "388" + "plane" "(-64 18 -56) (-64 12 -56) (-64 12 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "387" + "plane" "(-44 12 -56) (-42 18 -56) (-42 18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.316228 -0.948683 0 26.3151] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "386" + "plane" "(-64 12 -56) (-44 12 -56) (-44 12 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "385" + "plane" "(-42 18 -56) (-64 18 -56) (-64 18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "88" + side + { + "id" "396" + "plane" "(-36 28 -56) (-40 23 -56) (-64 23 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "395" + "plane" "(-40 23 -58) (-36 28 -58) (-64 28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "394" + "plane" "(-64 28 -56) (-64 23 -56) (-64 23 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "393" + "plane" "(-40 23 -56) (-36 28 -56) (-36 28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.624695 -0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "392" + "plane" "(-64 23 -56) (-40 23 -56) (-40 23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "391" + "plane" "(-36 28 -56) (-64 28 -56) (-64 28 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -132] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "89" + side + { + "id" "402" + "plane" "(-32 33 -56) (-36 28 -56) (-64 28 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "401" + "plane" "(-36 28 -58) (-32 33 -58) (-64 33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "400" + "plane" "(-64 33 -56) (-64 28 -56) (-64 28 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "399" + "plane" "(-36 28 -56) (-32 33 -56) (-32 33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.624695 -0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "398" + "plane" "(-64 28 -56) (-36 28 -56) (-36 28 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "397" + "plane" "(-32 33 -56) (-64 33 -56) (-64 33 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "90" + side + { + "id" "408" + "plane" "(-40 23 -56) (-42 18 -56) (-64 18 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "407" + "plane" "(-42 18 -58) (-40 23 -58) (-64 23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "406" + "plane" "(-64 23 -56) (-64 18 -56) (-64 18 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "405" + "plane" "(-42 18 -56) (-40 23 -56) (-40 23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.371391 -0.928477 0 36.489] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "404" + "plane" "(-64 18 -56) (-42 18 -56) (-42 18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 276] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "403" + "plane" "(-40 23 -56) (-64 23 -56) (-64 23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91" + side + { + "id" "415" + "plane" "(-64 33 -56) (-64 64 -56) (-28 64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "414" + "plane" "(-32 33 -58) (-28 36 -58) (-28 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "413" + "plane" "(-64 64 -56) (-64 33 -56) (-64 33 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "412" + "plane" "(-32 33 -56) (-28 36 -56) (-28 36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.8 -0.6 0 -18.2929] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "411" + "plane" "(-64 33 -56) (-32 33 -56) (-32 33 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "410" + "plane" "(-28 36 -56) (-28 64 -56) (-28 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -352] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "409" + "plane" "(-28 64 -56) (-64 64 -56) (-64 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "92" + side + { + "id" "421" + "plane" "(-12 44 -56) (-18 42 -56) (-18 64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "420" + "plane" "(-18 42 -58) (-12 44 -58) (-12 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "419" + "plane" "(-12 64 -56) (-18 64 -56) (-18 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "418" + "plane" "(-18 42 -56) (-12 44 -56) (-12 44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.948683 -0.316228 0 -50.4191] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "417" + "plane" "(-18 64 -56) (-18 42 -56) (-18 42 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 136] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "416" + "plane" "(-12 44 -56) (-12 64 -56) (-12 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "93" + side + { + "id" "427" + "plane" "(-23 40 -56) (-28 36 -56) (-28 64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "426" + "plane" "(-28 36 -58) (-23 40 -58) (-23 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "425" + "plane" "(-23 64 -56) (-28 64 -56) (-28 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "424" + "plane" "(-28 36 -56) (-23 40 -56) (-23 40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.780869 -0.624695 0 36.474] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "423" + "plane" "(-28 64 -56) (-28 36 -56) (-28 36 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 96] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "422" + "plane" "(-23 40 -56) (-23 64 -56) (-23 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "94" + side + { + "id" "433" + "plane" "(-18 42 -56) (-23 40 -56) (-23 64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "432" + "plane" "(-23 40 -58) (-18 42 -58) (-18 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "431" + "plane" "(-18 64 -56) (-23 64 -56) (-23 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "430" + "plane" "(-23 40 -56) (-18 42 -56) (-18 42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.928477 -0.371391 0 -3.3342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "429" + "plane" "(-23 64 -56) (-23 40 -56) (-23 40 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 116] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "428" + "plane" "(-18 42 -56) (-18 64 -56) (-18 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -312] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "95" + side + { + "id" "439" + "plane" "(-7 45 -56) (-12 44 -56) (-12 64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "438" + "plane" "(-12 44 -58) (-7 45 -58) (-7 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "437" + "plane" "(-7 64 -56) (-12 64 -56) (-12 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "436" + "plane" "(-12 44 -56) (-7 45 -56) (-7 45 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.980581 -0.196117 0 -18.2201] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "435" + "plane" "(-12 64 -56) (-12 44 -56) (-12 44 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 160] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "434" + "plane" "(-7 45 -56) (-7 64 -56) (-7 64 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "74" + side + { + "id" "317" + "plane" "(-44 -12 -56) (-42 -18 -56) (-64 -18 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "316" + "plane" "(-42 -18 -58) (-44 -12 -58) (-64 -12 -58)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "315" + "plane" "(-64 -12 -56) (-64 -18 -56) (-64 -18 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "314" + "plane" "(-42 -18 -56) (-44 -12 -56) (-44 -12 -58)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0.316228 0.948683 0 -37.6849] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "313" + "plane" "(-44 -12 -56) (-64 -12 -56) (-64 -12 -58)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "312" + "plane" "(-64 -18 -56) (-42 -18 -56) (-42 -18 -58)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "75" + side + { + "id" "323" + "plane" "(-40 -23 -56) (-36 -28 -56) (-64 -28 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "322" + "plane" "(-36 -28 -58) (-40 -23 -58) (-64 -23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "321" + "plane" "(-64 -23 -56) (-64 -28 -56) (-64 -28 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "320" + "plane" "(-36 -28 -56) (-40 -23 -56) (-40 -23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.624695 0.780869 0 -25.1658] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "319" + "plane" "(-40 -23 -56) (-64 -23 -56) (-64 -23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "318" + "plane" "(-64 -28 -56) (-36 -28 -56) (-36 -28 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -132] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "76" + side + { + "id" "329" + "plane" "(-36 -28 -56) (-32 -33 -56) (-64 -33 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "328" + "plane" "(-32 -33 -58) (-36 -28 -58) (-64 -28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "327" + "plane" "(-64 -28 -56) (-64 -33 -56) (-64 -33 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "326" + "plane" "(-32 -33 -56) (-36 -28 -56) (-36 -28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.624695 0.780869 0 -25.1658] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "325" + "plane" "(-36 -28 -56) (-64 -28 -56) (-64 -28 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "324" + "plane" "(-64 -33 -56) (-32 -33 -56) (-32 -33 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "77" + side + { + "id" "335" + "plane" "(-42 -18 -56) (-40 -23 -56) (-64 -23 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "334" + "plane" "(-40 -23 -58) (-42 -18 -58) (-64 -18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "333" + "plane" "(-64 -18 -56) (-64 -23 -56) (-64 -23 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "332" + "plane" "(-40 -23 -56) (-42 -18 -56) (-42 -18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.371391 0.928477 0 -27.511] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "331" + "plane" "(-42 -18 -56) (-64 -18 -56) (-64 -18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 276] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "330" + "plane" "(-64 -23 -56) (-40 -23 -56) (-40 -23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "78" + side + { + "id" "342" + "plane" "(-32 -33 -56) (-28 -36 -56) (-28 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "341" + "plane" "(-64 -33 -58) (-64 -64 -58) (-28 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "340" + "plane" "(-64 -33 -56) (-64 -64 -56) (-64 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "339" + "plane" "(-28 -36 -56) (-32 -33 -56) (-32 -33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.8 0.6 0 -18.2929] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "338" + "plane" "(-32 -33 -56) (-64 -33 -56) (-64 -33 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "337" + "plane" "(-28 -64 -56) (-28 -36 -56) (-28 -36 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -352] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "336" + "plane" "(-64 -64 -56) (-28 -64 -56) (-28 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "79" + side + { + "id" "348" + "plane" "(-18 -42 -56) (-12 -44 -56) (-12 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "347" + "plane" "(-12 -44 -58) (-18 -42 -58) (-18 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "346" + "plane" "(-18 -64 -56) (-12 -64 -56) (-12 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "345" + "plane" "(-12 -44 -56) (-18 -42 -56) (-18 -42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.948683 0.316228 0 -50.4191] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "344" + "plane" "(-18 -42 -56) (-18 -64 -56) (-18 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 136] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "343" + "plane" "(-12 -64 -56) (-12 -44 -56) (-12 -44 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -288] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "80" + side + { + "id" "354" + "plane" "(-28 -36 -56) (-23 -40 -56) (-23 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "353" + "plane" "(-23 -40 -58) (-28 -36 -58) (-28 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "352" + "plane" "(-28 -64 -56) (-23 -64 -56) (-23 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "351" + "plane" "(-23 -40 -56) (-28 -36 -56) (-28 -36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.780869 0.624695 0 -27.526] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "350" + "plane" "(-28 -36 -56) (-28 -64 -56) (-28 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 96] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "349" + "plane" "(-23 -64 -56) (-23 -40 -56) (-23 -40 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -332] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "81" + side + { + "id" "360" + "plane" "(-23 -40 -56) (-18 -42 -56) (-18 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "359" + "plane" "(-18 -42 -58) (-23 -40 -58) (-23 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "358" + "plane" "(-23 -64 -56) (-18 -64 -56) (-18 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "357" + "plane" "(-18 -42 -56) (-23 -40 -56) (-23 -40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.928477 0.371391 0 -3.33418] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "356" + "plane" "(-23 -40 -56) (-23 -64 -56) (-23 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 116] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "355" + "plane" "(-18 -64 -56) (-18 -42 -56) (-18 -42 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -312] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "82" + side + { + "id" "366" + "plane" "(-12 -44 -56) (-7 -45 -56) (-7 -64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "365" + "plane" "(-7 -45 -58) (-12 -44 -58) (-12 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "364" + "plane" "(-12 -64 -56) (-7 -64 -56) (-7 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "363" + "plane" "(-7 -45 -56) (-12 -44 -56) (-12 -44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.980581 0.196117 0 -18.2201] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "362" + "plane" "(-12 -44 -56) (-12 -64 -56) (-12 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 160] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "361" + "plane" "(-7 -64 -56) (-7 -45 -56) (-7 -45 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "83" + side + { + "id" "372" + "plane" "(-45 -7 -56) (-44 -12 -56) (-64 -12 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_TOP" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "371" + "plane" "(-44 -12 -58) (-45 -7 -58) (-64 -7 -58)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -42] 0.25" + "vaxis" "[0 -1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "370" + "plane" "(-64 -7 -56) (-64 -12 -56) (-64 -12 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "369" + "plane" "(-44 -12 -56) (-45 -7 -56) (-45 -7 -58)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0.316228 0.948683 0 -57.9235] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "368" + "plane" "(-45 -7 -56) (-64 -7 -56) (-64 -7 -58)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "367" + "plane" "(-64 -12 -56) (-44 -12 -56) (-44 -12 -58)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "84" + side + { + "id" "378" + "plane" "(64 -64 -58) (-64 -64 -58) (-64 64 -58)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "377" + "plane" "(64 64 -64) (-64 64 -64) (-64 -64 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "376" + "plane" "(64 -64 -58) (64 64 -58) (64 64 -64)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "375" + "plane" "(64 64 -58) (-64 64 -58) (-64 64 -64)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0.225006] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "374" + "plane" "(-64 -64 -58) (64 -64 -58) (64 -64 -64)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 -0.225006] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "373" + "plane" "(-64 64 -58) (-64 -64 -58) (-64 -64 -64)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 12000]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_button" + "angles" "0 0 0" + "model" "models/props/portal_button_damaged02.mdl" + "skin" "0" + "targetname" "button" + connections + { + "OnUnPressed" "proxyProxyRelay0-1" + "OnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -56" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/floor_button_white_intact.vmf b/resources/instances/p2editor_destroyed/floor_button_white_intact.vmf new file mode 100644 index 0000000..ab35df0 --- /dev/null +++ b/resources/instances/p2editor_destroyed/floor_button_white_intact.vmf @@ -0,0 +1,3246 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "26" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "1" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "26" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "96" + "classname" "func_detail" + solid + { + "id" "97" + side + { + "id" "445" + "plane" "(44 12 -56) (42 18 -56) (64 18 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "444" + "plane" "(64 12 -58) (64 18 -58) (42 18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "443" + "plane" "(64 12 -56) (64 18 -56) (64 18 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "442" + "plane" "(42 18 -56) (44 12 -56) (44 12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.316228 -0.948683 0 26.3151] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "441" + "plane" "(44 12 -56) (64 12 -56) (64 12 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "440" + "plane" "(64 18 -56) (42 18 -56) (42 18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "98" + side + { + "id" "451" + "plane" "(40 23 -56) (36 28 -56) (64 28 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "450" + "plane" "(64 23 -58) (64 28 -58) (36 28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "449" + "plane" "(64 23 -56) (64 28 -56) (64 28 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "448" + "plane" "(36 28 -56) (40 23 -56) (40 23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.624695 -0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "447" + "plane" "(40 23 -56) (64 23 -56) (64 23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "446" + "plane" "(64 28 -56) (36 28 -56) (36 28 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -132] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "99" + side + { + "id" "457" + "plane" "(36 28 -56) (32 33 -56) (64 33 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "456" + "plane" "(64 28 -58) (64 33 -58) (32 33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "455" + "plane" "(64 28 -56) (64 33 -56) (64 33 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "454" + "plane" "(32 33 -56) (36 28 -56) (36 28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.624695 -0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "453" + "plane" "(36 28 -56) (64 28 -56) (64 28 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "452" + "plane" "(64 33 -56) (32 33 -56) (32 33 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "100" + side + { + "id" "463" + "plane" "(42 18 -56) (40 23 -56) (64 23 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "462" + "plane" "(64 18 -58) (64 23 -58) (40 23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "461" + "plane" "(64 18 -56) (64 23 -56) (64 23 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "460" + "plane" "(40 23 -56) (42 18 -56) (42 18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.371391 -0.928477 0 36.4891] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "459" + "plane" "(42 18 -56) (64 18 -56) (64 18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 276] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "458" + "plane" "(64 23 -56) (40 23 -56) (40 23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "101" + side + { + "id" "470" + "plane" "(32 33 -56) (28 36 -56) (28 64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "469" + "plane" "(32 33 -58) (64 33 -58) (64 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "468" + "plane" "(64 33 -56) (64 64 -56) (64 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "467" + "plane" "(28 36 -56) (32 33 -56) (32 33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.8 -0.6 0 45.7071] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "466" + "plane" "(32 33 -56) (64 33 -56) (64 33 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "465" + "plane" "(28 64 -56) (28 36 -56) (28 36 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -352] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "464" + "plane" "(64 64 -56) (28 64 -56) (28 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "102" + side + { + "id" "476" + "plane" "(12 64 -56) (18 64 -56) (18 42 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "475" + "plane" "(12 44 -58) (18 42 -58) (18 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "474" + "plane" "(18 64 -56) (12 64 -56) (12 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "473" + "plane" "(12 44 -56) (18 42 -56) (18 42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.948683 -0.316228 0 13.5809] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "472" + "plane" "(18 42 -56) (18 64 -56) (18 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 136] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "471" + "plane" "(12 64 -56) (12 44 -56) (12 44 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -288] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "103" + side + { + "id" "482" + "plane" "(23 64 -56) (28 64 -56) (28 36 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "481" + "plane" "(23 40 -58) (28 36 -58) (28 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "480" + "plane" "(28 64 -56) (23 64 -56) (23 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "479" + "plane" "(23 40 -56) (28 36 -56) (28 36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.780869 -0.624695 0 36.474] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "478" + "plane" "(28 36 -56) (28 64 -56) (28 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 96] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "477" + "plane" "(23 64 -56) (23 40 -56) (23 40 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -332] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "104" + side + { + "id" "488" + "plane" "(18 64 -56) (23 64 -56) (23 40 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "487" + "plane" "(18 42 -58) (23 40 -58) (23 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "486" + "plane" "(23 64 -56) (18 64 -56) (18 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "485" + "plane" "(18 42 -56) (23 40 -56) (23 40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.928477 -0.371391 0 60.6658] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "484" + "plane" "(23 40 -56) (23 64 -56) (23 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 116] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "483" + "plane" "(18 64 -56) (18 42 -56) (18 42 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -312] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "105" + side + { + "id" "494" + "plane" "(7 64 -56) (12 64 -56) (12 44 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "493" + "plane" "(7 45 -58) (12 44 -58) (12 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "492" + "plane" "(12 64 -56) (7 64 -56) (7 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "491" + "plane" "(7 45 -56) (12 44 -56) (12 44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.980581 -0.196117 0 45.7799] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "490" + "plane" "(12 44 -56) (12 64 -56) (12 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 160] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "489" + "plane" "(7 64 -56) (7 45 -56) (7 45 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106" + side + { + "id" "500" + "plane" "(45 7 -56) (44 12 -56) (64 12 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "499" + "plane" "(64 7 -58) (64 12 -58) (44 12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 22] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "498" + "plane" "(64 7 -56) (64 12 -56) (64 12 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "497" + "plane" "(44 12 -56) (45 7 -56) (45 7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.316228 -0.948683 0 6.07654] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "496" + "plane" "(45 7 -56) (64 7 -56) (64 7 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 8] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "495" + "plane" "(64 12 -56) (44 12 -56) (44 12 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "74" + side + { + "id" "317" + "plane" "(-44 -12 -56) (-42 -18 -56) (-64 -18 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "316" + "plane" "(-42 -18 -58) (-44 -12 -58) (-64 -12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "315" + "plane" "(-64 -12 -56) (-64 -18 -56) (-64 -18 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "314" + "plane" "(-42 -18 -56) (-44 -12 -56) (-44 -12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.316228 0.948683 0 -37.6849] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "313" + "plane" "(-44 -12 -56) (-64 -12 -56) (-64 -12 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "312" + "plane" "(-64 -18 -56) (-42 -18 -56) (-42 -18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "75" + side + { + "id" "323" + "plane" "(-40 -23 -56) (-36 -28 -56) (-64 -28 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "322" + "plane" "(-36 -28 -58) (-40 -23 -58) (-64 -23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "321" + "plane" "(-64 -23 -56) (-64 -28 -56) (-64 -28 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "320" + "plane" "(-36 -28 -56) (-40 -23 -56) (-40 -23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.624695 0.780869 0 -25.1658] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "319" + "plane" "(-40 -23 -56) (-64 -23 -56) (-64 -23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "318" + "plane" "(-64 -28 -56) (-36 -28 -56) (-36 -28 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -132] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "76" + side + { + "id" "329" + "plane" "(-36 -28 -56) (-32 -33 -56) (-64 -33 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "328" + "plane" "(-32 -33 -58) (-36 -28 -58) (-64 -28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "327" + "plane" "(-64 -28 -56) (-64 -33 -56) (-64 -33 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "326" + "plane" "(-32 -33 -56) (-36 -28 -56) (-36 -28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.624695 0.780869 0 -25.1658] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "325" + "plane" "(-36 -28 -56) (-64 -28 -56) (-64 -28 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "324" + "plane" "(-64 -33 -56) (-32 -33 -56) (-32 -33 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "77" + side + { + "id" "335" + "plane" "(-42 -18 -56) (-40 -23 -56) (-64 -23 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "334" + "plane" "(-40 -23 -58) (-42 -18 -58) (-64 -18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "333" + "plane" "(-64 -18 -56) (-64 -23 -56) (-64 -23 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "332" + "plane" "(-40 -23 -56) (-42 -18 -56) (-42 -18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.371391 0.928477 0 -27.511] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "331" + "plane" "(-42 -18 -56) (-64 -18 -56) (-64 -18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 276] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "330" + "plane" "(-64 -23 -56) (-40 -23 -56) (-40 -23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "78" + side + { + "id" "342" + "plane" "(-32 -33 -56) (-28 -36 -56) (-28 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "341" + "plane" "(-64 -33 -58) (-64 -64 -58) (-28 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "340" + "plane" "(-64 -33 -56) (-64 -64 -56) (-64 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "339" + "plane" "(-28 -36 -56) (-32 -33 -56) (-32 -33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.8 0.6 0 -18.2929] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "338" + "plane" "(-32 -33 -56) (-64 -33 -56) (-64 -33 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "337" + "plane" "(-28 -64 -56) (-28 -36 -56) (-28 -36 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -352] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "336" + "plane" "(-64 -64 -56) (-28 -64 -56) (-28 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "79" + side + { + "id" "348" + "plane" "(-18 -42 -56) (-12 -44 -56) (-12 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "347" + "plane" "(-12 -44 -58) (-18 -42 -58) (-18 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "346" + "plane" "(-18 -64 -56) (-12 -64 -56) (-12 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "345" + "plane" "(-12 -44 -56) (-18 -42 -56) (-18 -42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.948683 0.316228 0 -50.4191] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "344" + "plane" "(-18 -42 -56) (-18 -64 -56) (-18 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 136] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "343" + "plane" "(-12 -64 -56) (-12 -44 -56) (-12 -44 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -288] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "80" + side + { + "id" "354" + "plane" "(-28 -36 -56) (-23 -40 -56) (-23 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "353" + "plane" "(-23 -40 -58) (-28 -36 -58) (-28 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "352" + "plane" "(-28 -64 -56) (-23 -64 -56) (-23 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "351" + "plane" "(-23 -40 -56) (-28 -36 -56) (-28 -36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.780869 0.624695 0 -27.526] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "350" + "plane" "(-28 -36 -56) (-28 -64 -56) (-28 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 96] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "349" + "plane" "(-23 -64 -56) (-23 -40 -56) (-23 -40 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -332] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "81" + side + { + "id" "360" + "plane" "(-23 -40 -56) (-18 -42 -56) (-18 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "359" + "plane" "(-18 -42 -58) (-23 -40 -58) (-23 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "358" + "plane" "(-23 -64 -56) (-18 -64 -56) (-18 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "357" + "plane" "(-18 -42 -56) (-23 -40 -56) (-23 -40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.928477 0.371391 0 -3.33418] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "356" + "plane" "(-23 -40 -56) (-23 -64 -56) (-23 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 116] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "355" + "plane" "(-18 -64 -56) (-18 -42 -56) (-18 -42 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -312] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "82" + side + { + "id" "366" + "plane" "(-12 -44 -56) (-7 -45 -56) (-7 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "365" + "plane" "(-7 -45 -58) (-12 -44 -58) (-12 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "364" + "plane" "(-12 -64 -56) (-7 -64 -56) (-7 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "363" + "plane" "(-7 -45 -56) (-12 -44 -56) (-12 -44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.980581 0.196117 0 -18.2201] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "362" + "plane" "(-12 -44 -56) (-12 -64 -56) (-12 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 160] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "361" + "plane" "(-7 -64 -56) (-7 -45 -56) (-7 -45 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "83" + side + { + "id" "372" + "plane" "(-45 -7 -56) (-44 -12 -56) (-64 -12 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "371" + "plane" "(-44 -12 -58) (-45 -7 -58) (-64 -7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -42] 0.25" + "vaxis" "[0 -1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "370" + "plane" "(-64 -7 -56) (-64 -12 -56) (-64 -12 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "369" + "plane" "(-44 -12 -56) (-45 -7 -56) (-45 -7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.316228 0.948683 0 -57.9235] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "368" + "plane" "(-45 -7 -56) (-64 -7 -56) (-64 -7 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "367" + "plane" "(-64 -12 -56) (-44 -12 -56) (-44 -12 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "63" + side + { + "id" "256" + "plane" "(64 -12 -56) (64 -18 -56) (42 -18 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "255" + "plane" "(44 -12 -58) (42 -18 -58) (64 -18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "254" + "plane" "(64 -18 -56) (64 -12 -56) (64 -12 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "253" + "plane" "(44 -12 -56) (42 -18 -56) (42 -18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.316228 0.948683 0 -37.6849] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "252" + "plane" "(64 -12 -56) (44 -12 -56) (44 -12 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "251" + "plane" "(42 -18 -56) (64 -18 -56) (64 -18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "64" + side + { + "id" "262" + "plane" "(64 -23 -56) (64 -28 -56) (36 -28 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "261" + "plane" "(40 -23 -58) (36 -28 -58) (64 -28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "260" + "plane" "(64 -28 -56) (64 -23 -56) (64 -23 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "259" + "plane" "(40 -23 -56) (36 -28 -56) (36 -28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.624695 0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "258" + "plane" "(64 -23 -56) (40 -23 -56) (40 -23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "257" + "plane" "(36 -28 -56) (64 -28 -56) (64 -28 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "65" + side + { + "id" "268" + "plane" "(64 -28 -56) (64 -33 -56) (32 -33 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "267" + "plane" "(36 -28 -58) (32 -33 -58) (64 -33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "266" + "plane" "(64 -33 -56) (64 -28 -56) (64 -28 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "265" + "plane" "(36 -28 -56) (32 -33 -56) (32 -33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.624695 0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "264" + "plane" "(64 -28 -56) (36 -28 -56) (36 -28 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "263" + "plane" "(32 -33 -56) (64 -33 -56) (64 -33 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "66" + side + { + "id" "274" + "plane" "(64 -18 -56) (64 -23 -56) (40 -23 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "273" + "plane" "(42 -18 -58) (40 -23 -58) (64 -23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "272" + "plane" "(64 -23 -56) (64 -18 -56) (64 -18 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "271" + "plane" "(42 -18 -56) (40 -23 -56) (40 -23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.371391 0.928477 0 -27.511] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "270" + "plane" "(64 -18 -56) (42 -18 -56) (42 -18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 276] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "269" + "plane" "(40 -23 -56) (64 -23 -56) (64 -23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "67" + side + { + "id" "281" + "plane" "(32 -33 -56) (64 -33 -56) (64 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "280" + "plane" "(32 -33 -58) (28 -36 -58) (28 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "279" + "plane" "(64 -64 -56) (64 -33 -56) (64 -33 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "278" + "plane" "(32 -33 -56) (28 -36 -56) (28 -36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.8 0.6 0 45.7071] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "277" + "plane" "(64 -33 -56) (32 -33 -56) (32 -33 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -16] 0.25" + "vaxis" "[0 0 1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "276" + "plane" "(28 -36 -56) (28 -64 -56) (28 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -352] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "275" + "plane" "(28 -64 -56) (64 -64 -56) (64 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68" + side + { + "id" "287" + "plane" "(12 -44 -56) (18 -42 -56) (18 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "286" + "plane" "(12 -64 -58) (18 -64 -58) (18 -42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "285" + "plane" "(12 -64 -56) (18 -64 -56) (18 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "284" + "plane" "(18 -42 -56) (12 -44 -56) (12 -44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.948683 0.316228 0 13.581] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "283" + "plane" "(18 -64 -56) (18 -42 -56) (18 -42 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 136] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "282" + "plane" "(12 -44 -56) (12 -64 -56) (12 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -288] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "69" + side + { + "id" "293" + "plane" "(23 -40 -56) (28 -36 -56) (28 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "292" + "plane" "(23 -64 -58) (28 -64 -58) (28 -36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "291" + "plane" "(23 -64 -56) (28 -64 -56) (28 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "290" + "plane" "(28 -36 -56) (23 -40 -56) (23 -40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.780869 0.624695 0 36.474] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "289" + "plane" "(28 -64 -56) (28 -36 -56) (28 -36 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 96] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "288" + "plane" "(23 -40 -56) (23 -64 -56) (23 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -332] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "70" + side + { + "id" "299" + "plane" "(18 -42 -56) (23 -40 -56) (23 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "298" + "plane" "(18 -64 -58) (23 -64 -58) (23 -40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "297" + "plane" "(18 -64 -56) (23 -64 -56) (23 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "296" + "plane" "(23 -40 -56) (18 -42 -56) (18 -42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.928477 0.371391 0 60.6658] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "295" + "plane" "(23 -64 -56) (23 -40 -56) (23 -40 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 116] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "294" + "plane" "(18 -42 -56) (18 -64 -56) (18 -64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -312] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "71" + side + { + "id" "305" + "plane" "(7 -45 -56) (12 -44 -56) (12 -64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "304" + "plane" "(7 -64 -58) (12 -64 -58) (12 -44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 14] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "303" + "plane" "(7 -64 -56) (12 -64 -56) (12 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "302" + "plane" "(12 -44 -56) (7 -45 -56) (7 -45 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.980581 0.196117 0 45.7799] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "301" + "plane" "(12 -64 -56) (12 -44 -56) (12 -44 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 160] 0.25" + "vaxis" "[0 -1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "300" + "plane" "(7 -45 -56) (7 -64 -56) (7 -64 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "72" + side + { + "id" "311" + "plane" "(64 -7 -56) (64 -12 -56) (44 -12 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "310" + "plane" "(45 -7 -58) (44 -12 -58) (64 -12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 22] 0.25" + "vaxis" "[0 -1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "309" + "plane" "(64 -12 -56) (64 -7 -56) (64 -7 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "308" + "plane" "(45 -7 -56) (44 -12 -56) (44 -12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.316228 0.948683 0 -57.9235] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "307" + "plane" "(64 -7 -56) (45 -7 -56) (45 -7 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 8] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "306" + "plane" "(44 -12 -56) (64 -12 -56) (64 -12 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[-1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86" + side + { + "id" "384" + "plane" "(-44 12 -56) (-45 7 -56) (-64 7 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "383" + "plane" "(-45 7 -58) (-44 12 -58) (-64 12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -42] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "382" + "plane" "(-64 12 -56) (-64 7 -56) (-64 7 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "381" + "plane" "(-45 7 -56) (-44 12 -56) (-44 12 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.316228 -0.948683 0 6.07655] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "380" + "plane" "(-64 7 -56) (-45 7 -56) (-45 7 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "379" + "plane" "(-44 12 -56) (-64 12 -56) (-64 12 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87" + side + { + "id" "390" + "plane" "(-42 18 -56) (-44 12 -56) (-64 12 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "389" + "plane" "(-44 12 -58) (-42 18 -58) (-64 18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "388" + "plane" "(-64 18 -56) (-64 12 -56) (-64 12 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "387" + "plane" "(-44 12 -56) (-42 18 -56) (-42 18 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.316228 -0.948683 0 26.3151] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "386" + "plane" "(-64 12 -56) (-44 12 -56) (-44 12 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "385" + "plane" "(-42 18 -56) (-64 18 -56) (-64 18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "88" + side + { + "id" "396" + "plane" "(-36 28 -56) (-40 23 -56) (-64 23 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "395" + "plane" "(-40 23 -58) (-36 28 -58) (-64 28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "394" + "plane" "(-64 28 -56) (-64 23 -56) (-64 23 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "393" + "plane" "(-40 23 -56) (-36 28 -56) (-36 28 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.624695 -0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "392" + "plane" "(-64 23 -56) (-40 23 -56) (-40 23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "391" + "plane" "(-36 28 -56) (-64 28 -56) (-64 28 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -132] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "89" + side + { + "id" "402" + "plane" "(-32 33 -56) (-36 28 -56) (-64 28 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "401" + "plane" "(-36 28 -58) (-32 33 -58) (-64 33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "400" + "plane" "(-64 33 -56) (-64 28 -56) (-64 28 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "399" + "plane" "(-36 28 -56) (-32 33 -56) (-32 33 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.624695 -0.780869 0 38.8342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "398" + "plane" "(-64 28 -56) (-36 28 -56) (-36 28 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "397" + "plane" "(-32 33 -56) (-64 33 -56) (-64 33 -58)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "90" + side + { + "id" "408" + "plane" "(-40 23 -56) (-42 18 -56) (-64 18 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "407" + "plane" "(-42 18 -58) (-40 23 -58) (-64 23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "406" + "plane" "(-64 23 -56) (-64 18 -56) (-64 18 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "405" + "plane" "(-42 18 -56) (-40 23 -56) (-40 23 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.371391 -0.928477 0 36.489] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "404" + "plane" "(-64 18 -56) (-42 18 -56) (-42 18 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 276] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "403" + "plane" "(-40 23 -56) (-64 23 -56) (-64 23 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91" + side + { + "id" "415" + "plane" "(-64 33 -56) (-64 64 -56) (-28 64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "414" + "plane" "(-32 33 -58) (-28 36 -58) (-28 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "413" + "plane" "(-64 64 -56) (-64 33 -56) (-64 33 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "412" + "plane" "(-32 33 -56) (-28 36 -56) (-28 36 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.8 -0.6 0 -18.2929] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "411" + "plane" "(-64 33 -56) (-32 33 -56) (-32 33 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "410" + "plane" "(-28 36 -56) (-28 64 -56) (-28 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -352] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "409" + "plane" "(-28 64 -56) (-64 64 -56) (-64 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "92" + side + { + "id" "421" + "plane" "(-12 44 -56) (-18 42 -56) (-18 64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "420" + "plane" "(-18 42 -58) (-12 44 -58) (-12 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "419" + "plane" "(-12 64 -56) (-18 64 -56) (-18 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "418" + "plane" "(-18 42 -56) (-12 44 -56) (-12 44 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.948683 -0.316228 0 -50.4191] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "417" + "plane" "(-18 64 -56) (-18 42 -56) (-18 42 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 136] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "416" + "plane" "(-12 44 -56) (-12 64 -56) (-12 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "93" + side + { + "id" "427" + "plane" "(-23 40 -56) (-28 36 -56) (-28 64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "426" + "plane" "(-28 36 -58) (-23 40 -58) (-23 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "425" + "plane" "(-23 64 -56) (-28 64 -56) (-28 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "424" + "plane" "(-28 36 -56) (-23 40 -56) (-23 40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.780869 -0.624695 0 36.474] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "423" + "plane" "(-28 64 -56) (-28 36 -56) (-28 36 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 96] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "422" + "plane" "(-23 40 -56) (-23 64 -56) (-23 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "94" + side + { + "id" "433" + "plane" "(-18 42 -56) (-23 40 -56) (-23 64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "432" + "plane" "(-23 40 -58) (-18 42 -58) (-18 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "431" + "plane" "(-18 64 -56) (-23 64 -56) (-23 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "430" + "plane" "(-23 40 -56) (-18 42 -56) (-18 42 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.928477 -0.371391 0 -3.3342] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "429" + "plane" "(-23 64 -56) (-23 40 -56) (-23 40 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 116] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "428" + "plane" "(-18 42 -56) (-18 64 -56) (-18 64 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 -1 -312] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "95" + side + { + "id" "439" + "plane" "(-7 45 -56) (-12 44 -56) (-12 64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "438" + "plane" "(-12 44 -58) (-7 45 -58) (-7 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -50] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "437" + "plane" "(-7 64 -56) (-12 64 -56) (-12 64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "436" + "plane" "(-12 44 -56) (-7 45 -56) (-7 45 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.980581 -0.196117 0 -18.2201] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "435" + "plane" "(-12 64 -56) (-12 44 -56) (-12 44 -58)" + "material" "TILE/WHITE_FLOOR_TILE002A" + "uaxis" "[0 0 1 160] 0.25" + "vaxis" "[0 1 0 -20] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "434" + "plane" "(-7 45 -56) (-7 64 -56) (-7 64 -58)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "84" + side + { + "id" "378" + "plane" "(64 -64 -58) (-64 -64 -58) (-64 64 -58)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "377" + "plane" "(64 64 -64) (-64 64 -64) (-64 -64 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "376" + "plane" "(64 -64 -58) (64 64 -58) (64 64 -64)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "375" + "plane" "(64 64 -58) (-64 64 -58) (-64 64 -64)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 0.225006] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "374" + "plane" "(-64 -64 -58) (64 -64 -58) (64 -64 -64)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 -0.225006] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "373" + "plane" "(-64 64 -58) (-64 -64 -58) (-64 -64 -64)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 12500]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_button" + "angles" "0 0 0" + "model" "models/props/portal_button_damaged02.mdl" + "skin" "0" + "targetname" "button" + connections + { + "OnUnPressed" "proxyProxyRelay0-1" + "OnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -56" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/floor_cube_button_black.vmf b/resources/instances/p2editor_destroyed/floor_cube_button_black.vmf new file mode 100644 index 0000000..0705d72 --- /dev/null +++ b/resources/instances/p2editor_destroyed/floor_cube_button_black.vmf @@ -0,0 +1,972 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "42" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "42" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "131" + "classname" "light" + "_light" "251 159 57 15" + "_lightHDR" "251 159 57 8" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "0 0 -41" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_cube_button" + "AcceptsBall" "0" + "angles" "0 0 0" + "targetname" "button" + connections + { + "OnUnPressed" "proxyProxyRelay0-1" + "OnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -58" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "641" + "classname" "func_detail" + "maxdxlevel" "0" + "mindxlevel" "0" + solid + { + "id" "634" + side + { + "id" "545" + "plane" "(63.9492 -64 -58) (-64 -64 -58) (-0.0224266 -0.0244102 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[1 0 0 256.167] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "544" + "plane" "(-0.0234375 -0.0234375 -64) (-64 -64 -64) (63.9511 -64 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0.23938] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "543" + "plane" "(63.9492 -64 -64) (-64 -64 -64) (-64 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 -0.239441] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "542" + "plane" "(-64 -64 -64) (-0.0234032 -0.0234337 -64) (-0.0234375 -0.0234375 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[-1 0 0 -0.0936584] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "541" + "plane" "(-0.0234375 -0.0234375 -64) (63.957 -64 -64) (63.9531 -64 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[-1 0 0 -0.0936584] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "631" + side + { + "id" "550" + "plane" "(64 64 -58) (64 -63.957 -58) (0.0204887 0.0204811 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[-1 0 0 -256] 0.25" + "vaxis" "[0 1 0 -256.021] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "549" + "plane" "(0.0195313 0.0234375 -64) (64 -63.9531 -64) (64 64 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0.052002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "548" + "plane" "(64 64 -64) (64 -63.957 -64) (64 -63.9531 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 -0.052063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "547" + "plane" "(64 -63.9531 -64) (0.0234222 0.0234146 -64) (0.0234375 0.0234375 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 -1 0 0.0937195] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "546" + "plane" "(0.0234375 0.0234375 -64) (64 64 -64) (64 64 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 -1 0 0.0937195] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "628" + side + { + "id" "555" + "plane" "(-64 63.9766 -58) (63.957 63.9766 -58) (-0.0214386 0 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 -1 0 255.906] 0.25" + "vaxis" "[-1 0 0 -256.021] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "554" + "plane" "(63.9531 63.9766 -64) (-64 63.9766 -64) (-0.0234375 0 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 -1 0 511.906] 0.25" + "vaxis" "[-1 0 0 0.052063] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "553" + "plane" "(-64 63.9766 -64) (63.957 63.9766 -64) (63.9531 63.9766 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 127.948] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "552" + "plane" "(63.9531 63.9766 -64) (-0.0233879 0 -64) (-0.0234375 0 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 0.093689] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "551" + "plane" "(-0.0234375 0 -64) (-64 63.9766 -64) (-64 63.9766 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 0.093689] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "627" + side + { + "id" "560" + "plane" "(-63.9766 -63.9766 -58) (-63.9766 63.9766 -58) (0 0 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 255.906] 0.25" + "vaxis" "[0 -1 0 256.073] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "559" + "plane" "(0 0 -64) (-63.9766 63.9766 -64) (-63.9766 -63.9766 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "558" + "plane" "(-63.9766 -63.9766 -64) (-63.9766 63.9766 -64) (-63.9766 63.9766 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "557" + "plane" "(-63.9766 63.9766 -64) (0 0 -64) (0 0 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "556" + "plane" "(0 0 -64) (-63.9805 -63.9805 -64) (-63.9766 -63.9766 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "364" + side + { + "id" "494" + "plane" "(40 -40 -56) (40 -7 -56) (64 -7 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_VERTEX" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "493" + "plane" "(40 -7 -58) (40 -40 -58) (64 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -0.0937729] 0.25" + "vaxis" "[1 0 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "492" + "plane" "(64 -7 -58) (64 -64 -58) (64 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 -0.0937805] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "491" + "plane" "(40 -40 -58) (40 -7 -58) (40 -7 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "490" + "plane" "(64 -64 -58) (40 -40 -58) (40 -40 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937729] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "489" + "plane" "(40 -7 -58) (64 -7 -58) (64 -7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "365" + side + { + "id" "500" + "plane" "(64 -64 -56) (7 -64 -56) (7 -40 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_VERTEX" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "499" + "plane" "(40 -40 -58) (7 -40 -58) (7 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -0.0937729] 0.25" + "vaxis" "[1 0 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "498" + "plane" "(7 -40 -58) (40 -40 -58) (40 -40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "497" + "plane" "(7 -64 -58) (7 -40 -58) (7 -40 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 -0.0937729] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "496" + "plane" "(64 -64 -58) (7 -64 -58) (7 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "495" + "plane" "(40 -40 -58) (64 -64 -58) (64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "352" + side + { + "id" "470" + "plane" "(40 40 -56) (7 40 -56) (7 64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_VERTEX" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "469" + "plane" "(64 64 -58) (7 64 -58) (7 40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 -63.8542] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "468" + "plane" "(7 64 -58) (64 64 -58) (64 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "467" + "plane" "(40 40 -58) (7 40 -58) (7 40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "466" + "plane" "(64 64 -58) (40 40 -58) (40 40 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "465" + "plane" "(7 40 -58) (7 64 -58) (7 64 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 -1 0 31.8542] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "353" + side + { + "id" "476" + "plane" "(64 7 -56) (40 7 -56) (40 40 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_VERTEX" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "475" + "plane" "(40 40 -58) (40 7 -58) (64 7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 -63.8542] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "474" + "plane" "(40 7 -58) (40 40 -58) (40 40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "473" + "plane" "(64 7 -58) (40 7 -58) (40 7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "472" + "plane" "(64 64 -58) (64 7 -58) (64 7 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 127.854] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "471" + "plane" "(40 40 -58) (64 64 -58) (64 64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "343" + side + { + "id" "446" + "plane" "(-64 7 -56) (-64 64 -56) (-40 40 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_VERTEX" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "445" + "plane" "(-64 64 -58) (-64 7 -58) (-40 7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 -63.8542] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "444" + "plane" "(-64 7 -58) (-64 64 -58) (-64 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "443" + "plane" "(-40 40 -58) (-40 7 -58) (-40 7 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "442" + "plane" "(-64 64 -58) (-40 40 -58) (-40 40 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 511.906] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "441" + "plane" "(-40 7 -58) (-64 7 -58) (-64 7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 31.8542] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "344" + side + { + "id" "452" + "plane" "(-7 40 -56) (-40 40 -56) (-64 64 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_VERTEX" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "451" + "plane" "(-40 40 -58) (-7 40 -58) (-7 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 -63.8542] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "450" + "plane" "(-7 40 -58) (-40 40 -58) (-40 40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "449" + "plane" "(-7 64 -58) (-7 40 -58) (-7 40 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 -1 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "448" + "plane" "(-64 64 -58) (-7 64 -58) (-7 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 127.854] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "447" + "plane" "(-40 40 -58) (-64 64 -58) (-64 64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "252" + side + { + "id" "266" + "plane" "(-7 -64 -56) (-64 -64 -56) (-40 -40 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_VERTEX" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "265" + "plane" "(-7 -40 -58) (-40 -40 -58) (-64 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 63.9063] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "264" + "plane" "(-7 -64 -58) (-64 -64 -58) (-64 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "263" + "plane" "(-40 -40 -58) (-7 -40 -58) (-7 -40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "262" + "plane" "(-64 -64 -58) (-40 -40 -58) (-40 -40 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "261" + "plane" "(-7 -40 -58) (-7 -64 -58) (-7 -64 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "253" + side + { + "id" "272" + "plane" "(-64 -64 -56) (-64 -7 -56) (-40 -7 -56)" + "material" "METAL/BLACK_WALL_METAL_005B_VERTEX" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "271" + "plane" "(-40 -40 -58) (-40 -7 -58) (-64 -7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 63.9063] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "270" + "plane" "(-40 -7 -58) (-40 -40 -58) (-40 -40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "269" + "plane" "(-64 -7 -58) (-40 -7 -58) (-40 -7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "268" + "plane" "(-64 -64 -58) (-64 -7 -58) (-64 -7 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "267" + "plane" "(-40 -40 -58) (-64 -64 -58) (-64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/floor_cube_button_white.vmf b/resources/instances/p2editor_destroyed/floor_cube_button_white.vmf new file mode 100644 index 0000000..d15e727 --- /dev/null +++ b/resources/instances/p2editor_destroyed/floor_cube_button_white.vmf @@ -0,0 +1,972 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "42" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "64" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "42" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "131" + "classname" "light" + "_light" "251 159 57 15" + "_lightHDR" "251 159 57 8" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "0 0 -41" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "53" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "0 0 -38" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "51" + "classname" "prop_floor_cube_button" + "AcceptsBall" "0" + "angles" "0 0 0" + "targetname" "button" + connections + { + "OnUnPressed" "proxyProxyRelay0-1" + "OnPressed" "proxyProxyRelay0-1" + } + "origin" "0 0 -58" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "641" + "classname" "func_detail" + "maxdxlevel" "0" + "mindxlevel" "0" + solid + { + "id" "634" + side + { + "id" "545" + "plane" "(63.9492 -64 -58) (-64 -64 -58) (-0.0224266 -0.0244102 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[1 0 0 256.167] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "544" + "plane" "(-0.0234375 -0.0234375 -64) (-64 -64 -64) (63.9511 -64 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0.23938] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "543" + "plane" "(63.9492 -64 -64) (-64 -64 -64) (-64 -64 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 -0.239441] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "542" + "plane" "(-64 -64 -64) (-0.0234032 -0.0234337 -64) (-0.0234375 -0.0234375 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[-1 0 0 -0.0936584] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "541" + "plane" "(-0.0234375 -0.0234375 -64) (63.957 -64 -64) (63.9531 -64 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[-1 0 0 -0.0936584] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "631" + side + { + "id" "550" + "plane" "(64 64 -58) (64 -63.957 -58) (0.0204887 0.0204811 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[-1 0 0 -256] 0.25" + "vaxis" "[0 1 0 -256.021] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "549" + "plane" "(0.0195313 0.0234375 -64) (64 -63.9531 -64) (64 64 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0.052002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "548" + "plane" "(64 64 -64) (64 -63.957 -64) (64 -63.9531 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 -0.052063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "547" + "plane" "(64 -63.9531 -64) (0.0234222 0.0234146 -64) (0.0234375 0.0234375 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 -1 0 0.0937195] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "546" + "plane" "(0.0234375 0.0234375 -64) (64 64 -64) (64 64 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 -1 0 0.0937195] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "628" + side + { + "id" "555" + "plane" "(-64 63.9766 -58) (63.957 63.9766 -58) (-0.0214386 0 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 -1 0 255.906] 0.25" + "vaxis" "[-1 0 0 -256.021] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "554" + "plane" "(63.9531 63.9766 -64) (-64 63.9766 -64) (-0.0234375 0 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[0 -1 0 511.906] 0.25" + "vaxis" "[-1 0 0 0.052063] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "553" + "plane" "(-64 63.9766 -64) (63.957 63.9766 -64) (63.9531 63.9766 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 127.948] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "552" + "plane" "(63.9531 63.9766 -64) (-0.0233879 0 -64) (-0.0234375 0 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 0.093689] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "551" + "plane" "(-0.0234375 0 -64) (-64 63.9766 -64) (-64 63.9766 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 0.093689] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "627" + side + { + "id" "560" + "plane" "(-63.9766 -63.9766 -58) (-63.9766 63.9766 -58) (0 0 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 255.906] 0.25" + "vaxis" "[0 -1 0 256.073] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "559" + "plane" "(0 0 -64) (-63.9766 63.9766 -64) (-63.9766 -63.9766 -64)" + "material" "ANIM_WP/FRAMEWORK/BACKPANELS" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "558" + "plane" "(-63.9766 -63.9766 -64) (-63.9766 63.9766 -64) (-63.9766 63.9766 -58)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "557" + "plane" "(-63.9766 63.9766 -64) (0 0 -64) (0 0 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "556" + "plane" "(0 0 -64) (-63.9805 -63.9805 -64) (-63.9766 -63.9766 -58)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "364" + side + { + "id" "494" + "plane" "(40 -40 -56) (40 -7 -56) (64 -7 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "493" + "plane" "(40 -7 -58) (40 -40 -58) (64 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -0.0937729] 0.25" + "vaxis" "[1 0 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "492" + "plane" "(64 -7 -58) (64 -64 -58) (64 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 -0.0937805] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "491" + "plane" "(40 -40 -58) (40 -7 -58) (40 -7 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "490" + "plane" "(64 -64 -58) (40 -40 -58) (40 -40 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.0937729] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "489" + "plane" "(40 -7 -58) (64 -7 -58) (64 -7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "365" + side + { + "id" "500" + "plane" "(64 -64 -56) (7 -64 -56) (7 -40 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "499" + "plane" "(40 -40 -58) (7 -40 -58) (7 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -0.0937729] 0.25" + "vaxis" "[1 0 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "498" + "plane" "(7 -40 -58) (40 -40 -58) (40 -40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "497" + "plane" "(7 -64 -58) (7 -40 -58) (7 -40 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 -0.0937729] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "496" + "plane" "(64 -64 -58) (7 -64 -58) (7 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "495" + "plane" "(40 -40 -58) (64 -64 -58) (64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "352" + side + { + "id" "470" + "plane" "(40 40 -56) (7 40 -56) (7 64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "469" + "plane" "(64 64 -58) (7 64 -58) (7 40 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 -63.8542] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "468" + "plane" "(7 64 -58) (64 64 -58) (64 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "467" + "plane" "(40 40 -58) (7 40 -58) (7 40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "466" + "plane" "(64 64 -58) (40 40 -58) (40 40 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "465" + "plane" "(7 40 -58) (7 64 -58) (7 64 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 -1 0 31.8542] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "353" + side + { + "id" "476" + "plane" "(64 7 -56) (40 7 -56) (40 40 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "475" + "plane" "(40 40 -58) (40 7 -58) (64 7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 1 0 -63.8542] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "474" + "plane" "(40 7 -58) (40 40 -58) (40 40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "473" + "plane" "(64 7 -58) (40 7 -58) (40 7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[-1 0 0 -0.09375] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "472" + "plane" "(64 64 -58) (64 7 -58) (64 7 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 127.854] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "471" + "plane" "(40 40 -58) (64 64 -58) (64 64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "343" + side + { + "id" "446" + "plane" "(-64 7 -56) (-64 64 -56) (-40 40 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "445" + "plane" "(-64 64 -58) (-64 7 -58) (-40 7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 -63.8542] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "444" + "plane" "(-64 7 -58) (-64 64 -58) (-64 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 -1 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "443" + "plane" "(-40 40 -58) (-40 7 -58) (-40 7 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "442" + "plane" "(-64 64 -58) (-40 40 -58) (-40 40 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 -1 0 511.906] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "441" + "plane" "(-40 7 -58) (-64 7 -58) (-64 7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 31.8542] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "344" + side + { + "id" "452" + "plane" "(-7 40 -56) (-40 40 -56) (-64 64 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "451" + "plane" "(-40 40 -58) (-7 40 -58) (-7 64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 63.9063] 0.25" + "vaxis" "[-1 0 0 -63.8542] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "450" + "plane" "(-7 40 -58) (-40 40 -58) (-40 40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "449" + "plane" "(-7 64 -58) (-7 40 -58) (-7 40 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 -1 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "448" + "plane" "(-64 64 -58) (-7 64 -58) (-7 64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 127.854] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "447" + "plane" "(-40 40 -58) (-64 64 -58) (-64 64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "252" + side + { + "id" "266" + "plane" "(-7 -64 -56) (-64 -64 -56) (-40 -40 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "265" + "plane" "(-7 -40 -58) (-40 -40 -58) (-64 -64 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 63.9063] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "264" + "plane" "(-7 -64 -58) (-64 -64 -58) (-64 -64 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[1 0 0 127.906] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "263" + "plane" "(-40 -40 -58) (-7 -40 -58) (-7 -40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "262" + "plane" "(-64 -64 -58) (-40 -40 -58) (-40 -40 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[1 0 0 511.906] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "261" + "plane" "(-7 -40 -58) (-7 -64 -58) (-7 -64 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[0 1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "253" + side + { + "id" "272" + "plane" "(-64 -64 -56) (-64 -7 -56) (-40 -7 -56)" + "material" "TILE/WHITE_FLOOR_TILE004D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "271" + "plane" "(-40 -40 -58) (-40 -7 -58) (-64 -7 -58)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 63.9063] 0.25" + "vaxis" "[0 -1 0 0.145752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "270" + "plane" "(-40 -7 -58) (-40 -40 -58) (-40 -40 -56)" + "material" "TOOLS/TOOLSBLACK" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "269" + "plane" "(-64 -7 -58) (-40 -7 -58) (-40 -7 -56)" + "material" "DEV/REFLECTIVITY_10B" + "uaxis" "[1 0 0 31.9063] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "268" + "plane" "(-64 -64 -58) (-64 -7 -58) (-64 -7 -56)" + "material" "PLASTIC/PLASTICWALL004A" + "uaxis" "[0 1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "267" + "plane" "(-40 -40 -58) (-64 -64 -58) (-64 -64 -56)" + "material" "METAL/BLACK_FLOOR_METAL_001B" + "uaxis" "[0 1 0 -0.145752] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/observation_room_128x128_1.vmf b/resources/instances/p2editor_destroyed/observation_room_128x128_1.vmf new file mode 100644 index 0000000..daa93e0 --- /dev/null +++ b/resources/instances/p2editor_destroyed/observation_room_128x128_1.vmf @@ -0,0 +1,876 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "5685" + "mapversion" "71" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "1" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "71" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "847" + side + { + "id" "856" + "plane" "(-59 -60 -187) (-59 -60 -68) (-59 60 -68)" + "material" "TILE/LOBBY_TILEFLOOR_1940_001B" + "uaxis" "[0 0 -1 -256] 0.265625" + "vaxis" "[0 -1 0 726.774] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "855" + "plane" "(-60 60 -187) (-60 60 -68) (-60 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 16] 0.265625" + "vaxis" "[0 -1 0 -21.2258] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "854" + "plane" "(-60 60 -68) (-59 60 -68) (-59 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 196] 0.05" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "853" + "plane" "(-60 -60 -187) (-59 -60 -187) (-59 60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -21.2258] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "852" + "plane" "(-60 60 -187) (-59 60 -187) (-59 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.265625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "851" + "plane" "(-59 -60 -187) (-60 -60 -187) (-60 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.265625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "848" + side + { + "id" "862" + "plane" "(-59 -59 -68) (59 -59 -68) (59 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 198] 0.05" + "vaxis" "[1 0 0 256] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "861" + "plane" "(-59 -60 -187) (59 -60 -187) (59 -59 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "860" + "plane" "(-59 -59 -187) (-59 -59 -68) (-59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "859" + "plane" "(59 -60 -187) (59 -60 -68) (59 -59 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "858" + "plane" "(59 -59 -187) (59 -59 -68) (-59 -59 -68)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 0 1 236] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "857" + "plane" "(-59 -60 -187) (-59 -60 -68) (59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "849" + side + { + "id" "868" + "plane" "(60 -52 -187) (60 -60 -187) (-60 -60 -187)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 1 0 240] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "867" + "plane" "(60 -60 -188) (60 -52 -188) (-60 -52 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "866" + "plane" "(-60 -52 -187) (-60 -60 -187) (-60 -60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "865" + "plane" "(60 -60 -187) (60 -52 -187) (60 -52 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "864" + "plane" "(-60 -60 -187) (60 -60 -187) (60 -60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "863" + "plane" "(60 -52 -187) (-60 -52 -187) (-60 -52 -188)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "850" + side + { + "id" "874" + "plane" "(-60 4 -188) (-60 -52 -188) (52 -52 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "873" + "plane" "(-60 4 -188) (-60 4 -187) (-60 -52 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -32] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "872" + "plane" "(-60 -52 -187) (-60 4 -187) (52 4 -187)" + "material" "METAL/METALDOOR_WHITE01" + "uaxis" "[0 -1 0 -240] 0.25" + "vaxis" "[-1 0 0 271] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "871" + "plane" "(-60 4 -188) (52 4 -188) (52 4 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 -43.9988] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "870" + "plane" "(-60 -52 -188) (-60 -52 -187) (52 -52 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "869" + "plane" "(52 -52 -188) (52 -52 -187) (52 4 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -48] 0.25" + "vaxis" "[0 0 1 43.9988] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 238 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "851" + side + { + "id" "880" + "plane" "(60 60 -187) (60 4 -187) (-60 4 -187)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 1 0 240] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "879" + "plane" "(60 4 -188) (60 60 -188) (-60 60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "878" + "plane" "(-60 60 -187) (-60 4 -187) (-60 4 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "877" + "plane" "(60 4 -187) (60 60 -187) (60 60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "876" + "plane" "(60 60 -187) (-60 60 -187) (-60 60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "875" + "plane" "(-60 4 -187) (60 4 -187) (60 4 -188)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "852" + side + { + "id" "886" + "plane" "(60 -60 -187) (60 -60 -68) (60 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "885" + "plane" "(59 60 -187) (59 60 -68) (59 -60 -68)" + "material" "CONCRETE/OBSERVATIONWALL_001A" + "uaxis" "[0 0 -1 -254] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "884" + "plane" "(59 60 -68) (60 60 -68) (60 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 -137] 0.05" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "883" + "plane" "(59 -60 -187) (60 -60 -187) (60 60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "882" + "plane" "(59 60 -187) (60 60 -187) (60 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "881" + "plane" "(60 -60 -187) (59 -60 -187) (59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "853" + side + { + "id" "892" + "plane" "(60 4 -187) (60 -52 -187) (52 -52 -187)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 1 0 240] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "891" + "plane" "(60 -52 -188) (60 4 -188) (52 4 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "890" + "plane" "(52 4 -187) (52 -52 -187) (52 -52 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "889" + "plane" "(60 -52 -187) (60 4 -187) (60 4 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "888" + "plane" "(60 4 -187) (52 4 -187) (52 4 -188)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "887" + "plane" "(52 -52 -187) (60 -52 -187) (60 -52 -188)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "854" + side + { + "id" "898" + "plane" "(-59 60 -68) (59 60 -68) (59 59 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 -137] 0.05" + "vaxis" "[1 0 0 257] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "897" + "plane" "(-59 59 -187) (59 59 -187) (59 60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "896" + "plane" "(-59 60 -187) (-59 60 -68) (-59 59 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "895" + "plane" "(59 59 -187) (59 59 -68) (59 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "894" + "plane" "(59 60 -187) (59 60 -68) (-59 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "893" + "plane" "(-59 59 -187) (-59 59 -68) (59 59 -68)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 0 -1 -272] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "597" + side + { + "id" "761" + "plane" "(96 -96 -48) (-96 -96 -48) (-96 96 -48)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "762" + "plane" "(96 96 -224) (-96 96 -224) (-96 -96 -224)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "763" + "plane" "(-96 96 -224) (96 96 -224) (96 96 -48)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "764" + "plane" "(96 -96 -224) (-96 -96 -224) (-96 -96 -48)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "765" + "plane" "(96 96 -224) (96 -96 -224) (96 -96 -48)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "766" + "plane" "(-96 -96 -224) (-96 96 -224) (-96 96 -48)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 241 230" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "955" + "classname" "prop_static" + "angles" "0 270 -90" + "disableselfshadowing" "0" + "disablevertexlighting" "0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_office/metal_desk_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "origin" "-59 28 -137" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "959" + "classname" "prop_physics" + "allowfunnel" "1" + "angles" "-45 90 90" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disablereceiveshadows" "0" + "drawinfastreflection" "1" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/props_office/office_chair_1970.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowcastdist" "0" + "skin" "0" + "spawnflags" "264" + "origin" "-59 -22 -141" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "622" + "classname" "light" + "_constant_attn" "20000" + "_distance" "0" + "_fifty_percent_distance" "0" + "_light" "183 204 218 400" + "_lightHDR" "183 204 218 400" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "spawnflags" "1" + "style" "0" + "origin" "16 0 -128" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "comments" "200000light_observation_room" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "139" + "classname" "prop_static" + "angles" "90 0 0" + "disableselfshadowing" "0" + "disablevertexlighting" "0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_lab/window_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "origin" "-64 -8.39259e-006 -72" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "374" + "classname" "prop_static" + "angles" "-90 180 0" + "disableselfshadowing" "0" + "disableshadows" "1" + "disablevertexlighting" "0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_lab/glass_observation_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "origin" "0 0 -67" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "0" + camera + { + "position" "[5.04826 -21.0097 -88.1761]" + "look" "[5.04825 -21.0097 -350.349]" + } +} +cordons +{ + "active" "0" + cordon + { + "name" "cordon" + "active" "1" + box + { + "mins" "(-1024 -1024 -1024)" + "maxs" "(1024 1024 1024)" + } + } +} diff --git a/resources/instances/p2editor_destroyed/observation_room_256x128_1.vmf b/resources/instances/p2editor_destroyed/observation_room_256x128_1.vmf new file mode 100644 index 0000000..f498eb0 --- /dev/null +++ b/resources/instances/p2editor_destroyed/observation_room_256x128_1.vmf @@ -0,0 +1,1483 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "6432" + "mapversion" "158" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ + visgroup + { + "name" "_light_spot" + "visgroupid" "13" + "color" "209 166 207" + } +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "4" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "158" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "597" + side + { + "id" "761" + "plane" "(128 -128 8.26518e-006) (-128 -128 8.26518e-006) (-128 256 8.26518e-006)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "762" + "plane" "(128 256 -256) (-128 256 -256) (-128 -128 -256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "763" + "plane" "(-128 256 -256) (128 256 -256) (128 256 8.26518e-006)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "764" + "plane" "(128 -128 -256) (-128 -128 -256) (-128 -128 8.26518e-006)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "765" + "plane" "(128 256 -256) (128 -128 -256) (128 -128 8.26518e-006)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "766" + "plane" "(-128 -128 -256) (-128 256 -256) (-128 256 8.26518e-006)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 241 230" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "112" + side + { + "id" "755" + "plane" "(64 192 -192) (64 -64 -192) (64 -64 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "756" + "plane" "(-64 -64 -192) (-64 192 -192) (-64 192 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "757" + "plane" "(64 -64 -192) (64 192 -192) (-64 192 -192)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "758" + "plane" "(-64 -64 -64) (-64 192 -64) (64 192 -64)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "759" + "plane" "(64 -64 -64) (64 -64 -192) (-64 -64 -192)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "760" + "plane" "(-64 192 -64) (-64 192 -192) (64 192 -192)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 207" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "3759" + "classname" "func_noportal_volume" + "spawnflags" "0" + "targetname" "noportal" + solid + { + "id" "3757" + side + { + "id" "1320" + "plane" "(-192 191.875 -64) (-64 191.875 -64) (-64 -64.125 -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" "1319" + "plane" "(-192 -64.125 -68) (-64 -64.125 -68) (-64 191.875 -68)" + "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" "1318" + "plane" "(-192 191.875 -64) (-192 -64.125 -64) (-192 -64.125 -68)" + "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" "1317" + "plane" "(-64 191.875 -68) (-64 -64.125 -68) (-64 -64.125 -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" "1316" + "plane" "(-64 191.875 -64) (-192 191.875 -64) (-192 191.875 -68)" + "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" "1315" + "plane" "(-64 -64.125 -68) (-192 -64.125 -68) (-192 -64.125 -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]" + } +} +entity +{ + "id" "3693" + "classname" "env_wind" + "angles" "0 0 0" + "gustdirchange" "20" + "gustduration" "5" + "maxgust" "150" + "maxgustdelay" "20" + "maxwind" "50" + "mingust" "70" + "mingustdelay" "10" + "minwind" "15" + "targetname" "wind" + "origin" "72 73.68 -20" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3465" + "classname" "prop_static" + "angles" "-88.1973 146.317 33.6958" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/vine_large_leaves02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-56 60 -180" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3484" + "classname" "prop_static" + "angles" "64.9579 266.454 -93.213" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/fern_cluster01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-60 -28 -140" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3512" + "classname" "prop_static" + "angles" "4.49845 268.495 -90.1183" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/vine_large_leaves03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-60 184 -136" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3567" + "classname" "prop_static" + "angles" "-87.8788 135.01 45.0098" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/vine_large_leaves02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-192 124 -68" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3594" + "classname" "prop_static" + "angles" "-87.8788 135.01 45.0098" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/vine_large_leaves02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-192 60 -68" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3630" + "classname" "prop_static" + "angles" "-87.8788 135.01 45.0098" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/vine_large_leaves02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-192 -4 -68" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3381" + "classname" "prop_static" + "angles" "88.5 180 -180" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/fern_cluster01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-60 131.974 -104" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3404" + "classname" "prop_static" + "angles" "88.5 180 -180" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/vines_128_128_halfdry01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "60 4 -80" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3342" + "classname" "func_detail" + solid + { + "id" "3181" + side + { + "id" "1290" + "plane" "(-60 -60 -187) (-60 -28 -187) (60 -28 -187)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 1 0 240] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1289" + "plane" "(-60 -28 -188) (-60 -60 -188) (60 -60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1288" + "plane" "(-60 -60 -188) (-60 -28 -188) (-60 -28 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1287" + "plane" "(60 -28 -188) (60 -60 -188) (60 -60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1286" + "plane" "(60 -60 -188) (-60 -60 -188) (-60 -60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1285" + "plane" "(-60 -28 -188) (60 -28 -188) (60 -28 -187)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3178" + side + { + "id" "1272" + "plane" "(-60 28 -187) (-60 188 -187) (60 188 -187)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 1 0 240] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1271" + "plane" "(-60 188 -188) (-60 28 -188) (60 28 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1270" + "plane" "(-60 28 -188) (-60 188 -188) (-60 188 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1269" + "plane" "(60 188 -188) (60 28 -188) (60 28 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1268" + "plane" "(-60 188 -188) (60 188 -188) (60 188 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1267" + "plane" "(60 28 -188) (-60 28 -188) (-60 28 -187)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3165" + side + { + "id" "1278" + "plane" "(52 28 -188) (-60 28 -188) (-60 -28 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1277" + "plane" "(-60 -28 -188) (-60 28 -188) (-60 28 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1276" + "plane" "(52 -28 -187) (-60 -28 -187) (-60 28 -187)" + "material" "METAL/METALDOOR_WHITE01" + "uaxis" "[0 -1 0 -144] 0.25" + "vaxis" "[-1 0 0 271] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1275" + "plane" "(52 28 -187) (-60 28 -187) (-60 28 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 -43.9988] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1274" + "plane" "(52 -28 -188) (-60 -28 -188) (-60 -28 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1273" + "plane" "(52 28 -188) (52 -28 -188) (52 -28 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -16] 0.25" + "vaxis" "[0 0 1 43.9988] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2171" + side + { + "id" "1260" + "plane" "(-59 -59 -68) (59 -59 -68) (59 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 198] 0.05" + "vaxis" "[1 0 0 256] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1259" + "plane" "(-59 -60 -187) (59 -60 -187) (59 -59 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1258" + "plane" "(-59 -59 -68) (-59 -60 -68) (-59 -60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1257" + "plane" "(59 -59 -187) (59 -60 -187) (59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1256" + "plane" "(59 -59 -68) (-59 -59 -68) (-59 -59 -187)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 0 1 236] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1255" + "plane" "(59 -60 -187) (-59 -60 -187) (-59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3182" + side + { + "id" "1296" + "plane" "(52 -28 -187) (52 28 -187) (60 28 -187)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[0 1 0 240] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1295" + "plane" "(52 28 -188) (52 -28 -188) (60 -28 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1294" + "plane" "(52 -28 -188) (52 28 -188) (52 28 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1293" + "plane" "(60 28 -188) (60 -28 -188) (60 -28 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1292" + "plane" "(52 28 -188) (60 28 -188) (60 28 -187)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1291" + "plane" "(60 -28 -188) (52 -28 -188) (52 -28 -187)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2168" + side + { + "id" "1266" + "plane" "(60 188 -68) (60 188 -187) (60 -60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1265" + "plane" "(59 -60 -68) (59 -60 -187) (59 188 -187)" + "material" "CONCRETE/OBSERVATIONWALL_001A" + "uaxis" "[0 0 -1 -254] 0.25" + "vaxis" "[0 -1 0 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1264" + "plane" "(60 188 -68) (60 -60 -68) (59 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 -137] 0.05" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1263" + "plane" "(59 188 -187) (59 -60 -187) (60 -60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1262" + "plane" "(60 188 -187) (60 188 -68) (59 188 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1261" + "plane" "(59 -60 -187) (59 -60 -68) (60 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2170" + side + { + "id" "1254" + "plane" "(-59 188 -68) (-59 188 -187) (-59 -60 -187)" + "material" "TILE/LOBBY_TILEFLOOR_1940_001B" + "uaxis" "[0 0 -1 -256] 0.265625" + "vaxis" "[0 -1 0 726.774] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1253" + "plane" "(-60 -60 -68) (-60 -60 -187) (-60 188 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 16] 0.265625" + "vaxis" "[0 -1 0 -21.2258] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1252" + "plane" "(-59 188 -68) (-59 -60 -68) (-60 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 196] 0.05" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1251" + "plane" "(-60 188 -187) (-60 -60 -187) (-59 -60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -21.2258] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1250" + "plane" "(-59 188 -187) (-59 188 -68) (-60 188 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.265625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1249" + "plane" "(-60 -60 -187) (-60 -60 -68) (-59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.265625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2167" + side + { + "id" "1308" + "plane" "(-59 188 -68) (59 188 -68) (59 187 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 -137] 0.05" + "vaxis" "[1 0 0 257] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1307" + "plane" "(-59 187 -187) (59 187 -187) (59 188 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1306" + "plane" "(-59 188 -68) (-59 187 -68) (-59 187 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1305" + "plane" "(59 188 -187) (59 187 -187) (59 187 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1304" + "plane" "(59 188 -68) (-59 188 -68) (-59 188 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1303" + "plane" "(59 187 -187) (-59 187 -187) (-59 187 -68)" + "material" "TILE/WHITE_WALL_TILE004D_VERTEX" + "uaxis" "[0 0 -1 -272] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "3286" + "classname" "light" + "_constant_attn" "200000" + "_distance" "0" + "_fifty_percent_distance" "0" + "_light" "183 204 218 250" + "_lightHDR" "183 204 218 250" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "spawnflags" "1" + "style" "0" + "targetname" "light_observation_room" + "origin" "16 64 -136" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "comments" "200000" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3077" + "classname" "prop_static" + "angles" "90 180 0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_lights/under_neonlamp.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "60 64 -141" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "2982" + "classname" "env_projectedtexture" + "angles" "-82 180 180" + "brightnessscale" "2" + "cameraspace" "0" + "colortransitiontime" "0.5" + "enableshadows" "1" + "farz" "1024" + "lightcolor" "123 156 181 100" + "lightfov" "90" + "lightonlytarget" "0" + "lightworld" "1" + "nearz" "20" + "pitch" "-82" + "shadowquality" "1" + "simpleprojection" "0" + "spawnflags" "0" + "style" "10" + "targetname" "flashlight" + "texturename" "effects/flashlight002" + "origin" "15.7395 64 -136.177" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +hidden +{ + entity + { + "id" "2985" + "classname" "light_spot" + "_cone" "40" + "_constant_attn" "10000" + "_distance" "0" + "_exponent" "1" + "_fifty_percent_distance" "0" + "_inner_cone" "15" + "_light" "183 204 218 2000" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "angles" "60 180 -180" + "pitch" "0" + "spawnflags" "1" + "style" "0" + "targetname" "light_observation_room" + "origin" "39.7395 32 -112.177" + editor + { + "color" "220 30 220" + "visgroupid" "13" + "visgroupshown" "0" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } + } +} +entity +{ + "id" "756" + "classname" "logic_relay" + "targetname" "@relay_lights_on" + connections + { + "OnTrigger" "light_switch_soundPlaySound0-1" + "OnTrigger" "flashlightTurnOn0-1" + "OnTrigger" "light_observation_roomTurnOn0-1" + } + "origin" "48 44 -128" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "899" + "classname" "prop_static" + "angles" "90 0 0" + "disableflashlight" "1" + "disableselfshadowing" "1" + "disableshadowdepth" "1" + "disableshadows" "0" + "disablevertexlighting" "0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_lab/window_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "2" + "origin" "-64 128 -72" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "928" + "classname" "prop_static" + "angles" "-90 180 0" + "disableselfshadowing" "0" + "disableshadows" "1" + "disablevertexlighting" "0" + "drawinfastreflection" "0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_destruction/glass_fracture_128x128_a.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "origin" "-64 0 -67" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "707" + "classname" "ambient_generic" + "health" "10" + "message" "World.LightPowerOnMd" + "pitch" "100" + "pitchstart" "100" + "radius" "1250" + "spawnflags" "48" + "targetname" "light_switch_sound" + "origin" "48 67 -128" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "31" + "classname" "light" + "_constant_attn" "200000" + "_distance" "0" + "_fifty_percent_distance" "0" + "_light" "183 204 218 15" + "_lightHDR" "183 204 218 15" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "spawnflags" "1" + "style" "0" + "origin" "16 64 -136" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "comments" "200000light_observation_room" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "36" + "classname" "prop_static" + "angles" "-89.5 89.9999 90.0001" + "disableselfshadowing" "0" + "disablevertexlighting" "0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_office/control_desk_r.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "origin" "-60 188 -188" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "40" + "classname" "prop_physics" + "allowfunnel" "1" + "angles" "-45 90 90" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disablereceiveshadows" "0" + "drawinfastreflection" "1" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/props/lab_chair/lab_chair.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowcastdist" "0" + "skin" "0" + "spawnflags" "264" + "origin" "-34 106 -141" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "94" + "classname" "prop_physics" + "allowfunnel" "1" + "angles" "-75 90 90" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disablereceiveshadows" "0" + "drawinfastreflection" "1" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/props/lab_chair/lab_chair.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowcastdist" "0" + "skin" "0" + "spawnflags" "264" + "origin" "-35 -2 -104" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "139" + "classname" "prop_static" + "angles" "90 0 0" + "disableflashlight" "1" + "disableselfshadowing" "1" + "disableshadowdepth" "1" + "disableshadows" "0" + "disablevertexlighting" "0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_lab/window_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "origin" "-64 3.8147e-006 -72" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "0" + camera + { + "position" "[-87.0756 -99.23 -55.2714]" + "look" "[49.783 119.707 -100.798]" + } +} +cordons +{ + "active" "0" + cordon + { + "name" "cordon" + "active" "1" + box + { + "mins" "(-1024 -1024 -1024)" + "maxs" "(1024 1024 1024)" + } + } +} diff --git a/resources/instances/p2editor_destroyed/pedestal_button.vmf b/resources/instances/p2editor_destroyed/pedestal_button.vmf new file mode 100644 index 0000000..a71ea4c --- /dev/null +++ b/resources/instances/p2editor_destroyed/pedestal_button.vmf @@ -0,0 +1,280 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "6432" + "mapversion" "34" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "1" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "34" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" +} +entity +{ + "id" "59" + "classname" "prop_static" + "angles" "0 19 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/ferns02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-51 35 -56" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "101" + "classname" "prop_static" + "angles" "0 283.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/ferns03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-45 -24 -61.817" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "42" + "classname" "logic_relay" + "targetname" "relay_activated" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-23 -28.5565 -56.0726" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "44" + "classname" "logic_relay" + "targetname" "relay_deactivated" + connections + { + "OnTrigger" "proxyProxyRelay0-1" + } + "origin" "-23 28.204 -59.7524" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "52" + "classname" "logic_branch" + "targetname" "branch_pressed" + connections + { + "OnTrue" "relay_deactivatedTrigger0-1" + "OnTrue" "relay_activatedTrigger0.01-1" + "OnFalse" "relay_activatedTrigger0-1" + } + "origin" "-49.1152 -28.1453 -47" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "36" + "classname" "func_noportal_volume" + "spawnflags" "0" + solid + { + "id" "30" + side + { + "id" "1" + "plane" "(-32 -48 -56) (-64 -48 -56) (-64 48 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "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" "(-32 48 -64) (-64 48 -64) (-64 -48 -64)" + "material" "TOOLS/TOOLSINVISIBLE" + "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 48 -64) (-32 48 -64) (-32 48 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4" + "plane" "(-32 -48 -64) (-64 -48 -64) (-64 -48 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5" + "plane" "(-32 48 -64) (-32 -48 -64) (-32 -48 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6" + "plane" "(-64 -48 -64) (-64 48 -64) (-64 48 -56)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[0 1 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]" + } +} +entity +{ + "id" "25" + "classname" "func_instance_parms" + "parm1" "$timer_delay float 3" + "parm2" "$timer_sound integer 0" + "origin" "-48 -32 -32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "6" + "classname" "prop_button" + "angles" "0 0 0" + "Delay" "$timer_delay" + "istimer" "$timer_sound" + "preventfastreset" "0" + "skin" "1" + "targetname" "button" + connections + { + "OnPressed" "branch_pressedTest0-1" + "OnButtonReset" "branch_pressedSetValue00-1" + "OnButtonReset" "relay_deactivatedTrigger0-1" + "OnPressed" "branch_pressedSetValue10.01-1" + } + "origin" "-48 0 -56" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "22" + "classname" "func_instance_io_proxy" + "targetname" "proxy" + "origin" "-48 32 -32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/resources/instances/p2editor_destroyed/skybox_area_128x128_1.vmf b/resources/instances/p2editor_destroyed/skybox_area_128x128_1.vmf new file mode 100644 index 0000000..98d5ebb --- /dev/null +++ b/resources/instances/p2editor_destroyed/skybox_area_128x128_1.vmf @@ -0,0 +1,1529 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "6432" + "mapversion" "76" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "2" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "76" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxblobcount" "250" + "maxpropscreenwidth" "-1" + "skyname" "sky_day01_01" + solid + { + "id" "1095" + side + { + "id" "941" + "plane" "(-64 64 -64) (-6 64 -64) (-6 60 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "942" + "plane" "(-64 60 -70) (-6 60 -70) (-6 64 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "943" + "plane" "(-64 64 -64) (-64 60 -64) (-64 60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "944" + "plane" "(-6 64 -70) (-6 60 -70) (-6 60 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "945" + "plane" "(-6 64 -64) (-64 64 -64) (-64 64 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "946" + "plane" "(-6 60 -70) (-64 60 -70) (-64 60 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 117 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1097" + side + { + "id" "947" + "plane" "(-64 60 -64) (-60 60 -64) (-60 6 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "948" + "plane" "(-64 6 -70) (-60 6 -70) (-60 60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "949" + "plane" "(-64 60 -64) (-64 6 -64) (-64 6 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "950" + "plane" "(-60 60 -70) (-60 6 -70) (-60 6 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "951" + "plane" "(-60 60 -64) (-64 60 -64) (-64 60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "952" + "plane" "(-60 6 -70) (-64 6 -70) (-64 6 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 237 226" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1076" + side + { + "id" "935" + "plane" "(-64 64 -68) (64 64 -68) (64 -64 -68)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "936" + "plane" "(-64 -64 -192) (64 -64 -192) (64 64 -192)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "937" + "plane" "(-64 64 -68) (-64 -64 -68) (-64 -64 -192)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "938" + "plane" "(64 64 -192) (64 -64 -192) (64 -64 -68)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "939" + "plane" "(64 64 -68) (-64 64 -68) (-64 64 -192)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "940" + "plane" "(64 -64 -192) (-64 -64 -192) (-64 -64 -68)" + "material" "TOOLS/TOOLSINVISIBLE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 161 158" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1015" + side + { + "id" "899" + "plane" "(0 0 -64) (64 0 -64) (64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "900" + "plane" "(0 -64 -72) (64 -64 -72) (64 0 -72)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "901" + "plane" "(0 0 -64) (0 -64 -64) (0 -64 -72)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "902" + "plane" "(64 0 -72) (64 -64 -72) (64 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "903" + "plane" "(64 0 -64) (0 0 -64) (0 0 -72)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "904" + "plane" "(64 -64 -72) (0 -64 -72) (0 -64 -64)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 146 175" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1056" + side + { + "id" "905" + "plane" "(-64 -60 -70) (64 -60 -70) (64 -64 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "906" + "plane" "(-64 -64 -80) (64 -64 -80) (64 -60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "907" + "plane" "(-64 -60 -70) (-64 -64 -70) (-64 -64 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "908" + "plane" "(64 -60 -80) (64 -64 -80) (64 -64 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "909" + "plane" "(64 -60 -70) (-64 -60 -70) (-64 -60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "910" + "plane" "(64 -64 -80) (-64 -64 -80) (-64 -64 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 184 185" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1059" + side + { + "id" "911" + "plane" "(-64 64 -70) (64 64 -70) (64 60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "912" + "plane" "(-64 60 -80) (64 60 -80) (64 64 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "913" + "plane" "(-64 64 -70) (-64 60 -70) (-64 60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "914" + "plane" "(64 64 -80) (64 60 -80) (64 60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "915" + "plane" "(64 64 -70) (-64 64 -70) (-64 64 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "916" + "plane" "(64 60 -80) (-64 60 -80) (-64 60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 114 231" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1060" + side + { + "id" "917" + "plane" "(-64 60 -70) (-60 60 -70) (-60 -60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "918" + "plane" "(-64 -60 -80) (-60 -60 -80) (-60 60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "919" + "plane" "(-64 60 -70) (-64 -60 -70) (-64 -60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "920" + "plane" "(-60 60 -80) (-60 -60 -80) (-60 -60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "921" + "plane" "(-60 60 -70) (-64 60 -70) (-64 60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "922" + "plane" "(-60 -60 -80) (-64 -60 -80) (-64 -60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 220 185" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1061" + side + { + "id" "923" + "plane" "(60 60 -70) (64 60 -70) (64 -60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "924" + "plane" "(60 -60 -80) (64 -60 -80) (64 60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "925" + "plane" "(60 60 -70) (60 -60 -70) (60 -60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "926" + "plane" "(64 60 -80) (64 -60 -80) (64 -60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "927" + "plane" "(64 60 -70) (60 60 -70) (60 60 -80)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "928" + "plane" "(64 -60 -80) (60 -60 -80) (60 -60 -70)" + "material" "METAL/BLACK_WALL_METAL_005B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 214 163" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "847" + side + { + "id" "856" + "plane" "(-59 -60 -187) (-59 -60 -68) (-59 60 -68)" + "material" "METAL/METALWALL_BTS_006A_CHEAP" + "uaxis" "[0 0 -1 -256] 0.265625" + "vaxis" "[0 -1 0 214.774] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "855" + "plane" "(-60 60 -187) (-60 60 -68) (-60 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 16] 0.265625" + "vaxis" "[0 -1 0 -21.2258] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "854" + "plane" "(-60 60 -68) (-59 60 -68) (-59 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 196] 0.05" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "853" + "plane" "(-60 -60 -187) (-59 -60 -187) (-59 60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -21.2258] 0.257261" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "852" + "plane" "(-60 60 -187) (-59 60 -187) (-59 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.265625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "851" + "plane" "(-59 -60 -187) (-60 -60 -187) (-60 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.265625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "848" + side + { + "id" "862" + "plane" "(-59 -59 -68) (59 -59 -68) (59 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 198] 0.05" + "vaxis" "[1 0 0 256] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "861" + "plane" "(-59 -60 -187) (59 -60 -187) (59 -59 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "860" + "plane" "(-59 -59 -187) (-59 -59 -68) (-59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "859" + "plane" "(59 -60 -187) (59 -60 -68) (59 -59 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "858" + "plane" "(59 -59 -187) (59 -59 -68) (-59 -59 -68)" + "material" "METAL/METALWALL_BTS_006A_CHEAP" + "uaxis" "[0 0 1 236] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "857" + "plane" "(-59 -60 -187) (-59 -60 -68) (59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "849" + side + { + "id" "868" + "plane" "(60 -52 -187) (60 -60 -187) (-60 -60 -187)" + "material" "TRAINCAR_INTERIOR/TRAINCAR_BULB_WHITE" + "uaxis" "[0 1 0 112] 0.25" + "vaxis" "[-1 0 0 108] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "867" + "plane" "(60 -60 -188) (60 -52 -188) (-60 -52 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "866" + "plane" "(-60 -52 -187) (-60 -60 -187) (-60 -60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "865" + "plane" "(60 -60 -187) (60 -52 -187) (60 -52 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "864" + "plane" "(-60 -60 -187) (60 -60 -187) (60 -60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "863" + "plane" "(60 -52 -187) (-60 -52 -187) (-60 -52 -188)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "850" + side + { + "id" "874" + "plane" "(-60 4 -188) (-60 -52 -188) (52 -52 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "873" + "plane" "(-60 4 -188) (-60 4 -187) (-60 -52 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -32] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "872" + "plane" "(-60 -52 -187) (-60 4 -187) (52 4 -187)" + "material" "TRAINCAR_INTERIOR/TRAINCAR_BULB_WHITE" + "uaxis" "[0 -1 0 -112] 0.25" + "vaxis" "[-1 0 0 15] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "871" + "plane" "(-60 4 -188) (52 4 -188) (52 4 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 -43.9988] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "870" + "plane" "(-60 -52 -188) (-60 -52 -187) (52 -52 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "869" + "plane" "(52 -52 -188) (52 -52 -187) (52 4 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -48] 0.25" + "vaxis" "[0 0 1 43.9988] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 238 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "851" + side + { + "id" "880" + "plane" "(60 60 -187) (60 4 -187) (-60 4 -187)" + "material" "TRAINCAR_INTERIOR/TRAINCAR_BULB_WHITE" + "uaxis" "[0 1 0 112] 0.25" + "vaxis" "[-1 0 0 108] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "879" + "plane" "(60 4 -188) (60 60 -188) (-60 60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "878" + "plane" "(-60 60 -187) (-60 4 -187) (-60 4 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "877" + "plane" "(60 4 -187) (60 60 -187) (60 60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "876" + "plane" "(60 60 -187) (-60 60 -187) (-60 60 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "875" + "plane" "(-60 4 -187) (60 4 -187) (60 4 -188)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "852" + side + { + "id" "886" + "plane" "(60 -60 -187) (60 -60 -68) (60 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "885" + "plane" "(59 60 -187) (59 60 -68) (59 -60 -68)" + "material" "METAL/METALWALL_BTS_006A_CHEAP" + "uaxis" "[0 0 -1 -254] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "884" + "plane" "(59 60 -68) (60 60 -68) (60 -60 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[1 0 0 -137] 0.05" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "883" + "plane" "(59 -60 -187) (60 -60 -187) (60 60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "882" + "plane" "(59 60 -187) (60 60 -187) (60 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "881" + "plane" "(60 -60 -187) (59 -60 -187) (59 -60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 -1 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "853" + side + { + "id" "892" + "plane" "(60 4 -187) (60 -52 -187) (52 -52 -187)" + "material" "TRAINCAR_INTERIOR/TRAINCAR_BULB_WHITE" + "uaxis" "[0 1 0 112] 0.25" + "vaxis" "[-1 0 0 108] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "891" + "plane" "(60 -52 -188) (60 4 -188) (52 4 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "890" + "plane" "(52 4 -187) (52 -52 -187) (52 -52 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "889" + "plane" "(60 -52 -187) (60 4 -187) (60 4 -188)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "888" + "plane" "(60 4 -187) (52 4 -187) (52 4 -188)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "887" + "plane" "(52 -52 -187) (60 -52 -187) (60 -52 -188)" + "material" "CONCRETE/OBSERVATIONWALL_001B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "854" + side + { + "id" "898" + "plane" "(-59 60 -68) (59 60 -68) (59 59 -68)" + "material" "ANIM_WP/FRAMEWORK/SQUAREBEAMS" + "uaxis" "[0 1 0 -137] 0.05" + "vaxis" "[1 0 0 257] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "897" + "plane" "(-59 59 -187) (59 59 -187) (59 60 -187)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "896" + "plane" "(-59 60 -187) (-59 60 -68) (-59 59 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "895" + "plane" "(59 59 -187) (59 59 -68) (59 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "894" + "plane" "(59 60 -187) (59 60 -68) (-59 60 -68)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "893" + "plane" "(-59 59 -187) (-59 59 -68) (59 59 -68)" + "material" "METAL/METALWALL_BTS_006A_CHEAP" + "uaxis" "[0 0 -1 -272] 0.25" + "vaxis" "[-1 0 0 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 216 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "597" + side + { + "id" "761" + "plane" "(96 -96 -49) (-96 -96 -49) (-96 96 -49)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "762" + "plane" "(96 96 -225) (-96 96 -225) (-96 -96 -225)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "763" + "plane" "(-96 96 -225) (96 96 -225) (96 96 -49)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "764" + "plane" "(96 -96 -225) (-96 -96 -225) (-96 -96 -49)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "765" + "plane" "(96 96 -225) (96 -96 -225) (96 -96 -49)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "766" + "plane" "(-96 -96 -225) (-96 96 -225) (-96 96 -49)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 241 230" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "1111" + "classname" "prop_static" + "angles" "40.5 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/bush_angled_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-52 -16 -164" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "1165" + "classname" "prop_static" + "angles" "0 146.625 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/bush01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "4 -2 -182" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "1251" + "classname" "prop_static" + "angles" "40.5 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/bush_angled_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "-50 28 -168" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "1263" + "classname" "prop_static" + "angles" "40.5 305 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_foliage/bush_angled_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "origin" "26 -24 -164" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "1020" + "classname" "prop_static" + "angles" "-15 180 165" + "disableselfshadowing" "0" + "disablevertexlighting" "0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/anim_wp/framework/squarebeam_off.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "origin" "-36 36 -72" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "1044" + "classname" "prop_static" + "angles" "0 180 -180" + "disableselfshadowing" "0" + "disablevertexlighting" "0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/anim_wp/framework/squarebeam_off.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "origin" "32 32 -72" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "622" + "classname" "light" + "_constant_attn" "20000" + "_distance" "0" + "_fifty_percent_distance" "0" + "_light" "183 204 218 400" + "_lightHDR" "183 204 218 400" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "_zero_percent_distance" "0" + "spawnflags" "1" + "style" "0" + "origin" "16 0 -128" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "comments" "200000light_observation_room" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "139" + "classname" "prop_static" + "angles" "0 180 180" + "disableselfshadowing" "0" + "disablevertexlighting" "0" + "drawinfastreflection" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/anim_wp/framework/squarebeam_off.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "origin" "-32 -32 -72" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "0" + camera + { + "position" "[10.6876 24.1402 -34.2918]" + "look" "[-13.9889 8.48393 -294.831]" + } +} +cordons +{ + "active" "0" + cordon + { + "name" "cordon" + "active" "1" + box + { + "mins" "(-1024 -1024 -1024)" + "maxs" "(1024 1024 1024)" + } + } +}