diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 3641ede0f29..02999812a65 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -186,7 +186,7 @@ jobs: run: | cp -r valve/game/jbmod game/jbmod_base cp -r game/jbmod/* game/jbmod_base/ - vpk-ctrl -b game/jbmod_base game/jbmod_base/* !game/jbmod_base/gameinfo.txt !game/jbmod_base/steam.inf game/jbmod_base/cfg !game/jbmod_base/cfg/*_example.txt !game/jbmod_base/cfg/settings.scr game/jbmod_base/maps !game/jbmod_base/maps/*.bsp game/jbmod_base/materials game/jbmod_base/media game/jbmod_base/models game/jbmod_base/resource !game/jbmod_base/resource/*.ico !game/jbmod_base/resource/*.ttf game/jbmod_base/scripts game/jbmod_base/servers game/jbmod_base/sound > pak01.vdf + vpk-ctrl -b game/jbmod_base game/jbmod_base/*.cfg game/jbmod_base/*.txt !game/jbmod_base/gameinfo.txt !game/jbmod_base/steam.inf game/jbmod_base/cfg !game/jbmod_base/cfg/*_example.txt !game/jbmod_base/cfg/settings.scr game/jbmod_base/maps !game/jbmod_base/maps/*.bsp game/jbmod_base/materials game/jbmod_base/media game/jbmod_base/models game/jbmod_base/resource !game/jbmod_base/resource/*.ico !game/jbmod_base/resource/*.ttf game/jbmod_base/scripts game/jbmod_base/servers game/jbmod_base/sound > pak01.vdf vpk -M -P -K privatekey.vdf -k publickey.vdf k game/jbmod_base/jbmod_pak pak01.vdf cp pak01.vdf pak01.vdf.bak vpk-cleaner -c pak01.vdf game/jbmod_base game/jbmod_clean @@ -201,6 +201,7 @@ jobs: cp -r engine/windows/* dist/content_win/ cp -r valvedlc/game/* dist/content_base/ cp -r game/jbmod_clean/* dist/content_base/jbmod/ + cp game/jbmod.fgd dist/content_win/bin/ mkdir -p dist_srcds/content_base/jbmod mkdir -p dist_srcds/content_win diff --git a/game/jbmod.fgd b/game/jbmod.fgd new file mode 100644 index 00000000000..ec176c8bc34 --- /dev/null +++ b/game/jbmod.fgd @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------- +// +// Game data for JBMod. +// +//------------------------------------------------------------------------- + +@include "halflife2.fgd" + +@PointClass base(Targetname) iconsprite("editor/vcommand.vmt") = jbmod_logic_gamemode : + "A bridge entity that sets the active JBMod game mode and runs the corresponding mode script." +[ + gamemode(string) : "Game Mode Name" : "" : "The name of the game mode (e.g. 'sandbox'). This will automatically load 'scripts/vscripts/gamemodes/.nut'." + + spawnflags(flags) = + [ + 1: "Start Disabled" : 0 + ] + + input Enable(void) : "Apply the game mode settings and run the mode script." +] + + diff --git a/game/jbmod/cfg/vscript_convar_allowlist.txt b/game/jbmod/cfg/vscript_convar_allowlist.txt new file mode 100644 index 00000000000..12ebdc60c2a --- /dev/null +++ b/game/jbmod/cfg/vscript_convar_allowlist.txt @@ -0,0 +1,54 @@ +vscript_convar_allowlist +{ + // This is the list of convars that are allowed to be set + // by the Convars in VScript. + // + // Any convars changed by a map's vscripts will be reset when the + // map changes to another. + + // Physics & Movement + sv_infinite_aux_power allowed + sv_gravity allowed + sv_maxspeed allowed + sv_airaccelerate allowed + sv_accelerate allowed + sv_friction allowed + sv_stopspeed allowed + sv_rollangle allowed + sv_rollspeed allowed + sv_stepsize allowed + sv_wateraccelerate allowed + sv_waterfriction allowed + sv_turbophysics allowed + sv_client_predict allowed + + // Multiplayer Settings + mp_teamplay allowed + mp_timelimit allowed + mp_fraglimit allowed + mp_flashlight allowed + mp_footsteps allowed + mp_falldamage allowed + mp_weaponstay allowed + mp_forcerespawn allowed + mp_friendlyfire allowed + + // Physics Props + phys_pushscale allowed + phys_timescale allowed + phys_impactforcescale allowed + + // Spectator + spec_freeze_time allowed + spec_freeze_traveltime allowed + + // Entities + func_break_max_pieces allowed + func_break_reduction_factor allowed + func_breakdmg_bullet allowed + func_breakdmg_club allowed + func_breakdmg_explosive allowed + + // Other + sv_alltalk allowed +} diff --git a/game/jbmod/lights.rad b/game/jbmod/lights.rad new file mode 100644 index 00000000000..a9e2c8cf1d8 --- /dev/null +++ b/game/jbmod/lights.rad @@ -0,0 +1,182 @@ +ldr: lights/fluorescentcool001a 189 231 232 350 +hdr: lights/fluorescentcool001a 189 231 232 175 + +ldr: lights/fluorescentcool001b 236 255 182 350 +hdr: lights/fluorescentcool001b 236 255 182 175 + +ldr: lights/fluorescentcool002a 189 231 232 400 +hdr: lights/fluorescentcool002a 189 231 232 200 + +ldr: lights/fluorescentcool002b 236 255 182 400 +hdr: lights/fluorescentcool002b 236 255 182 200 + +ldr: lights/fluorescentcool003a 189 231 232 300 +hdr: lights/fluorescentcool003a 189 231 232 150 + +ldr: lights/fluorescentwarm001a 239 216 193 350 +hdr: lights/fluorescentwarm001a 239 216 193 175 + +ldr: lights/fluorescentwarm002a 239 216 193 400 +hdr: lights/fluorescentwarm002a 239 216 193 200 + +ldr: lights/fluorescentwhite001a 245 245 245 350 +hdr: lights/fluorescentwhite001a 245 245 245 175 + +ldr: lights/fluorescentwhite002a 245 245 245 400 +hdr: lights/fluorescentwhite002a 245 245 245 200 + +ldr: lights/hazzardred001a 228 37 0 300 +hdr: lights/hazzardred001a 228 37 0 150 + +ldr: lights/hazzardyellow001a 250 215 74 300 +hdr: lights/hazzardyellow001a 250 215 74 150 + +ldr: lights/HIDcool001a 145 222 172 650 +hdr: lights/HIDcool001a 145 222 172 325 + +ldr: lights/HIDcool001b 205 232 255 650 +hdr: lights/HIDcool001b 205 232 255 325 + +ldr: lights/HIDwarm001a 255 201 116 650 +hdr: lights/HIDwarm001a 255 201 116 325 + +ldr: lights/white001 250 240 205 100 +hdr: lights/white001 250 240 205 50 + +ldr: lights/white002 189 233 247 425 +hdr: lights/white002 189 233 247 212 + +ldr: lights/white003 232 246 190 350 +hdr: lights/white003 232 246 190 175 + +ldr: lights/white004 170 228 247 425 +hdr: lights/white004 170 228 247 100 + +ldr: lights/white005 234 235 220 375 +hdr: lights/white005 234 235 220 187 + +ldr: lights/white006 234 235 220 100 +hdr: lights/white006 234 235 220 50 + +ldr: lights/white001_nochop 250 240 205 100 +hdr: lights/white001_nochop 250 240 205 50 + +ldr: lights/white002_nochop 189 233 247 425 +hdr: lights/white002_nochop 189 233 247 212 + +ldr: lights/white003_nochop 232 246 190 350 +hdr: lights/white003_nochop 232 246 190 175 + +ldr: lights/white004_nochop 170 228 247 425 +hdr: lights/white004_nochop 170 228 247 100 + +ldr: lights/white005_nochop 234 235 220 375 +hdr: lights/white005_nochop 234 235 220 187 + +ldr: lights/white006_nochop 234 235 220 100 +hdr: lights/white006_nochop 234 235 220 50 + +ldr: lights/incandescentcool001a 235 235 235 300 +hdr: lights/incandescentcool001a 235 235 235 150 + +ldr: lights/incandescentwarm001a 250 226 129 300 +hdr: lights/incandescentwarm001a 250 226 129 150 + +ldr: glass/glassscreen001a 172 192 161 225 +hdr: glass/glassscreen001a 172 192 161 112 + +ldr: glass/glasspipe001f 214 72 44 200 +hdr: glass/glasspipe001f 214 72 44 100 + +ldr: glass/glassscreen001c 172 192 161 225 +hdr: glass/glassscreen001c 172 192 161 112 + +ldr: glass/glassscreen001d 211 187 134 225 +hdr: glass/glassscreen001d 211 187 134 112 + +ldr: glass/glassblock001a 70 194 209 200 +hdr: glass/glassblock001a 70 194 209 100 + +ldr: composite/citadelfloor001a 103 143 203 200 +hdr: composite/citadelfloor001a 103 143 203 100 + +ldr: props/tvscreen006a 196 0 0 200 +hdr: props/tvscreen006a 196 0 0 100 + +ldr: shadertest/gooinglass 149 49 15 50 +hdr: shadertest/gooinglass 149 49 15 25 + +ldr: glass/glasswindow002e 189 233 247 425 +hdr: glass/glasswindow002e 189 233 247 212 + +ldr: glass/glasswindow035a 145 222 172 100 +hdr: glass/glasswindow035a 145 222 172 50 + +ldr: dev/DEV_INTERIORLIGHT02B 151 176 204 225 +hdr: dev/DEV_INTERIORLIGHT02B 151 176 204 112 + +ldr: plaster/plasterwall029h 189 223 227 125 +hdr: plaster/plasterwall029h 189 223 227 62 + +ldr: building_template/Building_Trainstation_Template001d 230 230 200 65 +hdr: building_template/Building_Trainstation_Template001d 230 230 200 32 + +ldr: building_template/Building_Trainstation_Template001e 230 230 200 150 +hdr: building_template/Building_Trainstation_Template001e 230 230 200 75 + +ldr: building_template/Building_Trainstation_window002d 230 230 200 300 +hdr: building_template/Building_Trainstation_window002d 230 230 200 150 + +ldr: building_template/Building_Trainstation_window002e 230 230 200 300 +hdr: building_template/Building_Trainstation_window002e 230 230 200 150 + +ldr: lights/physgunlight 189 231 232 20 +hdr: lights/physgunlight 189 231 232 10 + +noshadow tree_deciduous_01a_branches.vmt +noshadow tree_deciduous_01a_leaves.vmt +noshadow tree_deciduous_01a_lod.vmt +noshadow tree_deciduous_01a_lod-leaves.vmt + +forcetextureshadow props_wasteland/exterior_fence_notbarbed002a.mdl +forcetextureshadow props_wasteland/exterior_fence_notbarbed002b.mdl +forcetextureshadow props_wasteland/exterior_fence_notbarbed002c.mdl +forcetextureshadow props_wasteland/exterior_fence_notbarbed002d.mdl +forcetextureshadow props_wasteland/exterior_fence_notbarbed002e.mdl +forcetextureshadow props_wasteland/exterior_fence_notbarbed002f.mdl +forcetextureshadow props_wasteland/exterior_fence001a.mdl +forcetextureshadow props_wasteland/exterior_fence001b.mdl +forcetextureshadow props_wasteland/exterior_fence002a.mdl +forcetextureshadow props_wasteland/exterior_fence002b.mdl +forcetextureshadow props_wasteland/exterior_fence002c.mdl +forcetextureshadow props_wasteland/exterior_fence002d.mdl +forcetextureshadow props_wasteland/exterior_fence002e.mdl +forcetextureshadow props_wasteland/exterior_fence003a.mdl +forcetextureshadow props_wasteland/exterior_fence003b.mdl +forcetextureshadow props_foliage/tree_cliff_01a.mdl +forcetextureshadow props_foliage/tree_cliff_02a.mdl +forcetextureshadow props_foliage/tree_deciduous_01a-lod.mdl +forcetextureshadow props_foliage/tree_deciduous_01a.mdl +forcetextureshadow props_foliage/tree_deciduous_02a.mdl +forcetextureshadow props_foliage/tree_deciduous_03a.mdl +forcetextureshadow props_foliage/tree_deciduous_03b.mdl +forcetextureshadow props_foliage/tree_poplar_01.mdl +forcetextureshadow props_wasteland/interior_fence001a.mdl +forcetextureshadow props_wasteland/interior_fence001b.mdl +forcetextureshadow props_wasteland/interior_fence001c.mdl +forcetextureshadow props_wasteland/interior_fence001d.mdl +forcetextureshadow props_wasteland/interior_fence001e.mdl +forcetextureshadow props_wasteland/interior_fence001g.mdl +forcetextureshadow props_wasteland/interior_fence002a.mdl +forcetextureshadow props_wasteland/interior_fence002b.mdl +forcetextureshadow props_wasteland/interior_fence002c.mdl +forcetextureshadow props_wasteland/interior_fence002d.mdl +forcetextureshadow props_wasteland/interior_fence002e.mdl +forcetextureshadow props_wasteland/interior_fence002f.mdl +forcetextureshadow props_wasteland/interior_fence003a.mdl +forcetextureshadow props_wasteland/interior_fence003b.mdl +forcetextureshadow props_wasteland/interior_fence003d.mdl +forcetextureshadow props_wasteland/interior_fence003e.mdl +forcetextureshadow props_wasteland/interior_fence003f.mdl +forcetextureshadow props_wasteland/interior_fence004a.mdl +forcetextureshadow props_wasteland/interior_fence004b.mdl \ No newline at end of file diff --git a/game/jbmod/maps/graphs/jb_buildingblocks.ain b/game/jbmod/maps/graphs/jb_buildingblocks.ain new file mode 100644 index 00000000000..b666ce3743b Binary files /dev/null and b/game/jbmod/maps/graphs/jb_buildingblocks.ain differ diff --git a/game/jbmod/maps/jb_buildingblocks.bsp b/game/jbmod/maps/jb_buildingblocks.bsp new file mode 100644 index 00000000000..068fbf9791e Binary files /dev/null and b/game/jbmod/maps/jb_buildingblocks.bsp differ diff --git a/game/jbmod/scripts/vscripts/gamemodes/sandbox.nut b/game/jbmod/scripts/vscripts/gamemodes/sandbox.nut new file mode 100644 index 00000000000..ea7144a866e --- /dev/null +++ b/game/jbmod/scripts/vscripts/gamemodes/sandbox.nut @@ -0,0 +1,23 @@ +// Copyright 2026 The JBMod Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +printl( "Initializing Sandbox Game Mode..." ); +SetGameDescription( "JBMod Sandbox" ); +Convars.SetValue( "sv_infinite_aux_power", 1 ); + +function OnPlayerSpawn( player ) +{ + player.EquipSuit(); + player.GiveItem( "weapon_physcannon" ); +} diff --git a/mapsrc/basement_loops.vmf b/mapsrc/basement_loops.vmf new file mode 100644 index 00000000000..3248506b1b5 --- /dev/null +++ b/mapsrc/basement_loops.vmf @@ -0,0 +1,2840 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "2978" + "mapversion" "2" + "formatversion" "100" + "prefab" "0" +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "nGridSpacing" "64" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "2" + "classname" "worldspawn" + "skyname" "sky_wasteland02" + "maxpropscreenwidth" "-1" + solid + { + "id" "914" + side + { + "id" "375" + "plane" "(93.5 -128 -175.75) (-62.5 -128 -129.167) (-62.5 -512 -129.167)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "474" + "plane" "(-62.5 -128 -129.167) (-206.583 -128 -52.25) (-206.583 -512 -52.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "473" + "plane" "(106 -128 1393) (-38 -128 1350) (-171 -128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "471" + "plane" "(406 -128 -113) (256 -128 -128) (256 -512 -128)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "470" + "plane" "(106 -512 -113) (106 -128 -113) (256 -128 -128)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "559" + "plane" "(256 -512 -192) (-576 -396.8 -192) (-576 -396.8 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "925" + side + { + "id" "376" + "plane" "(-62.5 -128 -129.167) (-206.583 -128 -52.25) (-206.583 -497.362 -52.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "479" + "plane" "(-206.583 -128 -52.25) (-332.25 -128 51.75) (-332.25 -497.362 51.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "478" + "plane" "(106 -128 1393) (-38 -128 1350) (-171 -128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "476" + "plane" "(256 -128 -128) (106 -128 -113) (106 -497.362 -113)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "475" + "plane" "(-38 -497.362 -70) (-38 -128 -70) (106 -128 -113)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "560" + "plane" "(256 -497.362 -192) (-576 -386.554 -192) (-576 -386.554 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "936" + side + { + "id" "377" + "plane" "(-206.583 -128 -52.25) (-332.25 -128 51.75) (-332.25 -481.644 51.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "484" + "plane" "(-332.25 -128 51.75) (-436.25 -128 177.417) (-436.25 -481.644 177.417)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "483" + "plane" "(106 -128 1393) (-38 -128 1350) (-171 -128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "481" + "plane" "(106 -128 -113) (-38 -128 -70) (-38 -481.644 -70)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "480" + "plane" "(-171 -481.644 1) (-171 -128 1) (-38 -128 -70)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "561" + "plane" "(256 -481.644 -192) (-576 -375.551 -192) (-576 -375.551 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "947" + side + { + "id" "378" + "plane" "(-332.25 -128 51.75) (-436.25 -128 177.417) (-436.25 -465.411 177.417)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "489" + "plane" "(-436.25 -128 177.417) (-513.167 -128 321.5) (-513.167 -465.411 321.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "488" + "plane" "(106 -128 1393) (-38 -128 1350) (-171 -128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "486" + "plane" "(-38 -128 -70) (-171 -128 1) (-171 -465.411 1)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "485" + "plane" "(-287 -465.411 97) (-287 -128 97) (-171 -128 1)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "562" + "plane" "(256 -465.411 -192) (-576 -364.188 -192) (-576 -364.188 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "958" + side + { + "id" "379" + "plane" "(-436.25 -128 177.417) (-513.167 -128 321.5) (-513.167 -449.674 321.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "494" + "plane" "(-513.167 -128 321.5) (-559.75 -128 477.5) (-559.75 -449.674 477.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "493" + "plane" "(106 -128 1393) (-38 -128 1350) (-171 -128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(-171 -128 1) (-287 -128 97) (-287 -449.674 97)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "490" + "plane" "(-383 -449.674 213) (-383 -128 213) (-287 -128 97)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "563" + "plane" "(256 -449.674 -192) (-576 -353.172 -192) (-576 -353.172 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "969" + side + { + "id" "380" + "plane" "(-513.167 -128 321.5) (-559.75 -128 477.5) (-559.75 -435.356 477.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "499" + "plane" "(-559.75 -128 477.5) (-576 -128 640) (-576 -435.356 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "498" + "plane" "(106 -128 1393) (-38 -128 1350) (-171 -128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "496" + "plane" "(-287 -128 97) (-383 -128 213) (-383 -435.356 213)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "495" + "plane" "(-454 -435.356 346) (-454 -128 346) (-383 -128 213)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "564" + "plane" "(256 -435.356 -192) (-576 -343.149 -192) (-576 -343.149 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1181" + side + { + "id" "367" + "plane" "(1071.75 36.7898 477.5) (1025.17 36.7898 321.5) (1025.17 -256 321.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "434" + "plane" "(1025.17 36.7898 321.5) (948.25 36.7898 177.417) (948.25 -256 177.417)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "432" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "431" + "plane" "(1009 36.7898 790) (1024 36.7898 640) (1024 -256 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "430" + "plane" "(1009 -256 490) (1009 36.7898 490) (1024 36.7898 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "587" + "plane" "(256 36.7898 -192) (1088 -51.0471 -192) (1088 -51.0471 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1192" + side + { + "id" "368" + "plane" "(1025.17 51.0031 321.5) (948.25 51.0031 177.417) (948.25 -256 177.417)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "439" + "plane" "(948.25 51.0031 177.417) (844.25 51.0031 51.75) (844.25 -256 51.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "437" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(1024 51.0031 640) (1009 51.0031 490) (1009 -256 490)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "435" + "plane" "(966 -256 346) (966 51.0031 346) (1009 51.0031 490)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "588" + "plane" "(256 51.003 -192) (1088 -41.0979 -192) (1088 -41.0979 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1203" + side + { + "id" "369" + "plane" "(948.25 68.2287 177.417) (844.25 68.2287 51.75) (844.25 -256 51.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "444" + "plane" "(844.25 68.2287 51.75) (718.583 68.2287 -52.25) (718.583 -256 -52.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "442" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "441" + "plane" "(1009 68.2287 490) (966 68.2287 346) (966 -256 346)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "440" + "plane" "(895 -256 213) (895 68.2287 213) (966 68.2287 346)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "589" + "plane" "(256 68.2287 -192) (1088 -29.0399 -192) (1088 -29.0399 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1214" + side + { + "id" "370" + "plane" "(844.25 86.6867 51.75) (718.583 86.6867 -52.25) (718.583 -256 -52.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "449" + "plane" "(718.583 86.6867 -52.25) (574.5 86.6867 -129.167) (574.5 -256 -129.167)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "447" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "446" + "plane" "(966 86.6867 346) (895 86.6867 213) (895 -256 213)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "445" + "plane" "(799 -256 97) (799 86.6867 97) (895 86.6867 213)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "590" + "plane" "(256 86.6867 -192) (1088 -16.1193 -192) (1088 -16.1193 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1225" + side + { + "id" "371" + "plane" "(718.583 103.507 -52.25) (574.5 103.507 -129.167) (574.5 -256 -129.167)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "454" + "plane" "(574.5 103.507 -129.167) (418.5 103.507 -175.75) (418.5 -256 -175.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "452" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "451" + "plane" "(895 103.507 213) (799 103.507 97) (799 -256 97)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "450" + "plane" "(683 -256 1) (683 103.507 1) (799 103.507 97)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "591" + "plane" "(256 103.507 -192) (1088 -4.34544 -192) (1088 -4.34544 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1236" + side + { + "id" "372" + "plane" "(574.5 120.342 -129.167) (418.5 120.342 -175.75) (418.5 -256 -175.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "459" + "plane" "(418.5 120.342 -175.75) (256 120.342 -192) (256 -256 -192)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "457" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "456" + "plane" "(799 120.342 97) (683 120.342 1) (683 -256 1)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "455" + "plane" "(550 -256 -70) (550 120.342 -70) (683 120.342 1)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "592" + "plane" "(256 120.342 -192) (1088 7.43928 -192) (1088 7.43928 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1258" + side + { + "id" "373" + "plane" "(418.5 128 -175.75) (256 128 -192) (256 -192 -192)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "464" + "plane" "(256 128 -192) (93.5 128 -175.75) (93.5 -192 -175.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "463" + "plane" "(106 128 1393) (-38 128 1350) (-171 128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "462" + "plane" "(256 -192 1408) (406 -192 1393) (550 -192 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "461" + "plane" "(683 128 1) (550 128 -70) (550 -192 -70)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "460" + "plane" "(406 -192 -113) (406 128 -113) (550 128 -70)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "557" + "plane" "(256 -192 -192) (-576 -96 -192) (-576 -96 1472)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "594" + "plane" "(256 128 -192) (1088 32 -192) (1088 32 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1269" + side + { + "id" "374" + "plane" "(256 128 -192) (93.5 128 -175.75) (93.5 -256 -175.75)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(93.5 128 -175.75) (-62.5 128 -129.167) (-62.5 -256 -129.167)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "468" + "plane" "(106 128 1393) (-38 128 1350) (-171 128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "467" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(550 128 -70) (406 128 -113) (406 -256 -113)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "465" + "plane" "(256 -256 -128) (256 128 -128) (406 128 -113)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "558" + "plane" "(256 -256 -192) (-576 -140.8 -192) (-576 -140.8 1472)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "595" + "plane" "(256 128 -192) (1088 12.8 -192) (1088 12.8 1472)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1602" + side + { + "id" "366" + "plane" "(1088 29.9575 640) (1071.75 29.9575 477.5) (1071.75 -256 477.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "429" + "plane" "(1071.75 29.9575 477.5) (1025.17 29.9575 321.5) (1025.17 -256 321.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "427" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "642" + "plane" "(966 29.9575 934) (1009 29.9575 790) (1009 -256 790)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(1024 -256 640) (1024 29.9575 640) (1009 29.9575 790)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "640" + "plane" "(256 29.9575 -192) (1088 -55.8297 -192) (1088 -55.8297 1472)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "639" + "plane" "(-576 -256 640) (-576 -170.213 640) (1088 -141.617 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "1612" + "visgroupshown" "1" + } + } + solid + { + "id" "1879" + side + { + "id" "426" + "plane" "(966 128 934) (1009 128 790) (1009 -512 790)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "425" + "plane" "(1024 -512 640) (1024 128 640) (1009 128 790)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "643" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "682" + "plane" "(1088 -64 640) (1088 128 640) (-576 128 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "681" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "1612" + "visgroupshown" "1" + } + } + solid + { + "id" "1616" + side + { + "id" "424" + "plane" "(1088 24.6184 640) (1071.75 24.6184 477.5) (1071.75 -256 477.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "422" + "plane" "(256 -256 1408) (406 -256 1393) (550 -256 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "647" + "plane" "(1009 -256 790) (1009 24.6184 790) (966 24.6184 934)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "646" + "plane" "(256 24.6184 -192) (1088 -59.5671 -192) (1088 -59.5671 1472)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "645" + "plane" "(-576 -256 640) (-576 -171.814 640) (1088 -143.753 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "1626" + "visgroupshown" "1" + } + } + solid + { + "id" "1893" + side + { + "id" "365" + "plane" "(1071.75 128 802.5) (1088 128 640) (1088 -512 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "421" + "plane" "(895 128 1067) (966 128 934) (966 -512 934)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "420" + "plane" "(1009 -512 790) (1009 128 790) (966 128 934)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "648" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "684" + "plane" "(1088 -64 640) (1088 128 640) (-576 128 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "683" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "1626" + "visgroupshown" "1" + } + } + solid + { + "id" "1799" + side + { + "id" "666" + "plane" "(106 -128 1393) (-38 -128 1350) (-171 -128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "665" + "plane" "(-454 -128 346) (-497 -128 490) (-497 -416.586 490)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "664" + "plane" "(-512 -416.586 640) (-512 -128 640) (-497 -128 490)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "566" + "plane" "(256 -416.586 -192) (-576 -330.01 -192) (-576 -330.01 1472)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "663" + "plane" "(-576 -416.586 640) (-576 -330.01 640) (1088 -301.152 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "1809" + "visgroupshown" "1" + } + } + solid + { + "id" "2076" + side + { + "id" "382" + "plane" "(-576 128 640) (-559.75 128 802.5) (-559.75 -512 802.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "509" + "plane" "(-559.75 128 802.5) (-513.167 128 958.5) (-513.167 -512 958.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "506" + "plane" "(-454 128 346) (-497 128 490) (-497 -512 490)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "505" + "plane" "(-512 -512 640) (-512 128 640) (-497 128 490)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "667" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "699" + "plane" "(1088 -64 640) (1088 128 640) (-576 128 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "698" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "1809" + "visgroupshown" "1" + } + } + solid + { + "id" "1813" + side + { + "id" "381" + "plane" "(-559.75 -128 477.5) (-576 -128 640) (-576 -423.91 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "671" + "plane" "(106 -128 1393) (-38 -128 1350) (-171 -128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "501" + "plane" "(-383 -128 213) (-454 -128 346) (-454 -423.91 346)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "670" + "plane" "(-497 -423.91 490) (-497 -128 490) (-454 -128 346)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "565" + "plane" "(256 -423.91 -192) (-576 -335.137 -192) (-576 -335.137 1472)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "669" + "plane" "(-576 -423.91 640) (-576 -335.137 640) (1088 -305.546 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "1823" + "visgroupshown" "1" + } + } + solid + { + "id" "2090" + side + { + "id" "504" + "plane" "(-576 128 640) (-559.75 128 802.5) (-559.75 -512 802.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "500" + "plane" "(-497 -512 490) (-497 128 490) (-454 128 346)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "672" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "701" + "plane" "(1088 -64 640) (1088 128 640) (-576 128 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "700" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "1823" + "visgroupshown" "1" + } + } + solid + { + "id" "1865" + side + { + "id" "358" + "plane" "(256 128 1472) (418.5 128 1455.75) (418.5 -512 1455.75)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(418.5 128 1455.75) (574.5 128 1409.17) (574.5 -512 1409.17)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "393" + "plane" "(574.5 128 1409.17) (718.583 128 1332.25) (718.583 -512 1332.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "394" + "plane" "(-62.5 128 1409.17) (93.5 128 1455.75) (93.5 -512 1455.75)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(93.5 128 1455.75) (256 128 1472) (256 -512 1472)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "390" + "plane" "(406 -512 1393) (406 128 1393) (256 128 1408)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "638" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "680" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1906" + side + { + "id" "364" + "plane" "(1025.17 128 958.5) (1071.75 128 802.5) (1071.75 -512 802.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "419" + "plane" "(1071.75 128 802.5) (1088 128 640) (1088 -512 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "416" + "plane" "(799 128 1183) (895 128 1067) (895 -512 1067)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "415" + "plane" "(966 -512 934) (966 128 934) (895 128 1067)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "650" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "685" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1919" + side + { + "id" "363" + "plane" "(948.25 128 1102.58) (1025.17 128 958.5) (1025.17 -512 958.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "414" + "plane" "(1025.17 128 958.5) (1071.75 128 802.5) (1071.75 -512 802.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "411" + "plane" "(683 128 1279) (799 128 1183) (799 -512 1183)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "410" + "plane" "(895 -512 1067) (895 128 1067) (799 128 1183)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "651" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "686" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1932" + side + { + "id" "362" + "plane" "(844.25 128 1228.25) (948.25 128 1102.58) (948.25 -512 1102.58)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "409" + "plane" "(948.25 128 1102.58) (1025.17 128 958.5) (1025.17 -512 958.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "406" + "plane" "(550 128 1350) (683 128 1279) (683 -512 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "405" + "plane" "(799 -512 1183) (799 128 1183) (683 128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "652" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "687" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1945" + side + { + "id" "361" + "plane" "(718.583 128 1332.25) (844.25 128 1228.25) (844.25 -512 1228.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "404" + "plane" "(844.25 128 1228.25) (948.25 128 1102.58) (948.25 -512 1102.58)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "401" + "plane" "(406 128 1393) (550 128 1350) (550 -512 1350)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(683 -512 1279) (683 128 1279) (550 128 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "653" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "688" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1958" + side + { + "id" "360" + "plane" "(574.5 128 1409.17) (718.583 128 1332.25) (718.583 -512 1332.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "399" + "plane" "(718.583 128 1332.25) (844.25 128 1228.25) (844.25 -512 1228.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "396" + "plane" "(256 128 1408) (406 128 1393) (406 -512 1393)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "395" + "plane" "(550 -512 1350) (550 128 1350) (406 128 1393)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "654" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "689" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1971" + side + { + "id" "547" + "plane" "(256 128 1408) (406 128 1393) (406 -512 1393)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "546" + "plane" "(-38 128 1350) (106 128 1393) (106 -512 1393)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "545" + "plane" "(256 -512 1408) (256 128 1408) (106 128 1393)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "655" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1984" + side + { + "id" "542" + "plane" "(256 128 1408) (406 128 1393) (406 -512 1393)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "541" + "plane" "(-171 128 1279) (-38 128 1350) (-38 -512 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "540" + "plane" "(106 -512 1393) (106 128 1393) (-38 128 1350)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "656" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "1997" + side + { + "id" "388" + "plane" "(-62.5 128 1409.17) (93.5 128 1455.75) (93.5 -512 1455.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "537" + "plane" "(256 128 1408) (406 128 1393) (406 -512 1393)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "536" + "plane" "(-287 128 1183) (-171 128 1279) (-171 -512 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "535" + "plane" "(-38 -512 1350) (-38 128 1350) (-171 128 1279)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "657" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "692" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "2010" + side + { + "id" "387" + "plane" "(-206.583 128 1332.25) (-62.5 128 1409.17) (-62.5 -512 1409.17)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "534" + "plane" "(-62.5 128 1409.17) (93.5 128 1455.75) (93.5 -512 1455.75)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "531" + "plane" "(-383 128 1067) (-287 128 1183) (-287 -512 1183)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "530" + "plane" "(-171 -512 1279) (-171 128 1279) (-287 128 1183)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "658" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "693" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "2023" + side + { + "id" "386" + "plane" "(-332.25 128 1228.25) (-206.583 128 1332.25) (-206.583 -512 1332.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "529" + "plane" "(-206.583 128 1332.25) (-62.5 128 1409.17) (-62.5 -512 1409.17)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "526" + "plane" "(-454 128 934) (-383 128 1067) (-383 -512 1067)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "525" + "plane" "(-287 -512 1183) (-287 128 1183) (-383 128 1067)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "659" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "694" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "2036" + side + { + "id" "385" + "plane" "(-436.25 128 1102.58) (-332.25 128 1228.25) (-332.25 -512 1228.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "524" + "plane" "(-332.25 128 1228.25) (-206.583 128 1332.25) (-206.583 -512 1332.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "521" + "plane" "(-497 128 790) (-454 128 934) (-454 -512 934)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "520" + "plane" "(-383 -512 1067) (-383 128 1067) (-454 128 934)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "660" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "695" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "2049" + side + { + "id" "384" + "plane" "(-513.167 128 958.5) (-436.25 128 1102.58) (-436.25 -512 1102.58)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "519" + "plane" "(-436.25 128 1102.58) (-332.25 128 1228.25) (-332.25 -512 1228.25)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "516" + "plane" "(-512 128 640) (-497 128 790) (-497 -512 790)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "515" + "plane" "(-454 -512 934) (-454 128 934) (-497 128 790)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "661" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "696" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + solid + { + "id" "2062" + side + { + "id" "383" + "plane" "(-559.75 128 802.5) (-513.167 128 958.5) (-513.167 -512 958.5)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "514" + "plane" "(-513.167 128 958.5) (-436.25 128 1102.58) (-436.25 -512 1102.58)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 0 1 256] 0.25" + "vaxis" "[0 1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "511" + "plane" "(-497 128 490) (-512 128 640) (-512 -512 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "510" + "plane" "(-497 -512 790) (-497 128 790) (-512 128 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "662" + "plane" "(1088 -256 1472) (1088 -256 640) (-576 -320 640)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "697" + "plane" "(1088 -64 1472) (-576 -128 1472) (-576 -128 640)" + "material" "BRICK/BRICKFLOOR001A" + "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" "857" + "visgroupshown" "1" + } + } + group + { + "id" "857" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + } + } + group + { + "id" "1612" + editor + { + "color" "220 220 220" + "groupid" "857" + "visgroupshown" "1" + } + } + group + { + "id" "1626" + editor + { + "color" "220 220 220" + "groupid" "857" + "visgroupshown" "1" + } + } + group + { + "id" "1809" + editor + { + "color" "220 220 220" + "groupid" "857" + "visgroupshown" "1" + } + } + group + { + "id" "1823" + editor + { + "color" "220 220 220" + "groupid" "857" + "visgroupshown" "1" + } + } +} +cameras +{ + "activecamera" "-1" +} +cordon +{ + "mins" "(99999 99999 99999)" + "maxs" "(-99999 -99999 -99999)" + "active" "0" +} diff --git a/mapsrc/jb_buildingblocks.vmf b/mapsrc/jb_buildingblocks.vmf new file mode 100644 index 00000000000..83c7312f668 --- /dev/null +++ b/mapsrc/jb_buildingblocks.vmf @@ -0,0 +1,45386 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "10427" + "mapversion" "273" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "2" + "bShow3DGrid" "0" +} +world +{ + "id" "0" + "mapversion" "273" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "gametitle" "0" + "maxpropscreenwidth" "-1" + "message" "BuildingBlocks" + "skyname" "militia_hdr" + "startdark" "0" + solid + { + "id" "68042" + side + { + "id" "3064" + "plane" "(-1083.49 -14981.4 -42) (-990.32 -14981.4 -42) (-990.32 -4900.8 -42)" + "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" "3065" + "plane" "(-990.32 -4900.8 166) (-990.32 -4900.8 -42) (-990.32 -14981.4 -42)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 1 0 226.285] 0.35" + "vaxis" "[0 0 -1 401.572] 0.35" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3066" + "plane" "(-1083.49 -4900.8 -42) (-990.32 -4900.8 -42) (-990.32 -4900.8 166)" + "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" "3067" + "plane" "(-990.32 -14981.4 166) (-990.32 -14981.4 -42) (-1083.49 -14981.4 -42)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -12] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3068" + "plane" "(-1083.49 -14981.4 198) (-1083.49 -14981.4 -42) (-1083.49 -4900.8 -42)" + "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" "3069" + "plane" "(-1083.49 -4900.8 198) (-990.32 -4900.8 166) (-990.32 -14981.4 166)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[0 1 0 226.285] 0.35" + "vaxis" "[1 0 0 -8.14282] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68043" + side + { + "id" "3070" + "plane" "(-1083.49 -4900.8 198) (-1083.49 -4900.8 230) (-1130.08 -4900.8 214)" + "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" "3071" + "plane" "(-1130.08 -14981.4 214) (-1083.49 -14981.4 230) (-1083.49 -14981.4 198)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -12] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3072" + "plane" "(-1083.49 -14981.4 230) (-1130.08 -14981.4 214) (-1130.08 -4900.8 214)" + "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" "3073" + "plane" "(-1083.49 -4900.8 230) (-1083.49 -4900.8 198) (-1083.49 -14981.4 198)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 1 0 112] 0.25" + "vaxis" "[0 0 -1 281] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3074" + "plane" "(-1130.08 -14981.4 214) (-1083.49 -14981.4 198) (-1083.49 -4900.8 198)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68044" + side + { + "id" "3075" + "plane" "(-990.32 -14981.4 262) (-990.32 -14981.4 294) (-990.32 -4900.8 294)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 1 0 112] 0.25" + "vaxis" "[0 0 -1 18] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3076" + "plane" "(-990.32 -4900.8 262) (-990.32 -4900.8 294) (-1083.49 -4900.8 326)" + "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" "3077" + "plane" "(-1083.49 -14981.4 326) (-990.32 -14981.4 294) (-990.32 -14981.4 262)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -12] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3078" + "plane" "(-1083.49 -4900.8 326) (-990.32 -4900.8 294) (-990.32 -14981.4 294)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[0 1 0 226] 0.35" + "vaxis" "[1 0 0 111] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3079" + "plane" "(-1083.49 -14981.4 230) (-990.32 -14981.4 262) (-990.32 -4900.8 262)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[0 1 0 226.285] 0.35" + "vaxis" "[1 0 0 -8.14282] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3080" + "plane" "(-1083.49 -4900.8 230) (-1083.49 -4900.8 326) (-1083.49 -14981.4 326)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68045" + side + { + "id" "3081" + "plane" "(-1176.66 -14981.4 358) (-1269.84 -14981.4 358) (-1269.84 -4900.8 358)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -12] 0.25" + "vaxis" "[0 -1 0 -112] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3082" + "plane" "(-1269.84 -4900.8 262) (-1269.84 -4900.8 358) (-1269.84 -14981.4 358)" + "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" "3083" + "plane" "(-1083.49 -4900.8 326) (-1176.66 -4900.8 358) (-1269.84 -4900.8 358)" + "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" "3084" + "plane" "(-1269.84 -14981.4 262) (-1269.84 -14981.4 358) (-1176.66 -14981.4 358)" + "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" "3085" + "plane" "(-1083.49 -14981.4 326) (-1176.66 -14981.4 358) (-1176.66 -4900.8 358)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[0 1 0 226] 0.35" + "vaxis" "[1 0 0 111] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3086" + "plane" "(-1130.08 -14981.4 214) (-1083.49 -14981.4 230) (-1083.49 -4900.8 230)" + "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" "3087" + "plane" "(-1083.49 -14981.4 230) (-1083.49 -14981.4 326) (-1083.49 -4900.8 326)" + "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" "3088" + "plane" "(-1130.08 -4900.8 214) (-1269.84 -4900.8 262) (-1269.84 -14981.4 262)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -12] 0.25" + "vaxis" "[0 -1 0 -112] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68046" + side + { + "id" "3089" + "plane" "(-1269.84 -4900.8 166) (-1269.84 -4900.8 262) (-1269.84 -14981.4 262)" + "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" "3090" + "plane" "(-1269.84 -4900.8 262) (-1269.84 -4900.8 166) (-1130.08 -4900.8 214)" + "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" "3091" + "plane" "(-1269.84 -14981.4 166) (-1269.84 -14981.4 262) (-1130.08 -14981.4 214)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -12] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3092" + "plane" "(-1269.84 -4900.8 166) (-1269.84 -14981.4 166) (-1130.08 -14981.4 214)" + "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" "3093" + "plane" "(-1130.08 -14981.4 214) (-1269.84 -14981.4 262) (-1269.84 -4900.8 262)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68052" + side + { + "id" "3124" + "plane" "(3843.04 -4900.8 -42) (3749.87 -4900.8 -42) (3749.87 -14981.4 -42)" + "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" "3125" + "plane" "(3749.87 -14981.4 166) (3749.87 -14981.4 -42) (3749.87 -4900.8 -42)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -445.715] 0.35" + "vaxis" "[0 0 -1 401.572] 0.35" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3126" + "plane" "(3843.04 -14981.4 -42) (3749.87 -14981.4 -42) (3749.87 -14981.4 166)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[-1 0 0 236] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3127" + "plane" "(3749.87 -4900.8 166) (3749.87 -4900.8 -42) (3843.04 -4900.8 -42)" + "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" "3128" + "plane" "(3843.04 -4900.8 198) (3843.04 -4900.8 -42) (3843.04 -14981.4 -42)" + "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" "3129" + "plane" "(3843.04 -14981.4 198) (3749.87 -14981.4 166) (3749.87 -4900.8 166)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[0 -1 0 -445.705] 0.35" + "vaxis" "[-1 0 0 315.279] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68053" + side + { + "id" "3130" + "plane" "(3843.04 -14981.4 198) (3843.04 -14981.4 230) (3889.62 -14981.4 214)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[-1 0 0 236] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3131" + "plane" "(3889.62 -4900.8 214) (3843.04 -4900.8 230) (3843.04 -4900.8 198)" + "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" "3132" + "plane" "(3843.04 -4900.8 230) (3889.62 -4900.8 214) (3889.62 -14981.4 214)" + "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" "3133" + "plane" "(3843.04 -14981.4 230) (3843.04 -14981.4 198) (3843.04 -4900.8 198)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -112] 0.25" + "vaxis" "[0 0 -1 281] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3134" + "plane" "(3889.62 -4900.8 214) (3843.04 -4900.8 198) (3843.04 -14981.4 198)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68054" + side + { + "id" "3135" + "plane" "(3749.87 -4900.8 262) (3749.87 -4900.8 294) (3749.87 -14981.4 294)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -112] 0.25" + "vaxis" "[0 0 -1 18] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3136" + "plane" "(3749.87 -14981.4 262) (3749.87 -14981.4 294) (3843.04 -14981.4 326)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[-1 0 0 236] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3137" + "plane" "(3843.04 -4900.8 326) (3749.87 -4900.8 294) (3749.87 -4900.8 262)" + "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" "3138" + "plane" "(3843.04 -14981.4 326) (3749.87 -14981.4 294) (3749.87 -4900.8 294)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[0 -1 0 -445.715] 0.35" + "vaxis" "[-1 0 0 315.285] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3139" + "plane" "(3843.04 -4900.8 230) (3749.87 -4900.8 262) (3749.87 -14981.4 262)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[0 -1 0 -461] 0.35" + "vaxis" "[-1 0 0 -299] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3140" + "plane" "(3843.04 -14981.4 230) (3843.04 -14981.4 326) (3843.04 -4900.8 326)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68055" + side + { + "id" "3141" + "plane" "(3936.2 -4896 358) (4029.39 -4896 358) (4029.39 -14981.4 358)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[-1 0 0 236] 0.25" + "vaxis" "[0 1 0 112] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3142" + "plane" "(4029.39 -14981.4 262) (4029.39 -14981.4 358) (4029.39 -4896 358)" + "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" "3143" + "plane" "(3843.04 -14981.4 326) (3936.2 -14981.4 358) (4029.39 -14981.4 358)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[-1 0 0 236] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3144" + "plane" "(4029.39 -4896 262) (4029.39 -4896 358) (3936.2 -4896 358)" + "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" "3145" + "plane" "(3843.04 -4896 326) (3936.2 -4896 358) (3936.2 -14981.4 358)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[0 -1 0 -445.715] 0.35" + "vaxis" "[-1 0 0 315.285] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3146" + "plane" "(3889.62 -4896 214) (3843.04 -4896 230) (3843.04 -14981.4 230)" + "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" "3147" + "plane" "(3843.04 -4896 230) (3843.04 -4896 326) (3843.04 -14981.4 326)" + "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" "3148" + "plane" "(3889.62 -14981.4 214) (4029.39 -14981.4 262) (4029.39 -4896 262)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68056" + side + { + "id" "3149" + "plane" "(4029.39 -14981.4 166) (4029.39 -14981.4 262) (4029.39 -4900.8 262)" + "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" "3150" + "plane" "(4029.39 -14981.4 262) (4029.39 -14981.4 166) (3889.62 -14981.4 214)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[-1 0 0 236] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3151" + "plane" "(4029.39 -4900.8 166) (4029.39 -4900.8 262) (3889.62 -4900.8 214)" + "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" "3152" + "plane" "(4029.39 -14981.4 166) (4029.39 -4900.8 166) (3889.62 -4900.8 214)" + "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" "3153" + "plane" "(3889.62 -4900.8 214) (4029.39 -4900.8 262) (4029.39 -14981.4 262)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68057" + side + { + "id" "3154" + "plane" "(4029.39 -14813.4 -42) (4029.39 -14729.4 -42) (-1269.84 -14729.4 -42)" + "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" "3155" + "plane" "(-1269.84 -14729.4 166) (-1269.84 -14729.4 -42) (4029.39 -14729.4 -42)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 374.285] 0.35" + "vaxis" "[0 0 -1 401.572] 0.35" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3156" + "plane" "(-1269.84 -14813.4 -42) (-1269.84 -14729.4 -42) (-1269.84 -14729.4 166)" + "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" "3157" + "plane" "(4029.39 -14729.4 166) (4029.39 -14729.4 -42) (4029.39 -14813.4 -42)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 112] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3158" + "plane" "(4029.39 -14813.4 198) (4029.39 -14813.4 -42) (-1269.84 -14813.4 -42)" + "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" "3159" + "plane" "(-1269.84 -14813.4 198) (-1269.84 -14729.4 166) (4029.39 -14729.4 166)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[-1 0 0 374.298] 0.35" + "vaxis" "[0 1 0 372.992] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68058" + side + { + "id" "3160" + "plane" "(-1269.84 -14813.4 198) (-1269.84 -14813.4 230) (-1269.84 -14855.4 214)" + "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" "3161" + "plane" "(4029.39 -14855.4 214) (4029.39 -14813.4 230) (4029.39 -14813.4 198)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 112] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3162" + "plane" "(4029.39 -14813.4 230) (4029.39 -14855.4 214) (-1269.84 -14855.4 214)" + "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" "3163" + "plane" "(-1269.84 -14813.4 230) (-1269.84 -14813.4 198) (4029.39 -14813.4 198)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 12] 0.25" + "vaxis" "[0 0 -1 281] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3164" + "plane" "(4029.39 -14855.4 214) (4029.39 -14813.4 198) (-1269.84 -14813.4 198)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68059" + side + { + "id" "3165" + "plane" "(4029.39 -14729.4 262) (4029.39 -14729.4 294) (-1269.84 -14729.4 294)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 12] 0.25" + "vaxis" "[0 0 -1 18] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3166" + "plane" "(-1269.84 -14729.4 262) (-1269.84 -14729.4 294) (-1269.84 -14813.4 326)" + "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" "3167" + "plane" "(4029.39 -14813.4 326) (4029.39 -14729.4 294) (4029.39 -14729.4 262)" + "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" "3168" + "plane" "(-1269.84 -14813.4 326) (-1269.84 -14729.4 294) (4029.39 -14729.4 294)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[-1 0 0 374] 0.35" + "vaxis" "[0 1 0 419] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3169" + "plane" "(4029.39 -14813.4 230) (4029.39 -14729.4 262) (-1269.84 -14729.4 262)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[-1 0 0 374.285] 0.35" + "vaxis" "[0 1 0 373] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3170" + "plane" "(-1269.84 -14813.4 230) (-1269.84 -14813.4 326) (4029.39 -14813.4 326)" + "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 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68060" + side + { + "id" "3171" + "plane" "(4029.39 -14897.4 358) (4029.39 -14981.4 358) (-1269.84 -14981.4 358)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 112] 0.25" + "vaxis" "[1 0 0 -12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3172" + "plane" "(-1269.84 -14981.4 262) (-1269.84 -14981.4 358) (4029.39 -14981.4 358)" + "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" "3173" + "plane" "(-1269.84 -14813.4 326) (-1269.84 -14897.4 358) (-1269.84 -14981.4 358)" + "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" "3174" + "plane" "(4029.39 -14981.4 262) (4029.39 -14981.4 358) (4029.39 -14897.4 358)" + "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" "3175" + "plane" "(4029.39 -14813.4 326) (4029.39 -14897.4 358) (-1269.84 -14897.4 358)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[-1 0 0 374] 0.35" + "vaxis" "[0 1 0 419] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3176" + "plane" "(4029.39 -14855.4 214) (4029.39 -14813.4 230) (-1269.84 -14813.4 230)" + "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" "3177" + "plane" "(4029.39 -14813.4 230) (4029.39 -14813.4 326) (-1269.84 -14813.4 326)" + "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" "3178" + "plane" "(-1269.84 -14855.4 214) (-1269.84 -14981.4 262) (4029.39 -14981.4 262)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "68061" + side + { + "id" "3179" + "plane" "(-1269.84 -14981.4 166) (-1269.84 -14981.4 262) (4029.39 -14981.4 262)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[-1 0 0 12] 0.25" + "vaxis" "[0 0 -1 152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3180" + "plane" "(-1269.84 -14981.4 262) (-1269.84 -14981.4 166) (-1269.84 -14855.4 214)" + "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" "3181" + "plane" "(4029.39 -14981.4 166) (4029.39 -14981.4 262) (4029.39 -14855.4 214)" + "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" "3182" + "plane" "(-1269.84 -14981.4 166) (4029.39 -14981.4 166) (4029.39 -14855.4 214)" + "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" "3183" + "plane" "(4029.39 -14855.4 214) (4029.39 -14981.4 262) (-1269.84 -14981.4 262)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "138923" + side + { + "id" "11465" + "plane" "(1974 -7684 11711.4) (2360 -7684 11711.4) (2360 -8064 11711.4)" + "material" "NATURE/BLENDCLIFFGRASS001A" + "uaxis" "[1 0 0 -209.455] 0.601563" + "vaxis" "[0 -1 0 -485.402] 0.601563" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[2360 -8064 11711.4]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + offsets + { + "row0" "-80.3972 78.9702 -3.80469 -74.4124 51.1113 -3.52149 -68.1931 30.6475 -3.22852 -64.0278 14.4443 -3.03125 -61.9375 0 -2.93164 -64.0278 -14.4443 -3.03125 -68.1931 -30.6475 -3.22852 -74.4124 -51.1108 -3.52149 -80.3972 -78.9697 -3.80664" + "row1" "-52.0347 73.0913 -3.52149 -50.1042 49.2144 -2.92578 -46.4849 29.9414 -2.5166 -43.5249 14.1143 -2.25977 -42.2632 0 -2.16797 -43.5247 -14.1143 -2.26172 -46.4849 -29.9414 -2.51758 -50.1042 -49.2144 -2.92578 -52.0347 -73.0913 -3.52149" + "row2" "-31.2014 66.9824 -3.22852 -30.4824 45.6597 -2.51758 -28.6191 28.1104 -2.00195 -27.0247 13.4014 -1.71875 -26.1858 0 -1.60742 -27.0244 -13.4014 -1.7207 -28.6191 -28.1113 -2.00391 -30.4824 -45.6597 -2.51758 -31.2012 -66.9824 -3.22852" + "row3" "-14.7053 62.8906 -3.03125 -14.3696 42.752 -2.25977 -13.6438 26.5444 -1.71875 -12.9265 12.6968 -1.38086 -12.5879 0 -1.26074 -12.9268 -12.6973 -1.38184 -13.6438 -26.5444 -1.7207 -14.3696 -42.7515 -2.25977 -14.7053 -62.8906 -3.03125" + "row4" "7.13442e-08 60.8374 -2.93164 5.27595e-08 41.5127 -2.16797 3.91181e-08 25.7207 -1.60742 3.06813e-08 12.3638 -1.26074 2.69264e-08 0 -1.10645 3.06813e-08 -12.3643 -1.26074 3.91181e-08 -25.7207 -1.60742 5.27595e-08 -41.5122 -2.16797 7.13442e-08 -60.8374 -2.93164" + "row5" "14.7053 62.8906 -3.03125 14.3696 42.751 -2.25977 13.6438 26.5439 -1.7207 12.9265 12.6963 -1.38184 12.5879 0 -1.26074 12.9265 -12.6963 -1.38184 13.6438 -26.5444 -1.71875 14.3696 -42.7515 -2.25977 14.7053 -62.8906 -3.03125" + "row6" "31.2014 66.9824 -3.22851 30.4824 45.6592 -2.51758 28.6191 28.1104 -2.00293 27.0247 13.4014 -1.71973 26.1858 0 -1.60644 27.0247 -13.4014 -1.71875 28.6191 -28.1113 -2.00391 30.4824 -45.6597 -2.5166 31.2014 -66.9824 -3.22851" + "row7" "52.0347 73.0908 -3.52148 50.1042 49.2144 -2.92578 46.4849 29.9414 -2.51758 43.5249 14.1143 -2.25976 42.2632 0 -2.16601 43.5249 -14.1143 -2.25976 46.4849 -29.9414 -2.51758 50.104 -49.2144 -2.9248 52.0347 -73.0913 -3.52148" + "row8" "80.3972 78.9697 -3.80469 74.4121 51.1108 -3.52148 68.1934 30.6475 -3.22851 64.0278 14.4443 -3.03125 61.9375 0 -2.93164 64.0278 -14.4443 -3.03125 68.1934 -30.6475 -3.22851 74.4121 -51.1108 -3.52148 80.3972 -78.9697 -3.80469" + } + offset_normals + { + "row0" "-0.42265 0.42265 0.57735 -0.101357 0.135335 0.985602 -0.038035 0.144414 0.988786 0.0670018 0.0562606 0.996165 0.215846 0.15801 0.963558 0.092497 0.0490461 0.994504 0.0873936 0.046393 0.995093 0.0480545 0.030519 0.998378 -2.43359e-08 0 1" + "row1" "-0.116906 0.117475 0.986171 0.0281641 -0.0289934 0.999183 0.00971972 0.0159703 0.950298 0.0272463 -0.00829328 0.999594 0.0599393 0.032989 0.88864 0.0245592 0.00817148 0.999665 0.037135 0.0238896 0.976538 0.0284991 0.0290143 0.999173 0.0227837 0.0535863 0.998303" + "row2" "-0.065736 0.109884 0.991768 -7.91893e-05 0.00469871 0.95013 0.0143434 -0.0160605 0.999768 0.0231166 -0.00200112 0.977562 0.043614 0.0264155 0.910963 0.0234589 0.0151783 0.977569 0.0157751 0.0160602 0.999747 0.0167207 0.0430831 0.983304 0.0155076 0.108744 0.993949" + "row3" "0.0335575 0.0249966 0.999124 0.0103293 -0.0250023 0.999634 0.0170312 -0.00806802 0.977576 0.00726261 -0.0100662 0.999923 0.015191 0.00660382 0.977697 0.00988726 0.0100659 0.9999 0.00842213 0.0303237 0.98417 0.00802629 0.0250028 0.999655 0.0114435 0.126607 0.991887" + "row4" "0.215846 0.15801 0.963558 0.0450243 0.0178983 0.888625 0.0361895 0.0188569 0.910977 0.0090826 0.000385085 0.977712 -2.43359e-08 0 1 -1.03582e-07 0.0219064 0.984301 -1.10822e-07 0.0701657 0.937379 -2.99486e-05 0.0932267 0.921654 -2.30871e-08 0.316228 0.948683" + "row5" "0.10881 0.062202 0.992114 -0.0107594 -0.0279239 0.999552 0.00109643 -0.00762292 0.97757 -0.00712172 -0.00725038 0.999948 -0.00610846 0.0156876 0.984316 -0.00988754 0.00739388 0.999924 -0.00845227 0.0299751 0.984163 -0.00814596 0.0277384 0.999582 -0.0113869 0.125933 0.991973" + "row6" "0.277295 0.242733 0.929617 0.0545685 0.0416419 0.976687 -0.0139227 -0.0141743 0.999803 -0.0139689 0.00756244 0.984177 -0.00742456 0.0626071 0.937393 -0.0144116 0.0237845 0.984182 -0.0157755 0.0146026 0.999769 -0.0170073 0.0443811 0.983104 -0.0166049 0.113321 0.99342" + "row7" "0.282337 0.266568 0.921535 -0.0279478 -0.0284726 0.999204 0.0346778 0.0605753 0.983172 -0.0274066 -0.0109326 0.999565 -0.0148475 0.0780522 0.92165 -0.0245587 0.0105344 0.999643 -0.0269716 0.0329641 0.983318 -0.0284982 0.0286537 0.999183 -0.0231869 0.0549713 0.998219" + "row8" "1 1 1 0.25851 0.286217 0.922633 0.207638 0.295382 0.932543 0.0265355 0.140012 0.989794 -2.30871e-08 0.316228 0.948683 -0.041736 0.0957411 0.994531 -0.0416026 0.0831596 0.995667 -0.0370428 0.0393122 0.99854 -2.43359e-08 0 1" + } + alphas + { + "row0" "255 255 130 205 5 130 205 255 205" + "row1" "255 155 255 155 0 0 0 155 205" + "row2" "230 180 0 0 0 0 0 155 155" + "row3" "180 80 0 0 0 0 0 30 230" + "row4" "255 0 0 0 0 0 0 255 205" + "row5" "255 0 0 0 0 0 0 0 255" + "row6" "255 0 0 0 0 180 0 0 180" + "row7" "255 130 155 0 180 0 230 155 255" + "row8" "255 255 155 255 255 255 255 205 230" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row4" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row5" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row6" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row7" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11466" + "plane" "(1974 -8064 11695.4) (2360 -8064 11695.4) (2360 -7684 11695.4)" + "material" "NATURE/BLENDCLIFFGRASS001A" + "uaxis" "[1 0 0 -209.455] 0.601563" + "vaxis" "[0 -1 0 -485.402] 0.601563" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[2360 -8064 11695.4]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 8.11198e-09 0 -0.333333" + "row1" "0 0 0 0 0 0 0 0 0 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1" + "row2" "0 0 0 0 0 0 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1" + "row3" "0 0 0 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1" + "row4" "2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1" + "row5" "2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1" + "row6" "2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1" + "row7" "0 0 0 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -0.999999" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.43359e-08 0 -0.999998 2.43359e-08 0 -0.999999 0 0 0" + } + distances + { + "row0" "0 0 0 3.29395 5.73682 5.59863 4.89648 4.47705 1.40007" + "row1" "0 0 0 13.0068 25.6738 27.9141 18.3428 12.5049 1.30176" + "row2" "0 0 7.36719 28.8301 40.332 40.1729 32.0127 14.2988 1.11865" + "row3" "0 2.71289 35.5586 50.7432 51.2393 43.4902 37.9209 25.8887 4.84814" + "row4" "0.986328 18.1797 47.7871 63.7266 60.6582 42.8984 43.3965 31.3018 7.86426" + "row5" "2.19922 14.9336 37.5215 67.3076 65.8818 45.5342 33.9443 25.3262 4.47168" + "row6" "1.5332 7.07715 32.4199 51.75 49.6396 9.7793 11.3379 8.23926 0.705078" + "row7" "0 0.494141 12.3398 22.3672 4.4209 0.760742 2.07031 1.67773 0.126465" + "row8" "0 0 0 0 0 0 0.0498046 0.154785 0" + } + offsets + { + "row0" "-80.3972 78.9702 3.80469 -52.0347 73.0913 3.52344 -31.2012 66.9824 3.22754 -14.7053 62.8906 3.03027 -7.13442e-08 60.8374 2.93164 14.7053 62.8906 3.0293 31.2012 66.9824 3.22656 52.0347 73.0913 3.52246 80.3972 78.9702 3.80469" + "row1" "-74.4121 51.1113 3.52344 -50.104 49.2148 2.92383 -30.4824 45.6597 2.51758 -14.3696 42.7515 2.26074 -5.27358e-08 41.5122 2.16699 14.3696 42.751 2.25977 30.4824 45.6592 2.51758 50.1042 49.2144 2.92383 74.4121 51.1108 3.52344" + "row2" "-68.1931 30.6475 3.22656 -46.4849 29.9414 2.51758 -28.6191 28.1104 2.00293 -13.6438 26.5444 1.71973 -3.91181e-08 25.7207 1.60742 13.6438 26.5439 1.71973 28.6191 28.1108 2.00195 46.4849 29.9414 2.51758 68.1934 30.6475 3.22754" + "row3" "-64.0278 14.4443 3.03027 -43.5249 14.1143 2.25976 -27.0247 13.4014 1.71973 -12.9265 12.6968 1.38184 -3.06813e-08 12.3643 1.26074 12.9265 12.6973 1.38184 27.0247 13.4014 1.71973 43.5249 14.1143 2.25977 64.0278 14.4443 3.03028" + "row4" "-61.9374 0 2.93164 -42.2632 0 2.16699 -26.1858 0 1.60742 -12.5879 0 1.26074 -2.69501e-08 0 1.10742 12.5879 0 1.26074 26.1858 0 1.60742 42.2632 0 2.16699 61.9375 0 2.93164" + "row5" "-64.0278 -14.4448 3.03027 -43.5249 -14.1143 2.26172 -27.0247 -13.4014 1.71973 -12.9265 -12.6963 1.38184 -3.06813e-08 -12.3638 1.26074 12.9265 -12.6963 1.38281 27.0247 -13.4014 1.71973 43.5249 -14.1143 2.26172 64.0278 -14.4443 3.0293" + "row6" "-68.1931 -30.6475 3.22754 -46.4849 -29.9414 2.51758 -28.6191 -28.1113 2.00293 -13.6438 -26.5444 1.71973 -3.90943e-08 -25.7207 1.60645 13.6438 -26.5449 1.71973 28.6191 -28.1108 2.00391 46.4849 -29.9414 2.51758 68.1934 -30.6475 3.22656" + "row7" "-74.4124 -51.1108 3.52246 -50.1042 -49.2144 2.92383 -30.4824 -45.6592 2.51758 -14.3696 -42.7515 2.26172 -5.2712e-08 -41.5127 2.16602 14.3696 -42.752 2.25977 30.4824 -45.6597 2.51758 50.1042 -49.2144 2.92383 74.4121 -51.1113 3.52344" + "row8" "-80.3972 -78.9697 3.80469 -52.0347 -73.0908 3.52344 -31.2012 -66.9824 3.22754 -14.7053 -62.8906 3.03027 -7.13442e-08 -60.8374 2.93164 14.7053 -62.8906 3.0293 31.2012 -66.9824 3.22754 52.0347 -73.0913 3.52246 80.3972 -78.9697 3.80469" + } + offset_normals + { + "row0" "2.43359e-08 0 -1 0.023177 -0.0549653 -0.998219 0.0166048 -0.113329 -0.993419 0.0113869 -0.125935 -0.991973 2.30871e-08 -0.316228 -0.948683 -0.0114335 -0.126607 -0.991887 -0.0155053 -0.108744 -0.993949 -0.0227861 -0.0535954 -0.998303 2.43359e-08 0 -1" + "row1" "0.0370563 -0.0234467 -0.999038 0.0284787 -0.0286732 -0.999183 0.0170024 -0.0443853 -0.983104 0.00814596 -0.0277384 -0.999582 3.41927e-05 -0.0932261 -0.921654 -0.00800932 -0.0250028 -0.999655 -0.0167159 -0.0430831 -0.983304 -0.0284992 -0.0290143 -0.999173 -0.0640034 -0.0304966 -0.997484" + "row2" "0.0417414 -0.0166341 -0.99899 0.0269668 -0.0173364 -0.983318 0.0157755 -0.014593 -0.999769 0.00845227 -0.0299722 -0.984163 1.11753e-07 -0.0701633 -0.937379 -0.00841788 -0.0303231 -0.98417 -0.0157751 -0.0160602 -0.999747 -0.0527625 -0.0238852 -0.976537 -0.154648 -0.0460109 -0.986898" + "row3" "0.0419259 -0.0113295 -0.999056 0.0245587 -0.0105161 -0.999643 0.0144108 -0.00815271 -0.984182 0.00988754 -0.00739388 -0.999924 1.04048e-07 -0.0219058 -0.984301 -0.00988726 -0.0100659 -0.9999 -0.0390833 -0.015174 -0.977569 -0.0245592 -0.00815419 -0.999665 -0.17799 -0.0484625 -0.982838" + "row4" "2.43359e-08 0 -1 0.0148467 7.71543e-05 -0.92165 0.00742149 -0.000107808 -0.937393 0.00610769 -6.28264e-05 -0.984316 2.43359e-08 0 -1 -0.0308154 -0.00660382 -0.977697 -0.106112 -0.0264155 -0.910963 -0.138064 -0.0329847 -0.88864 -0.516972 -0.138522 -0.84472" + "row5" "-0.0267966 0.0113836 -0.999576 0.0274066 0.0109325 -0.999565 0.0139651 0.00805923 -0.984177 0.00712172 0.00725038 -0.999948 -0.0247078 0.0152391 -0.977712 -0.00726261 0.0100662 -0.999923 -0.0387386 0.00200112 -0.977562 -0.0272464 0.00829329 -0.999594 -0.224428 -0.0549495 -0.97294" + "row6" "-0.217299 0.017363 -0.975951 -0.0346719 0.0175495 -0.983172 0.0139104 0.0141618 -0.999803 -0.0167299 0.0232384 -0.97757 -0.0986902 0.04364 -0.910977 -0.032654 0.0236922 -0.977576 -0.0143339 0.0160605 -0.999768 -0.0878419 -0.0159709 -0.950298 -0.327979 -0.136528 -0.934767" + "row7" "-0.269725 0.0229398 -0.962664 0.0279793 0.028485 -0.999203 -0.0701947 0.0364767 -0.976687 0.0107384 0.0279015 -0.999553 -0.123155 0.0602203 -0.888625 -0.0103293 0.0250023 -0.999634 -0.0780436 0.0109284 -0.95013 -0.0281645 0.0289934 -0.999183 -0.272656 -0.130882 -0.953168" + "row8" "-1 0 -1 -0.306526 0.0446957 -0.950812 -0.343582 0.077658 -0.935906 -0.193162 0.0936165 -0.97669 -0.51273 0.187672 -0.837787 -0.192878 0.0643916 -0.979107 -0.30756 -0.0312399 -0.951016 -0.259848 -0.0966538 -0.9608 -0.57735 -0.42265 -0.57735" + } + alphas + { + "row0" "255 230 230 255 230 255 255 255 255" + "row1" "255 155 230 0 0 0 0 0 255" + "row2" "255 180 5 0 0 0 0 0 255" + "row3" "230 130 0 0 0 0 0 0 255" + "row4" "205 0 0 155 0 0 0 55 255" + "row5" "180 0 0 0 0 0 0 255 230" + "row6" "255 130 0 130 0 0 0 180 255" + "row7" "30 155 0 0 180 155 230 255 255" + "row8" "230 230 105 255 255 230 255 255 255" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11467" + "plane" "(1974 -7684 11711.4) (1974 -8064 11711.4) (1974 -8064 11695.4)" + "material" "NATURE/BLENDCLIFFGRASS001A" + "uaxis" "[0 1 0 485.402] 0.601563" + "vaxis" "[0 0 -1 494.313] 0.03125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[1974 -8064 11711.4]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "8.11198e-09 0 -0.333333 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -0.999999 0 0 0" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "1.40007 1.30176 1.11865 4.84814 7.86426 4.47168 0.705078 0.126465 0" + } + offsets + { + "row0" "80.3972 78.9697 -3.80469 74.4121 51.1108 -3.52148 68.1934 30.6475 -3.22851 64.0278 14.4443 -3.03125 61.9375 0 -2.93164 64.0278 -14.4443 -3.03125 68.1934 -30.6475 -3.22851 74.4121 -51.1108 -3.52148 80.3972 -78.9697 -3.80469" + "row1" "74.4121 73.0913 -2.46289 61.7871 49.2144 -2.37109 53.1943 29.9414 -2.20019 47.7566 14.1143 -2.05957 45.7886 0 -2 47.7566 -14.1143 -2.06055 53.1943 -29.9414 -2.20117 61.7871 -49.2144 -2.37305 74.4121 -73.0913 -2.46289" + "row2" "68.1934 66.9824 -1.47656 53.1943 45.6597 -1.44336 42.3213 28.1104 -1.35449 36.3423 13.4014 -1.27832 33.9629 0 -1.23926 36.3423 -13.4014 -1.2793 42.3213 -28.1113 -1.35547 53.1943 -45.6597 -1.44336 68.1934 -66.9824 -1.47851" + "row3" "64.0278 62.8906 -0.695311 47.7566 42.752 -0.680663 36.3423 26.5444 -0.645507 29.1953 12.6968 -0.611327 26.6411 0 -0.595702 29.1953 -12.6973 -0.611327 36.3423 -26.5444 -0.645507 47.7566 -42.7515 -0.680663 64.0278 -62.8906 -0.697264" + "row4" "61.9375 60.8374 1.50731e-06 45.7886 41.5127 1.11431e-06 33.9626 25.7207 8.26513e-07 26.6411 12.3638 6.48336e-07 23.3833 0 5.69054e-07 26.6411 -12.3643 6.48336e-07 33.9626 -25.7207 8.26513e-07 45.7886 -41.5122 1.11431e-06 61.9375 -60.8374 1.50731e-06" + "row5" "64.0278 62.8906 0.697267 47.7566 42.751 0.680665 36.3423 26.5439 0.645509 29.1953 12.6963 0.611329 26.6411 0 0.594727 29.1953 -12.6963 0.611329 36.3423 -26.5444 0.645509 47.7566 -42.7515 0.680665 64.0278 -62.8906 0.697267" + "row6" "68.1934 66.9824 1.47656 53.1943 45.6592 1.44336 42.3213 28.1104 1.35449 36.3423 13.4014 1.2793 33.9626 0 1.23926 36.3423 -13.4014 1.27832 42.3213 -28.1113 1.35449 53.1943 -45.6597 1.44238 68.1934 -66.9824 1.47656" + "row7" "74.4121 73.0913 2.46387 61.7871 49.2144 2.3711 53.1943 29.9414 2.2002 47.7563 14.1143 2.06055 45.7886 0 2 47.7566 -14.1143 2.05957 53.1943 -29.9414 2.19922 61.7871 -49.2144 2.3711 74.4121 -73.0913 2.46289" + "row8" "80.3972 78.9702 3.80469 74.4121 51.1108 3.52344 68.1934 30.6475 3.22754 64.0278 14.4443 3.03028 61.9375 0 2.93164 64.0278 -14.4443 3.0293 68.1934 -30.6475 3.22656 74.4121 -51.1113 3.52344 80.3972 -78.9697 3.80469" + } + offset_normals + { + "row0" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + "row1" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + "row2" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + "row3" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + "row4" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + "row5" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + "row6" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + "row7" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + "row8" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + } + alphas + { + "row0" "255 255 155 255 255 255 255 205 230" + "row1" "255 255 255 255 255 180 255 230 255" + "row2" "255 255 255 255 255 255 255 255 255" + "row3" "255 255 255 255 255 255 255 255 255" + "row4" "255 255 255 255 255 255 155 255 255" + "row5" "255 255 255 255 255 255 255 255 255" + "row6" "255 255 255 255 255 255 205 255 255" + "row7" "255 255 255 255 255 255 205 255 255" + "row8" "255 255 255 255 255 230 255 255 255" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11468" + "plane" "(2360 -7684 11695.4) (2360 -8064 11695.4) (2360 -8064 11711.4)" + "material" "NATURE/BLENDCLIFFGRASS001A" + "uaxis" "[0 1 0 485.402] 0.601563" + "vaxis" "[0 0 -1 494.313] 0.03125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[2360 -8064 11711.4]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.43359e-08 0 -1" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.43359e-08 0 -1" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.43359e-08 0 -1" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0.986328" + "row5" "0 0 0 0 0 0 0 0 2.19922" + "row6" "0 0 0 0 0 0 0 0 1.5332" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + offsets + { + "row0" "-80.3972 78.9702 -3.80469 -74.4121 73.0913 -2.46289 -68.1931 66.9824 -1.47656 -64.0278 62.8906 -0.697267 -61.9375 60.8374 -1.50731e-06 -64.028 62.8906 0.697264 -68.1931 66.9824 1.47656 -74.4121 73.0908 2.46387 -80.3972 78.9702 3.80469" + "row1" "-74.4124 51.1113 -3.52149 -61.7871 49.2148 -2.3711 -53.1942 45.6597 -1.44336 -47.7565 42.7515 -0.680665 -45.7885 41.5122 -1.1143e-06 -47.7565 42.751 0.680663 -53.1942 45.6592 1.44238 -61.7871 49.2144 2.37109 -74.4121 51.1113 3.52344" + "row2" "-68.1931 30.6475 -3.22852 -53.1942 29.9414 -2.2002 -42.3213 28.1104 -1.35449 -36.3423 26.5444 -0.645509 -33.9626 25.7207 -8.26513e-07 -36.3423 26.5439 0.645507 -42.3212 28.1108 1.35449 -53.1942 29.9414 2.20019 -68.1931 30.6475 3.22656" + "row3" "-64.0278 14.4443 -3.03125 -47.7565 14.1143 -2.05957 -36.3423 13.4014 -1.2793 -29.1954 12.6968 -0.611329 -26.641 12.3643 -6.48333e-07 -29.1954 12.6973 0.611327 -36.3423 13.4014 1.27832 -47.7565 14.1143 2.05957 -64.0278 14.4443 3.03027" + "row4" "-61.9375 0 -2.93164 -45.7885 0 -2 -33.9626 0 -1.24024 -26.641 0 -0.595704 -23.3832 0 -5.69051e-07 -26.641 0 0.595702 -33.9626 0 1.24023 -45.7883 0 2 -61.9374 0 2.93164" + "row5" "-64.0278 -14.4443 -3.03125 -47.7565 -14.1143 -2.05957 -36.3423 -13.4014 -1.2793 -29.1954 -12.6963 -0.611329 -26.641 -12.3638 -6.48333e-07 -29.1954 -12.6963 0.612304 -36.3422 -13.4014 1.2793 -47.7565 -14.1143 2.06055 -64.0278 -14.4448 3.03027" + "row6" "-68.1931 -30.6475 -3.22852 -53.1941 -29.9414 -2.20117 -42.3213 -28.1113 -1.35449 -36.3423 -26.5444 -0.645509 -33.9626 -25.7207 -8.26513e-07 -36.3423 -26.5449 0.645507 -42.3213 -28.1108 1.35449 -53.1941 -29.9414 2.19922 -68.1931 -30.6475 3.22754" + "row7" "-74.4124 -51.1108 -3.52149 -61.7871 -49.2144 -2.37305 -53.1942 -45.6592 -1.44336 -47.7565 -42.7515 -0.680665 -45.7885 -41.5127 -1.1143e-06 -47.7565 -42.752 0.680663 -53.1942 -45.6597 1.44336 -61.7871 -49.2144 2.37109 -74.4124 -51.1108 3.52246" + "row8" "-80.3972 -78.9697 -3.80664 -74.4121 -73.0913 -2.46387 -68.1931 -66.9824 -1.47656 -64.0278 -62.8906 -0.697267 -61.9374 -60.8374 -1.5073e-06 -64.028 -62.8906 0.697264 -68.1931 -66.9824 1.47656 -74.4121 -73.0908 2.46387 -80.3972 -78.9697 3.80469" + } + offset_normals + { + "row0" "-0.42265 0.42265 0.57735 -0.0991116 0.0978089 0.990258 -0.0353032 0.0318899 0.998868 0.195359 -0.194862 0.961178 0.627963 -0.627963 -0.459701 0.208951 -0.198235 -0.957623 0.106291 -0.113381 -0.98785 0.0551782 -0.0576368 -0.996812 2.43359e-08 0 -1" + "row1" "-0.101357 0.135335 0.985602 0.0782844 -0.0474579 0.995801 0.114759 -0.0562053 0.887378 0.261907 -0.153557 0.952799 0.257285 -0.124396 -0.0331737 0.266583 -0.140854 -0.953464 0.142028 -0.0812227 -0.927069 0.0782254 -0.0479894 -0.99578 0.0370563 -0.0234467 -0.999038" + "row2" "-0.038035 0.144414 0.988786 0.0696734 0.00156077 0.945812 0.140469 -0.0433379 0.989136 0.244934 -0.0725675 0.722555 0.356312 -0.0588338 -0.0263669 0.246068 -0.0735745 -0.735732 0.140441 -0.0476598 -0.988941 0.0871359 -0.0317165 -0.978786 0.0417414 -0.0166341 -0.99899" + "row3" "0.0670018 0.0562606 0.996165 0.0908153 -0.0201895 0.995663 0.203303 -0.0176514 0.903591 0.221047 -0.0345411 0.974651 0.449573 -0.0350814 -0.00646833 0.220935 -0.0469508 -0.974158 0.193962 -0.0272752 -0.910061 0.0908227 -0.0156535 -0.995744 0.0419259 -0.0113295 -0.999056" + "row4" "0.215846 0.15801 0.963558 0.169357 0.0329425 0.822854 0.36088 0.0274628 0.654913 0.470408 0.00971231 0.645623 1 0 2.43359e-08 0.459683 0.0041805 -0.652318 0.323649 0.00116333 -0.681401 0.124097 -3.24352e-05 -0.85592 2.43359e-08 0 -1" + "row5" "0.092497 0.0490461 0.994504 0.0813963 0.0188344 0.996504 0.225174 0.0349379 0.897631 0.299704 0.0459275 0.952926 0.480517 0.0489743 -0.000226907 0.294149 0.0625095 -0.953713 0.213467 0.0325866 -0.904578 0.0819184 0.0143604 -0.996536 -0.0267966 0.0113836 -0.999576" + "row6" "0.0873936 0.046393 0.995093 0.099861 0.0391595 0.97148 0.158714 0.0475268 0.98618 0.247314 0.0751032 0.727731 0.328217 0.08746 -0.000120229 0.246758 0.0783777 -0.727934 0.154154 0.0523131 -0.986661 0.02681 0.0329537 -0.978248 -0.217299 0.017363 -0.975951" + "row7" "0.0480545 0.030519 0.998378 0.0796273 0.0479644 0.99567 0.122819 0.0812779 0.924384 0.20262 0.119499 0.971939 0.185338 0.142047 0.000144021 0.210514 0.111228 -0.971243 0.0610144 0.0808439 -0.924352 0.0791521 0.0485224 -0.995681 -0.269725 0.0229398 -0.962664" + "row8" "-2.43359e-08 0 1 0.0471178 0.0634515 0.996872 0.0667742 0.14614 0.987008 0.144193 0.266508 0.952985 0 1 0 0.0537161 0.268153 -0.961878 -0.256704 0.143041 -0.955846 -0.27569 0.0615001 -0.959277 -1 0 -1" + } + alphas + { + "row0" "255 255 255 255 255 255 255 230 255" + "row1" "255 255 255 255 255 255 255 255 255" + "row2" "130 255 255 255 255 230 255 255 255" + "row3" "205 230 255 255 205 230 255 255 230" + "row4" "5 205 230 255 255 255 230 230 205" + "row5" "130 205 255 255 255 255 255 255 180" + "row6" "205 255 255 255 230 255 205 205 255" + "row7" "255 255 230 255 255 80 255 205 30" + "row8" "205 255 230 230 255 230 230 230 230" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row1" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row2" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row3" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row4" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row5" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row6" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row7" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11469" + "plane" "(2360 -7684 11711.4) (1974 -7684 11711.4) (1974 -7684 11695.4)" + "material" "NATURE/BLENDCLIFFGRASS001A" + "uaxis" "[1 0 0 -209.455] 0.601563" + "vaxis" "[0 0 -1 494.313] 0.03125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[2360 -7684 11711.4]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.43359e-08 0 -0.999998" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.43359e-08 0 -0.999999" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0.0498046" + "row7" "0 0 0 0 0 0 0 0 0.154785" + "row8" "0 0 0 0 0 0 0 0 0" + } + offsets + { + "row0" "-80.3972 -78.9697 -3.80664 -74.4121 -73.0913 -2.46387 -68.1931 -66.9824 -1.47656 -64.0278 -62.8906 -0.697267 -61.9374 -60.8374 -1.5073e-06 -64.028 -62.8906 0.697264 -68.1931 -66.9824 1.47656 -74.4121 -73.0908 2.46387 -80.3972 -78.9697 3.80469" + "row1" "-52.0347 -73.0913 -3.52149 -50.1042 -60.6899 -2.37109 -46.4849 -52.25 -1.44336 -43.5249 -46.9082 -0.680665 -42.2632 -44.9756 -1.02851e-06 -43.5247 -46.9082 0.680663 -46.4849 -52.25 1.44238 -50.1042 -60.6899 2.37109 -52.0347 -73.0908 3.52344" + "row2" "-31.2012 -66.9824 -3.22852 -30.4824 -52.25 -2.20117 -28.6191 -41.5703 -1.35449 -27.0247 -35.6968 -0.645508 -26.1858 -33.3589 -6.37256e-07 -27.0244 -35.6973 0.645507 -28.6191 -41.5703 1.35449 -30.4824 -52.25 2.20019 -31.2012 -66.9824 3.22754" + "row3" "-14.7053 -62.8906 -3.03125 -14.3696 -46.9087 -2.05957 -13.6438 -35.6968 -1.2793 -12.9265 -28.6768 -0.611328 -12.5879 -26.1675 -3.06338e-07 -12.9268 -28.6768 0.611328 -13.6438 -35.6968 1.27832 -14.3696 -46.9082 2.05957 -14.7053 -62.8906 3.03027" + "row4" "7.13442e-08 -60.8374 -2.93164 4.86719e-08 -44.9756 -2 3.01823e-08 -33.3589 -1.24023 1.4497e-08 -26.168 -0.595703 0 -22.9678 0 -1.4497e-08 -26.1675 0.595703 -3.01823e-08 -33.3589 1.24023 -4.86719e-08 -44.9756 2 -7.13442e-08 -60.8374 2.93164" + "row5" "14.7053 -62.8906 -3.03125 14.3696 -46.9082 -2.05957 13.6438 -35.6968 -1.2793 12.9265 -28.6768 -0.611328 12.5879 -26.168 3.06338e-07 12.9265 -28.6768 0.612305 13.6438 -35.6968 1.2793 14.3696 -46.9082 2.06055 14.7053 -62.8906 3.0293" + "row6" "31.2014 -66.9824 -3.22851 30.4824 -52.249 -2.20019 28.6191 -41.5698 -1.35449 27.0247 -35.6968 -0.645507 26.1858 -33.3589 6.37256e-07 27.0247 -35.6968 0.645508 28.6191 -41.5703 1.35449 30.4824 -52.25 2.19922 31.2012 -66.9824 3.22754" + "row7" "52.0347 -73.0913 -3.52148 50.1042 -60.6899 -2.37305 46.4849 -52.249 -1.44336 43.5249 -46.9082 -0.680663 42.2632 -44.9756 1.02851e-06 43.5249 -46.9087 0.680665 46.4849 -52.25 1.44336 50.104 -60.6899 2.37109 52.0347 -73.0913 3.52246" + "row8" "80.3972 -78.9697 -3.80469 74.4121 -73.0913 -2.46289 68.1934 -66.9824 -1.47851 64.0278 -62.8906 -0.697264 61.9375 -60.8374 1.50731e-06 64.0278 -62.8906 0.697267 68.1934 -66.9824 1.47656 74.4121 -73.0913 2.46289 80.3972 -78.9697 3.80469" + } + offset_normals + { + "row0" "-2.43359e-08 0 1 0.0471178 0.0634515 0.996872 0.0667742 0.14614 0.987008 0.144193 0.266508 0.952985 0 1 0 0.0537161 0.268153 -0.961878 -0.256704 0.143041 -0.955846 -0.27569 0.0615001 -0.959277 -1 0 -1" + "row1" "0.0227837 0.0535863 0.998303 0.0466002 0.0796582 0.995732 0.0725437 0.149789 0.920074 0.150704 0.266416 0.952004 0.077816 0.292883 -0.000128074 0.138222 0.271143 -0.952563 0.00809826 0.151256 -0.92018 0.0471341 0.0796336 -0.995709 -0.306526 0.0446957 -0.950812" + "row2" "0.0155076 0.108744 0.993949 0.0308956 0.104329 0.978676 0.042554 0.142961 0.988813 0.0623738 0.25455 0.728667 0.0223382 0.383974 4.6969e-05 0.0633593 0.255698 -0.728617 0.0467988 0.142934 -0.988625 -0.0560252 0.097594 -0.972031 -0.343582 0.077658 -0.935906" + "row3" "0.0114435 0.126607 0.991887 0.0198459 0.0924433 0.99552 0.0238179 0.212219 0.90982 0.0338992 0.224851 0.973803 0.0255789 0.458391 0.000130475 0.0460783 0.224741 -0.973328 0.00213114 0.205291 -0.903091 0.0153734 0.0924505 -0.995599 -0.193162 0.0936165 -0.97669" + "row4" "-2.30871e-08 0.316228 0.948683 8.32646e-05 0.20349 0.855763 -0.00102737 0.388619 0.681145 -0.00304214 0.479526 0.651588 0 1 0 -0.0287385 0.471198 -0.645104 -0.099726 0.361038 -0.654811 -0.123199 0.170304 -0.822791 -0.51273 0.187672 -0.837787" + "row5" "-0.0113869 0.125933 0.991973 -0.0184855 0.0828965 0.996387 -0.0278042 0.234417 0.903675 -0.0450404 0.304634 0.951404 -0.0573596 0.492333 0.0063534 -0.0613063 0.299014 -0.952277 -0.0566254 0.225081 -0.897447 -0.0141039 0.0833893 -0.996417 -0.192878 0.0643916 -0.979107" + "row6" "-0.0166049 0.113321 0.99342 -0.0319766 0.108027 0.977905 -0.0466635 0.161517 0.985766 -0.0830216 0.259482 0.733734 -0.123092 0.365684 0.0262869 -0.0862382 0.258943 -0.720735 -0.0513653 0.156881 -0.986281 -0.0931183 0.0736259 -0.94506 -0.30756 -0.0312399 -0.951016" + "row7" "-0.0231869 0.0549713 0.998219 -0.0471477 0.0811649 0.995585 -0.0891156 0.134288 0.93073 -0.117291 0.206092 0.971478 -0.185977 0.232576 0.0331894 -0.10919 0.214192 -0.97067 -0.124773 0.108031 -0.891084 -0.0476572 0.0805763 -0.995608 -0.259848 -0.0966538 -0.9608" + "row8" "-2.43359e-08 0 1 -0.0716709 0.0575871 0.995764 -0.184314 0.112062 0.976458 -0.307267 0.192853 0.931877 -0.910684 0.333333 0.244017 -0.391999 0.18279 -0.901623 -0.429224 -0.0288124 -0.902738 -0.297028 -0.0938555 -0.950245 -0.57735 -0.42265 -0.57735" + } + alphas + { + "row0" "205 255 230 230 255 230 230 230 230" + "row1" "205 130 255 255 255 205 255 255 230" + "row2" "155 255 255 255 255 255 255 255 105" + "row3" "230 255 255 255 255 255 255 255 255" + "row4" "205 255 255 255 255 255 255 255 255" + "row5" "255 255 255 255 255 255 255 255 230" + "row6" "180 230 205 255 255 255 255 80 255" + "row7" "255 255 255 255 255 255 255 255 255" + "row8" "230 255 255 255 255 255 255 255 255" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row1" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row2" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row3" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row4" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row5" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row6" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + "row7" "9 9 9 9 9 9 9 9 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11470" + "plane" "(2360 -8064 11695.4) (1974 -8064 11695.4) (1974 -8064 11711.4)" + "material" "NATURE/BLENDCLIFFGRASS001A" + "uaxis" "[1 0 0 -209.455] 0.601563" + "vaxis" "[0 0 -1 494.313] 0.03125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[2360 -8064 11711.4]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 2.43359e-08 0 -1 8.11198e-09 0 -0.333333" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 3.29395 5.73682 5.59863 4.89648 4.47705 1.40007" + } + offsets + { + "row0" "-80.3972 78.9702 -3.80469 -52.0347 73.0913 -3.52149 -31.2014 66.9824 -3.22852 -14.7053 62.8906 -3.03125 7.13442e-08 60.8374 -2.93164 14.7053 62.8906 -3.03125 31.2014 66.9824 -3.22851 52.0347 73.0908 -3.52148 80.3972 78.9697 -3.80469" + "row1" "-74.4121 73.0913 -2.46289 -50.104 60.6899 -2.37109 -30.4824 52.25 -2.2002 -14.3696 46.9082 -2.05957 4.86719e-08 44.9756 -2 14.3696 46.9082 -2.06055 30.4824 52.249 -2.20117 50.1042 60.6899 -2.37305 74.4121 73.0913 -2.46289" + "row2" "-68.1931 66.9824 -1.47656 -46.4849 52.25 -1.44336 -28.6191 41.5703 -1.35449 -13.6438 35.6968 -1.27832 3.01585e-08 33.3589 -1.23926 13.6438 35.6973 -1.2793 28.6191 41.5698 -1.35547 46.4849 52.2495 -1.44336 68.1934 66.9824 -1.47656" + "row3" "-64.0278 62.8906 -0.697267 -43.5249 46.9087 -0.680665 -27.0247 35.6968 -0.645508 -12.9265 28.6768 -0.611328 1.4497e-08 26.1675 -0.595703 12.9265 28.6768 -0.611328 27.0247 35.6968 -0.645507 43.5249 46.9082 -0.680663 64.0278 62.8906 -0.695311" + "row4" "-61.9375 60.8374 -1.50731e-06 -42.2632 44.9756 -1.02851e-06 -26.1858 33.3589 -6.37256e-07 -12.5879 26.168 -3.06338e-07 0 22.9678 0 12.5879 26.1675 3.06338e-07 26.1858 33.3589 6.37256e-07 42.2632 44.9756 1.02851e-06 61.9375 60.8374 1.50731e-06" + "row5" "-64.028 62.8906 0.697264 -43.5249 46.9082 0.680663 -27.0247 35.6968 0.645507 -12.9265 28.6768 0.611328 -1.44732e-08 26.168 0.594727 12.9265 28.6768 0.611328 27.0247 35.6968 0.645508 43.5249 46.9082 0.680665 64.0278 62.8906 0.697267" + "row6" "-68.1931 66.9824 1.47656 -46.4849 52.249 1.44336 -28.6191 41.5698 1.35449 -13.6438 35.6968 1.2793 -3.01585e-08 33.3589 1.23926 13.6438 35.6968 1.27832 28.6191 41.5703 1.35449 46.4849 52.25 1.44238 68.1934 66.9824 1.47656" + "row7" "-74.4121 73.0908 2.46387 -50.1042 60.6899 2.37109 -30.4824 52.249 2.20019 -14.3696 46.9082 2.06055 -4.86719e-08 44.9756 2 14.3696 46.9087 2.05957 30.4824 52.25 2.19922 50.1042 60.6899 2.37109 74.4121 73.0913 2.46387" + "row8" "-80.3972 78.9702 3.80469 -52.0347 73.0913 3.52344 -31.2012 66.9824 3.22754 -14.7053 62.8906 3.03027 -7.13442e-08 60.8374 2.93164 14.7053 62.8906 3.0293 31.2012 66.9824 3.22656 52.0347 73.0913 3.52246 80.3972 78.9702 3.80469" + } + offset_normals + { + "row0" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row1" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row2" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row3" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row4" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row5" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row6" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row7" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row8" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + } + alphas + { + "row0" "255 255 230 180 255 255 255 255 255" + "row1" "255 255 255 230 255 255 255 255 255" + "row2" "255 255 255 255 255 255 255 255 255" + "row3" "255 255 255 255 255 255 255 255 255" + "row4" "255 255 255 255 255 255 255 255 255" + "row5" "255 255 255 255 255 255 255 255 255" + "row6" "255 255 255 255 255 255 255 255 255" + "row7" "230 255 255 255 255 255 255 255 255" + "row8" "255 230 230 255 230 255 255 255 255" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "0 133 186" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "169272" + side + { + "id" "13701" + "plane" "(-721 -14178 -96) (-721 -11624.8 -96) (54.465 -10722 -96)" + "material" "NATURE/WATER_CANALS_CITY" + "uaxis" "[0.601815 0.798636 0 9] 0.85" + "vaxis" "[0.798636 -0.601815 0 -31] 0.85" + "rotation" "53" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13700" + "plane" "(-721 -11624.8 -510) (-721 -14178 -510) (3492 -14178 -510)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13699" + "plane" "(-721 -14178 -510) (-721 -11624.8 -510) (-721 -11624.8 -96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13698" + "plane" "(3492 -11746.4 -510) (3492 -14178 -510) (3492 -14178 -96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13697" + "plane" "(54.4634 -10722 -510) (2732.52 -10722 -510) (2732.52 -10722 -96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13696" + "plane" "(3492 -14178 -510) (-721 -14178 -510) (-721 -14178 -96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13695" + "plane" "(-721 -11624.8 -510) (54.4632 -10722 -510) (54.4632 -10722 -96)" + "material" "NATURE/WATER_WASTELAND002C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13694" + "plane" "(2732.52 -10722 -510) (3492 -11746.4 -510) (3492 -11746.4 -96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 122 179" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "180633" + side + { + "id" "14486" + "plane" "(-1268 -4989.19 358) (-1268 -4896 358) (4032 -4896 358)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 -1 0 -137.563] 0.25" + "vaxis" "[-1 0 0 -165.608] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14485" + "plane" "(4032 -4896 262) (4032 -4896 358) (-1268 -4896 358)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 21.6084] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14484" + "plane" "(4032 -5082.35 326) (4032 -4989.19 358) (4032 -4896 358)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 -1 0 -137.563] 0.25" + "vaxis" "[0 0 -1 -360] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14483" + "plane" "(-1268 -4896 262) (-1268 -4896 358) (-1268 -4989.19 358)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14482" + "plane" "(-1268 -5082.35 326) (-1268 -4989.19 358) (4032 -4989.19 358)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[1 0 0 118.293] 0.35" + "vaxis" "[0 -1 0 -97.8304] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14481" + "plane" "(4032 -5082.35 230) (4032 -5035.77 214) (-1268 -5035.77 214)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[-1 0 0 -21.6084] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14480" + "plane" "(-1268 -5082.35 230) (-1268 -5082.35 326) (4032 -5082.35 326)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 21.6084] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14479" + "plane" "(4032 -5035.77 214) (4032 -4896 262) (-1268 -4896 262)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[-1 0 0 -21.6084] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "180634" + side + { + "id" "14492" + "plane" "(4032 -5175.52 294) (4032 -5175.52 262) (-1265.48 -5175.52 262)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 165.608] 0.25" + "vaxis" "[0 0 -1 18] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14491" + "plane" "(4032 -5082.35 230) (4032 -5175.52 262) (4032 -5175.52 294)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 -1 0 -137.563] 0.25" + "vaxis" "[0 0 -1 -360] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14490" + "plane" "(-1265.48 -5175.52 294) (-1265.48 -5175.52 262) (-1265.48 -5082.35 230)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14489" + "plane" "(4032 -5082.35 326) (4032 -5175.52 294) (-1265.48 -5175.52 294)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[1 0 0 118.293] 0.35" + "vaxis" "[0 -1 0 -97.8304] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14488" + "plane" "(-1265.48 -5082.35 230) (-1265.48 -5175.52 262) (4032 -5175.52 262)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[1 0 0 103.008] 0.35" + "vaxis" "[0 -1 0 -200.116] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14487" + "plane" "(-1265.48 -5082.35 326) (-1265.48 -5082.35 230) (4032 -5082.35 230)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 21.6084] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "180635" + side + { + "id" "14498" + "plane" "(-1265.48 -5082.35 -42) (-1265.48 -5175.52 -42) (4032 -5175.52 -42)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[-1 0 0 -21.6084] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14497" + "plane" "(4032 -5175.52 166) (4032 -5175.52 -42) (-1265.48 -5175.52 -42)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 118.293] 0.35" + "vaxis" "[0 0 -1 -110.429] 0.35" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14496" + "plane" "(4032 -5082.35 198) (4032 -5082.35 -42) (4032 -5175.52 -42)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 -1 0 -137.563] 0.25" + "vaxis" "[0 0 -1 -360] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14495" + "plane" "(-1265.48 -5175.52 166) (-1265.48 -5175.52 -42) (-1265.48 -5082.35 -42)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14494" + "plane" "(-1265.48 -5082.35 198) (-1265.48 -5082.35 -42) (4032 -5082.35 -42)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 21.6084] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14493" + "plane" "(4032 -5082.35 198) (4032 -5175.52 166) (-1265.48 -5175.52 166)" + "material" "CONCRETE/CONCRETEWALL064A" + "uaxis" "[1 0 0 118.301] 0.35" + "vaxis" "[0 -1 0 -97.8383] 0.35" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "180636" + side + { + "id" "14503" + "plane" "(4032 -5082.35 198) (4032 -5082.35 230) (4032 -5035.77 214)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 -1 0 -137.563] 0.25" + "vaxis" "[0 0 -1 -360] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14502" + "plane" "(-1265.48 -5035.77 214) (-1265.48 -5082.35 230) (-1265.48 -5082.35 198)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14501" + "plane" "(4032 -5035.77 214) (4032 -5082.35 230) (-1265.48 -5082.35 230)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[-1 0 0 -21.6084] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14500" + "plane" "(4032 -5082.35 230) (4032 -5082.35 198) (-1265.48 -5082.35 198)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 165.608] 0.25" + "vaxis" "[0 0 -1 -231] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14499" + "plane" "(-1265.48 -5035.77 214) (-1265.48 -5082.35 198) (4032 -5082.35 198)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[-1 0 0 -21.6084] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "180637" + side + { + "id" "14508" + "plane" "(-1265.48 -4896 262) (-1265.48 -4896 166) (4032 -4896 166)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 21.6084] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14507" + "plane" "(4032 -4896 262) (4032 -4896 166) (4032 -5035.77 214)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 -1 0 -137.563] 0.25" + "vaxis" "[0 0 -1 -360] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14506" + "plane" "(-1265.48 -5035.77 214) (-1265.48 -4896 166) (-1265.48 -4896 262)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14505" + "plane" "(4032 -5035.77 214) (4032 -4896 166) (-1265.48 -4896 166)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[-1 0 0 -21.6084] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14504" + "plane" "(-1265.48 -5035.77 214) (-1265.48 -4896 262) (4032 -4896 262)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -53.5625] 0.25" + "vaxis" "[-1 0 0 -21.6084] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 110 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "145863" + side + { + "id" "11829" + "plane" "(3400 -6688 456) (3480 -6688 456) (3480 -6768 456)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11830" + "plane" "(3400 -6768 247) (3480 -6768 247) (3480 -6688 247)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11831" + "plane" "(3400 -6688 456) (3400 -6768 456) (3400 -6768 247)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 96] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[3400 -6768 247]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 7.50464 7.50488 0 11.0303 11.0303 0 12.8809 12.8809 0 13.469 13.4688 0 12.8809 12.8809 0 11.0303 11.0303 0 7.50464 7.50488 0 0 0 0" + "row1" "0 0 0 3.50879 3.5 0 6.25439 6.23926 0 7.85083 7.83203 0 8.36475 8.3457 0 7.85083 7.83203 0 6.25439 6.23926 0 3.50879 3.5 0 0 0 0" + "row2" "0 0 0 1.91357 1.80518 0 3.45435 3.28516 0 4.55078 4.3291 0 4.89478 4.68164 0 4.55029 4.3291 0 3.45435 3.28516 0 1.91357 1.80518 0 0 0 0" + "row3" "0 0 0 1.16016 0.76709 0 2.12012 1.43018 0 2.71338 1.89941 0 2.90674 2.0791 0 2.71338 1.89941 0 2.12012 1.43018 0 1.16016 0.76709 0 0 0 0" + "row4" "0 0 0 0.956543 0 0 1.71313 0 0 2.14014 0 0 2.17822 0 0 2.14014 0 0 1.71313 0 0 0.956543 0 0 0 0 0" + "row5" "0 0 0 1.16016 -0.76709 0 2.12012 -1.43018 0 2.71338 -1.89941 0 2.90674 -2.0791 0 2.71338 -1.89941 0 2.12012 -1.43018 0 1.16016 -0.76709 0 0 0 0" + "row6" "0 0 0 1.91357 -1.80518 0 3.45435 -3.28516 0 4.55029 -4.3291 0 4.89478 -4.68164 0 4.55078 -4.3291 0 3.45435 -3.28516 0 1.91357 -1.80518 0 0 0 0" + "row7" "0 0 0 3.50879 -3.5 0 6.25439 -6.23926 0 7.85083 -7.83203 0 8.36475 -8.3457 0 7.85083 -7.83203 0 6.25439 -6.23926 0 3.50879 -3.5 0 0 0 0" + "row8" "0 0 0 7.50464 -7.50488 0 11.0303 -11.0303 0 12.8809 -12.8809 0 13.469 -13.4688 0 12.8809 -12.8809 0 11.0303 -11.0303 0 7.50464 -7.50488 0 0 0 0" + } + offset_normals + { + "row0" "-0.707107 0.292893 0 -0.694889 -0.198134 0.0876026 -0.674207 -0.205679 0.0359361 -0.687201 -0.416517 0.0355398 -0.676777 -0.176777 0 -0.654377 -0.486408 -0.0334881 -0.656365 -0.371619 -0.0285207 -0.641028 -0.441158 -0.0753372 -1 0 0" + "row1" "-0.618718 0.381282 0 -0.998356 0 0.0573219 -0.895568 -0.154796 0.0328112 -0.909709 -0.413504 0.037987 -0.841082 -0.300602 -0.000266568 -0.871478 -0.488878 -0.0390533 -0.846068 -0.397334 -0.035846 -0.907747 -0.412612 -0.0758101 -0.875 0.125 0" + "row2" "-0.53033 0.46967 0 -0.882069 0.117417 0.0215045 -1 0 0 -0.953383 -0.152001 0.00949675 -0.906365 -0.123251 0 -0.928724 -0.270103 -0.00976332 -0.948683 -0.316228 0 -0.90087 -0.137514 -0.0261084 -0.75 0.25 0" + "row3" "-0.441942 0.558058 0 -0.999588 0 0.0286963 -0.958451 0.0225911 0.0143043 -0.997459 -0.071247 0 -0.973049 -0.0866388 0 -0.988372 -0.152057 0 -0.945246 -0.103831 -0.0161399 -0.99705 -0.0712179 -0.0286234 -0.625 0.375 0" + "row4" "-0.353553 0.646447 0 -0.797063 0.202015 0.0286347 -0.836756 0.161612 0.0285207 -0.957801 0.0403945 0.0147967 -1 0 0 -0.955773 0.0310244 -0.0171645 -0.846879 0.124179 -0.0359361 -0.834879 0.156019 -0.0314514 -0.5 0.5 0" + "row5" "-0.265165 0.734835 0 -0.998356 0 0.0573219 -0.956393 0.0582063 0.0576479 -0.99699 0.0712135 0.0306661 -0.945102 0.122231 -0.00236784 -0.987842 0.151976 -0.0327221 -0.942285 0.165053 -0.0684121 -0.995586 0.0711133 -0.0612459 -0.375 0.625 0" + "row6" "-0.176777 0.823223 0 -0.787251 0.205806 0.0921057 -0.993471 0 0.114083 -0.923599 0.18746 0.050928 -0.795576 0.265736 -0.00741541 -0.89809 0.304691 -0.0630295 -0.938831 0.312944 -0.143744 -0.766042 0.383486 -0.115536 -0.25 0.75 0" + "row7" "-0.0883883 0.911612 0 -0.9804 0 0.197018 -0.798274 0.275098 0.1015 -0.908359 0.41289 0.0663785 -0.706011 0.479184 -0.00231821 -0.87011 0.488111 -0.068236 -0.766239 0.488462 -0.126267 -0.879752 0.399887 -0.257152 -0.125 0.875 0" + "row8" "0 1 0 -0.322817 0.671464 0.0707152 -0.310868 0.6875 0.0285207 -0.470683 0.690025 0.0332216 -0.25 0.75 0 -0.496313 0.715624 -0.0358063 -0.376265 0.752907 -0.0359361 -0.417157 0.765135 -0.0922246 0 1 0" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11832" + "plane" "(3480 -6688 247) (3480 -6768 247) (3480 -6768 456)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 96] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[3480 -6768 247]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "-7.50464 7.50488 0 -3.50879 3.5 0 -1.91357 1.80518 0 -1.16016 0.76709 0 -0.956543 0 0 -1.16016 -0.76709 0 -1.91357 -1.80518 0 -3.50879 -3.5 0 -7.50464 -7.50488 0" + "row2" "-11.0303 11.0303 0 -6.25439 6.23926 0 -3.45435 3.28516 0 -2.12012 1.43018 0 -1.71313 0 0 -2.12012 -1.43018 0 -3.45435 -3.28516 0 -6.25439 -6.23926 0 -11.0303 -11.0303 0" + "row3" "-12.8809 12.8809 0 -7.85083 7.83203 0 -4.55029 4.3291 0 -2.71338 1.89941 0 -2.14014 0 0 -2.71338 -1.89941 0 -4.55078 -4.3291 0 -7.85083 -7.83203 0 -12.8809 -12.8809 0" + "row4" "-13.469 13.4688 0 -8.36475 8.3457 0 -4.89478 4.68164 0 -2.90674 2.0791 0 -2.17822 0 0 -2.90674 -2.0791 0 -4.89478 -4.68164 0 -8.36475 -8.3457 0 -13.469 -13.4688 0" + "row5" "-12.8809 12.8809 0 -7.85083 7.83203 0 -4.55029 4.3291 0 -2.71338 1.89941 0 -2.14014 0 0 -2.71338 -1.89941 0 -4.55078 -4.3291 0 -7.85083 -7.83203 0 -12.8809 -12.8809 0" + "row6" "-11.0303 11.0303 0 -6.25439 6.23926 0 -3.45435 3.28516 0 -2.12012 1.43018 0 -1.71313 0 0 -2.12012 -1.43018 0 -3.45435 -3.28516 0 -6.25439 -6.23926 0 -11.0303 -11.0303 0" + "row7" "-7.50464 7.50488 0 -3.50879 3.5 0 -1.91357 1.80518 0 -1.16016 0.76709 0 -0.956543 0 0 -1.16016 -0.76709 0 -1.91357 -1.80518 0 -3.50879 -3.5 0 -7.50464 -7.50488 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + offset_normals + { + "row0" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + "row1" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + "row2" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + "row3" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + "row4" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + "row5" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + "row6" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + "row7" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + "row8" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11833" + "plane" "(3480 -6688 456) (3400 -6688 456) (3400 -6688 247)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[3400 -6688 247]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 7.50464 -7.50488 0 11.0303 -11.0303 0 12.8809 -12.8809 0 13.469 -13.4688 0 12.8809 -12.8809 0 11.0303 -11.0303 0 7.50464 -7.50488 0 0 0 0" + "row1" "0 0 0 3.5 -3.50879 0 6.2395 -6.25439 0 7.83228 -7.85059 0 8.3457 -8.36426 0 7.83228 -7.85059 0 6.2395 -6.25439 0 3.49976 -3.50879 0 0 0 0" + "row2" "0 0 0 1.80518 -1.91357 0 3.28467 -3.4541 0 4.32935 -4.55029 0 4.68164 -4.89502 0 4.32935 -4.55029 0 3.28467 -3.4541 0 1.80518 -1.91357 0 0 0 0" + "row3" "0 0 0 0.766846 -1.16016 0 1.43018 -2.12012 0 1.89941 -2.71338 0 2.07886 -2.90674 0 1.89941 -2.71338 0 1.43018 -2.12012 0 0.766846 -1.16016 0 0 0 0" + "row4" "0 0 0 0 -0.956055 0 0 -1.71338 0 0 -2.14063 0 0 -2.17822 0 0 -2.14063 0 0 -1.71338 0 0 -0.956055 0 0 0 0" + "row5" "0 0 0 -0.766846 -1.16016 0 -1.43018 -2.12012 0 -1.89941 -2.71338 0 -2.07886 -2.90674 0 -1.89941 -2.71338 0 -1.43018 -2.12012 0 -0.766846 -1.16016 0 0 0 0" + "row6" "0 0 0 -1.80518 -1.91357 0 -3.28467 -3.4541 0 -4.32935 -4.55029 0 -4.68164 -4.89502 0 -4.32935 -4.55029 0 -3.28467 -3.4541 0 -1.80518 -1.91357 0 0 0 0" + "row7" "0 0 0 -3.5 -3.50879 0 -6.2395 -6.25439 0 -7.83228 -7.85059 0 -8.3457 -8.36426 0 -7.83228 -7.85059 0 -6.2395 -6.25439 0 -3.5 -3.50879 0 0 0 0" + "row8" "0 0 0 -7.50464 -7.50488 0 -11.0303 -11.0303 0 -12.8809 -12.8809 0 -13.469 -13.4688 0 -12.8809 -12.8809 0 -11.0303 -11.0303 0 -7.50464 -7.50488 0 0 0 0" + } + offset_normals + { + "row0" "0 1 0 -0.322817 0.671464 0.0707152 -0.310868 0.6875 0.0285207 -0.470683 0.690025 0.0332216 -0.25 0.75 0 -0.496313 0.715624 -0.0358063 -0.376265 0.752907 -0.0359361 -0.417157 0.765135 -0.0922246 0 1 0" + "row1" "0 1 0 0 0.998356 0.0573219 -0.181093 0.898891 0.0309574 -0.413504 0.909709 0.037987 -0.323485 0.863964 -0.000266568 -0.488878 0.871478 -0.0390533 -0.398496 0.870204 -0.0376999 -0.412612 0.907747 -0.0758101 -0.0366117 0.963388 0" + "row2" "0 1 0 0 0.999486 0.0215045 0 1 0 -0.156577 0.95796 0.00949675 -0.141557 0.924671 0 -0.27468 0.933301 -0.00976332 -0.316228 0.948683 0 -0.21832 0.945064 -0.0261084 -0.0732233 0.926777 0" + "row3" "0 1 0 0 0.999588 0.0286963 -0.0178118 0.998854 0.0143043 -0.071247 0.997459 0 -0.0912153 0.977625 0 -0.152057 0.988372 0 -0.144234 0.967343 -0.0161399 -0.0712179 0.99705 -0.0286234 -0.109835 0.890165 0" + "row4" "0 1 0 0 0.999078 0.0286347 0 0.998368 0.0285207 -8.37632e-06 0.998204 0.0147967 0 1 0 -0.00937853 0.97787 -0.0171645 -0.0374327 0.935267 -0.0359361 -0.045996 0.945364 -0.0314514 -0.146447 0.853553 0" + "row5" "0 1 0 0 0.998356 0.0573219 0.0178034 0.996796 0.0576479 0.0712135 0.99699 0.0306661 0.0864048 0.971775 -0.00236784 0.151976 0.987842 -0.0327221 0.12465 0.964382 -0.0684121 0.0711133 0.995586 -0.0612459 -0.183058 0.816942 0" + "row6" "0 1 0 0 0.993057 0.0921057 0 0.993471 0.114083 0.151633 0.950272 0.050928 0.12243 0.90227 -0.00741541 0.268865 0.924763 -0.0630295 0.312944 0.938831 -0.143744 0.141069 0.898625 -0.115536 -0.21967 0.78033 0" + "row7" "0 1 0 0 0.9804 0.197018 0.173564 0.907212 0.1015 0.41289 0.908359 0.0663785 0.300052 0.839379 -0.00231821 0.488111 0.87011 -0.068236 0.375037 0.817343 -0.126267 0.399887 0.879752 -0.257152 -0.256282 0.743718 0" + "row8" "0 1 0 0.297278 0.784908 0.0753372 0.281365 0.746619 0.0285207 0.435627 0.705158 0.0334881 0.176777 0.676777 0 0.468451 0.635267 -0.0355398 0.299207 0.580679 -0.0359361 0.351139 0.541884 -0.0876026 -0.292893 0.707107 0" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11834" + "plane" "(3480 -6768 247) (3400 -6768 247) (3400 -6768 456)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[3400 -6768 247]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "7.50464 7.50488 0 3.49976 3.50879 0 1.80518 1.91357 0 0.766846 1.16016 0 0 0.956055 0 -0.766846 1.16016 0 -1.80518 1.91357 0 -3.5 3.50879 0 -7.50464 7.50488 0" + "row2" "11.0303 11.0303 0 6.2395 6.25439 0 3.28467 3.4541 0 1.43018 2.12012 0 0 1.71338 0 -1.43018 2.12012 0 -3.28467 3.4541 0 -6.2395 6.25439 0 -11.0303 11.0303 0" + "row3" "12.8809 12.8809 0 7.83228 7.85059 0 4.32935 4.55029 0 1.89941 2.71338 0 0 2.14063 0 -1.89941 2.71338 0 -4.32935 4.55029 0 -7.83228 7.85059 0 -12.8809 12.8809 0" + "row4" "13.469 13.4688 0 8.3457 8.36426 0 4.68164 4.89502 0 2.07886 2.90674 0 0 2.17822 0 -2.07886 2.90674 0 -4.68164 4.89502 0 -8.3457 8.36426 0 -13.469 13.4688 0" + "row5" "12.8809 12.8809 0 7.83228 7.85059 0 4.32935 4.55029 0 1.89941 2.71338 0 0 2.14063 0 -1.89941 2.71338 0 -4.32935 4.55029 0 -7.83228 7.85059 0 -12.8809 12.8809 0" + "row6" "11.0303 11.0303 0 6.2395 6.25439 0 3.28467 3.4541 0 1.43018 2.12012 0 0 1.71338 0 -1.43018 2.12012 0 -3.28467 3.4541 0 -6.2395 6.25439 0 -11.0303 11.0303 0" + "row7" "7.50464 7.50488 0 3.49976 3.50879 0 1.80518 1.91357 0 0.766846 1.16016 0 0 0.956055 0 -0.766846 1.16016 0 -1.80518 1.91357 0 -3.5 3.50879 0 -7.50464 7.50488 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + offset_normals + { + "row0" "-0.707107 0.292893 0 -0.618718 0.131282 0 -0.53033 -0.03033 0 -0.441942 -0.191942 0 -0.353553 -0.353553 0 -0.265165 -0.515165 0 -0.176777 -0.676777 0 -0.0883883 -0.838388 0 0 -1 0" + "row1" "-0.694889 -0.198134 0.0876026 -0.399887 -0.879752 0.257152 -0.328569 -0.711125 0.115536 -0.0711133 -0.995586 0.0612459 -0.110254 -0.789114 0.0314514 0.0712179 -0.99705 0.0286234 0.15582 -0.882564 0.0261084 0.412612 -0.907747 0.0758101 0.417157 -0.765135 0.0922246" + "row2" "-0.674207 -0.205679 0.0359361 -0.468787 -0.723593 0.126267 -0.312944 -0.938831 0.143744 -0.1559 -0.933132 0.0684121 -0.0875673 -0.810267 0.0359361 0.112984 -0.936093 0.0161399 0.316228 -0.948683 0 0.398496 -0.870204 0.0376999 0.376265 -0.752907 0.0359361" + "row3" "-0.687201 -0.416517 0.0355398 -0.488111 -0.87011 0.068236 -0.300115 -0.893513 0.0630295 -0.151976 -0.987842 0.0327221 -0.0218715 -0.94662 0.0171645 0.152057 -0.988372 0 0.27468 -0.933301 0.00976332 0.488878 -0.871478 0.0390533 0.496313 -0.715624 0.0358063" + "row4" "-0.676777 -0.176777 0 -0.456302 -0.683129 0.00231821 -0.24743 -0.77727 0.00741541 -0.117655 -0.940525 0.00236784 0 -1 0 0.0912153 -0.977625 0 0.141557 -0.924671 0 0.323485 -0.863964 0.000266568 0.25 -0.75 0" + "row5" "-0.654377 -0.486408 -0.0334881 -0.41289 -0.908359 -0.0663785 -0.182883 -0.919022 -0.050928 -0.0712135 -0.99699 -0.0306661 -0.0312416 -0.966954 -0.0147967 0.071247 -0.997459 0 0.156577 -0.95796 -0.00949675 0.413504 -0.909709 -0.037987 0.470683 -0.690025 -0.0332216" + "row6" "-0.656365 -0.371619 -0.0285207 -0.267314 -0.813462 -0.1015 0 -0.993471 -0.114083 -0.0490534 -0.965546 -0.0576479 -0.125 -0.873368 -0.0285207 -0.0134382 -0.967604 -0.0143043 0 -1 0 0.181093 -0.898891 -0.0309574 0.310868 -0.6875 -0.0285207" + "row7" "-0.641028 -0.441158 -0.0753372 0 -0.9804 -0.197018 -0.1875 -0.805557 -0.0921057 0 -0.998356 -0.0573219 -0.15625 -0.842828 -0.0286347 0 -0.999588 -0.0286963 -0.0625 -0.936986 -0.0215045 0 -0.998356 -0.0573219 0.322817 -0.671464 -0.0707152" + "row8" "-1 0 0 -0.875 -0.125 0 -0.75 -0.25 0 -0.625 -0.375 0 -0.5 -0.5 0 -0.375 -0.625 0 -0.25 -0.75 0 -0.125 -0.875 0 0 -1 0" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "0 236 109" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143200" + side + { + "id" "11739" + "plane" "(3842 -14272 -57.5145) (3842 -14278.6 -60) (3842 -14342.9 -53.4939)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11738" + "plane" "(-1098 -14278.6 -60) (-1098 -14272 -57.5145) (-1098 -14294.5 -49.0662)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11737" + "plane" "(-1098 -14272 -57.5147) (-1098 -14278.6 -60) (3842 -14278.6 -60)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11736" + "plane" "(-1098 -14342.9 -53.494) (-1098 -14308.6 -47.191) (3842 -14308.6 -47.191)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11735" + "plane" "(-1098 -14278.6 -60) (-1098 -14342.9 -53.4939) (3842 -14342.9 -53.4939)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11734" + "plane" "(-1098 -14308.6 -47.1907) (-1098 -14294.5 -49.0658) (3842 -14294.5 -49.0658)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14308.6 -47.1904]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 -0.00195313 -0.000617981 0 -3.80469 1.02227 0 -4.64551 1.24842 0 -3.80469 1.02227 0 -0.00195313 -0.000617981" + "row1" "0 -0.000976563 -0.000461578 0 -1.15527 0.30619 0 -1.64258 0.436268 0 -1.15527 0.306187 0 -0.000976563 -0.000461578" + "row2" "0 0 -0.000305176 0 -0.220703 0.020462 0 -0.280273 0.026104 0 -0.220703 0.020462 0 0 -0.000305176" + "row3" "0 -0.000976563 -0.000152588 0 0.264648 -0.223053 0 0.381836 -0.318207 0 0.264648 -0.223053 0 -0.000976563 -0.000152588" + "row4" "0 0 0 0 0.96582 -0.75544 0 1.17871 -0.922455 0 0.96582 -0.755444 0 0 0" + } + offset_normals + { + "row0" "0 0.222581 0.974914 -1.65916e-05 0.212714 1.03972 0 0.273932 1.21779 2.0156e-05 0.296879 1.27704 0 0.518795 1.93004" + "row1" "0 0.199894 0.979004 0 0.131763 0.991281 0 0.179426 1.04599 0 0.180234 0.983624 0 0.4777 1.93907" + "row2" "0 0.177207 0.983093 6.84429e-05 0.143131 0.989233 0 0.131773 0.99128 -5.87179e-05 0.240209 1.22506 0 0.436604 1.94811" + "row3" "0 0.15452 0.987182 0.000273772 0.131782 0.991279 9.72504e-06 0.17954 1.04525 -0.000234871 0.212226 0.977221 0 0.395509 1.95715" + "row4" "0 0.131833 0.991272 6.84433e-05 0.214375 1.03499 0 0.242378 1.22123 -5.87182e-05 0.281363 1.27831 0 0.354414 1.96619" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11733" + "plane" "(-1098 -14294.5 -49.0663) (-1098 -14272 -57.514) (3842 -14272 -57.514)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -5.49219] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14294.5 -49.0658]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 -0.00195313 0.000377655 0 0.963867 -0.755062 0 1.17676 -0.922077 0 0.963867 -0.755066 0 -0.00195313 0.000377655" + "row1" "0 -0.000976563 0.000282288 0 0.293945 -0.230476 0 0.416992 -0.327648 0 0.292969 -0.230476 0 -0.000976563 0.000282288" + "row2" "0 -0.00195313 0.00018692 0 0.0722656 -0.0584793 0 0.0927734 -0.0744057 0 0.0722656 -0.0584717 0 -0.00195313 0.00018692" + "row3" "0 -0.000976563 9.53674e-05 0 0.00585938 -0.0057106 0 0.00878906 -0.00720596 0 0.00585938 -0.0057106 0 -0.000976563 9.53674e-05" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + offset_normals + { + "row0" "0 0.131833 0.991272 6.84433e-05 0.214375 1.03499 0 0.242378 1.22123 -5.87182e-05 0.281363 1.27831 0 0.354414 1.96619" + "row1" "0 0.186752 0.9775 1.44586e-09 0.351507 0.936185 -4.79905e-12 0.315453 1.01056 -1.46505e-09 0.316433 0.948615 0 0.386645 1.9565" + "row2" "0 0.24167 0.963729 3.61464e-10 0.324038 0.943075 0 0.351494 0.93619 -3.66263e-10 0.359571 1.19196 0 0.418877 1.94682" + "row3" "0 0.296588 0.949957 0 0.35148 0.936195 0 0.367969 1.0601 0 0.35148 0.936195 0 0.451109 1.93714" + "row4" "0 0.351507 0.936185 0 0.384465 1.184 0 0.417423 1.43182 0 0.450382 1.67964 0 0.48334 1.92746" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143202" + side + { + "id" "11750" + "plane" "(3842 -14342.9 -53.4939) (3842 -14407.3 -42.5144) (3842 -14355.8 -36.4148)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11749" + "plane" "(-1098 -14308.6 -47.1909) (-1098 -14355.8 -36.4148) (-1098 -14407.3 -42.5144)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11748" + "plane" "(-1098 -14342.9 -53.4939) (3842 -14342.9 -53.4939) (3842 -14308.6 -47.1909)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11747" + "plane" "(3842 -14407.3 -42.5144) (-1098 -14407.3 -42.5144) (-1098 -14355.8 -36.4148)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04304] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11746" + "plane" "(3842 -14407.3 -42.5144) (3842 -14342.9 -53.4939) (-1098 -14342.9 -53.4939)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04304] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11745" + "plane" "(3842 -14308.6 -47.1909) (3842 -14355.8 -36.4148) (-1098 -14355.8 -36.4148)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14355.8 -36.415]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0.443764 0 0 0.541874 0 0 0.443764 0 0 0" + "row1" "0 0 0 0 -0.0292969 0.143417 0 -0.0361328 0.202522 0 -0.0292969 0.143417 0 0 0" + "row2" "0 0 0 0 -0.295898 0.113892 0 -0.375977 0.144814 0 -0.295898 0.113892 0 0 0" + "row3" "0 0 0 0 -1.16211 0.315876 0 -1.65039 0.448318 0 -1.16211 0.315872 0 0 0" + "row4" "0 0 0 0 -3.80273 1.02288 0 -4.64355 1.24903 0 -3.80273 1.02288 0 0 0" + } + offset_normals + { + "row0" "0 0.354414 1.96619 -4.66709e-05 0.286793 1.2785 0 0.27395 1.21778 4.69344e-05 0.254046 1.03091 0 0.222581 0.974914" + "row1" "0 0.321456 1.71837 0 0.222581 0.974914 0 0.24013 1.03451 0 0.241407 0.970424 0 0.296634 1.21369" + "row2" "0 0.288497 1.47055 -1.65916e-05 0.23906 1.09882 0 0.222581 0.974914 2.0156e-05 0.262307 1.09363 0 0.370688 1.45247" + "row3" "0 0.255539 1.22273 -6.63664e-05 0.222581 0.974914 3.56438e-06 0.233412 1.03608 8.0624e-05 0.214553 0.976712 0 0.444741 1.69126" + "row4" "0 0.222581 0.974914 -1.65916e-05 0.212714 1.03972 0 0.273932 1.21779 2.0156e-05 0.296879 1.27704 0 0.518795 1.93004" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143203" + side + { + "id" "11756" + "plane" "(3842 -14407.3 -42.5144) (3842 -14471.7 -27.4688) (3842 -14403 -21.7759)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04304] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11755" + "plane" "(-1098 -14355.8 -36.4148) (-1098 -14403 -21.7759) (-1098 -14471.7 -27.4688)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11754" + "plane" "(-1098 -14407.3 -42.5144) (3842 -14407.3 -42.5144) (3842 -14355.8 -36.4148)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04304] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11753" + "plane" "(3842 -14471.7 -27.4688) (-1098 -14471.7 -27.4688) (-1098 -14403 -21.7759)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11752" + "plane" "(3842 -14471.7 -27.4688) (3842 -14407.3 -42.5144) (-1098 -14407.3 -42.5144)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11751" + "plane" "(3842 -14355.8 -36.4148) (3842 -14403 -21.7759) (-1098 -14403 -21.7759)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14403 -21.7754]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 -0.000597 0 0.494141 0.466743 0 0.603516 0.570066 0 0.494141 0.466743 0 0 -0.000597" + "row1" "0 -0.000976563 -0.00044632 0 0.148438 0.145721 0 0.212891 0.206711 0 0.148438 0.145721 0 -0.000976563 -0.00044632" + "row2" "0 -0.00195313 -0.000299454 0 0.0371094 0.0704517 0 0.0458984 0.0896606 0 0.0371094 0.0704536 0 -0.00195313 -0.000299454" + "row3" "0 -0.00292969 -0.000148773 0 0.00195313 0.139004 0 0.00195313 0.197006 0 0.00195313 0.139004 0 -0.00292969 -0.000148773" + "row4" "0 -0.00390625 0 0 -0.00390625 0.443764 0 -0.00390625 0.541874 0 -0.00390625 0.443764 0 -0.00390625 0" + } + offset_normals + { + "row0" "0 0.399698 0.916647 -6.89e-05 0.401284 0.981164 0 0.509505 1.13625 6.8031e-05 0.53663 1.19188 0 0.9424 1.75657" + "row1" "0 0.388377 1.17903 0 0.296225 0.955118 0 0.35584 0.998356 0 0.321405 0.946942 0 0.762445 1.56116" + "row2" "0 0.377056 1.44142 -4.66709e-05 0.316433 1.07669 0 0.296225 0.955118 4.69344e-05 0.369592 1.05708 0 0.58249 1.36574" + "row3" "0 0.365735 1.7038 -0.000186684 0.296225 0.955118 2.6343e-07 0.286162 1.02213 0.000187737 0.278248 0.960509 0 0.402535 1.17033" + "row4" "0 0.354414 1.96619 -4.66709e-05 0.286793 1.2785 0 0.27395 1.21778 4.69344e-05 0.254046 1.03091 0 0.222581 0.974914" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143204" + side + { + "id" "11762" + "plane" "(3842 -14471.7 -27.4688) (3842 -14527.4 -8.3567) (3842 -14445.9 -3.0703)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11761" + "plane" "(-1098 -14403 -21.7759) (-1098 -14445.9 -3.0703) (-1098 -14527.4 -8.3567)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11760" + "plane" "(-1098 -14471.7 -27.4688) (3842 -14471.7 -27.4688) (3842 -14403 -21.7759)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11759" + "plane" "(3842 -14527.4 -8.3567) (-1098 -14527.4 -8.3567) (-1098 -14445.9 -3.0703)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11758" + "plane" "(3842 -14527.4 -8.3567) (3842 -14471.7 -27.4688) (-1098 -14471.7 -27.4688)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11757" + "plane" "(3842 -14403 -21.7759) (3842 -14445.9 -3.0703) (-1098 -14445.9 -3.0703)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14445.9 -3.07031]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0.988281 0.397063 0 1.20703 0.484847 0 0.988281 0.397063 0 0 0" + "row1" "0 0.000976563 4.76837e-07 0 0.305664 0.124884 0 0.43457 0.176879 0 0.305664 0.124883 0 0.000976563 4.76837e-07" + "row2" "0 0 9.53674e-07 0 0.115234 0.0671282 0 0.144531 0.0853519 0 0.115234 0.0671282 0 0 9.53674e-07" + "row3" "0 0 1.90735e-06 0 0.158203 0.145811 0 0.224609 0.206709 0 0.158203 0.145811 0 0 1.90735e-06" + "row4" "0 0 0 0 0.494141 0.46734 0 0.603516 0.570663 0 0.494141 0.46734 0 0 0" + } + offset_normals + { + "row0" "0 0.695912 1.87177 -9.57796e-05 0.53694 1.19115 0 0.509496 1.13625 9.26493e-05 0.461642 0.954442 0 0.399698 0.916647" + "row1" "0 0.621859 1.63299 0 0.399691 0.91665 0 0.435449 0.967746 0 0.43291 0.901437 0 0.535374 1.12663" + "row2" "0 0.547805 1.39421 -6.89e-05 0.436725 1.03604 0 0.399698 0.916647 6.8031e-05 0.469217 1.02061 0 0.671049 1.33661" + "row3" "0 0.473752 1.15543 -0.0002756 0.399706 0.916643 -8.68989e-07 0.42053 0.974321 0.000272124 0.373211 0.927746 0 0.806724 1.54659" + "row4" "0 0.399698 0.916647 -6.89e-05 0.401284 0.981164 0 0.509505 1.13625 6.8031e-05 0.53663 1.19188 0 0.9424 1.75657" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143205" + side + { + "id" "11768" + "plane" "(3842 -14527.4 -8.3567) (3842 -14578.9 14.415) (3842 -14480.2 19.0916)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11767" + "plane" "(-1098 -14445.9 -3.0703) (-1098 -14480.2 19.0916) (-1098 -14578.9 14.415)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11766" + "plane" "(-1098 -14527.4 -8.3567) (3842 -14527.4 -8.3567) (3842 -14445.9 -3.0703)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11765" + "plane" "(3842 -14578.9 14.415) (-1098 -14578.9 14.415) (-1098 -14480.2 19.0916)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11764" + "plane" "(3842 -14578.9 14.415) (3842 -14527.4 -8.3567) (-1098 -14527.4 -8.3567)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11763" + "plane" "(3842 -14445.9 -3.0703) (3842 -14480.2 19.0916) (-1098 -14480.2 19.0916)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14480.2 19.0918]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 3.48145 -2.20596 0 4.25 -2.69366 0 3.48047 -2.20596 0 0 0" + "row1" "0 0 8.4877e-05 0 1.07129 -0.670715 0 1.52148 -0.953678 0 1.07031 -0.670716 0 0 8.4877e-05" + "row2" "0 0 0.000170708 0 0.347656 -0.140301 0 0.441406 -0.178436 0 0.347656 -0.140301 0 0 0.000170708" + "row3" "0 0.00195313 0.000256062 0 0.330078 0.104592 0 0.463867 0.151308 0 0.330078 0.104592 0 0.00195313 0.000256062" + "row4" "0 0.00195313 0.000340462 0 0.990234 0.397404 0 1.20898 0.485188 0 0.990234 0.397404 0 0.00195313 0.000340462" + } + offset_normals + { + "row0" "0 0.9424 1.75657 -3.2842e-05 0.683945 1.11507 0 0.655694 1.06004 1.17327e-05 0.575023 0.892279 0 0.542701 0.839926" + "row1" "0 0.880778 1.78537 0 0.542685 0.839937 0 0.571454 0.894628 0 0.544762 0.838591 0 0.506951 0.859106" + "row2" "0 0.819156 1.81417 -9.57796e-05 0.611794 1.0835 0 0.542674 0.839944 9.26493e-05 0.515775 0.855063 0 0.4712 0.878286" + "row3" "0 0.757534 1.84297 -0.000383119 0.542663 0.839951 -3.13036e-06 0.524824 0.919895 0.000370597 0.504464 0.863433 0 0.435449 0.897466" + "row4" "0 0.695912 1.87177 -9.57796e-05 0.53694 1.19115 0 0.509496 1.13625 9.26493e-05 0.461642 0.954442 0 0.399698 0.916647" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143206" + side + { + "id" "11775" + "plane" "(3842 -14480.2 19.0916) (3842 -14578.9 14.4149) (3842 -14621.8 40.4402)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11774" + "plane" "(-1098 -14578.9 14.4149) (-1098 -14480.2 19.0916) (-1098 -14484.2 22.0526)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11773" + "plane" "(-1098 -14480.2 19.0915) (-1098 -14578.9 14.4149) (3842 -14578.9 14.4149)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11772" + "plane" "(-1098 -14621.8 40.44) (-1098 -14541.3 43.4906) (3842 -14541.3 43.4906)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11771" + "plane" "(-1098 -14578.9 14.4149) (-1098 -14621.8 40.4402) (3842 -14621.8 40.4402)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11770" + "plane" "(-1098 -14484.2 22.0511) (-1098 -14480.2 19.0915) (3842 -14480.2 19.0915)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14484.2 22.0564]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 -3.03223 2.23921 0 -3.70215 2.73426 0 -3.0332 2.23921 0 0 0" + "row1" "0 -0.000976563 0.000148773 0 -0.900391 0.667206 0 -1.28418 0.950871 0 -0.900391 0.667206 0 -0.000976563 0.000148773" + "row2" "0 -0.000976563 0.000295639 0 0.0351563 0.0028801 0 0.0439453 0.00358009 0 0.0332031 0.0028801 0 -0.000976563 0.000295639" + "row3" "0 -0.00195313 0.000442505 0 1.03809 -0.6562 0 1.47852 -0.935522 0 1.03711 -0.6562 0 -0.00195313 0.000442505" + "row4" "0 -0.00292969 0.000591278 0 3.47852 -2.20536 0 4.24707 -2.69306 0 3.47754 -2.20537 0 -0.00292969 0.000591278" + } + offset_normals + { + "row0" "0 1.1375 1.6438 5.23061e-08 0.764251 1.06646 0 0.730357 1.01394 -6.68062e-08 0.628434 0.85658 0 0.594796 0.803876" + "row1" "0 1.08872 1.67199 0 0.595001 0.803725 0 0.628691 0.856389 0 0.594406 0.804165 0 0.581773 0.812889" + "row2" "0 1.03995 1.70019 -3.2842e-05 0.706238 1.02784 0 0.595001 0.803725 1.17327e-05 0.578772 0.815087 0 0.568749 0.821901" + "row3" "0 0.991174 1.72838 -0.000131368 0.595001 0.803725 -2.11093e-05 0.600657 0.874512 4.69309e-05 0.556933 0.830557 0 0.555725 0.830913" + "row4" "0 0.9424 1.75657 -3.2842e-05 0.683945 1.11507 0 0.655694 1.06004 1.17327e-05 0.575023 0.892279 0 0.542701 0.839926" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11769" + "plane" "(-1098 -14541.3 43.4907) (-1098 -14484.2 22.053) (3842 -14484.2 22.053)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -5.49219] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143207" + side + { + "id" "11780" + "plane" "(3842 -14541.3 43.4907) (3842 -14514.6 44.5063) (3842 -14484.2 22.0526)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11779" + "plane" "(-1098 -14484.2 22.0526) (-1098 -14514.6 44.5063) (-1098 -14541.3 43.4907)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11778" + "plane" "(-1098 -14541.3 43.4906) (-1098 -14514.6 44.5061) (3842 -14514.6 44.5061)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11777" + "plane" "(-1098 -14514.6 44.5064) (-1098 -14484.2 22.0511) (3842 -14484.2 22.0511)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14514.6 44.5059]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 -0.000976563 0.00025177 0 0.0449219 0.64463 0 0.0546875 0.787094 0 0.0449219 0.64463 0 -0.000976563 0.00025177" + "row1" "0 0 2.67029e-05 0 -0.00878906 0.214077 0 -0.00976563 0.301384 0 -0.00878906 0.214077 0 0 2.67029e-05" + "row2" "0 0.000976563 -0.00019455 0 -0.231445 0.223732 0 -0.293945 0.284531 0 -0.230469 0.223732 0 0.000976563 -0.00019455" + "row3" "0 0.000976563 -0.000413895 0 -0.924805 0.688551 0 -1.31445 0.977846 0 -0.925781 0.688553 0 0.000976563 -0.000413895" + "row4" "0 0.00195313 -0.000637054 0 -3.03027 2.23858 0 -3.7002 2.73363 0 -3.03125 2.23858 0 0.00195313 -0.000637054" + } + offset_normals + { + "row0" "0 1.49856 1.30912 -5.52655e-05 0.910118 0.934349 0 0.864715 0.893544 5.64615e-05 0.707344 0.789557 0 0.683081 0.730343" + "row1" "0 1.4083 1.39279 0 0.594122 0.804375 0 0.667893 0.821997 0 0.618601 0.785705 0 0.66101 0.748726" + "row2" "0 1.31803 1.47646 5.23061e-08 0.775109 0.97239 0 0.594135 0.804366 -6.68062e-08 0.611462 0.790379 0 0.638938 0.76711" + "row3" "0 1.22776 1.56013 2.09224e-07 0.594147 0.804357 -1.45001e-08 0.628203 0.85675 -2.67225e-07 0.594175 0.804336 0 0.616867 0.785493" + "row4" "0 1.1375 1.6438 5.23061e-08 0.764251 1.06646 0 0.730357 1.01394 -6.68062e-08 0.628434 0.85658 0 0.594796 0.803876" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 1 1 1 1 1 1 9" + "row1" "9 1 1 1 1 1 1 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11776" + "plane" "(-1098 -14484.2 22.053) (-1098 -14541.3 43.4907) (3842 -14541.3 43.4907)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -5.49219] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143208" + side + { + "id" "11786" + "plane" "(3842 -14541.3 43.4905) (3842 -14621.8 40.4399) (3842 -14660.5 69.312)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11785" + "plane" "(-1098 -14621.8 40.4399) (-1098 -14541.3 43.4905) (-1098 -14613.7 70.6246)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11784" + "plane" "(-1098 -14541.3 43.4905) (-1098 -14621.8 40.44) (3842 -14621.8 40.44)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11783" + "plane" "(-1098 -14660.5 69.312) (-1098 -14613.7 70.6246) (3842 -14613.7 70.6246)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11782" + "plane" "(-1098 -14621.8 40.44) (-1098 -14660.5 69.3121) (3842 -14660.5 69.3121)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11781" + "plane" "(-1098 -14613.7 70.6247) (-1098 -14541.3 43.4911) (3842 -14541.3 43.4911)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -5.49219] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143209" + side + { + "id" "11792" + "plane" "(3842 -14514.6 44.5061) (3842 -14541.3 43.4905) (3842 -14613.7 70.6246)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11791" + "plane" "(-1098 -14541.3 43.4905) (-1098 -14514.6 44.5061) (-1098 -14544.6 72.565)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11790" + "plane" "(-1098 -14514.6 44.5061) (-1098 -14541.3 43.4905) (3842 -14541.3 43.4905)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11789" + "plane" "(-1098 -14613.7 70.6246) (-1098 -14544.6 72.565) (3842 -14544.6 72.565)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11788" + "plane" "(-1098 -14544.6 72.565) (-1098 -14514.6 44.506) (3842 -14514.6 44.506)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14544.6 72.5645]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0.976563 0.256737 0 1.19336 0.313492 0 0.976563 0.256737 0 0 0" + "row1" "0 0 0 0 0.298828 0.083374 0 0.424805 0.117668 0 0.299805 0.083374 0 0 0" + "row2" "0 0 0 0 0.0800781 0.069973 0 0.101563 0.0889702 0 0.0800781 0.069973 0 0 0" + "row3" "0 -0.000976563 0 0 0.0214844 0.198814 0 0.0292969 0.282204 0 0.0214844 0.198814 0 -0.000976563 0" + "row4" "0 0 0 0 0.0458984 0.644379 0 0.0556641 0.786842 0 0.0458984 0.644379 0 0 0" + } + offset_normals + { + "row0" "0 1.34726 1.46225 -0.000101787 0.923894 0.922509 0 0.882235 0.875417 0.000104062 0.774295 0.720558 0 0.683081 0.730343" + "row1" "0 1.38509 1.42397 1.12793e-09 0.683093 0.730332 1.2582e-11 0.741189 0.758459 -1.0776e-09 0.716347 0.697744 0 0.683081 0.730343" + "row2" "0 1.42291 1.38569 -5.52652e-05 0.868039 0.894179 0 0.683081 0.730343 5.64612e-05 0.686372 0.726767 0 0.683081 0.730343" + "row3" "0 1.46074 1.3474 -0.000221062 0.683069 0.730354 1.19597e-06 0.723461 0.775719 0.000225846 0.662981 0.748636 0 0.683081 0.730343" + "row4" "0 1.49856 1.30912 -5.52655e-05 0.910118 0.934349 0 0.864715 0.893544 5.64615e-05 0.707344 0.789557 0 0.683081 0.730343" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "1 0 0 0 0 0 0 1" + "row1" "1 1 1 1 1 1 1 1" + "row2" "1 1 1 1 1 1 1 1" + "row3" "1 1 1 1 1 1 1 1" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11787" + "plane" "(-1098 -14541.3 43.4911) (-1098 -14613.7 70.6247) (3842 -14613.7 70.6247)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -5.49219] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143210" + side + { + "id" "11797" + "plane" "(3842 -14613.7 70.6249) (3842 -14660.5 69.3123) (3842 -14689 98.8421)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11796" + "plane" "(-1098 -14660.5 69.3123) (-1098 -14613.7 70.6249) (-1098 -14689 98.8421)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11795" + "plane" "(-1098 -14613.7 70.6246) (-1098 -14660.5 69.312) (3842 -14660.5 69.312)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11794" + "plane" "(3842 -14688.9 98.841) (3842 -14660.5 69.3128) (-1098 -14660.5 69.3128)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11793" + "plane" "(-1098 -14689 98.8419) (-1098 -14613.7 70.6245) (3842 -14613.7 70.6245)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -5.49219] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143211" + side + { + "id" "11804" + "plane" "(3842 -14544.6 72.5653) (3842 -14613.7 70.6249) (3842 -14689 98.8421)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11803" + "plane" "(-1098 -14613.7 70.6249) (-1098 -14544.6 72.5653) (-1098 -14566.1 102.859)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11802" + "plane" "(-1098 -14544.6 72.565) (-1098 -14613.7 70.6246) (3842 -14613.7 70.6246)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11801" + "plane" "(-1098 -14690.5 100.419) (-1098 -14566.1 102.859) (3842 -14566.1 102.859)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11800" + "plane" "(3842 -14690.5 100.419) (3842 -14688.9 98.841) (-1098 -14688.9 98.841)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11799" + "plane" "(-1098 -14566.1 102.859) (-1098 -14544.6 72.5655) (3842 -14544.6 72.5655)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14544.6 72.5664]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 -0.00292969 0.000190735 0 -0.00292969 0.000144958 0 -0.000976563 9.15527e-05 0 0 4.57764e-05 0 0 0" + "row1" "0 0.973633 0.256927 0 0.300781 0.0801773 0 0.113281 0.0363617 0 0.161133 0.0662994 0 0.504883 0.210381" + "row2" "0 1.19043 0.313683 0 0.426758 0.113617 0 0.146484 0.0462112 0 0.227539 0.0938568 0 0.617188 0.256889" + "row3" "0 0.973633 0.256927 0 0.300781 0.0801773 0 0.113281 0.0363617 0 0.161133 0.0662918 0 0.504883 0.210381" + "row4" "0 -0.00292969 0.000190735 0 -0.00292969 0.000144958 0 -0.000976563 9.15527e-05 0 0 4.57764e-05 0 0 0" + } + offset_normals + { + "row0" "0 1.34726 1.46225 0 1.21432 1.24138 0 1.08137 1.02052 0 0.948428 0.799648 0 0.815483 0.57878" + "row1" "-0.000101787 0.923894 0.922509 -0.000407151 0.782987 0.622038 -0.000101788 0.878303 0.693514 0 0.833333 0.552771 -5.97905e-05 0.837029 0.545353" + "row2" "0 0.882235 0.875417 2.27419e-06 0.824065 0.663729 0 0.815519 0.57873 0 0.824169 0.565444 0 0.832303 0.551545" + "row3" "0.000104062 0.774295 0.720558 0.000416247 0.815519 0.57873 0.000104062 0.79896 0.597688 0 0.815519 0.57873 6.00072e-05 0.836505 0.544741" + "row4" "0 0.683081 0.730343 0 0.716181 0.692452 0 0.749282 0.654562 0 0.782383 0.616671 0 0.815483 0.57878" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11798" + "plane" "(-1098 -14613.7 70.6245) (-1098 -14689 98.8419) (3842 -14689 98.8419)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -5.49219] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143212" + side + { + "id" "11810" + "plane" "(3842 -14690.5 100.419) (3842 -14716.2 133.154) (3842 -14583.2 134.984)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11809" + "plane" "(-1098 -14566.1 102.859) (-1098 -14583.2 134.984) (-1098 -14716.2 133.154)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11808" + "plane" "(-1098 -14690.5 100.419) (3842 -14690.5 100.419) (3842 -14566.1 102.859)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11807" + "plane" "(3842 -14716.2 133.154) (-1098 -14716.2 133.154) (-1098 -14583.2 134.984)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11806" + "plane" "(3842 -14716.2 133.154) (3842 -14690.5 100.419) (-1098 -14690.5 100.419)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11805" + "plane" "(3842 -14566.1 102.859) (3842 -14583.2 134.984) (-1098 -14583.2 134.984)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14566.1 102.859]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 -0.000976563 0.00159454 0 -0.000976563 0.00119019 0 -0.000976563 0.000793457 0 -0.000976563 0.000396729 0 0 0" + "row1" "0 0.503906 0.211975 0 0.161133 0.0663605 0 0.114258 0.0261993 0 0.301758 0.037674 0 0.977539 0.11673" + "row2" "0 0.616211 0.258484 0 0.227539 0.0936432 0 0.146484 0.0330963 0 0.428711 0.0531006 0 1.19238 0.142548" + "row3" "0 0.503906 0.211975 0 0.161133 0.0663452 0 0.114258 0.0261917 0 0.301758 0.037674 0 0.977539 0.11673" + "row4" "0 -0.000976563 0.00159454 0 -0.000976563 0.00119019 0 -0.000976563 0.000793457 0 -0.000976563 0.000396729 0 0 0" + } + offset_normals + { + "row0" "0 0.815483 0.57878 0 0.832294 0.551558 0 0.849104 0.524335 0 0.865914 0.497113 0 0.882725 0.46989" + "row1" "-5.97905e-05 0.837029 0.545353 -0.000239162 0.866995 0.498317 -5.97905e-05 0.876615 0.478075 0 0.907634 0.419762 -0.000106227 0.911278 0.403724" + "row2" "0 0.832303 0.551545 2.16707e-07 0.866185 0.497414 0 0.882726 0.469888 0 0.894282 0.443681 0 0.90403 0.415209" + "row3" "6.00072e-05 0.836505 0.544741 0.000240029 0.882715 0.469909 6.00072e-05 0.874321 0.4835 0 0.882737 0.469867 0.000107322 0.909359 0.401533" + "row4" "0 0.815483 0.57878 0 0.832294 0.551558 0 0.849104 0.524335 0 0.865914 0.497113 0 0.882725 0.46989" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143213" + side + { + "id" "11816" + "plane" "(3842 -14716.2 133.154) (3842 -14729.1 167.312) (3842 -14591.8 168.125)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11815" + "plane" "(-1098 -14583.2 134.984) (-1098 -14591.8 168.125) (-1098 -14729.1 167.312)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11814" + "plane" "(-1098 -14716.2 133.154) (3842 -14716.2 133.154) (3842 -14583.2 134.984)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11813" + "plane" "(3842 -14729.1 167.312) (-1098 -14729.1 167.312) (-1098 -14591.8 168.125)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11812" + "plane" "(3842 -14729.1 167.312) (3842 -14716.2 133.154) (-1098 -14716.2 133.154)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11811" + "plane" "(3842 -14583.2 134.984) (3842 -14591.8 168.125) (-1098 -14591.8 168.125)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14583.2 134.984]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0.000961304 0 0 0.000717163 0 0 0.000473022 0 0 0.000244141 0 0 0" + "row1" "0 0.977539 0.117691 0 0.301758 0.0370789 0 0.113281 0.0167847 0 0.158203 0.0296783 0 0.493164 0.093399" + "row2" "0 1.19238 0.143509 0 0.428711 0.0522919 0 0.145508 0.021225 0 0.223633 0.0419159 0 0.603516 0.114059" + "row3" "0 0.977539 0.117691 0 0.301758 0.0370789 0 0.113281 0.0167847 0 0.158203 0.0296783 0 0.493164 0.093399" + "row4" "0 0 0.000961304 0 0 0.000717163 0 0 0.000473022 0 0 0.000244141 0 0 0" + } + offset_normals + { + "row0" "0 0.882725 0.46989 0 0.90403 0.415208 0 0.925335 0.360525 0 0.94664 0.305843 0 0.967945 0.251161" + "row1" "-0.000106227 0.911278 0.403724 -0.000424907 0.950725 0.310036 -0.000106227 0.954867 0.28547 0 0.975466 0.220151 -5.53045e-05 0.976233 0.212109" + "row2" "0 0.90403 0.415209 1.09502e-06 0.94766 0.306895 0 0.967944 0.251167 0 0.971332 0.23557 0 0.973976 0.219794" + "row3" "0.000107322 0.909359 0.401533 0.000429287 0.967944 0.251167 0.000107322 0.957291 0.278507 0 0.967944 0.251167 5.52251e-05 0.975483 0.21196" + "row4" "0 0.882725 0.46989 0 0.90403 0.415208 0 0.925335 0.360525 0 0.94664 0.305843 0 0.967945 0.251161" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143214" + side + { + "id" "11822" + "plane" "(3842 -14729.1 167.312) (3842 -14733.4 202.079) (3842 -14596.1 202.079)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11821" + "plane" "(-1098 -14591.8 168.125) (-1098 -14596.1 202.079) (-1098 -14733.4 202.079)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11820" + "plane" "(-1098 -14729.1 167.312) (3842 -14729.1 167.312) (3842 -14591.8 168.125)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11819" + "plane" "(3842 -14733.4 202.079) (-1098 -14733.4 202.079) (-1098 -14596.1 202.079)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11818" + "plane" "(3842 -14733.4 202.079) (3842 -14729.1 167.312) (-1098 -14729.1 167.312)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11817" + "plane" "(3842 -14591.8 168.125) (3842 -14596.1 202.079) (-1098 -14596.1 202.079)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14591.8 168.121]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0.00195313 -6.10352e-05 0 0.00195313 -4.57764e-05 0 0 -3.05176e-05 0 0 -1.52588e-05 0 0 0" + "row1" "0 0.495117 0.093338 0 0.15625 0.0284729 0 0.0800781 0.00724792 0 0.168945 0.000732422 0 0.541016 0.000137329" + "row2" "0 0.605469 0.113998 0 0.220703 0.0405121 0 0.101563 0.00921631 0 0.239258 0.000946045 0 0.660156 0.000152588" + "row3" "0 0.495117 0.093338 0 0.15625 0.0284729 0 0.0800781 0.00724792 0 0.168945 0.000747681 0 0.541016 0.000137329" + "row4" "0 0.00195313 -6.10352e-05 0 0.00195313 -4.57764e-05 0 0 -3.05176e-05 0 0 -1.52588e-05 0 0 0" + } + offset_normals + { + "row0" "0 0.967945 0.251161 0 0.973978 0.219779 0 0.980011 0.188397 0 0.986044 0.157015 0 0.992077 0.125633" + "row1" "-5.53045e-05 0.976233 0.212109 -0.000221218 0.987546 0.15733 -5.53045e-05 0.988855 0.140766 0 0.995791 0.0916483 -5.94879e-05 0.995411 0.0828524" + "row2" "0 0.973976 0.219794 -7.94353e-08 0.986414 0.157133 0 0.99207 0.125689 0 0.993493 0.108574 0 0.994038 0.0912983" + "row3" "5.52251e-05 0.975483 0.21196 0.0002209 0.992066 0.125717 5.52251e-05 0.989055 0.141366 0 0.992073 0.125661 5.94988e-05 0.99453 0.0827147" + "row4" "0 0.967945 0.251161 0 0.973978 0.219779 0 0.980011 0.188397 0 0.986044 0.157015 0 0.992077 0.125633" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "143215" + side + { + "id" "11828" + "plane" "(3842 -14733.4 202.079) (3842 -14733.1 236.847) (3842 -14595.7 236.034)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11827" + "plane" "(-1098 -14596.1 202.079) (-1098 -14595.7 236.034) (-1098 -14733.1 236.847)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04404] 0.448537" + "vaxis" "[0 1 0 243.949] 0.55" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11826" + "plane" "(-1098 -14733.4 202.079) (3842 -14733.4 202.079) (3842 -14596.1 202.079)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 -1 0 -243.949] 0.55" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11825" + "plane" "(3842 -14733.1 236.847) (-1098 -14733.1 236.847) (-1098 -14595.7 236.034)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 -1 0 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14733.1 236.847]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 -0.121094 -0.0292664 0 -0.15332 -0.0367889 0 -0.121094 -0.0292664 0 0 0" + "row2" "0 0 0 0 -1.22949 -0.2957 0 -1.5625 -0.375977 0 -1.22852 -0.295715 0 0 0" + "row3" "0 -0.000976563 1.52588e-05 0 -4.83691 -1.16321 0 -6.87305 -1.653 0 -4.83691 -1.16321 0 -0.000976563 1.52588e-05" + "row4" "0 0 1.52588e-05 0 -15.833 -3.80797 0 -19.334 -4.64983 0 -15.833 -3.80795 0 0 1.52588e-05" + } + offset_normals + { + "row0" "0 0.00591698 0.999982 0 0.00591698 0.999982 0 0.00591698 0.999982 0 0.00591698 0.999982 0 0.00591698 0.999982" + "row1" "0 0.25442 0.747046 0 0.00591691 0.999982 0 0.00591692 0.999982 0 0.00591691 0.999982 0 0.18277 0.925194" + "row2" "0 0.502924 0.49411 0.000429614 0.130169 0.873514 0 0.00591687 0.999982 -0.000571153 0.114873 0.961621 0 0.359623 0.850405" + "row3" "0 0.751427 0.241174 0.00171845 0.00591682 0.999981 -0.000141539 0.194911 0.85385 -0.00228461 0.0880333 0.996115 0 0.536476 0.775617" + "row4" "0 0.999931 -0.0117619 0.000429553 0.571899 0.551515 0 0.679777 0.419322 -0.000571054 0.620268 0.526119 0 0.71333 0.700829" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "11824" + "plane" "(3842 -14733.1 236.847) (3842 -14733.4 202.079) (-1098 -14733.4 202.079)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[0 0 -1 8.04354] 0.448537" + "vaxis" "[1 0 0 -374.306] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11823" + "plane" "(3842 -14596.1 202.079) (3842 -14595.7 236.034) (-1098 -14595.7 236.034)" + "material" "CONCRETE/CONCRETEWALL064C" + "uaxis" "[-1 0 0 -446] 0.55" + "vaxis" "[0 0 -1 274] 0.25" + "rotation" "90" + "lightmapscale" "40" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[-1098 -14596.1 202.078]" + "flags" "0" + "elevation" "0" + "subdiv" "1" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0.000869751 0 0 0.000656128 0 0 0.000427246 0 -0.000976563 0.000213623 0 0 0" + "row1" "0 0.541016 0.00100708 0 0.0429688 -0.0285797 0 -1.1875 -0.295273 0 -4.83301 -1.16299 0 -15.833 -3.80798" + "row2" "0 0.660156 0.00102234 0 0.0830078 -0.036087 0 -1.50879 -0.375549 0 -6.86816 -1.6528 0 -19.334 -4.64984" + "row3" "0 0.541016 0.00100708 0 0.0429688 -0.0285797 0 -1.18652 -0.295273 0 -4.83203 -1.16299 0 -15.833 -3.80797" + "row4" "0 0 0.000869751 0 0 0.000656128 0 0 0.000427246 0 -0.000976563 0.000213623 0 0 0" + } + offset_normals + { + "row0" "0 0.992077 0.125633 0 0.99404 0.0912843 0 0.996004 0.0569356 0 0.997967 0.0225868 0 0.999931 -0.0117619" + "row1" "-5.94879e-05 0.995411 0.0828524 -0.000237952 0.999739 0.0228301 -5.95486e-05 0.899411 0.21663 -2.42934e-07 0.60197 0.798518 0.000429553 0.571899 0.551515" + "row2" "0 0.994038 0.0912983 1.09285e-08 0.99841 0.0226582 0 0.999931 -0.0117622 3.80839e-08 0.820402 0.298572 0 0.679777 0.419322" + "row3" "5.94988e-05 0.99453 0.0827147 0.000237995 0.999931 -0.0117335 5.95977e-05 0.963124 0.094486 3.95269e-07 0.999931 -0.011791 -0.000571054 0.620268 0.526119" + "row4" "0 0.992077 0.125633 0 0.92239 0.269432 0 0.852703 0.413231 0 0.783016 0.55703 0 0.71333 0.700829" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 9" + "row1" "0 0 0 0 0 0 9 9" + "row2" "0 0 0 0 0 0 9 9" + "row3" "0 0 0 0 0 0 0 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "220 220 220" + "groupid" "141102" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "27248" + side + { + "id" "1009" + "plane" "(-1282.33 -10106.8 -48) (-1282.33 -14988.9 -48) (1327.89 -14988.9 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1008" + "plane" "(-1282.33 -14988.9 -18) (-1282.33 -14988.9 -48) (-1282.33 -10106.8 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1007" + "plane" "(1327.89 -14988.9 -48) (-1282.33 -14988.9 -48) (-1282.33 -14988.9 -18)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "20" + "smoothing_groups" "0" + } + side + { + "id" "1006" + "plane" "(1327.89 -14988.9 -18) (-1282.33 -14988.9 -18) (-1282.33 -10106.8 -18)" + "material" "JBTEX/BBLOCKSBLEND" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "42" + "smoothing_groups" "0" + dispinfo + { + "power" "4" + "startposition" "[-1282.33 -14988.9 -18]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row1" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row2" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1" + "row3" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row4" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row5" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row6" "0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row7" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row8" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row9" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row10" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row11" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row12" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row13" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row14" "0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row15" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row16" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 -1" + } + distances + { + "row0" "322.342 261.985 233.33 262.014 295.916 346.157 326.801 300.847 273.336 269.752 262.47 253.502 212.076 192.084 252.149 312.875 304.399" + "row1" "229.427 142.328 76.6464 61.384 75.8916 73.9443 59.4489 56.86 54.8091 58.3436 54.5189 55.1385 53.4416 63.8434 91.4198 96.095 107.294" + "row2" "208.902 159.055 29.5146 0.891573 17.6196 2.8779 1.5597 1.083 3.0077 9.2375 6.97536 0.597296 1.1536 1.33903 6.1536 0.597296 15" + "row3" "187.47 93.693 7.74621 15.5695 50.4177 76.9422 90.8796 101.816 111.618 84.6513 79.4487 60.9703 56.5253 54.4962 63.2201 64.3182 58.8418" + "row4" "332.456 185.276 10.1256 23.0421 53.3384 118.461 154.605 200.109 216.064 194.759 202.471 212.079 288.798 370.943 365.337 301.736 218.945" + "row5" "348.659 159.007 4.27916 10.3284 37.6839 94.1322 169.357 269.437 311.107 341.881 389.345 426.09 441.121 431.745 427.493 416.697 384.662" + "row6" "250.272 104.737 3.6388 39.3842 76.7472 135.16 222.675 269.238 388.213 405.354 425.054 439.518 458.473 466.53 453.702 449.043 411.559" + "row7" "210.626 142.465 3.63646 38.446 93.21 173.593 242.079 387.271 406.761 418.262 438.468 466.642 461.76 443.45 413.326 415.195 394.807" + "row8" "153.409 79.8117 7.84063 24.1855 109.263 189.672 315.351 454.962 418.196 419.616 426.299 433.446 440.369 474.555 454.978 442.816 493.489" + "row9" "226.22 190.25 28.5443 3.88546 64.5639 174.826 292.716 385.282 400.242 419.417 430.884 415.1 442.961 431.08 433.044 423.15 442.091" + "row10" "218.018 226.957 27.7311 5.91334 59.3616 158.307 253.923 386.934 402.744 370.462 360.785 342.653 337.458 307.384 328.825 317.798 360.659" + "row11" "156.713 150.568 40.458 6.52907 52.4177 142.072 237.129 224.456 206.692 213.053 219.009 237.561 272.613 291.236 300.806 325.332 354.515" + "row12" "157.703 133.509 54.9983 2.76227 8.19514 50.7687 97.0098 110.63 122.989 124.252 121.782 156.022 214.483 235.217 240.924 253.776 258.28" + "row13" "162.26 174.588 60.0217 3.0427 0.301716 8.86177 29.4039 52.4213 79.2643 106.386 126.817 151.811 174.263 177.321 176.569 180.854 183.669" + "row14" "135.662 44.6116 1.80483 0 0 0.637556 4.69926 13.3225 26.9355 44.0389 52.5474 53.6734 39.1001 38.6257 32.7238 41.226 50.2025" + "row15" "170 115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row16" "162.5 145.487 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35055 2.8125" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row9" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row10" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row11" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row12" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row13" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row14" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row15" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row16" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + offset_normals + { + "row0" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row1" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row2" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row3" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row5" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row6" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row7" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row8" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row9" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row10" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row11" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row12" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row13" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row14" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row15" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row16" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "255 255 255 0 255 255 255 255 255 255 255 255 255 255 255 255 255" + "row1" "255 0 175 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "255 0 175 0 0 0 0 50 175 25 50 255 255 225 150 150 175" + "row3" "255 255 0 0 175 100 255 100 75 175 50 50 100 255 250 125 255" + "row4" "255 255 225 0 25 200 175 255 255 255 255 255 255 255 255 255 255" + "row5" "255 255 150 0 150 175 255 255 255 255 255 255 255 255 255 255 255" + "row6" "255 255 25 75 255 25 255 255 255 255 255 255 255 255 255 255 255" + "row7" "255 255 0 100 250 75 255 255 255 255 255 255 255 255 255 255 255" + "row8" "255 255 0 150 255 255 255 255 255 255 255 255 255 255 255 255 255" + "row9" "255 255 0 0 255 200 255 255 255 255 255 255 255 255 255 255 255" + "row10" "255 255 0 0 255 230 255 255 255 255 255 255 255 255 255 255 255" + "row11" "255 255 0 0 255 100 255 255 180 255 255 255 255 255 255 255 255" + "row12" "255 0 125 0 0 100 230 111 25 255 255 255 255 255 255 255 255" + "row13" "113 184 255 0 0 0 0 125 200 255 250 50 180 200 175 150 255" + "row14" "42 0 0 0 0 0 0 0 0 25 150 155 150 125 150 180 200" + "row15" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row16" "80 205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9 9 1 1 1 1 1 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9" + "row1" "9 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row2" "9 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row3" "9 1 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 1 0 0 1 1 1 1 9" + "row4" "0 1 0 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9 9 9 9 9 9 9 9" + "row5" "0 1 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row6" "9 1 9 1 9 9 9 9 9 9 9 9 1 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row7" "9 9 9 1 9 9 9 9 9 9 1 9 1 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row8" "9 9 9 1 9 9 9 9 9 9 1 9 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row9" "9 9 0 1 9 9 9 9 9 9 9 9 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row10" "9 9 0 9 9 9 9 9 9 9 9 9 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row11" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row12" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row13" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row14" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row15" "9 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "1005" + "plane" "(1327.89 -10106.8 -48) (1327.89 -14988.9 -48) (1327.89 -14988.9 -18)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1004" + "plane" "(-1282.33 -10106.8 -18) (-1282.33 -10106.8 -48) (1327.89 -10106.8 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "21925" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "27249" + side + { + "id" "1015" + "plane" "(4033.49 -10106.8 -48) (4033.49 -4896 -48) (1327.89 -4896 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1014" + "plane" "(4033.49 -4896 -18) (4033.49 -4896 -48) (4033.49 -10106.8 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1013" + "plane" "(1327.89 -4896 -48) (4033.49 -4896 -48) (4033.49 -4896 -18)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1012" + "plane" "(1327.89 -10106.8 -18) (1327.89 -4896 -18) (4033.49 -4896 -18)" + "material" "JBTEX/BBLOCKSBLEND" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "42" + "smoothing_groups" "0" + dispinfo + { + "power" "4" + "startposition" "[1327.89 -10106.8 -18]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1" + "row9" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1" + "row10" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + "row11" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + "row12" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1" + "row13" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1" + "row14" "0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row15" "0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row16" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + distances + { + "row0" "2.8125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 75 110" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 45 190" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 170" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 40 245" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 145" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 75 175" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 70 210" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 150" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 295" + "row9" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 235" + "row10" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 35 185" + "row11" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80 175" + "row12" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 35 195 140" + "row13" "0 0 0 0 0 0 0 0 0 0 0 5 0 5 5 80 250" + "row14" "5 0 0 0 0 0 0 0 5 5 5 5 5 5 5 75 130" + "row15" "13 0 0 0 0 10 20 10 10 5 5 5 5 5 5 145 200" + "row16" "90 102.135 98 93 100.16 101 104 109.501 63 104 101 108 110 162 166 200 287.121" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row9" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row10" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row11" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row12" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row13" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row14" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row15" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row16" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + offset_normals + { + "row0" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row1" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row2" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row3" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row5" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row6" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row7" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row8" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row9" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row10" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row11" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row12" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row13" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row14" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row15" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row16" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 50 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 75 0" + "row2" "0 0 0 0 25 125 50 0 0 0 25 255 0 0 225 75 0" + "row3" "0 0 0 0 100 175 100 0 0 0 0 80 255 105 255 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 125 255 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 100 150 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 125 0 0 0" + "row7" "0 0 0 0 30 75 0 0 0 0 0 0 0 150 0 0 0" + "row8" "0 0 0 0 50 180 0 0 0 0 0 0 0 0 0 0 0" + "row9" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row10" "0 0 0 0 0 0 0 0 0 0 0 0 255 100 0 0 0" + "row11" "0 0 0 0 0 0 0 0 0 0 0 0 225 150 0 0 0" + "row12" "0 0 0 0 0 0 0 0 0 0 0 0 225 0 125 0 0" + "row13" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row14" "25 100 25 25 25 25 25 50 100 50 100 0 0 0 0 0 0" + "row15" "205 205 200 75 205 230 150 75 75 125 200 125 100 105 55 225 0" + "row16" "0 0 0 0 0 0 0 75 0 0 0 0 0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1" + "row1" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 1" + "row2" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 0" + "row3" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 0" + "row4" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9" + "row5" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9" + "row6" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 1" + "row7" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0 1" + "row8" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0 0" + "row9" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 0" + "row10" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9" + "row11" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9" + "row12" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 0" + "row13" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0" + "row14" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9 9" + "row15" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "1011" + "plane" "(1327.89 -10106.8 -48) (1327.89 -4896 -48) (1327.89 -4896 -18)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1010" + "plane" "(4033.49 -10106.8 -18) (4033.49 -10106.8 -48) (1327.89 -10106.8 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "21925" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "27250" + side + { + "id" "1021" + "plane" "(1327.89 -14988.9 -48) (4033.49 -14988.9 -48) (4033.49 -10106.8 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1020" + "plane" "(4033.49 -10106.8 -48) (4033.49 -14988.9 -48) (4033.49 -14988.9 -18)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1019" + "plane" "(4033.49 -14988.9 -18) (4033.49 -14988.9 -48) (1327.89 -14988.9 -48)" + "material" "BRICK/BRICKFLOOR001A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "20" + "smoothing_groups" "0" + } + side + { + "id" "1018" + "plane" "(4033.49 -10106.8 -18) (4033.49 -14988.9 -18) (1327.89 -14988.9 -18)" + "material" "JBTEX/BBLOCKSBLEND" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "42" + "smoothing_groups" "0" + dispinfo + { + "power" "4" + "startposition" "[1327.89 -14988.9 -18]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row1" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 -1 0 0 1 0 0 1" + "row2" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1" + "row3" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1 0 0 1" + "row4" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1" + "row5" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1" + "row6" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1" + "row7" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1" + "row8" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1" + "row9" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1" + "row10" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1" + "row11" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1" + "row12" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1" + "row13" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1" + "row14" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 1 0 0 1" + "row15" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.999984 0 0 1 0 0 1" + "row16" "0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1" + } + distances + { + "row0" "304.399 304.794 290.511 236.136 24.6586 44.4796 335.228 343.825 309.459 318.46 280.847 278.035 266.492 302.899 356.982 345.869 104.623" + "row1" "107.294 104.595 62.2423 27.1096 29.6146 38.7309 5.06827 13.5432 32.4831 9.56766 22.9612 31.1933 29.8611 19.3519 14.2771 54.7167 189.565" + "row2" "15 15 15 1.81544 6.053 12.3318 15.3645 8.1728 6.46574 2.63058 1.20923 0.611521 0 1.37936 31.0059 170.833 237.229" + "row3" "58.8418 47.8605 37.3177 73.7489 97.7467 76.7484 82.0337 72.5856 50.0653 22.9528 11.8814 7.7521 3.4262 1.36823 80.6429 176.909 231.746" + "row4" "218.945 252.508 274.101 290.937 232.424 198.221 169.885 136.819 113.57 103.739 109.908 45.5146 16.6106 2.96059 75.3959 65.776 204.824" + "row5" "384.662 404.426 374.11 370.883 360.267 371.349 386.036 354.653 294.961 231.856 203.331 165.203 83.91 21.7313 64.156 128.458 204.971" + "row6" "411.559 366.608 368.058 364.914 362.335 362.426 386.408 440.473 425.309 322.683 273.442 136.964 89.8808 34.9446 30.3899 138.697 190.021" + "row7" "394.807 398.719 400.033 408.502 437.508 452.727 436.944 393.197 388.737 361.856 309.406 168.684 95.507 52.7389 1.37728 110.867 178.011" + "row8" "493.489 483.721 477.065 448.923 451.109 456.403 437.947 408.638 375.148 367.965 274.582 154.316 95.9207 61.6709 20.613 65.3932 150.174" + "row9" "442.091 464.974 457.025 435.759 446.748 454.051 442.484 413.423 382.224 338.651 283.685 142.771 81.7488 50.5115 13.3307 103.052 200.286" + "row10" "360.659 401.413 421.395 392.074 395.754 400.68 397.424 392.821 351.392 332.518 242.564 96.7914 40.4809 19.8682 5.7451 64.9409 123.43" + "row11" "354.515 367.364 339.374 307.82 325.367 332.671 307.831 281.405 289.816 289.375 237.613 98.0672 28.9727 7.45834 1.18312 66.4005 149.738" + "row12" "258.28 288.442 320.295 288.014 238.854 229.361 222.814 192.167 152.73 126.934 96.7543 61.4821 28.9525 5.03387 1.22123 120.901 187.813" + "row13" "183.669 196.036 191.331 148.329 142.042 149.029 137.032 111.709 91.5665 61.1258 50.5414 40.5834 20.9174 1.46033 5 65.1425 131.116" + "row14" "50.2025 64.4994 72.5605 67.7902 70.6158 73.7167 65.3591 50.7234 30.5801 16.2794 13.5771 10.5678 5.13959 0 0 52.2496 119.974" + "row15" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00738335 29.5001 223.195" + "row16" "2.8125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 75 110" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row9" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row10" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row11" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row12" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row13" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row14" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row15" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row16" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + offset_normals + { + "row0" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row1" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row2" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row3" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row5" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row6" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row7" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row8" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row9" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row10" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row11" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row12" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row13" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row14" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row15" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row16" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "255 255 255 255 0 0 255 0 0 0 0 0 0 0 0 255 255" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255" + "row2" "175 230 50 225 175 255 200 75 100 25 0 255 200 255 105 255 255" + "row3" "255 255 200 255 25 100 100 175 255 180 255 200 175 100 0 255 0" + "row4" "255 255 255 255 255 255 255 255 125 25 125 25 205 255 0 255 0" + "row5" "255 255 255 255 255 255 255 255 255 255 255 125 50 250 75 111 255" + "row6" "255 255 255 255 230 255 255 255 255 255 255 175 0 175 125 0 255" + "row7" "255 255 255 255 255 255 255 255 255 255 255 125 0 200 175 0 0" + "row8" "255 255 255 255 255 255 255 255 255 255 255 100 0 150 175 0 255" + "row9" "255 255 255 255 255 255 255 255 255 255 255 255 0 75 75 0 255" + "row10" "255 255 255 255 255 255 255 255 255 255 255 50 255 50 50 255 255" + "row11" "255 255 255 255 255 255 255 255 255 255 255 255 100 0 0 0 255" + "row12" "255 255 255 255 255 255 255 255 255 255 255 125 0 0 0 0 255" + "row13" "255 255 255 255 255 255 255 255 255 230 125 0 0 0 0 0 255" + "row14" "200 175 100 205 180 150 80 75 0 0 0 0 0 0 0 0 255" + "row15" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255" + "row16" "0 0 0 0 0 0 0 0 0 0 0 0 0 42 0 42 255" + } + triangle_tags + { + "row0" "9 9 9 1 1 1 0 9 9 9 0 0 0 0 0 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 0 1" + "row1" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 1" + "row2" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9" + "row3" "9 9 9 1 1 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9" + "row4" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9" + "row5" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9 9 9 9 9 9 9 9 9" + "row6" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 1 9 9 9 9 9 9 9 9 9 9" + "row7" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9 9 9 9 9 9 9 9 9 9" + "row8" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9 9 9 9 9 9 9 9 9 9" + "row9" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 1 9 9 9 9 9 9 9 9 9 9" + "row10" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 1 9 9 9 9 9 9 9 9 9 9" + "row11" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 9 9 9 9 9 9 9 9 9 9 9" + "row12" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row13" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row14" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0" + "row15" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "1017" + "plane" "(1327.89 -14988.9 -18) (1327.89 -14988.9 -48) (1327.89 -10106.8 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1016" + "plane" "(1327.89 -10106.8 -48) (4033.49 -10106.8 -48) (4033.49 -10106.8 -18)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "21925" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "27247" + side + { + "id" "1003" + "plane" "(1327.89 -4896 -48) (-1282.33 -4896 -48) (-1282.33 -10106.8 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1002" + "plane" "(-1282.33 -10106.8 -48) (-1282.33 -4896 -48) (-1282.33 -4896 -18)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1001" + "plane" "(-1282.33 -4896 -18) (-1282.33 -4896 -48) (1327.89 -4896 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1000" + "plane" "(-1282.33 -10106.8 -18) (-1282.33 -4896 -18) (1327.89 -4896 -18)" + "material" "JBTEX/BBLOCKSBLEND" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "42" + "smoothing_groups" "0" + dispinfo + { + "power" "4" + "startposition" "[-1282.33 -10106.8 -18]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 -1" + "row1" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row9" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row10" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row11" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row12" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row13" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row14" "0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 -1" + "row15" "0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + "row16" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 -1 0 0 1 0 0 1 0 0 1" + } + distances + { + "row0" "162.5 145.487 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35055 2.8125" + "row1" "240 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "200 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "220 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "230 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "220 35 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "180 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row9" "240 105.274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row10" "175 55 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row11" "225 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row12" "165 80.0979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row13" "170 96.2552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row14" "240 90 0 0 0 0 5 5 0 0 0 0 0 0 5 0 5" + "row15" "185 80 0 35 25.216 5 5 5.2735 25 0 0 0 14.4692 20.285 17.6627 26.7171 13" + "row16" "250 173.605 134.251 81 79.0811 103.4 105.422 104.032 82.252 102 110 97.5 89.021 9.14101 91.1243 102.27 90" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row9" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row10" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row11" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row12" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row13" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row14" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row15" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row16" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + offset_normals + { + "row0" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row1" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row2" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row3" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row5" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row6" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row7" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row8" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row9" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row10" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row11" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row12" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row13" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row14" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row15" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + "row16" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 50 255 255 175 175 200 255 75 0 0 0 0 0 0" + "row3" "0 0 0 0 255 0 0 225 0 255 25 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 100 125 0 255 200 0 0 0 0 0 0" + "row5" "0 0 0 125 25 0 50 200 50 255 175 0 0 0 0 0 0" + "row6" "0 0 0 75 0 0 25 255 150 200 125 0 0 0 0 0 0" + "row7" "0 0 0 25 0 0 0 255 125 100 150 0 0 0 0 0 0" + "row8" "0 0 0 25 255 0 100 255 125 0 100 0 0 0 0 0 0" + "row9" "0 0 0 0 255 0 205 75 100 0 100 0 0 0 0 0 0" + "row10" "0 0 0 0 200 0 155 105 0 0 230 0 0 0 0 0 0" + "row11" "0 0 0 0 255 0 105 180 0 75 125 25 0 0 0 0 0" + "row12" "0 0 0 0 200 0 125 155 0 175 0 0 0 0 0 0 0" + "row13" "0 0 0 0 100 0 180 155 0 255 100 25 100 0 0 0 0" + "row14" "0 0 0 0 100 0 0 75 0 250 50 225 255 100 50 0 25" + "row15" "0 0 225 105 155 130 0 105 155 150 225 100 100 0 50 125 205" + "row16" "0 0 125 0 75 175 255 0 0 0 100 0 0 150 0 0 25" + } + triangle_tags + { + "row0" "0 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row1" "0 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row2" "0 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row3" "0 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row4" "9 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row5" "9 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row6" "0 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row7" "0 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row8" "1 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row9" "1 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row10" "0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row11" "0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row12" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row13" "9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row14" "9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row15" "9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "999" + "plane" "(1327.89 -4896 -18) (1327.89 -4896 -48) (1327.89 -10106.8 -48)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "998" + "plane" "(1327.89 -10106.8 -48) (-1282.33 -10106.8 -48) (-1282.33 -10106.8 -18)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "21925" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "120304" + side + { + "id" "10430" + "plane" "(4028.97 -14982 -4729) (-1272.97 -14982 -4729) (-1272.97 -14982 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10425" + "plane" "(4028.97 -14982 12764) (-1272.97 -14982 12764) (-1272.97 -14981.2 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10426" + "plane" "(-1272.97 -14981.2 -4729) (-1272.97 -14982 -4729) (4028.97 -14982 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10427" + "plane" "(-1272.97 -14982 12764) (-1272.97 -14982 -4729) (-1272.97 -14981.2 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10428" + "plane" "(4028.97 -14981.2 -4729) (4028.97 -14982 -4729) (4028.97 -14982 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10430" + "plane" "(-1272.97 -14981.2 -4729) (4028.97 -14981.2 -4729) (4028.97 -14981.2 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "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" "120306" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "120302" + side + { + "id" "10429" + "plane" "(-1272.97 -4896 -4729) (4028.97 -4896 -4729) (4028.97 -4896 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10458" + "plane" "(-1272.97 -4896.77 12764) (-1272.97 -4896 12764) (4028.97 -4896 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10457" + "plane" "(4028.97 -4896 -4729) (-1272.97 -4896 -4729) (-1272.97 -4896.77 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10456" + "plane" "(-1272.97 -4896.77 -4729) (-1272.97 -4896 -4729) (-1272.97 -4896 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10455" + "plane" "(4028.97 -4896 12764) (4028.97 -4896 -4729) (4028.97 -4896.77 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10429" + "plane" "(4028.97 -4896.77 -4729) (-1272.97 -4896.77 -4729) (-1272.97 -4896.77 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "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" "120306" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "120300" + side + { + "id" "10453" + "plane" "(4030 -4894 12764) (4030 -4894 -4729) (4030 -14982 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10452" + "plane" "(4028.97 -4894 -4729) (4030 -4894 -4729) (4030 -4894 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10454" + "plane" "(4030 -14982 12764) (4030 -14982 -4729) (4028.97 -14982 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10451" + "plane" "(4028.97 -4894 12764) (4030 -4894 12764) (4030 -14982 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10450" + "plane" "(4028.97 -14982 -4729) (4030 -14982 -4729) (4030 -4894 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10449" + "plane" "(4028.97 -14982 12764) (4028.97 -14982 -4729) (4028.97 -4894 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "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" "120306" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "120298" + side + { + "id" "10448" + "plane" "(-1274 -14982 12764) (-1274 -14982 -4729) (-1274 -4894 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10446" + "plane" "(-1274 -4894 12764) (-1274 -4894 -4729) (-1272.97 -4894 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10445" + "plane" "(-1272.97 -14982 -4729) (-1274 -14982 -4729) (-1274 -14982 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10444" + "plane" "(-1272.97 -14982 12764) (-1274 -14982 12764) (-1274 -4894 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10443" + "plane" "(-1272.97 -4894 -4729) (-1274 -4894 -4729) (-1274 -14982 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10447" + "plane" "(-1272.97 -4894 12764) (-1272.97 -4894 -4729) (-1272.97 -14982 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "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" "120306" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "120296" + side + { + "id" "10441" + "plane" "(-1274 -4895.98 -4731) (-1274 -14982 -4731) (4030 -14982 -4731)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10440" + "plane" "(-1274 -14982 -4729) (-1274 -14982 -4731) (-1274 -4895.98 -4731)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10442" + "plane" "(4030 -4895.98 -4729) (4030 -4895.98 -4731) (4030 -14982 -4731)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10439" + "plane" "(-1274 -4895.98 -4729) (-1274 -4895.98 -4731) (4030 -4895.98 -4731)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10438" + "plane" "(4030 -14982 -4729) (4030 -14982 -4731) (-1274 -14982 -4731)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10437" + "plane" "(-1274 -14982 -4729) (-1274 -4895.98 -4729) (4030 -4895.98 -4729)" + "material" "TOOLS/TOOLSSKYBOX" + "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" "120306" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "120294" + side + { + "id" "10436" + "plane" "(-1274 -14982 12766) (-1274 -4894 12766) (4030 -4894 12766)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10434" + "plane" "(-1274 -4894 12764) (-1274 -4894 12766) (-1274 -14982 12766)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10433" + "plane" "(4030 -14982 12764) (4030 -14982 12766) (4030 -4894 12766)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10432" + "plane" "(4030 -4894 12764) (4030 -4894 12766) (-1274 -4894 12766)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10431" + "plane" "(-1274 -14982 12764) (-1274 -14982 12766) (4030 -14982 12766)" + "material" "TOOLS/TOOLSSKYBOX" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10435" + "plane" "(-1274 -4894 12764) (-1274 -14982 12764) (4030 -14982 12764)" + "material" "TOOLS/TOOLSSKYBOX" + "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" "120306" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "104392" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "141102" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "21925" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "120306" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "104393" + "classname" "trigger_playermovement" + "origin" "2158.5 -9239.5 12" + "spawnflags" "129" + "StartDisabled" "0" + solid + { + "id" "104394" + side + { + "id" "1" + "plane" "(2081 -9162 37) (2236 -9162 37) (2236 -9317 37)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2" + "plane" "(2081 -9317 -13) (2236 -9317 -13) (2236 -9162 -13)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3" + "plane" "(2081 -9162 37) (2081 -9317 37) (2081 -9317 -13)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 7.98584] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4" + "plane" "(2236 -9162 -13) (2236 -9317 -13) (2236 -9317 37)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 20] 0.25" + "vaxis" "[0 0 -1 7.98584] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5" + "plane" "(2236 -9162 37) (2081 -9162 37) (2081 -9162 -13)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 7.98584] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6" + "plane" "(2236 -9317 -13) (2081 -9317 -13) (2081 -9317 37)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 7.98584] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "104396" + "classname" "logic_navigation" + "navprop" "Ignore" + "spawnflags" "1" + "target" "propeller_02" + "origin" "2133.74 -9210.32 -5" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "104398" + "classname" "prop_dynamic" + "angles" "0 0 0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "MinAnimTime" "5" + "model" "models/props_c17/TrapPropeller_Engine.mdl" + "modelscale" "1.0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "solid" "6" + "targetname" "propeller_02_engineblock" + "origin" "2164.32 -9237.02 0" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "104400" + "classname" "logic_timer" + "LowerRandomBound" "3" + "RefireTime" "1" + "spawnflags" "0" + "StartDisabled" "1" + "targetname" "propeller_02_backfire_timer_1" + "UpperRandomBound" "8" + "UseRandomTime" "1" + connections + { + "OnTimer" "propeller_02_backfire_rl_1Trigger0-1" + } + "origin" "2153.86 -9214.98 -5" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "104402" + "classname" "logic_relay" + "targetname" "propeller_02_backfire_rl_1" + connections + { + "OnTrigger" "propeller_02_backfire_wav_1PlaySound0-1" + } + "origin" "2170.32 -9196.57 4" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "104404" + "classname" "ambient_generic" + "health" "10" + "message" "ambient/machines/sputter1.wav" + "pitch" "100" + "pitchstart" "100" + "radius" "1250" + "spawnflags" "48" + "targetname" "propeller_02_backfire_wav_1" + "origin" "2148.32 -9221.57 17" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "104407" + "classname" "ambient_generic" + "health" "10" + "message" "buttons/lever7.wav" + "pitch" "100" + "pitchstart" "100" + "radius" "1250" + "spawnflags" "48" + "targetname" "propeller_02_switch_wav_1" + "origin" "2179 -9236 17" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "104410" + "classname" "point_angularvelocitysensor" + "axis" "2167.5 -9270.5 47" + "fireinterval" "0.2" + "target" "propeller_02" + "threshold" "1000" + connections + { + "OnLessThan" "propeller_02Setbodygroup00-1" + "OnGreaterThanOrEqualTo" "propeller_02Setbodygroup10-1" + } + "origin" "2167.5 -9270.5 47" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "104412" + "classname" "point_angularvelocitysensor" + "axis" "2151 -9271.43 48" + "fireinterval" "0.2" + "target" "propeller_02" + "threshold" "8" + "origin" "2151 -9271.43 48" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "104414" + "classname" "phys_motor" + "attach1" "propeller_02" + "axis" "2158.5 -9239.49 15.13" + "inertiafactor" "5" + "spawnflags" "6" + "speed" "-1200" + "spinup" "1" + "targetname" "propeller_02_motor" + "origin" "2158.5 -9239.5 55" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "104417" + "classname" "ambient_generic" + "health" "10" + "message" "ambient/machines/spindown.wav" + "pitch" "100" + "pitchstart" "100" + "radius" "446" + "spawnflags" "48" + "targetname" "propeller_02_spindown_wav" + "origin" "2149.62 -9240.57 64" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 5000]" + } +} +entity +{ + "id" "104420" + "classname" "ambient_generic" + "health" "10" + "message" "ambient/machines/spin_loop.wav" + "pitch" "100" + "pitchstart" "100" + "radius" "318" + "spawnflags" "16" + "targetname" "propeller_02_spinning_wav" + "origin" "2149.32 -9240.85 50" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 5500]" + } +} +entity +{ + "id" "104423" + "classname" "ambient_generic" + "health" "10" + "message" "ambient/machines/spinup.wav" + "pitch" "100" + "pitchstart" "100" + "radius" "446" + "spawnflags" "48" + "targetname" "propeller_02_spinup_wav" + "origin" "2149.62 -9240.85 36" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 6000]" + } +} +entity +{ + "id" "104426" + "classname" "prop_dynamic" + "angles" "0 270 0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "MinAnimTime" "5" + "model" "models/props_c17/TrapPropeller_Lever.mdl" + "modelscale" "1.0" + "parentname" "propeller_02_lever_01" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "solid" "6" + "spawnflags" "0" + "origin" "2178 -9239 3.42999" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 6500]" + } +} +entity +{ + "id" "104428" + "classname" "func_door_rotating" + "angles" "0 0 0" + "disablereceiveshadows" "0" + "disableshadows" "0" + "distance" "35" + "dmg" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "origin" "2172.5 -9239.5 3.63" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "spawnflags" "416" + "speed" "100" + "targetname" "propeller_02_lever_01" + "unlocked_sentence" "0" + "wait" "15" + connections + { + "OnClose" "propeller_02_switch_wav_1PlaySound0-1" + "OnOpen" "propeller_02_switch_wav_1PlaySound0-1" + "OnFullyOpen" "propeller_02_backfire_wav_1PlaySound0-1" + "OnClose" "propeller_02_hurtbrushDisable0-1" + "OnFullyOpen" "propeller_02_hurtbrushEnable3-1" + "OnFullyOpen" "propeller_02_hurtbrushEnable0-1" + "OnFullyOpen" "propeller_02_motorTurnOn0-1" + "OnClose" "propeller_02_motorTurnOff0-1" + "OnFullyOpen" "propeller_02_spinning_wavPlaySound0-1" + "OnFullyOpen" "propeller_02_spinup_wavPlaySound0-1" + "OnClose" "propeller_02_spinup_wavStopSound0-1" + "OnClose" "propeller_02_spinning_wavStopSound0-1" + "OnClose" "propeller_02_spindown_wavPlaySound0-1" + "OnFullyOpen" "propeller_02_backfire_timer_1Enable0-1" + "OnClose" "propeller_02_backfire_timer_1Disable0-1" + } + solid + { + "id" "104429" + side + { + "id" "7" + "plane" "(2166 -9239 4.30002) (2178 -9239 4.30002) (2178 -9240 4.30002)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 26.0117] 0.25" + "vaxis" "[1 0 0 -36.0195] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8" + "plane" "(2166 -9240 3.30002) (2178 -9240 3.30002) (2178 -9239 3.30002)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 26.0117] 0.25" + "vaxis" "[-1 0 0 8.01953] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9" + "plane" "(2166 -9239 4.30002) (2166 -9240 4.30002) (2166 -9240 3.30002)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 26.0117] 0.25" + "vaxis" "[0 0 -1 33.2036] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10" + "plane" "(2178 -9239 3.30002) (2178 -9240 3.30002) (2178 -9240 4.30002)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 26.0117] 0.25" + "vaxis" "[0 0 -1 33.2036] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11" + "plane" "(2178 -9239 4.30002) (2166 -9239 4.30002) (2166 -9239 3.30002)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 18.0195] 0.25" + "vaxis" "[0 0 -1 33.2036] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12" + "plane" "(2178 -9240 3.30002) (2166 -9240 3.30002) (2166 -9240 4.30002)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -26.0195] 0.25" + "vaxis" "[0 0 -1 33.2036] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 7000]" + } +} +entity +{ + "id" "104431" + "classname" "prop_physics" + "angles" "0 0 0" + "damagetoenablemotion" "0" + "Damagetype" "1" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "maxdxlevel" "0" + "mindxlevel" "0" + "minhealthdmg" "0" + "model" "models/props_c17/TrapPropeller_Blade.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "spawnflags" "0" + "targetname" "propeller_02" + "origin" "2158.5 -9239.5 28.08" + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 7500]" + } +} +entity +{ + "id" "104435" + "classname" "trigger_hurt" + "damage" "100" + "damagecap" "20" + "damagetype" "5" + "origin" "2170 -9279 33.13" + "spawnflags" "2" + "StartDisabled" "1" + "targetname" "propeller_02_hurtbrush" + solid + { + "id" "104436" + side + { + "id" "13" + "plane" "(2158 -9313 37.13) (2158 -9245 37.13) (2182 -9245 37.13)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "14" + "plane" "(2158 -9245 29.13) (2158 -9313 29.13) (2182 -9313 29.13)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "15" + "plane" "(2158 -9313 29.13) (2158 -9245 29.13) (2158 -9245 37.1289)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 0 1 3.99561] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "16" + "plane" "(2182 -9245 29.13) (2182 -9313 29.13) (2182 -9313 37.1289)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 0 -1 -4] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "17" + "plane" "(2158 -9245 29.13) (2182 -9245 29.13) (2182 -9245 37.1289)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 0 1 -0.00244141] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "18" + "plane" "(2182 -9313 29.13) (2158 -9313 29.13) (2158 -9313 37.1289)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 0 -1 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "104437" + side + { + "id" "19" + "plane" "(2126 -9233 37.13) (2126 -9197 37.13) (2150 -9197 37.13)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "20" + "plane" "(2126 -9197 29.13) (2126 -9233 29.13) (2150 -9233 29.13)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21" + "plane" "(2126 -9233 29.13) (2126 -9197 29.13) (2126 -9197 37.1289)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 0 1 3.99561] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "22" + "plane" "(2150 -9197 29.13) (2150 -9233 29.13) (2150 -9233 37.1289)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 0 -1 -4] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23" + "plane" "(2126 -9197 29.13) (2150 -9197 29.13) (2150 -9197 37.1289)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 0 1 -0.00244141] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24" + "plane" "(2150 -9233 29.13) (2126 -9233 29.13) (2126 -9233 37.1289)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -24] 0.25" + "vaxis" "[0 0 -1 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 220 220" + "groupid" "104392" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8000]" + } +} +entity +{ + "id" "3919" + "classname" "light_environment" + "_ambient" "255 255 255 20" + "_ambientHDR" "-1 -1 -1 1" + "_AmbientScaleHDR" "1" + "_light" "255 255 255 600" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "angles" "-82 264 0" + "pitch" "-82" + "origin" "2096 -8132 1594" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8500]" + } +} +entity +{ + "id" "5910" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/CinderBlock01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "spawnflags" "256" + "targetname" "Barrel" + "origin" "828 -5918 4" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 9000]" + } +} +entity +{ + "id" "5950" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn" + "Template01" "Barrel" + "Template02" "Barrel2" + "origin" "807.79 -5901.4 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 9500]" + } +} +entity +{ + "id" "5992" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "774.91 -5748.1 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "SpawnForceSpawn0-1" + "OnPressed" "SpawnSpark6SparkOnce0-1" + } + solid + { + "id" "5979" + side + { + "id" "483" + "plane" "(849.26 -5841 -20) (837.26 -5841.1 -20) (837.37 -5853.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -187.344] 0.0234375" + "vaxis" "[-1 -0.00871211 0 271.965] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "482" + "plane" "(837.26 -5841.1 -20) (849.26 -5841 -20) (849.26 -5841 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "481" + "plane" "(849.37 -5853 -20) (837.37 -5853.1 -20) (837.37 -5853.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "480" + "plane" "(849.26 -5841 -20) (849.37 -5853 -20) (849.37 -5853 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -187.344] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "479" + "plane" "(837.37 -5853.1 -20) (837.26 -5841.1 -20) (837.26 -5841.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -187.344] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "478" + "plane" "(849.37 -5853 27.1429) (837.37 -5853.1 40) (837.26 -5841.1 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -11.709] 0.375" + "vaxis" "[-1 -0.00871211 0 33.9956] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146434" + side + { + "id" "11931" + "plane" "(835 -5839 -10) (852 -5839 -10) (852 -5856 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -232] 0.25" + "vaxis" "[0 -1 0 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11932" + "plane" "(835 -5856 -16) (852 -5856 -16) (852 -5839 -16)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -232] 0.25" + "vaxis" "[0 -1 0 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11933" + "plane" "(835 -5839 -10) (835 -5856 -10) (835 -5856 -16)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 172] 0.25" + "vaxis" "[0 0 -1 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11934" + "plane" "(852 -5839 -16) (852 -5856 -16) (852 -5856 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 172] 0.25" + "vaxis" "[0 0 -1 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11935" + "plane" "(852 -5839 -10) (835 -5839 -10) (835 -5839 -16)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -232] 0.25" + "vaxis" "[0 0 -1 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11936" + "plane" "(852 -5856 -16) (835 -5856 -16) (835 -5856 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -232] 0.25" + "vaxis" "[0 0 -1 8] 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 10000]" + } +} +entity +{ + "id" "15930" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "807.65 -5855.2 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn2ForceSpawn0-1" + "OnPressed" "SpawnSpark7SparkOnce0-1" + } + solid + { + "id" "15931" + side + { + "id" "514" + "plane" "(850.24 -5953 -20) (838.24 -5953.1 -20) (838.34 -5965.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -358.031] 0.0234375" + "vaxis" "[-1 -0.00871211 0 271.965] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "515" + "plane" "(838.24 -5953.1 -20) (850.24 -5953 -20) (850.24 -5953 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "516" + "plane" "(850.34 -5965 -20) (838.34 -5965.1 -20) (838.34 -5965.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "517" + "plane" "(850.24 -5953 -20) (850.34 -5965 -20) (850.34 -5965 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -358.031] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "518" + "plane" "(838.34 -5965.1 -20) (838.24 -5953.1 -20) (838.24 -5953.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -358.031] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "519" + "plane" "(850.34 -5965 27.1429) (838.34 -5965.1 40) (838.24 -5953.1 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -22.377] 0.375" + "vaxis" "[-1 -0.00871211 0 33.9956] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146437" + side + { + "id" "11937" + "plane" "(836 -5951 -12) (853 -5951 -12) (853 -5968 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -236] 0.25" + "vaxis" "[0 -1 0 -108] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11938" + "plane" "(836 -5968 -18) (853 -5968 -18) (853 -5951 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -236] 0.25" + "vaxis" "[0 -1 0 -108] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11939" + "plane" "(836 -5951 -12) (836 -5968 -12) (836 -5968 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 108] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11940" + "plane" "(853 -5951 -18) (853 -5968 -18) (853 -5968 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 108] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11941" + "plane" "(853 -5951 -12) (836 -5951 -12) (836 -5951 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -236] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11942" + "plane" "(853 -5968 -18) (836 -5968 -18) (836 -5968 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -236] 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 10500]" + } +} +entity +{ + "id" "15933" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PlasticCrate01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff1" + "origin" "816.77 -6013.3 8" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 11000]" + } +} +entity +{ + "id" "15937" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn2" + "Template01" "Stuff1" + "Template02" "Stuff1a" + "Template03" "Stuff1b" + "origin" "808.77 -6013.4 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 11500]" + } +} +entity +{ + "id" "16020" + "classname" "prop_physics" + "angles" "89.5 90.5 90.0003" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/prison_bedframe001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff2" + "origin" "819.02 -6157.3 49" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12000]" + } +} +entity +{ + "id" "16024" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "850.93 -5996.7 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn3ForceSpawn0-1" + "OnPressed" "SpawnSpark5SparkOnce0-1" + } + solid + { + "id" "16025" + side + { + "id" "574" + "plane" "(851.53 -6101 -20) (839.53 -6101.1 -20) (839.64 -6113.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -16.6875] 0.0234375" + "vaxis" "[-1 -0.00871211 0 271.965] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "575" + "plane" "(839.53 -6101.1 -20) (851.53 -6101 -20) (851.53 -6101 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "576" + "plane" "(851.64 -6113 -20) (839.64 -6113.1 -20) (839.64 -6113.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "577" + "plane" "(851.53 -6101 -20) (851.64 -6113 -20) (851.64 -6113 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -16.6875] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "578" + "plane" "(839.64 -6113.1 -20) (839.53 -6101.1 -20) (839.53 -6101.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -16.6875] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "579" + "plane" "(851.64 -6113 27.1429) (839.64 -6113.1 40) (839.53 -6101.1 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -1.04297] 0.375" + "vaxis" "[-1 -0.00871211 0 33.9956] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146443" + side + { + "id" "11943" + "plane" "(837 -6099 -12) (854 -6099 -12) (854 -6116 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -240] 0.25" + "vaxis" "[0 -1 0 -188] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11944" + "plane" "(837 -6116 -18) (854 -6116 -18) (854 -6099 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -240] 0.25" + "vaxis" "[0 -1 0 -188] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11945" + "plane" "(837 -6099 -12) (837 -6116 -12) (837 -6116 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 188] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11946" + "plane" "(854 -6099 -18) (854 -6116 -18) (854 -6116 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 188] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11947" + "plane" "(854 -6099 -12) (837 -6099 -12) (837 -6099 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -240] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11948" + "plane" "(854 -6116 -18) (837 -6116 -18) (837 -6116 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -240] 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 12500]" + } +} +entity +{ + "id" "16027" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn3" + "Template01" "Stuff2" + "origin" "809.75 -6125.4 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 13000]" + } +} +entity +{ + "id" "19451" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/wood_crate001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff3" + "origin" "1155.87 -5351.7 95" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 13500]" + } +} +entity +{ + "id" "19458" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1192 -5257.7 2.5" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn4ForceSpawn0-1" + "OnPressed" "SpawnSpark8SparkOnce0-1" + } + solid + { + "id" "19459" + side + { + "id" "638" + "plane" "(1102.89 -5368 -32) (1103 -5356 -32) (1091 -5355.9 -32)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0.00873961 0 418.424] 0.0234375" + "vaxis" "[0.00873961 1 0 271.906] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "639" + "plane" "(1103 -5356 -32) (1102.89 -5368 -32) (1102.89 -5368 22.2143)" + "material" "METAL/METALWALL030A" + "uaxis" "[-0.00873961 -1 0 -271.906] 0.0234375" + "vaxis" "[0 0 -1 338.286] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "640" + "plane" "(1090.9 -5367.9 -32) (1091 -5355.9 -32) (1091 -5355.9 37)" + "material" "METAL/METALWALL030A" + "uaxis" "[-0.00873961 -1 0 21.3799] 0.02" + "vaxis" "[0 0 -1 338.636] 0.11" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "641" + "plane" "(1102.89 -5368 -32) (1090.9 -5367.9 -32) (1090.9 -5367.9 22.2143)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0.00873961 0 418.424] 0.0234375" + "vaxis" "[0 0 -1 290.909] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "642" + "plane" "(1091 -5355.9 -32) (1103 -5356 -32) (1103 -5356 37)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0.00873961 0 418.424] 0.0234375" + "vaxis" "[0 0 -1 338.286] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "643" + "plane" "(1090.9 -5367.9 22.2143) (1091 -5355.9 37) (1103 -5356 37)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0.00873961 0 26.1515] 0.375" + "vaxis" "[0.00873961 1 0 33.9883] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146420" + side + { + "id" "11907" + "plane" "(1089 -5355 -22) (1106 -5355 -22) (1106 -5372 -22)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 288] 0.25" + "vaxis" "[0 -1 0 -284] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11908" + "plane" "(1089 -5372 -28) (1106 -5372 -28) (1106 -5355 -28)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 288] 0.25" + "vaxis" "[0 -1 0 -284] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11909" + "plane" "(1089 -5355 -22) (1089 -5372 -22) (1089 -5372 -28)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 284] 0.25" + "vaxis" "[0 0 -1 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11910" + "plane" "(1106 -5355 -28) (1106 -5372 -28) (1106 -5372 -22)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 284] 0.25" + "vaxis" "[0 0 -1 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11911" + "plane" "(1106 -5355 -22) (1089 -5355 -22) (1089 -5355 -28)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 288] 0.25" + "vaxis" "[0 0 -1 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11912" + "plane" "(1106 -5372 -28) (1089 -5372 -28) (1089 -5372 -22)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 288] 0.25" + "vaxis" "[0 0 -1 -40] 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 14000]" + } +} +entity +{ + "id" "19461" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn4" + "Template01" "Stuff3" + "origin" "1143.88 -5351.8 136" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 14500]" + } +} +entity +{ + "id" "20098" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "901.21 -6161.2 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn5ForceSpawn0-1" + "OnPressed" "SpawnSpark4SparkOnce0-1" + } + solid + { + "id" "20099" + side + { + "id" "702" + "plane" "(853.04 -6273 -20) (841.04 -6273.1 -20) (841.14 -6285.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -187.344] 0.0234375" + "vaxis" "[-1 -0.00871211 0 271.965] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "703" + "plane" "(841.04 -6273.1 -20) (853.04 -6273 -20) (853.04 -6273 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "704" + "plane" "(853.14 -6285 -20) (841.14 -6285.1 -20) (841.14 -6285.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "705" + "plane" "(853.04 -6273 -20) (853.14 -6285 -20) (853.14 -6285 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -187.344] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "706" + "plane" "(841.14 -6285.1 -20) (841.04 -6273.1 -20) (841.04 -6273.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -187.344] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "707" + "plane" "(853.14 -6285 27.1429) (841.14 -6285.1 40) (841.04 -6273.1 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -11.709] 0.375" + "vaxis" "[-1 -0.00871211 0 33.9956] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146447" + side + { + "id" "11949" + "plane" "(839 -6271 -12) (856 -6271 -12) (856 -6288 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -248] 0.25" + "vaxis" "[0 -1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11950" + "plane" "(839 -6288 -18) (856 -6288 -18) (856 -6271 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -248] 0.25" + "vaxis" "[0 -1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11951" + "plane" "(839 -6271 -12) (839 -6288 -12) (839 -6288 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 364] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11952" + "plane" "(856 -6271 -18) (856 -6288 -18) (856 -6288 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 364] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11953" + "plane" "(856 -6271 -12) (839 -6271 -12) (839 -6271 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -248] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11954" + "plane" "(856 -6288 -18) (839 -6288 -18) (839 -6288 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -248] 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 15000]" + } +} +entity +{ + "id" "20101" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn5" + "Template01" "Stuff4" + "Template02" "Stuff4a" + "origin" "811.28 -6301.3 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15500]" + } +} +entity +{ + "id" "20103" + "classname" "prop_physics" + "angles" "-14.4994 1.01639 -0.129798" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_debris/metal_panel01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff4" + "origin" "811.58 -6335.3 62" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 16000]" + } +} +entity +{ + "id" "20195" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/oildrum001_explosive.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff5" + "origin" "830.75 -6481 -2" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "20202" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "944.49 -6302.7 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn7ForceSpawn0-1" + "OnPressed" "SpawnSpark3SparkOnce0-1" + } + solid + { + "id" "20203" + side + { + "id" "732" + "plane" "(854.33 -6421 -20) (842.33 -6421.1 -20) (842.43 -6433.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -358.031] 0.0234375" + "vaxis" "[-1 -0.00871211 0 271.965] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "733" + "plane" "(842.33 -6421.1 -20) (854.33 -6421 -20) (854.33 -6421 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "734" + "plane" "(854.43 -6433 -20) (842.43 -6433.1 -20) (842.43 -6433.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -271.965] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "735" + "plane" "(854.33 -6421 -20) (854.43 -6433 -20) (854.43 -6433 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -358.031] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "736" + "plane" "(842.43 -6433.1 -20) (842.33 -6421.1 -20) (842.33 -6421.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -358.031] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "737" + "plane" "(854.43 -6433 27.1429) (842.43 -6433.1 40) (842.33 -6421.1 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -22.377] 0.375" + "vaxis" "[-1 -0.00871211 0 33.9956] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146450" + side + { + "id" "11955" + "plane" "(840 -6419 -12) (857 -6419 -12) (857 -6436 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -444] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11956" + "plane" "(840 -6436 -18) (857 -6436 -18) (857 -6419 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -444] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11957" + "plane" "(840 -6419 -12) (840 -6436 -12) (840 -6436 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 444] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11958" + "plane" "(857 -6419 -18) (857 -6436 -18) (857 -6436 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 444] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11959" + "plane" "(857 -6419 -12) (840 -6419 -12) (840 -6419 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11960" + "plane" "(857 -6436 -18) (840 -6436 -18) (840 -6436 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 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 -15768]" + } +} +entity +{ + "id" "20205" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn7" + "Template01" "Stuff5" + "origin" "798.75 -6429 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -15268]" + } +} +entity +{ + "id" "20283" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/oildrum001.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff6" + "origin" "830.75 -6481 46" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -14768]" + } +} +entity +{ + "id" "20290" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "998.86 -6407.6 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn8ForceSpawn0-1" + "OnPressed" "SpawnSpark2SparkOnce0-1" + } + solid + { + "id" "20291" + side + { + "id" "762" + "plane" "(862.75 -6532.9 -20) (850.75 -6533 -20) (850.86 -6545 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -16.2188] 0.0234375" + "vaxis" "[-1 -0.00871211 0 77.5586] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "763" + "plane" "(850.75 -6533 -20) (862.75 -6532.9 -20) (862.75 -6532.9 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -77.5586] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "764" + "plane" "(862.85 -6544.9 -20) (850.86 -6545 -20) (850.86 -6545 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -77.5586] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "765" + "plane" "(862.75 -6532.9 -20) (862.85 -6544.9 -20) (862.85 -6544.9 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -16.2188] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "766" + "plane" "(850.86 -6545 -20) (850.75 -6533 -20) (850.75 -6533 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -16.2188] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "767" + "plane" "(862.85 -6544.9 27.1429) (850.86 -6545 40) (850.75 -6533 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -1.01367] 0.375" + "vaxis" "[-1 -0.00871211 0 9.69482] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146453" + side + { + "id" "11961" + "plane" "(848 -6531 -12) (865 -6531 -12) (865 -6548 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -380] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11962" + "plane" "(848 -6548 -18) (865 -6548 -18) (865 -6531 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -380] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11963" + "plane" "(848 -6531 -12) (848 -6548 -12) (848 -6548 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 380] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11964" + "plane" "(865 -6531 -18) (865 -6548 -18) (865 -6548 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 380] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11965" + "plane" "(865 -6531 -12) (848 -6531 -12) (848 -6531 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11966" + "plane" "(865 -6548 -18) (848 -6548 -18) (848 -6548 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -284] 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 -14268]" + } +} +entity +{ + "id" "20293" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn8" + "Template01" "Stuff6" + "origin" "806.75 -6519 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -13768]" + } +} +entity +{ + "id" "20609" + "classname" "prop_ragdoll" + "angles" "89.5 90.5 90.0003" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props_c17/FurnitureMattress001a.mdl" + "modelscale" "1.0" + "spawnflags" "0" + "targetname" "Stuff7" + "origin" "833.85 -6636.2 34" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -13268]" + } +} +entity +{ + "id" "20616" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn9" + "Template01" "Stuff7" + "origin" "817.95 -6606.3 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -12768]" + } +} +entity +{ + "id" "20618" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1038.54 -6444 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn9ForceSpawn0-1" + "OnPressed" "SpawnSpark1SparkOnce0-1" + } + solid + { + "id" "20619" + side + { + "id" "792" + "plane" "(859.32 -6576 -20) (847.32 -6576.1 -20) (847.43 -6588.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -316.156] 0.0234375" + "vaxis" "[-1 -0.00871211 0 427.277] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "793" + "plane" "(847.32 -6576.1 -20) (859.32 -6576 -20) (859.32 -6576 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -427.277] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "794" + "plane" "(859.43 -6588 -20) (847.43 -6588.1 -20) (847.43 -6588.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -427.277] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "795" + "plane" "(859.32 -6576 -20) (859.43 -6588 -20) (859.43 -6588 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -316.156] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "796" + "plane" "(847.43 -6588.1 -20) (847.32 -6576.1 -20) (847.32 -6576.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -316.156] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "797" + "plane" "(859.43 -6588 27.1429) (847.43 -6588.1 40) (847.32 -6576.1 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -19.7598] 0.375" + "vaxis" "[-1 -0.00871211 0 53.4097] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146456" + side + { + "id" "11967" + "plane" "(845 -6573 -12) (862 -6573 -12) (862 -6590 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -272] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11968" + "plane" "(845 -6590 -18) (862 -6590 -18) (862 -6573 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -272] 0.25" + "vaxis" "[0 -1 0 -36] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11969" + "plane" "(845 -6573 -12) (845 -6590 -12) (845 -6590 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 36] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11970" + "plane" "(862 -6573 -18) (862 -6590 -18) (862 -6590 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 36] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11971" + "plane" "(862 -6573 -12) (845 -6573 -12) (845 -6573 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -272] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11972" + "plane" "(862 -6590 -18) (845 -6590 -18) (845 -6590 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -272] 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 -12268]" + } +} +entity +{ + "id" "20704" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1045.85 -5359.4 2" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "SpawnSpark9SparkOnce0-1" + "OnPressed" "Spawn10ForceSpawn0-1" + } + solid + { + "id" "20705" + side + { + "id" "822" + "plane" "(1051.85 -5365.4 -36) (1051.85 -5353.4 -36) (1039.85 -5353.4 -36)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 334.891] 0.0234375" + "vaxis" "[0 1 0 58.8125] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "823" + "plane" "(1051.85 -5353.4 -36) (1051.85 -5365.4 -36) (1051.85 -5365.4 23.7143)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -58.8125] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "824" + "plane" "(1039.85 -5365.4 -36) (1039.85 -5353.4 -36) (1039.85 -5353.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -58.8125] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "825" + "plane" "(1051.85 -5365.4 -36) (1039.85 -5365.4 -36) (1039.85 -5365.4 23.7143)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 334.891] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "826" + "plane" "(1039.85 -5353.4 -36) (1051.85 -5353.4 -36) (1051.85 -5353.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 334.891] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "827" + "plane" "(1039.85 -5365.4 23.7143) (1039.85 -5353.4 40) (1051.85 -5353.4 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 20.9307] 0.375" + "vaxis" "[0 1 0 7.35156] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146424" + side + { + "id" "11913" + "plane" "(1038 -5351 -22) (1055 -5351 -22) (1055 -5368 -22)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 492] 0.25" + "vaxis" "[0 -1 0 -268] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11914" + "plane" "(1038 -5368 -28) (1055 -5368 -28) (1055 -5351 -28)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 492] 0.25" + "vaxis" "[0 -1 0 -268] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11915" + "plane" "(1038 -5351 -22) (1038 -5368 -22) (1038 -5368 -28)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 268] 0.25" + "vaxis" "[0 0 -1 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11916" + "plane" "(1055 -5351 -28) (1055 -5368 -28) (1055 -5368 -22)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 268] 0.25" + "vaxis" "[0 0 -1 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11917" + "plane" "(1055 -5351 -22) (1038 -5351 -22) (1038 -5351 -28)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 492] 0.25" + "vaxis" "[0 0 -1 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11918" + "plane" "(1055 -5368 -28) (1038 -5368 -28) (1038 -5368 -22)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 492] 0.25" + "vaxis" "[0 0 -1 -40] 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 -11768]" + } +} +entity +{ + "id" "20707" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn10" + "Template01" "Stuff8" + "origin" "1024.85 -5315.4 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "20709" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/FurnitureDresser001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff8" + "origin" "990.85 -5334.5 32.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -10768]" + } +} +entity +{ + "id" "20788" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1205.85 -5368.4 2" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn11ForceSpawn0-1" + "OnPressed" "SpawnSpark10SparkOnce0-1" + } + solid + { + "id" "20789" + side + { + "id" "852" + "plane" "(1211.85 -5374.4 -36) (1211.85 -5362.4 -36) (1199.85 -5362.4 -36)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 505.547] 0.0234375" + "vaxis" "[0 1 0 442.813] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "853" + "plane" "(1211.85 -5362.4 -36) (1211.85 -5374.4 -36) (1211.85 -5374.4 23.7143)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -442.813] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "854" + "plane" "(1199.85 -5374.4 -36) (1199.85 -5362.4 -36) (1199.85 -5362.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -442.813] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "855" + "plane" "(1211.85 -5374.4 -36) (1199.85 -5374.4 -36) (1199.85 -5374.4 23.7143)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 505.547] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "856" + "plane" "(1199.85 -5362.4 -36) (1211.85 -5362.4 -36) (1211.85 -5362.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 505.547] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "857" + "plane" "(1199.85 -5374.4 23.7143) (1199.85 -5362.4 40) (1211.85 -5362.4 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 31.5967] 0.375" + "vaxis" "[0 1 0 55.3516] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146412" + side + { + "id" "11901" + "plane" "(1198 -5361 -24) (1215 -5361 -24) (1215 -5378 -24)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 364] 0.25" + "vaxis" "[0 -1 0 -308] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11902" + "plane" "(1198 -5378 -30) (1215 -5378 -30) (1215 -5361 -30)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 364] 0.25" + "vaxis" "[0 -1 0 -308] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11903" + "plane" "(1198 -5361 -24) (1198 -5378 -24) (1198 -5378 -30)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 308] 0.25" + "vaxis" "[0 0 -1 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11904" + "plane" "(1215 -5361 -30) (1215 -5378 -30) (1215 -5378 -24)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 308] 0.25" + "vaxis" "[0 0 -1 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11905" + "plane" "(1215 -5361 -24) (1198 -5361 -24) (1198 -5361 -30)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 364] 0.25" + "vaxis" "[0 0 -1 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11906" + "plane" "(1215 -5378 -30) (1198 -5378 -30) (1198 -5378 -24)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 364] 0.25" + "vaxis" "[0 0 -1 -48] 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 -10268]" + } +} +entity +{ + "id" "20791" + "classname" "prop_physics" + "angles" "1.49994 89.9869 -90.5002" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/wood_crate002a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff9" + "origin" "1154.85 -5352.5 17.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -9768]" + } +} +entity +{ + "id" "20795" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn11" + "Template01" "Stuff9" + "origin" "1182.85 -5317.4 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -9268]" + } +} +entity +{ + "id" "20857" + "classname" "prop_physics" + "angles" "1.49994 90.0131 -89.4998" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/wood_pallet001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff10" + "origin" "1314.85 -5363.5 28.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -8768]" + } +} +entity +{ + "id" "20865" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1370.85 -5379.4 9" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn12ForceSpawn0-1" + "OnPressed" "SpawnSpark11SparkOnce0-1" + } + solid + { + "id" "20866" + side + { + "id" "882" + "plane" "(1376.85 -5385.4 -22) (1376.85 -5373.4 -22) (1364.85 -5373.4 -22)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 377.547] 0.0234375" + "vaxis" "[0 1 0 400.125] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "883" + "plane" "(1376.85 -5373.4 -22) (1376.85 -5385.4 -22) (1376.85 -5385.4 26.7143)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -400.125] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "884" + "plane" "(1364.85 -5385.4 -22) (1364.85 -5373.4 -22) (1364.85 -5373.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -400.125] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "885" + "plane" "(1376.85 -5385.4 -22) (1364.85 -5385.4 -22) (1364.85 -5385.4 26.7143)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 377.547] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "886" + "plane" "(1364.85 -5373.4 -22) (1376.85 -5373.4 -22) (1376.85 -5373.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 377.547] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "887" + "plane" "(1364.85 -5385.4 26.7143) (1364.85 -5373.4 40) (1376.85 -5373.4 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 23.5967] 0.375" + "vaxis" "[0 1 0 50.0156] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146409" + side + { + "id" "11895" + "plane" "(1362 -5371 -18) (1379 -5371 -18) (1379 -5388 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 220] 0.25" + "vaxis" "[0 -1 0 -348] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11896" + "plane" "(1362 -5388 -24) (1379 -5388 -24) (1379 -5371 -24)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 220] 0.25" + "vaxis" "[0 -1 0 -348] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11897" + "plane" "(1362 -5371 -18) (1362 -5388 -18) (1362 -5388 -24)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 348] 0.25" + "vaxis" "[0 0 -1 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11898" + "plane" "(1379 -5371 -24) (1379 -5388 -24) (1379 -5388 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 348] 0.25" + "vaxis" "[0 0 -1 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11899" + "plane" "(1379 -5371 -18) (1362 -5371 -18) (1362 -5371 -24)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 220] 0.25" + "vaxis" "[0 0 -1 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11900" + "plane" "(1379 -5388 -24) (1362 -5388 -24) (1362 -5388 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 220] 0.25" + "vaxis" "[0 0 -1 -24] 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 -8268]" + } +} +entity +{ + "id" "20868" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn12" + "Template01" "Stuff10" + "origin" "1346.85 -5317.4 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -7768]" + } +} +entity +{ + "id" "21207" + "classname" "water_lod_control" + "cheapwaterenddistance" "2000" + "cheapwaterstartdistance" "1000" + "origin" "1603 -6296 996" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -7268]" + } +} +entity +{ + "id" "22430" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "853.65 -6582 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6768]" + } +} +entity +{ + "id" "22705" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "857.08 -6538.9 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6268]" + } +} +entity +{ + "id" "22719" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "848.66 -6427 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -5768]" + } +} +entity +{ + "id" "22727" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "847.37 -6279 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -5268]" + } +} +entity +{ + "id" "22739" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "845.87 -6107 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -4768]" + } +} +entity +{ + "id" "22751" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "844.57 -5959 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -4268]" + } +} +entity +{ + "id" "22763" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "843.6 -5847 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -3768]" + } +} +entity +{ + "id" "22771" + "classname" "prop_dynamic" + "angles" "-44.5 269.5 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "1096.94 -5362.9 29.0751" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -3268]" + } +} +entity +{ + "id" "22998" + "classname" "info_player_start" + "angles" "0 180 0" + "spawnflags" "0" + "origin" "3437.62 -6244 0" + editor + { + "color" "0 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -2768]" + } +} +entity +{ + "id" "23014" + "classname" "info_teleport_destination" + "angles" "0 177.5 0" + "targetname" "Tele4" + "origin" "3334 -6384 0" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -2268]" + } +} +entity +{ + "id" "23325" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1522.85 -5377.4 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn13ForceSpawn0-1" + "OnPressed" "SpawnSpark12SparkOnce0-1" + } + solid + { + "id" "23326" + side + { + "id" "940" + "plane" "(1528.85 -5383.4 -20) (1528.85 -5371.4 -20) (1516.85 -5371.4 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 206.844] 0.0234375" + "vaxis" "[0 1 0 314.813] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "941" + "plane" "(1528.85 -5371.4 -20) (1528.85 -5383.4 -20) (1528.85 -5383.4 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -314.813] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "942" + "plane" "(1516.85 -5383.4 -20) (1516.85 -5371.4 -20) (1516.85 -5371.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -314.813] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "943" + "plane" "(1528.85 -5383.4 -20) (1516.85 -5383.4 -20) (1516.85 -5383.4 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 206.844] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "944" + "plane" "(1516.85 -5371.4 -20) (1528.85 -5371.4 -20) (1528.85 -5371.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 206.844] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "945" + "plane" "(1516.85 -5383.4 27.1429) (1516.85 -5371.4 40) (1528.85 -5371.4 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 12.9307] 0.375" + "vaxis" "[0 1 0 39.3516] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146406" + side + { + "id" "11889" + "plane" "(1514 -5369 -12) (1531 -5369 -12) (1531 -5386 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 124] 0.25" + "vaxis" "[0 -1 0 -340] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11890" + "plane" "(1514 -5386 -18) (1531 -5386 -18) (1531 -5369 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 124] 0.25" + "vaxis" "[0 -1 0 -340] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11891" + "plane" "(1514 -5369 -12) (1514 -5386 -12) (1514 -5386 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 340] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11892" + "plane" "(1531 -5369 -18) (1531 -5386 -18) (1531 -5386 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 340] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11893" + "plane" "(1531 -5369 -12) (1514 -5369 -12) (1514 -5369 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 124] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11894" + "plane" "(1531 -5386 -18) (1514 -5386 -18) (1514 -5386 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 124] 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" "[500 3500]" + } +} +entity +{ + "id" "23328" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "1522.85 -5377.4 34" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 4000]" + } +} +entity +{ + "id" "23332" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn13" + "Template01" "Stuff11" + "Template02" "Stuff12" + "Template03" "Stuff13" + "Template04" "Stuff13a" + "origin" "1501.22 -5314.1 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 4500]" + } +} +entity +{ + "id" "23334" + "classname" "prop_physics" + "angles" "-0.0130915 91.4999 0.499856" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_debris/wood_board05a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff12" + "origin" "1483.98 -5331.4 62.3526" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 5000]" + } +} +entity +{ + "id" "23404" + "classname" "prop_physics" + "angles" "-0.0130915 91.4999 0.499856" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_debris/wood_board06a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff11" + "origin" "1455.98 -5331.4 30.3526" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 5500]" + } +} +entity +{ + "id" "23445" + "classname" "prop_physics" + "angles" "-0.0130915 91.4999 0.499856" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_debris/wood_board04a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff13" + "origin" "1468.85 -5351.4 30.3526" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 6000]" + } +} +entity +{ + "id" "26324" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "827.85 -6636.2 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 6500]" + } +} +entity +{ + "id" "26349" + "classname" "prop_static" + "angles" "-0.00436314 359.5 179.5" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "822.75 -6481 156" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 7000]" + } +} +entity +{ + "id" "26357" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "822.85 -6481.3 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 7500]" + } +} +entity +{ + "id" "26381" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "821.58 -6335.3 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 8000]" + } +} +entity +{ + "id" "26389" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "820.02 -6157.3 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 8500]" + } +} +entity +{ + "id" "26397" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "818.77 -6013.3 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "26405" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "817.79 -5901.3 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "26421" + "classname" "prop_static" + "angles" "0 269.5 -180" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "1153 -5346 144" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 10000]" + } +} +entity +{ + "id" "26429" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "988.85 -5332.5 -19.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 10500]" + } +} +entity +{ + "id" "26441" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "1152.85 -5346.5 -21.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 11000]" + } +} +entity +{ + "id" "26477" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "1314.85 -5348.5 -15.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 11500]" + } +} +entity +{ + "id" "26485" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "1468.85 -5349.4 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 12000]" + } +} +entity +{ + "id" "26521" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3445.62 -6240 -6" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 13000]" + } +} +entity +{ + "id" "26529" + "classname" "prop_dynamic" + "angles" "0 0 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_combine/combine_teleportplatform.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3465.64 -6375.73 -21.9667" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 13500]" + } +} +entity +{ + "id" "27698" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "1370.85 -5379.4 34" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 14000]" + } +} +entity +{ + "id" "27700" + "classname" "prop_dynamic" + "angles" "-37 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "1205.85 -5368 32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 14500]" + } +} +entity +{ + "id" "27702" + "classname" "prop_dynamic" + "angles" "-40.5 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "1045 -5359.4 32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 15000]" + } +} +entity +{ + "id" "28168" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "1626.85 -5346.4 -9" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 15500]" + } +} +entity +{ + "id" "28195" + "classname" "physics_cannister" + "angles" "0 0 0" + "expdamage" "200.0" + "expradius" "250.0" + "fuel" "100" + "gassound" "ambient/gas/cannister_loop.wav" + "health" "25" + "model" "models/props_c17/canister01a.mdl" + "renderamt" "128" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff14" + "thrust" "3000.0" + "origin" "1627.85 -5362.4 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 16000]" + } +} +entity +{ + "id" "28199" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn14" + "Template01" "Stuff14" + "origin" "1641.96 -5316.1 59" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -16268]" + } +} +entity +{ + "id" "28201" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1684.85 -5393.4 11" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn14ForceSpawn0-1" + "OnPressed" "SpawnSpark13SparkOnce0-1" + } + solid + { + "id" "28202" + side + { + "id" "1062" + "plane" "(1690.85 -5399.4 -17) (1690.85 -5387.4 -17) (1678.85 -5387.4 -17)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 462.844] 0.0234375" + "vaxis" "[0 1 0 485.156] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1063" + "plane" "(1690.85 -5387.4 -17) (1690.85 -5399.4 -17) (1690.85 -5399.4 27)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -485.156] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1064" + "plane" "(1678.85 -5399.4 -17) (1678.85 -5387.4 -17) (1678.85 -5387.4 39)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -485.156] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1065" + "plane" "(1690.85 -5399.4 -17) (1678.85 -5399.4 -17) (1678.85 -5399.4 27)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 462.844] 0.0234375" + "vaxis" "[0 0 -1 314.182] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1066" + "plane" "(1678.85 -5387.4 -17) (1690.85 -5387.4 -17) (1690.85 -5387.4 39)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 462.844] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1067" + "plane" "(1678.85 -5399.4 27) (1678.85 -5387.4 39) (1690.85 -5387.4 39)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 28.9307] 0.375" + "vaxis" "[0 1 0 60.6445] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146403" + side + { + "id" "11883" + "plane" "(1676 -5385 -12) (1693 -5385 -12) (1693 -5402 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 500] 0.25" + "vaxis" "[0 -1 0 -404] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11884" + "plane" "(1676 -5402 -18) (1693 -5402 -18) (1693 -5385 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 500] 0.25" + "vaxis" "[0 -1 0 -404] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11885" + "plane" "(1676 -5385 -12) (1676 -5402 -12) (1676 -5402 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 404] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11886" + "plane" "(1693 -5385 -18) (1693 -5402 -18) (1693 -5402 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 404] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11887" + "plane" "(1693 -5385 -12) (1676 -5385 -12) (1676 -5385 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 500] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11888" + "plane" "(1693 -5402 -18) (1676 -5402 -18) (1676 -5402 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 500] 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" "[500 -15768]" + } +} +entity +{ + "id" "28204" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "1684.85 -5393.4 33" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -15268]" + } +} +entity +{ + "id" "28287" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark1" + "TrailLength" "2" + "origin" "833.84 -6635.2 37" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -14768]" + } +} +entity +{ + "id" "28756" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark2" + "TrailLength" "2" + "origin" "837.31 -6483.3 79.7188" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -14268]" + } +} +entity +{ + "id" "28763" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark3" + "TrailLength" "2" + "origin" "825.84 -6480.2 27" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -13768]" + } +} +entity +{ + "id" "28773" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark4" + "TrailLength" "2" + "origin" "822.57 -6334.2 61" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -13268]" + } +} +entity +{ + "id" "28780" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark5" + "TrailLength" "2" + "origin" "819.02 -6156.3 36" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -12768]" + } +} +entity +{ + "id" "28790" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark7" + "TrailLength" "2" + "origin" "817.75 -6011.3 7" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -12268]" + } +} +entity +{ + "id" "28799" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark6" + "TrailLength" "2" + "origin" "827.77 -5899.2 3" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -11768]" + } +} +entity +{ + "id" "28809" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark8" + "TrailLength" "2" + "origin" "1157 -5354 94" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -11268]" + } +} +entity +{ + "id" "28816" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark9" + "TrailLength" "2" + "origin" "985.85 -5331.4 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -10768]" + } +} +entity +{ + "id" "28823" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark10" + "TrailLength" "2" + "origin" "1153.85 -5353.4 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -10268]" + } +} +entity +{ + "id" "28830" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark11" + "TrailLength" "2" + "origin" "1313.85 -5363.4 36" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -9768]" + } +} +entity +{ + "id" "28837" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark12" + "TrailLength" "2" + "origin" "1471.85 -5344.4 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -9268]" + } +} +entity +{ + "id" "28846" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark13" + "TrailLength" "2" + "origin" "1626.85 -5362.4 23" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -8768]" + } +} +entity +{ + "id" "29800" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "1784.7 -5341.8 -11" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -8268]" + } +} +entity +{ + "id" "29804" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "1842.7 -5388.8 31" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -7768]" + } +} +entity +{ + "id" "29806" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1842.7 -5388.7 9" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spawn15ForceSpawn0-1" + "OnPressed" "SpawnSpark14SparkOnce0-1" + } + solid + { + "id" "29807" + side + { + "id" "1102" + "plane" "(1848.7 -5394.7 -19) (1848.7 -5382.7 -19) (1836.7 -5382.7 -19)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 29.7344] 0.0234375" + "vaxis" "[0 1 0 287.969] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1103" + "plane" "(1848.7 -5382.7 -19) (1848.7 -5394.7 -19) (1848.7 -5394.7 25)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -287.969] 0.0234375" + "vaxis" "[0 0 -1 338.285] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1104" + "plane" "(1836.7 -5394.7 -19) (1836.7 -5382.7 -19) (1836.7 -5382.7 37)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -287.969] 0.0234375" + "vaxis" "[0 0 -1 338.285] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1105" + "plane" "(1848.7 -5394.7 -19) (1836.7 -5394.7 -19) (1836.7 -5394.7 25)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 29.7344] 0.0234375" + "vaxis" "[0 0 -1 290.909] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1106" + "plane" "(1836.7 -5382.7 -19) (1848.7 -5382.7 -19) (1848.7 -5382.7 37)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 29.7344] 0.0234375" + "vaxis" "[0 0 -1 338.285] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1107" + "plane" "(1836.7 -5394.7 25) (1836.7 -5382.7 37) (1848.7 -5382.7 37)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 1.86035] 0.375" + "vaxis" "[0 1 0 35.9961] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146398" + side + { + "id" "11877" + "plane" "(1834 -5381 -12) (1851 -5381 -12) (1851 -5398 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 380] 0.25" + "vaxis" "[0 -1 0 -388] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11878" + "plane" "(1834 -5398 -18) (1851 -5398 -18) (1851 -5381 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 380] 0.25" + "vaxis" "[0 -1 0 -388] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11879" + "plane" "(1834 -5381 -12) (1834 -5398 -12) (1834 -5398 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 388] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11880" + "plane" "(1851 -5381 -18) (1851 -5398 -18) (1851 -5398 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 388] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11881" + "plane" "(1851 -5381 -12) (1834 -5381 -12) (1834 -5381 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 380] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11882" + "plane" "(1851 -5398 -18) (1834 -5398 -18) (1834 -5398 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 380] 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" "[500 -7268]" + } +} +entity +{ + "id" "29809" + "classname" "prop_physics" + "angles" "0 0 0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "maxdxlevel" "0" + "mindxlevel" "0" + "minhealthdmg" "0" + "model" "models/props_borealis/bluebarrel002.mdl" + "modelscale" "1.0" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "shadowcastdist" "0" + "skin" "0" + "spawnflags" "256" + "targetname" "Stuff15" + "origin" "1785.7 -5357.8 22" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -6768]" + } +} +entity +{ + "id" "29812" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Spawn15" + "Template01" "Stuff15" + "origin" "1799.81 -5311.5 57" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -6268]" + } +} +entity +{ + "id" "29872" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SpawnSpark14" + "TrailLength" "2" + "origin" "1784.85 -5358.4 21" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -5768]" + } +} +entity +{ + "id" "32024" + "classname" "func_physbox" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disablereceiveshadows" "0" + "disableshadows" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "forcetoenablemotion" "0" + "gibdir" "0 0 0" + "health" "0" + "massScale" "0" + "material" "2" + "nodamageforces" "0" + "notsolid" "0" + "origin" "2178.04 -7560.26 266" + "PerformanceMode" "0" + "preferredcarryangles" "0 0 0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "spawnflags" "524288" + "spawnobject" "0" + "targetname" "Rocket" + solid + { + "id" "31986" + side + { + "id" "1329" + "plane" "(2174.12 -7556.26 304) (2182.04 -7556.26 304) (2182.04 -7558.96 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -6.96484] 0.2" + "vaxis" "[0 -1 0 -308.266] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1328" + "plane" "(2182.04 -7558.96 228) (2182.04 -7556.26 228) (2174.11 -7556.26 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -6.96484] 0.2" + "vaxis" "[0 -1 0 -308.266] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1327" + "plane" "(2182.04 -7556.26 228) (2182.04 -7558.96 228) (2182.04 -7558.96 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 206.528] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1206" + "plane" "(2174.11 -7556.26 228) (2182.04 -7556.26 228) (2182.04 -7556.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -6.96484] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1326" + "plane" "(2182.04 -7558.96 228) (2174.11 -7556.26 228) (2174.11 -7556.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -16.168] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "31988" + side + { + "id" "1334" + "plane" "(2179.37 -7558.06 304) (2182.04 -7559.07 304) (2182.04 -7560.76 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -348.793] 0.2" + "vaxis" "[0 -1 0 -79.4219] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1333" + "plane" "(2182.04 -7560.76 228) (2182.04 -7559.07 228) (2179.37 -7558.06 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -348.793] 0.2" + "vaxis" "[0 -1 0 -79.4219] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1332" + "plane" "(2182.04 -7559.07 228) (2182.04 -7560.76 228) (2182.04 -7560.76 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 386.778] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1331" + "plane" "(2179.37 -7558.06 228) (2182.04 -7559.07 228) (2182.04 -7559.07 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -318.34] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1330" + "plane" "(2182.04 -7560.76 228) (2179.37 -7558.06 228) (2179.37 -7558.06 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -450.34] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "31990" + side + { + "id" "1338" + "plane" "(2180.27 -7558.97 304) (2182.04 -7560.77 304) (2182.04 -7564.1 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -213.824] 0.2" + "vaxis" "[0 -1 0 -81.9063] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1337" + "plane" "(2182.04 -7564.1 228) (2182.04 -7560.76 228) (2180.26 -7558.96 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -213.824] 0.2" + "vaxis" "[0 -1 0 -81.9063] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1205" + "plane" "(2182.04 -7560.77 228) (2182.04 -7564.1 228) (2182.04 -7564.1 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 67.2774] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1336" + "plane" "(2180.26 -7558.96 228) (2182.04 -7560.76 228) (2182.04 -7560.76 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -213.824] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1335" + "plane" "(2182.04 -7564.11 228) (2180.26 -7558.96 228) (2180.26 -7558.96 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 464.981] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "31992" + side + { + "id" "1343" + "plane" "(2182.09 -7564.26 304) (2179.33 -7564.26 304) (2180.71 -7560.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -411.215] 0.2" + "vaxis" "[0 -1 0 -361.047] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1342" + "plane" "(2179.32 -7564.26 228) (2182.09 -7564.26 228) (2180.71 -7560.26 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -411.215] 0.2" + "vaxis" "[0 -1 0 -361.047] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1341" + "plane" "(2182.09 -7564.26 228) (2179.33 -7564.26 228) (2179.32 -7564.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -411.215] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1340" + "plane" "(2180.71 -7560.26 228) (2182.1 -7564.26 228) (2182.1 -7564.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 259.309] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1339" + "plane" "(2179.33 -7564.26 228) (2180.71 -7560.26 228) (2180.71 -7560.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 259.309] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "31994" + side + { + "id" "1348" + "plane" "(2179.32 -7564.26 304) (2177.59 -7564.26 304) (2180.26 -7561.56 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -27.668] 0.2" + "vaxis" "[0 -1 0 -270.328] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1347" + "plane" "(2177.6 -7564.26 228) (2179.32 -7564.26 228) (2180.26 -7561.56 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -27.668] 0.2" + "vaxis" "[0 -1 0 -270.328] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1346" + "plane" "(2179.32 -7564.26 228) (2177.59 -7564.26 228) (2177.6 -7564.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -11.3555] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1345" + "plane" "(2180.26 -7561.56 228) (2179.33 -7564.26 228) (2179.33 -7564.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 199.59] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1344" + "plane" "(2177.59 -7564.26 228) (2180.26 -7561.56 228) (2180.26 -7561.56 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -266.59] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "31996" + side + { + "id" "1352" + "plane" "(2179.38 -7562.46 304) (2177.59 -7564.26 304) (2174.58 -7564.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -340.254] 0.2" + "vaxis" "[0 -1 0 -382.86] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1351" + "plane" "(2174.59 -7564.26 228) (2177.59 -7564.26 228) (2179.37 -7562.46 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -340.254] 0.2" + "vaxis" "[0 -1 0 -382.86] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1207" + "plane" "(2177.59 -7564.26 228) (2174.59 -7564.26 228) (2174.59 -7564.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -258.575] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1350" + "plane" "(2179.37 -7562.46 228) (2177.59 -7564.26 228) (2177.59 -7564.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -185.074] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1349" + "plane" "(2174.59 -7564.26 228) (2179.37 -7562.46 228) (2179.37 -7562.46 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -301.246] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "31998" + side + { + "id" "1357" + "plane" "(2178.04 -7562.96 304) (2174.04 -7564.46 304) (2174.04 -7561.46 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -256.169] 0.2" + "vaxis" "[0 -1 0 -149.078] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1356" + "plane" "(2174.04 -7561.46 228) (2174.04 -7564.46 228) (2178.04 -7562.96 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -256.169] 0.2" + "vaxis" "[0 -1 0 -149.078] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1355" + "plane" "(2174.04 -7564.47 228) (2174.04 -7561.46 228) (2174.04 -7561.46 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 47.3399] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1354" + "plane" "(2178.04 -7562.96 228) (2174.04 -7564.47 228) (2174.04 -7564.47 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -256.169] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1353" + "plane" "(2174.04 -7561.46 228) (2178.04 -7562.96 228) (2178.04 -7562.96 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -256.169] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "32000" + side + { + "id" "1362" + "plane" "(2176.71 -7562.47 304) (2174.04 -7561.46 304) (2174.04 -7559.76 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -370.965] 0.2" + "vaxis" "[0 -1 0 -440.906] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1361" + "plane" "(2174.04 -7559.76 228) (2174.04 -7561.46 228) (2176.71 -7562.47 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -370.965] 0.2" + "vaxis" "[0 -1 0 -440.906] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1360" + "plane" "(2174.04 -7561.45 228) (2174.04 -7559.76 228) (2174.04 -7559.76 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 156.215] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1359" + "plane" "(2176.71 -7562.46 228) (2174.04 -7561.46 228) (2174.04 -7561.46 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -451.651] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1358" + "plane" "(2174.04 -7559.76 228) (2176.71 -7562.46 228) (2176.71 -7562.46 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -471.84] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "32002" + side + { + "id" "1366" + "plane" "(2175.82 -7561.57 304) (2174.04 -7559.77 304) (2174.04 -7556.42 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -405.199] 0.2" + "vaxis" "[0 -1 0 -321.75] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1365" + "plane" "(2174.04 -7556.43 228) (2174.04 -7559.77 228) (2175.82 -7561.57 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -405.199] 0.2" + "vaxis" "[0 -1 0 -321.75] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1204" + "plane" "(2174.04 -7559.76 228) (2174.04 -7556.42 228) (2174.04 -7556.42 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 418.731] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1364" + "plane" "(2175.82 -7561.56 228) (2174.04 -7559.76 228) (2174.04 -7559.76 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -450.543] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1363" + "plane" "(2174.04 -7556.42 228) (2175.82 -7561.56 228) (2175.82 -7561.56 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 266.426] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "32004" + side + { + "id" "1371" + "plane" "(2175.37 -7560.26 304) (2173.89 -7556 304) (2176.51 -7556.98 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -88.293] 0.2" + "vaxis" "[0 -1 0 -220.695] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1370" + "plane" "(2176.5 -7556.99 228) (2173.89 -7556.01 228) (2175.37 -7560.26 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -88.293] 0.2" + "vaxis" "[0 -1 0 -220.695] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1369" + "plane" "(2173.89 -7556 228) (2176.5 -7556.99 228) (2176.5 -7556.99 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -468.436] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1368" + "plane" "(2175.37 -7560.26 228) (2173.9 -7556 228) (2173.9 -7556.01 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 149.832] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1367" + "plane" "(2176.5 -7556.98 228) (2175.37 -7560.26 228) (2175.37 -7560.26 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 326.903] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "32006" + side + { + "id" "1376" + "plane" "(2175.82 -7558.97 304) (2176.5 -7556.98 304) (2177.43 -7557.33 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -476.638] 0.2" + "vaxis" "[0 -1 0 -397.953] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1375" + "plane" "(2177.43 -7557.33 228) (2176.5 -7556.99 228) (2175.82 -7558.96 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -476.638] 0.2" + "vaxis" "[0 -1 0 -397.953] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1374" + "plane" "(2176.51 -7556.99 228) (2177.43 -7557.33 228) (2177.43 -7557.33 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -420.043] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1373" + "plane" "(2175.82 -7558.96 228) (2176.5 -7556.98 228) (2176.5 -7556.98 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[0 1 0 41.7461] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1372" + "plane" "(2177.43 -7557.34 228) (2175.82 -7558.97 228) (2175.82 -7558.96 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -82.8877] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "32008" + side + { + "id" "1202" + "plane" "(2176.71 -7558.06 304) (2177.43 -7557.33 304) (2178.04 -7557.56 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -90.2627] 0.2" + "vaxis" "[0 -1 0 -87.0469] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1203" + "plane" "(2178.04 -7557.56 228) (2177.43 -7557.33 228) (2176.71 -7558.06 228)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -90.2627] 0.2" + "vaxis" "[0 -1 0 -87.0469] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1379" + "plane" "(2177.43 -7557.33 228) (2178.04 -7557.56 228) (2178.04 -7557.56 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -86.6055] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1378" + "plane" "(2176.71 -7558.06 228) (2177.43 -7557.33 228) (2177.43 -7557.34 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -308.418] 0.2" + "vaxis" "[0 0 -1 400] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1377" + "plane" "(2178.04 -7557.56 228) (2176.71 -7558.06 228) (2176.71 -7558.06 304)" + "material" "METAL/METALWALL004C" + "uaxis" "[1 0 0 -194.419] 0.2" + "vaxis" "[0 0 -1 400] 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" "[500 -5268]" + } +} +entity +{ + "id" "32177" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "2085 -7562 17" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "RocketBreak0-1" + "OnPressed" "RocketspawnForceSpawn0.1-1" + } + solid + { + "id" "32178" + side + { + "id" "1380" + "plane" "(2079 -7556 -11) (2079 -7568 -11) (2091 -7568 -11)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0 0 -127.844] 0.0234375" + "vaxis" "[0 -1 0 -341.313] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1381" + "plane" "(2079 -7568 -11) (2079 -7556 -11) (2079 -7556 33)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 412] 0.02" + "vaxis" "[0 0 -1 391] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1382" + "plane" "(2091 -7556 -11) (2091 -7568 -11) (2091 -7568 45)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 412] 0.02" + "vaxis" "[0 0 -1 391] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1383" + "plane" "(2079 -7556 -11) (2091 -7556 -11) (2091 -7556 33)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0 0 -505.813] 0.02" + "vaxis" "[0 0 -1 391] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1384" + "plane" "(2091 -7568 -11) (2079 -7568 -11) (2079 -7568 45)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0 0 -505.813] 0.02" + "vaxis" "[0 0 -1 391] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1385" + "plane" "(2091 -7556 33) (2091 -7568 45) (2079 -7568 45)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[1 0 0 -7.99023] 0.375" + "vaxis" "[0 -1 0 -42.6641] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "163524" + side + { + "id" "12955" + "plane" "(2077 -7554 -10) (2093 -7554 -10) (2093 -7570 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 59.9944] 0.25" + "vaxis" "[0 -1 0 -488] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12956" + "plane" "(2077 -7570 -18) (2093 -7570 -18) (2093 -7554 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 59.9944] 0.25" + "vaxis" "[0 -1 0 -488] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12957" + "plane" "(2077 -7554 -10) (2077 -7570 -10) (2077 -7570 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 488] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12958" + "plane" "(2093 -7554 -18) (2093 -7570 -18) (2093 -7570 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 488] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12959" + "plane" "(2093 -7554 -10) (2077 -7554 -10) (2077 -7554 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 59.9944] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12960" + "plane" "(2093 -7570 -18) (2077 -7570 -18) (2077 -7570 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 59.9944] 0.25" + "vaxis" "[0 0 -1 12] 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" "[500 -3768]" + } +} +entity +{ + "id" "32180" + "classname" "prop_dynamic" + "angles" "-47 90 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "2085 -7562 39" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -3268]" + } +} +entity +{ + "id" "32202" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Rocketspawn" + "Template01" "Rocket" + "origin" "2164 -7560 90" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -2768]" + } +} +entity +{ + "id" "32720" + "classname" "prop_physics" + "angles" "-0.0130915 91.4999 0.499856" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_debris/wood_board07a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff13a" + "origin" "1467.85 -5362.4 63" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -2268]" + } +} +entity +{ + "id" "33305" + "classname" "prop_dynamic" + "angles" "0.99452 0.395451 83.9991" + "DefaultAnim" "headcrabbedpost" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/headcrabclassic.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "origin" "1363 -14358.6 104" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33325" + "classname" "env_sprite" + "framerate" "10.0" + "GlowProxySize" "2.0" + "HDRColorScale" "1.0" + "model" "materials/sprites/redglow1.vmt" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "9" + "rendermode" "3" + "scale" ".3" + "spawnflags" "0" + "origin" "2178 -7560 307" + editor + { + "color" "20 140 20" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -1268]" + } +} +entity +{ + "id" "34418" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/kitchen_counter001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects1" + "origin" "844.85 -5352 28" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -768]" + } +} +entity +{ + "id" "34422" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn1" + "Template01" "Objects1" + "origin" "879.85 -5315.4 58.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 0]" + } +} +entity +{ + "id" "34424" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "900.85 -5360 -1" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark1SparkOnce0-1" + "OnPressed" "Objectspawn1ForceSpawn0-1" + } + solid + { + "id" "34425" + side + { + "id" "1392" + "plane" "(906.85 -5366 -31.9996) (906.85 -5354 -31.9996) (894.85 -5354 -31.9996)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 1 0 85.3125] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1393" + "plane" "(906.85 -5354 -31.9996) (906.85 -5366 -31.9996) (906.85 -5366 16.7111)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -85.3125] 0.0234375" + "vaxis" "[0 0 -1 219.432] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1394" + "plane" "(894.85 -5366 -31.9996) (894.85 -5354 -31.9996) (894.85 -5354 29.9958)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -85.3125] 0.0234375" + "vaxis" "[0 0 -1 219.432] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1395" + "plane" "(906.85 -5366 -31.9996) (894.85 -5366 -31.9996) (894.85 -5366 16.7111)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 0 -1 139.64] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1396" + "plane" "(894.85 -5354 -31.9996) (906.85 -5354 -31.9996) (906.85 -5354 29.9958)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 0 -1 219.432] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1397" + "plane" "(894.85 -5366 16.7111) (894.85 -5354 29.9958) (906.85 -5354 29.9958)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 18.2637] 0.375" + "vaxis" "[0 1 0 10.6641] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146428" + side + { + "id" "11919" + "plane" "(893 -5351 -20) (910 -5351 -20) (910 -5368 -20)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 -268] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11920" + "plane" "(893 -5368 -26) (910 -5368 -26) (910 -5351 -26)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 -268] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11921" + "plane" "(893 -5351 -20) (893 -5368 -20) (893 -5368 -26)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 268] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11922" + "plane" "(910 -5351 -26) (910 -5368 -26) (910 -5368 -20)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 268] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11923" + "plane" "(910 -5351 -20) (893 -5351 -20) (893 -5351 -26)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11924" + "plane" "(910 -5368 -26) (893 -5368 -26) (893 -5368 -20)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 0 -1 -32] 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" "[1000 500]" + } +} +entity +{ + "id" "34427" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "901 -5359.4 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 1000]" + } +} +entity +{ + "id" "34429" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "843.85 -5340 -20" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 1500]" + } +} +entity +{ + "id" "34433" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark1" + "TrailLength" "2" + "origin" "840.85 -5340.5 20.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 2000]" + } +} +entity +{ + "id" "35773" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_vehicles/tire001a_tractor.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects2" + "origin" "1961 -5354 28" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 2500]" + } +} +entity +{ + "id" "35777" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "1941.85 -5341.4 -11.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 3000]" + } +} +entity +{ + "id" "35781" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1998.85 -5369.4 8.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark2SparkOnce0-1" + "OnPressed" "Objectspawn2ForceSpawn0-1" + } + solid + { + "id" "35782" + side + { + "id" "1398" + "plane" "(2004.85 -5375.4 -19.2731) (2004.85 -5363.4 -19.2731) (1992.85 -5363.4 -19.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 36.2188] 0.0234375" + "vaxis" "[0 1 0 485.469] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1399" + "plane" "(2004.85 -5363.4 -19.2731) (2004.85 -5375.4 -19.2731) (2004.85 -5375.4 24.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -485.469] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1400" + "plane" "(1992.85 -5375.4 -19.2731) (1992.85 -5363.4 -19.2731) (1992.85 -5363.4 36.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -485.469] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1401" + "plane" "(2004.85 -5375.4 -19.2731) (1992.85 -5375.4 -19.2731) (1992.85 -5375.4 24.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 36.2188] 0.0234375" + "vaxis" "[0 0 -1 287.731] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1402" + "plane" "(1992.85 -5363.4 -19.2731) (2004.85 -5363.4 -19.2731) (2004.85 -5363.4 36.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 36.2188] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1403" + "plane" "(1992.85 -5375.4 24.7269) (1992.85 -5363.4 36.7269) (2004.85 -5363.4 36.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 2.26367] 0.375" + "vaxis" "[0 1 0 60.6836] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146393" + side + { + "id" "11871" + "plane" "(1990 -5361 -12) (2007 -5361 -12) (2007 -5378 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 268] 0.25" + "vaxis" "[0 -1 0 -308] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11872" + "plane" "(1990 -5378 -18) (2007 -5378 -18) (2007 -5361 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 268] 0.25" + "vaxis" "[0 -1 0 -308] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11873" + "plane" "(1990 -5361 -12) (1990 -5378 -12) (1990 -5378 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 308] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11874" + "plane" "(2007 -5361 -18) (2007 -5378 -18) (2007 -5378 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 308] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11875" + "plane" "(2007 -5361 -12) (1990 -5361 -12) (1990 -5361 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 268] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11876" + "plane" "(2007 -5378 -18) (1990 -5378 -18) (1990 -5378 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 268] 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" "[1000 3500]" + } +} +entity +{ + "id" "35784" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "1998.85 -5369.4 30.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 4000]" + } +} +entity +{ + "id" "35786" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn2" + "Template01" "Objects2" + "Template02" "Objects2a" + "origin" "1987.85 -5374 32.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 4500]" + } +} +entity +{ + "id" "35788" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark2" + "TrailLength" "2" + "origin" "1943 -5354 42" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 5000]" + } +} +entity +{ + "id" "35978" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PushCart01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects3" + "origin" "2093 -5353.4 44" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 5500]" + } +} +entity +{ + "id" "35982" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "2089.85 -5341.4 -11.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 6000]" + } +} +entity +{ + "id" "35986" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "2146.85 -5369.4 8.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark3SparkOnce0-1" + "OnPressed" "Objectspawn3ForceSpawn0-1" + } + solid + { + "id" "35987" + side + { + "id" "1404" + "plane" "(2152.85 -5375.4 -19.2731) (2152.85 -5363.4 -19.2731) (2140.85 -5363.4 -19.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 206.891] 0.0234375" + "vaxis" "[0 1 0 485.469] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1405" + "plane" "(2152.85 -5363.4 -19.2731) (2152.85 -5375.4 -19.2731) (2152.85 -5375.4 24.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -485.469] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1406" + "plane" "(2140.85 -5375.4 -19.2731) (2140.85 -5363.4 -19.2731) (2140.85 -5363.4 36.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -485.469] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1407" + "plane" "(2152.85 -5375.4 -19.2731) (2140.85 -5375.4 -19.2731) (2140.85 -5375.4 24.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 206.891] 0.0234375" + "vaxis" "[0 0 -1 287.731] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1408" + "plane" "(2140.85 -5363.4 -19.2731) (2152.85 -5363.4 -19.2731) (2152.85 -5363.4 36.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 206.891] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1409" + "plane" "(2140.85 -5375.4 24.7269) (2140.85 -5363.4 36.7269) (2152.85 -5363.4 36.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 12.9307] 0.375" + "vaxis" "[0 1 0 60.6836] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146387" + side + { + "id" "11859" + "plane" "(2139 -5362 -10) (2156 -5362 -10) (2156 -5379 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 184] 0.25" + "vaxis" "[0 -1 0 -312] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11860" + "plane" "(2139 -5379 -18) (2156 -5379 -18) (2156 -5362 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 184] 0.25" + "vaxis" "[0 -1 0 -312] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11861" + "plane" "(2139 -5362 -10) (2139 -5379 -10) (2139 -5379 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 312] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11862" + "plane" "(2156 -5362 -18) (2156 -5379 -18) (2156 -5379 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 312] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11863" + "plane" "(2156 -5362 -10) (2139 -5362 -10) (2139 -5362 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 184] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11864" + "plane" "(2156 -5379 -18) (2139 -5379 -18) (2139 -5379 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 184] 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" "[1000 6500]" + } +} +entity +{ + "id" "35989" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "2146.85 -5369.4 30.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 7000]" + } +} +entity +{ + "id" "35991" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn3" + "Template01" "Objects3" + "origin" "2125.85 -5325.4 56.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 7500]" + } +} +entity +{ + "id" "35993" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark3" + "TrailLength" "2" + "origin" "2089 -5356 26.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 8000]" + } +} +entity +{ + "id" "36071" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/FurnitureTable002a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects4" + "origin" "2245 -5348 20" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 8500]" + } +} +entity +{ + "id" "36075" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "2243.85 -5336 -4" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 9000]" + } +} +entity +{ + "id" "36079" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "2300.85 -5365.4 10.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark4SparkOnce0-1" + "OnPressed" "Objectspawn4ForceSpawn0-1" + } + solid + { + "id" "36080" + side + { + "id" "1410" + "plane" "(2306.85 -5371.4 -17.2731) (2306.85 -5359.4 -17.2731) (2294.85 -5359.4 -17.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 121.547] 0.0234375" + "vaxis" "[0 1 0 314.813] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1411" + "plane" "(2306.85 -5359.4 -17.2731) (2306.85 -5371.4 -17.2731) (2306.85 -5371.4 26.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -314.813] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1412" + "plane" "(2294.85 -5371.4 -17.2731) (2294.85 -5359.4 -17.2731) (2294.85 -5359.4 38.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -314.813] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1413" + "plane" "(2306.85 -5371.4 -17.2731) (2294.85 -5371.4 -17.2731) (2294.85 -5371.4 26.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 121.547] 0.0234375" + "vaxis" "[0 0 -1 311.004] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1414" + "plane" "(2294.85 -5359.4 -17.2731) (2306.85 -5359.4 -17.2731) (2306.85 -5359.4 38.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 121.547] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1415" + "plane" "(2294.85 -5371.4 26.7269) (2294.85 -5359.4 38.7269) (2306.85 -5359.4 38.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 7.59668] 0.375" + "vaxis" "[0 1 0 39.3516] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146390" + side + { + "id" "11865" + "plane" "(2293 -5357 -10) (2310 -5357 -10) (2310 -5374 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 80] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11866" + "plane" "(2293 -5374 -18) (2310 -5374 -18) (2310 -5357 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 80] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11867" + "plane" "(2293 -5357 -10) (2293 -5374 -10) (2293 -5374 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11868" + "plane" "(2310 -5357 -18) (2310 -5374 -18) (2310 -5374 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11869" + "plane" "(2310 -5357 -10) (2293 -5357 -10) (2293 -5357 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 80] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11870" + "plane" "(2310 -5374 -18) (2293 -5374 -18) (2293 -5374 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 80] 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" "[1000 9500]" + } +} +entity +{ + "id" "36082" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "2300.85 -5365.4 32.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 10000]" + } +} +entity +{ + "id" "36084" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn4" + "Template01" "Objects4" + "Template02" "Objects4a" + "origin" "2279.85 -5321.4 58.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 10500]" + } +} +entity +{ + "id" "36086" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark4" + "TrailLength" "2" + "origin" "2245 -5346 40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 11000]" + } +} +entity +{ + "id" "36171" + "classname" "prop_physics_override" + "angles" "0.0129954 271.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "health" "0" + "inertiaScale" "1.0" + "model" "models/props_lab/kennel.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "spawnflags" "256" + "targetname" "Object5" + "origin" "2405 -5351.4 22" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 11500]" + } +} +entity +{ + "id" "36175" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "2403.85 -5340 -6" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 12000]" + } +} +entity +{ + "id" "36179" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "2460.85 -5367.4 10.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark5SparkOnce0-1" + "OnPressed" "Objectspawn5ForceSpawn0-1" + } + solid + { + "id" "36180" + side + { + "id" "1416" + "plane" "(2466.85 -5373.4 -17.2731) (2466.85 -5361.4 -17.2731) (2454.85 -5361.4 -17.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 1 0 400.125] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1417" + "plane" "(2466.85 -5361.4 -17.2731) (2466.85 -5373.4 -17.2731) (2466.85 -5373.4 26.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -400.125] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1418" + "plane" "(2454.85 -5373.4 -17.2731) (2454.85 -5361.4 -17.2731) (2454.85 -5361.4 38.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -400.125] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1419" + "plane" "(2466.85 -5373.4 -17.2731) (2454.85 -5373.4 -17.2731) (2454.85 -5373.4 26.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 0 -1 311.004] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1420" + "plane" "(2454.85 -5361.4 -17.2731) (2466.85 -5361.4 -17.2731) (2466.85 -5361.4 38.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1421" + "plane" "(2454.85 -5373.4 26.7269) (2454.85 -5361.4 38.7269) (2466.85 -5361.4 38.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 18.2637] 0.375" + "vaxis" "[0 1 0 50.0156] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146382" + side + { + "id" "11853" + "plane" "(2452 -5360 -10) (2469 -5360 -10) (2469 -5377 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 468] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11854" + "plane" "(2452 -5377 -18) (2469 -5377 -18) (2469 -5360 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 468] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11855" + "plane" "(2452 -5360 -10) (2452 -5377 -10) (2452 -5377 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11856" + "plane" "(2469 -5360 -18) (2469 -5377 -18) (2469 -5377 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11857" + "plane" "(2469 -5360 -10) (2452 -5360 -10) (2452 -5360 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 468] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11858" + "plane" "(2469 -5377 -18) (2452 -5377 -18) (2452 -5377 -10)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 468] 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" "[1000 12500]" + } +} +entity +{ + "id" "36182" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "2460.85 -5367.4 32.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 13000]" + } +} +entity +{ + "id" "36184" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn5" + "Template01" "Object5" + "origin" "2439.85 -5323.4 58.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 13500]" + } +} +entity +{ + "id" "36186" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark5" + "TrailLength" "2" + "origin" "2405 -5350 28.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 14000]" + } +} +entity +{ + "id" "36272" + "classname" "prop_ragdoll" + "angles" "0.0129954 272 -0.499874" + "disableshadows" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/Lamarr.mdl" + "modelscale" "1.0" + "skin" "0" + "spawnflags" "4" + "targetname" "crab1" + "origin" "2549 -5351.4 6" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 14500]" + } +} +entity +{ + "id" "36276" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "2547.85 -5339.4 -9.27306" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 15000]" + } +} +entity +{ + "id" "36280" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "2604.85 -5367.4 10.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "crabspark1SparkOnce0-1" + "OnPressed" "crabspawn1ForceSpawn0-1" + } + solid + { + "id" "36281" + side + { + "id" "1422" + "plane" "(2610.85 -5373.4 -17.2731) (2610.85 -5361.4 -17.2731) (2598.85 -5361.4 -17.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 1 0 400.125] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1423" + "plane" "(2610.85 -5361.4 -17.2731) (2610.85 -5373.4 -17.2731) (2610.85 -5373.4 26.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -400.125] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1424" + "plane" "(2598.85 -5373.4 -17.2731) (2598.85 -5361.4 -17.2731) (2598.85 -5361.4 38.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -400.125] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1425" + "plane" "(2610.85 -5373.4 -17.2731) (2598.85 -5373.4 -17.2731) (2598.85 -5373.4 26.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 0 -1 311.004] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1426" + "plane" "(2598.85 -5361.4 -17.2731) (2610.85 -5361.4 -17.2731) (2610.85 -5361.4 38.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 292.219] 0.0234375" + "vaxis" "[0 0 -1 354.075] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1427" + "plane" "(2598.85 -5373.4 26.7269) (2598.85 -5361.4 38.7269) (2610.85 -5361.4 38.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 18.2637] 0.375" + "vaxis" "[0 1 0 50.0156] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "93364" + side + { + "id" "5790" + "plane" "(2597 -5359 -8) (2614 -5359 -8) (2614 -5376 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -112] 0.25" + "vaxis" "[0 -1 0 -300] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5791" + "plane" "(2597 -5376 -18) (2614 -5376 -18) (2614 -5359 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -112] 0.25" + "vaxis" "[0 -1 0 -300] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5792" + "plane" "(2597 -5359 -8) (2597 -5376 -8) (2597 -5376 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 300] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5793" + "plane" "(2614 -5359 -18) (2614 -5376 -18) (2614 -5376 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 300] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5794" + "plane" "(2614 -5359 -8) (2597 -5359 -8) (2597 -5359 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -112] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5795" + "plane" "(2614 -5376 -18) (2597 -5376 -18) (2597 -5376 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -112] 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" "[1000 15500]" + } +} +entity +{ + "id" "36283" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "2604.85 -5367.4 32.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 16000]" + } +} +entity +{ + "id" "36285" + "classname" "point_template" + "spawnflags" "2" + "targetname" "crabspawn1" + "Template01" "crab1" + "origin" "2583.85 -5323.4 58.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -16268]" + } +} +entity +{ + "id" "36287" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "crabspark1" + "TrailLength" "2" + "origin" "2549 -5348 8" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -15768]" + } +} +entity +{ + "id" "36367" + "classname" "prop_physics" + "angles" "0.0129954 272 -0.499874" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "maxdxlevel" "0" + "mindxlevel" "0" + "minhealthdmg" "0" + "model" "models/props_c17/FurnitureDrawer001a.mdl" + "modelscale" "1.0" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "shadowcastdist" "0" + "skin" "0" + "spawnflags" "4" + "targetname" "crab2" + "origin" "2699 -5351.4 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -15268]" + } +} +entity +{ + "id" "36369" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "2697.85 -5339.4 0.132946" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -14768]" + } +} +entity +{ + "id" "36373" + "classname" "point_template" + "spawnflags" "2" + "targetname" "crabspawn2" + "Template01" "crab2" + "origin" "2733.85 -5323.4 68.1329" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -14268]" + } +} +entity +{ + "id" "36375" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "2757 -5367.4 12.01" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "crabspark2SparkOnce0-1" + "OnPressed" "crabspawn2ForceSpawn0-1" + } + solid + { + "id" "36376" + side + { + "id" "1428" + "plane" "(2763 -5373.4 -16) (2763 -5361.4 -16) (2751 -5361.4 -16)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 128] 0.0234375" + "vaxis" "[0 1 0 400.125] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1429" + "plane" "(2763 -5361.4 -16) (2763 -5373.4 -16) (2763 -5373.4 28)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -400.125] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1430" + "plane" "(2751 -5373.4 -16) (2751 -5361.4 -16) (2751 -5361.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -400.125] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1431" + "plane" "(2763 -5373.4 -16) (2751 -5373.4 -16) (2751 -5373.4 28)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 128] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1432" + "plane" "(2751 -5361.4 -16) (2763 -5361.4 -16) (2763 -5361.4 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 128] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1433" + "plane" "(2751 -5373.4 28) (2751 -5361.4 40) (2763 -5361.4 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 8] 0.375" + "vaxis" "[0 1 0 50.0156] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "93359" + side + { + "id" "5784" + "plane" "(2749 -5359 -8) (2766 -5359 -8) (2766 -5376 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -208] 0.25" + "vaxis" "[0 -1 0 -300] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5785" + "plane" "(2749 -5376 -18) (2766 -5376 -18) (2766 -5359 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -208] 0.25" + "vaxis" "[0 -1 0 -300] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5786" + "plane" "(2749 -5359 -8) (2749 -5376 -8) (2749 -5376 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 300] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5787" + "plane" "(2766 -5359 -18) (2766 -5376 -18) (2766 -5376 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 300] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5788" + "plane" "(2766 -5359 -8) (2749 -5359 -8) (2749 -5359 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -208] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5789" + "plane" "(2766 -5376 -18) (2749 -5376 -18) (2749 -5376 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -208] 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" "[1000 -13768]" + } +} +entity +{ + "id" "36378" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "2757 -5367.4 34" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -13268]" + } +} +entity +{ + "id" "36380" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "crabspark2" + "TrailLength" "2" + "origin" "2699 -5348 17.406" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -12768]" + } +} +entity +{ + "id" "36483" + "classname" "prop_physics" + "angles" "0.0129954 272 -0.499874" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "maxdxlevel" "0" + "mindxlevel" "0" + "minhealthdmg" "0" + "model" "models/props_wasteland/laundry_basket001.mdl" + "modelscale" "1.0" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "shadowcastdist" "0" + "skin" "0" + "spawnflags" "4" + "targetname" "crab3" + "origin" "2855 -5348 28" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -12268]" + } +} +entity +{ + "id" "36485" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "2851.85 -5338.5 -5.27306" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -11768]" + } +} +entity +{ + "id" "36489" + "classname" "point_template" + "spawnflags" "2" + "targetname" "crabspawn3" + "Template01" "crab3" + "origin" "2887.85 -5322.5 62.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -11268]" + } +} +entity +{ + "id" "36491" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "2909 -5366.5 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "crabspark3SparkOnce0-1" + "OnPressed" "crabspawn3ForceSpawn0-1" + } + solid + { + "id" "36492" + side + { + "id" "1434" + "plane" "(2915 -5372.5 -18) (2915 -5360.5 -18) (2903 -5360.5 -18)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 469.344] 0.0234375" + "vaxis" "[0 1 0 364.25] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1435" + "plane" "(2915 -5360.5 -18) (2915 -5372.5 -18) (2915 -5372.5 26)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -364.25] 0.0234375" + "vaxis" "[0 0 -1 347.428] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1436" + "plane" "(2903 -5372.5 -18) (2903 -5360.5 -18) (2903 -5360.5 38)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -364.25] 0.0234375" + "vaxis" "[0 0 -1 347.428] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1437" + "plane" "(2915 -5372.5 -18) (2903 -5372.5 -18) (2903 -5372.5 26)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 469.344] 0.0234375" + "vaxis" "[0 0 -1 302.545] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1438" + "plane" "(2903 -5360.5 -18) (2915 -5360.5 -18) (2915 -5360.5 38)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 469.344] 0.0234375" + "vaxis" "[0 0 -1 347.428] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1439" + "plane" "(2903 -5372.5 26) (2903 -5360.5 38) (2915 -5360.5 38)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 29.333] 0.375" + "vaxis" "[0 1 0 45.5313] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "85443" + side + { + "id" "3942" + "plane" "(2901 -5358 -8) (2918 -5358 -8) (2918 -5375 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -304] 0.25" + "vaxis" "[0 -1 0 -296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3943" + "plane" "(2901 -5375 -18) (2918 -5375 -18) (2918 -5358 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -304] 0.25" + "vaxis" "[0 -1 0 -296] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3944" + "plane" "(2901 -5358 -8) (2901 -5375 -8) (2901 -5375 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 296] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3945" + "plane" "(2918 -5358 -18) (2918 -5375 -18) (2918 -5375 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 296] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3946" + "plane" "(2918 -5358 -8) (2901 -5358 -8) (2901 -5358 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3947" + "plane" "(2918 -5375 -18) (2901 -5375 -18) (2901 -5375 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -304] 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" "[1000 -10768]" + } +} +entity +{ + "id" "36494" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "2909 -5366.5 32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -10268]" + } +} +entity +{ + "id" "36496" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "crabspark3" + "TrailLength" "2" + "origin" "2853 -5347.2 12" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -9768]" + } +} +entity +{ + "id" "39280" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "826.59 -6792.3 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -9268]" + } +} +entity +{ + "id" "39284" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark6" + "TrailLength" "2" + "origin" "832.58 -6791.2 37" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -8768]" + } +} +entity +{ + "id" "39286" + "classname" "prop_physics" + "angles" "89.5 90.5 90.0003" + "damagetoenablemotion" "0" + "Damagetype" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/props_c17/SuitCase001a.mdl" + "modelscale" "1.0" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "shadowcastdist" "0" + "spawnflags" "0" + "targetname" "Object6" + "origin" "832.59 -6792 20" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -8268]" + } +} +entity +{ + "id" "39288" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn6" + "Template01" "Object6" + "origin" "816.69 -6762.3 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -7768]" + } +} +entity +{ + "id" "39290" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1081.64 -6594 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Objectspawn6ForceSpawn0-1" + "OnPressed" "Spark6SparkOnce0-1" + } + solid + { + "id" "39291" + side + { + "id" "1690" + "plane" "(858.06 -6732 -20) (846.06 -6732.1 -20) (846.17 -6744.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -316.156] 0.0234375" + "vaxis" "[-1 -0.00871211 0 315.434] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1691" + "plane" "(846.06 -6732.1 -20) (858.06 -6732 -20) (858.06 -6732 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -315.434] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1692" + "plane" "(858.17 -6744 -20) (846.17 -6744.1 -20) (846.17 -6744.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -315.434] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1693" + "plane" "(858.06 -6732 -20) (858.17 -6744 -20) (858.17 -6744 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -316.156] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1694" + "plane" "(846.17 -6744.1 -20) (846.06 -6732.1 -20) (846.06 -6732.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -316.156] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1695" + "plane" "(858.17 -6744 27.1429) (846.17 -6744.1 40) (846.06 -6732.1 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -19.7598] 0.375" + "vaxis" "[-1 -0.00871211 0 39.4292] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146459" + side + { + "id" "11973" + "plane" "(844 -6730 -14) (861 -6730 -14) (861 -6747 -14)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -268] 0.25" + "vaxis" "[0 -1 0 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11974" + "plane" "(844 -6747 -20) (861 -6747 -20) (861 -6730 -20)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -268] 0.25" + "vaxis" "[0 -1 0 -152] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11975" + "plane" "(844 -6730 -14) (844 -6747 -14) (844 -6747 -20)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 152] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11976" + "plane" "(861 -6730 -20) (861 -6747 -20) (861 -6747 -14)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 152] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11977" + "plane" "(861 -6730 -14) (844 -6730 -14) (844 -6730 -20)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -268] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11978" + "plane" "(861 -6747 -20) (844 -6747 -20) (844 -6747 -14)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -268] 0.25" + "vaxis" "[0 0 -1 -8] 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" "[1000 -7268]" + } +} +entity +{ + "id" "39293" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "852.4 -6738 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -6768]" + } +} +entity +{ + "id" "39339" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1123.33 -6737.2 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "npcragspawnForceSpawn0-1" + } + solid + { + "id" "39340" + side + { + "id" "1696" + "plane" "(857.37 -6881.1 -20) (845.37 -6881.2 -20) (845.47 -6893.2 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -23.9375] 0.0234375" + "vaxis" "[-1 -0.00871211 0 230.09] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1697" + "plane" "(845.37 -6881.2 -20) (857.37 -6881.1 -20) (857.37 -6881.1 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -230.09] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1698" + "plane" "(857.47 -6893.1 -20) (845.47 -6893.2 -20) (845.47 -6893.2 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -230.09] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1699" + "plane" "(857.37 -6881.1 -20) (857.47 -6893.1 -20) (857.47 -6893.1 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -23.9375] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1700" + "plane" "(845.47 -6893.2 -20) (845.37 -6881.2 -20) (845.37 -6881.2 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -23.9375] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1701" + "plane" "(857.47 -6893.1 27.1429) (845.47 -6893.2 40) (845.37 -6881.2 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -1.49609] 0.375" + "vaxis" "[-1 -0.00871211 0 28.7612] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146463" + side + { + "id" "11979" + "plane" "(843 -6879 -12) (860 -6879 -12) (860 -6896 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -264] 0.25" + "vaxis" "[0 -1 0 -236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11980" + "plane" "(843 -6896 -18) (860 -6896 -18) (860 -6879 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -264] 0.25" + "vaxis" "[0 -1 0 -236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11981" + "plane" "(843 -6879 -12) (843 -6896 -12) (843 -6896 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 236] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11982" + "plane" "(860 -6879 -18) (860 -6896 -18) (860 -6896 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 236] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11983" + "plane" "(860 -6879 -12) (843 -6879 -12) (843 -6879 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -264] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11984" + "plane" "(860 -6896 -18) (843 -6896 -18) (843 -6896 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -264] 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" "[1000 -6268]" + } +} +entity +{ + "id" "39342" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "851.7 -6887.2 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -5768]" + } +} +entity +{ + "id" "39344" + "classname" "point_template" + "spawnflags" "2" + "targetname" "npcragspawn" + "Template01" "npcrag1" + "origin" "815.99 -6911.5 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -5268]" + } +} +entity +{ + "id" "39346" + "classname" "prop_physics" + "angles" "0 0.999987 0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/props_vehicles/carparts_wheel01a.mdl" + "modelscale" "1.0" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "shadowcastdist" "0" + "spawnflags" "0" + "targetname" "npcrag1" + "origin" "843.16 -6942.1 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -4768]" + } +} +entity +{ + "id" "39348" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "825.89 -6941.4 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -4268]" + } +} +entity +{ + "id" "39404" + "classname" "prop_physics" + "angles" "0 283 0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/props_junk/ravenholmsign.mdl" + "modelscale" "1.0" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "shadowcastdist" "0" + "spawnflags" "0" + "targetname" "npcrag2" + "origin" "811.11 -7078.5 40" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -3768]" + } +} +entity +{ + "id" "39406" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "825.13 -7083.4 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -3268]" + } +} +entity +{ + "id" "39410" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1162.94 -6873.5 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "npcragspawn2ForceSpawn0-1" + } + solid + { + "id" "39411" + side + { + "id" "1702" + "plane" "(856.61 -7023.2 -20) (844.61 -7023.3 -20) (844.71 -7035.3 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -450.625] 0.0234375" + "vaxis" "[-1 -0.00871211 0 144.762] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1703" + "plane" "(844.61 -7023.3 -20) (856.61 -7023.2 -20) (856.61 -7023.2 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -144.762] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1704" + "plane" "(856.71 -7035.2 -20) (844.71 -7035.3 -20) (844.71 -7035.3 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -144.762] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1705" + "plane" "(856.61 -7023.2 -20) (856.71 -7035.2 -20) (856.71 -7035.2 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -450.625] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1706" + "plane" "(844.71 -7035.3 -20) (844.61 -7023.3 -20) (844.61 -7023.3 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -450.625] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1707" + "plane" "(856.71 -7035.2 27.1429) (844.71 -7035.3 40) (844.61 -7023.3 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -28.1641] 0.375" + "vaxis" "[-1 -0.00871211 0 18.0952] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146471" + side + { + "id" "11985" + "plane" "(842 -7021 -12) (859 -7021 -12) (859 -7038 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -260] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11986" + "plane" "(842 -7038 -18) (859 -7038 -18) (859 -7021 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -260] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11987" + "plane" "(842 -7021 -12) (842 -7038 -12) (842 -7038 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11988" + "plane" "(859 -7021 -18) (859 -7038 -18) (859 -7038 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11989" + "plane" "(859 -7021 -12) (842 -7021 -12) (842 -7021 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -260] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11990" + "plane" "(859 -7038 -18) (842 -7038 -18) (842 -7038 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -260] 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" "[1000 -2768]" + } +} +entity +{ + "id" "39413" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "850.94 -7029.2 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -2268]" + } +} +entity +{ + "id" "39415" + "classname" "point_template" + "spawnflags" "2" + "targetname" "npcragspawn2" + "Template01" "npcrag2" + "origin" "815.23 -7053.5 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -1768]" + } +} +entity +{ + "id" "39438" + "classname" "prop_physics" + "angles" "0 0.999987 0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/props_junk/sawblade001a.mdl" + "modelscale" "1.0" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "shadowcastdist" "0" + "spawnflags" "0" + "targetname" "npcrag3" + "origin" "843.05 -7232.1 2" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -1268]" + } +} +entity +{ + "id" "39440" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "828.43 -7232.3 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 -768]" + } +} +entity +{ + "id" "39444" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1208.38 -7015.3 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "npcragspawn1ForceSpawn0-1" + } + solid + { + "id" "39445" + side + { + "id" "1708" + "plane" "(859.91 -7172 -20) (847.91 -7172.1 -20) (848.01 -7184.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -145.5] 0.0234375" + "vaxis" "[-1 -0.00871211 0 230.09] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1709" + "plane" "(847.91 -7172.1 -20) (859.91 -7172 -20) (859.91 -7172 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -230.09] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1710" + "plane" "(860.01 -7184 -20) (848.01 -7184.1 -20) (848.01 -7184.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -230.09] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1711" + "plane" "(859.91 -7172 -20) (860.01 -7184 -20) (860.01 -7184 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -145.5] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1712" + "plane" "(848.01 -7184.1 -20) (847.91 -7172.1 -20) (847.91 -7172.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -145.5] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1713" + "plane" "(860.01 -7184 27.1429) (848.01 -7184.1 40) (847.91 -7172.1 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -9.09375] 0.375" + "vaxis" "[-1 -0.00871211 0 28.7612] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146474" + side + { + "id" "11991" + "plane" "(846 -7170 -12) (863 -7170 -12) (863 -7187 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -276] 0.25" + "vaxis" "[0 -1 0 -376] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11992" + "plane" "(846 -7187 -18) (863 -7187 -18) (863 -7170 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -276] 0.25" + "vaxis" "[0 -1 0 -376] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11993" + "plane" "(846 -7170 -12) (846 -7187 -12) (846 -7187 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 376] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11994" + "plane" "(863 -7170 -18) (863 -7187 -18) (863 -7187 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 376] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11995" + "plane" "(863 -7170 -12) (846 -7170 -12) (846 -7170 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -276] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11996" + "plane" "(863 -7187 -18) (846 -7187 -18) (846 -7187 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -276] 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" "[1500 0]" + } +} +entity +{ + "id" "39447" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "854.24 -7178 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 500]" + } +} +entity +{ + "id" "39449" + "classname" "point_template" + "spawnflags" "2" + "targetname" "npcragspawn1" + "Template01" "npcrag3" + "origin" "818.53 -7202.3 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 1000]" + } +} +entity +{ + "id" "39714" + "classname" "prop_physics_override" + "angles" "-2.36362 51.9619 91.848" + "damagetoenablemotion" "0" + "Damagetype" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "health" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/props_junk/watermelon01.mdl" + "modelscale" "1.0" + "nodamageforces" "0" + "physdamagescale" "0.1" + "shadowcastdist" "0" + "spawnflags" "781" + "origin" "1363 -14356.6 99" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "40122" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "832.92 -7402.4 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 2000]" + } +} +entity +{ + "id" "40126" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/laundry_cart002.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Object7" + "origin" "839.56 -7404.3 29" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 2500]" + } +} +entity +{ + "id" "40130" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn7" + "Template01" "Object7" + "origin" "823.29 -7403.1 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 3000]" + } +} +entity +{ + "id" "40132" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1260.41 -7175.2 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Objectspawn7ForceSpawn0-1" + "OnPressed" "Spark7SparkOnce0-1" + } + solid + { + "id" "40133" + side + { + "id" "1762" + "plane" "(864.37 -7340.1 -20) (852.37 -7340.2 -20) (852.48 -7352.2 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -151.938] 0.0234375" + "vaxis" "[-1 -0.00871211 0 358.09] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1763" + "plane" "(852.37 -7340.2 -20) (864.37 -7340.1 -20) (864.37 -7340.1 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -358.09] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1764" + "plane" "(864.48 -7352.1 -20) (852.48 -7352.2 -20) (852.48 -7352.2 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -358.09] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1765" + "plane" "(864.37 -7340.1 -20) (864.48 -7352.1 -20) (864.48 -7352.1 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -151.938] 0.0234375" + "vaxis" "[0 0 -1 325.818] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1766" + "plane" "(852.48 -7352.2 -20) (852.37 -7340.2 -20) (852.37 -7340.2 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -151.938] 0.0234375" + "vaxis" "[0 0 -1 365.714] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1767" + "plane" "(864.48 -7352.1 27.1429) (852.48 -7352.2 40) (852.37 -7340.2 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -9.49609] 0.375" + "vaxis" "[-1 -0.00871211 0 44.7612] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146477" + side + { + "id" "11997" + "plane" "(851 -7338 -12) (868 -7338 -12) (868 -7355 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -296] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11998" + "plane" "(851 -7355 -18) (868 -7355 -18) (868 -7338 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -296] 0.25" + "vaxis" "[0 -1 0 -24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11999" + "plane" "(851 -7338 -12) (851 -7355 -12) (851 -7355 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12000" + "plane" "(868 -7338 -18) (868 -7355 -18) (868 -7355 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12001" + "plane" "(868 -7338 -12) (851 -7338 -12) (851 -7338 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -296] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12002" + "plane" "(868 -7355 -18) (851 -7355 -18) (851 -7355 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -296] 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" "[1500 3500]" + } +} +entity +{ + "id" "40135" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "858.71 -7346.2 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 4000]" + } +} +entity +{ + "id" "40137" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark7" + "TrailLength" "2" + "origin" "845.94 -7405.3 23" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 4500]" + } +} +entity +{ + "id" "40203" + "classname" "prop_physics" + "angles" "-14.4994 1.01639 -0.129798" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_debris/metal_panel02a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Stuff4a" + "origin" "844.59 -6336.1 62" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 5000]" + } +} +entity +{ + "id" "40259" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "839.26 -7556.2 -9" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 5500]" + } +} +entity +{ + "id" "40263" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/chair02a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Object8" + "origin" "855.79 -7545 20" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 6000]" + } +} +entity +{ + "id" "40267" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn8" + "Template01" "Object8" + "Template02" "Object8a" + "Template03" "Object8b" + "origin" "829.63 -7556.9 59" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 6500]" + } +} +entity +{ + "id" "40269" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1310.17 -7320.9 9" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Objectspawn8ForceSpawn0-1" + "OnPressed" "Spark8SparkOnce0-1" + } + solid + { + "id" "40270" + side + { + "id" "1768" + "plane" "(870.72 -7493.9 -21) (858.72 -7494 -21) (858.82 -7506 -21)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -60.1563] 0.0234375" + "vaxis" "[-1 -0.00871211 0 59.4336] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1769" + "plane" "(858.72 -7494 -21) (870.72 -7493.9 -21) (870.72 -7493.9 26.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -59.4336] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1770" + "plane" "(870.82 -7505.9 -21) (858.82 -7506 -21) (858.82 -7506 39)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -59.4336] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1771" + "plane" "(870.72 -7493.9 -21) (870.82 -7505.9 -21) (870.82 -7505.9 26.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -60.1563] 0.0234375" + "vaxis" "[0 0 -1 314.182] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1772" + "plane" "(858.82 -7506 -21) (858.72 -7494 -21) (858.72 -7494 39)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -60.1563] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1773" + "plane" "(870.82 -7505.9 26.1429) (858.82 -7506 39) (858.72 -7494 39)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -3.75977] 0.375" + "vaxis" "[-1 -0.00871211 0 7.4292] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146481" + side + { + "id" "12003" + "plane" "(857 -7492 -12) (874 -7492 -12) (874 -7509 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -320] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12004" + "plane" "(857 -7509 -18) (874 -7509 -18) (874 -7492 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -320] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12005" + "plane" "(857 -7492 -12) (857 -7509 -12) (857 -7509 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12006" + "plane" "(874 -7492 -18) (874 -7509 -18) (874 -7509 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12007" + "plane" "(874 -7492 -12) (857 -7492 -12) (857 -7492 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -320] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12008" + "plane" "(874 -7509 -18) (857 -7509 -18) (857 -7509 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -320] 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" "[1500 7000]" + } +} +entity +{ + "id" "40272" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "865.05 -7499.9 32.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 7500]" + } +} +entity +{ + "id" "40274" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark8" + "TrailLength" "2" + "origin" "852.29 -7559.1 22" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 8000]" + } +} +entity +{ + "id" "40359" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/chair_stool01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Object8a" + "origin" "867.05 -7574.9 4" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 8500]" + } +} +entity +{ + "id" "40402" + "classname" "prop_physics" + "angles" "0 17 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/chair_office01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Object8b" + "origin" "831 -7560 16" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 9000]" + } +} +entity +{ + "id" "40466" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1358.16 -7477.9 9" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Objectspawn9ForceSpawn0-1" + "OnPressed" "Spark9SparkOnce0-1" + } + solid + { + "id" "40467" + side + { + "id" "1774" + "plane" "(872.15 -7658 -21) (860.15 -7658.2 -21) (860.26 -7670.2 -21)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -407.938] 0.0234375" + "vaxis" "[-1 -0.00871211 0 59.4336] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1775" + "plane" "(860.15 -7658.2 -21) (872.15 -7658 -21) (872.15 -7658 26.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -59.4336] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1776" + "plane" "(872.26 -7670 -21) (860.26 -7670.2 -21) (860.26 -7670.2 39)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -59.4336] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1777" + "plane" "(872.15 -7658 -21) (872.26 -7670 -21) (872.26 -7670 26.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -407.938] 0.0234375" + "vaxis" "[0 0 -1 314.182] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1778" + "plane" "(860.26 -7670.2 -21) (860.15 -7658.2 -21) (860.15 -7658.2 39)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -407.938] 0.0234375" + "vaxis" "[0 0 -1 356.571] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1779" + "plane" "(872.26 -7670 26.1429) (860.26 -7670.2 39) (860.15 -7658.2 39)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -25.4961] 0.375" + "vaxis" "[-1 -0.00871211 0 7.4292] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146484" + side + { + "id" "12009" + "plane" "(858 -7656 -12) (875 -7656 -12) (875 -7673 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -324] 0.25" + "vaxis" "[0 -1 0 -272] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12010" + "plane" "(858 -7673 -18) (875 -7673 -18) (875 -7656 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -324] 0.25" + "vaxis" "[0 -1 0 -272] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12011" + "plane" "(858 -7656 -12) (858 -7673 -12) (858 -7673 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 272] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12012" + "plane" "(875 -7656 -18) (875 -7673 -18) (875 -7673 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 272] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12013" + "plane" "(875 -7656 -12) (858 -7656 -12) (858 -7656 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -324] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12014" + "plane" "(875 -7673 -18) (858 -7673 -18) (858 -7673 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -324] 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" "[1500 9500]" + } +} +entity +{ + "id" "40469" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "866.49 -7664.1 32.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 10000]" + } +} +entity +{ + "id" "40471" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "840.69 -7720.3 -9" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 10500]" + } +} +entity +{ + "id" "40475" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/FurnitureFridge001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Object9" + "origin" "846.33 -7722.3 42" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 11000]" + } +} +entity +{ + "id" "40479" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn9" + "Template01" "Object9" + "origin" "831.06 -7721 59" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 11500]" + } +} +entity +{ + "id" "40481" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark9" + "TrailLength" "2" + "origin" "853.72 -7723.2 22" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 12000]" + } +} +entity +{ + "id" "40518" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1399.34 -7612.6 11" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Objectspawn10ForceSpawn0-1" + "OnPressed" "Spark10SparkOnce0-1" + } + solid + { + "id" "40519" + side + { + "id" "1780" + "plane" "(873.38 -7798.9 -19) (861.38 -7799 -19) (861.49 -7811 -19)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -273.5] 0.0234375" + "vaxis" "[-1 -0.00871211 0 59.4336] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1781" + "plane" "(861.38 -7799 -19) (873.38 -7798.9 -19) (873.38 -7798.9 28.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -59.4336] 0.0234375" + "vaxis" "[0 0 -1 374.857] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1782" + "plane" "(873.49 -7810.9 -19) (861.49 -7811 -19) (861.49 -7811 41)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -59.4336] 0.0234375" + "vaxis" "[0 0 -1 374.857] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1783" + "plane" "(873.38 -7798.9 -19) (873.49 -7810.9 -19) (873.49 -7810.9 28.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -273.5] 0.0234375" + "vaxis" "[0 0 -1 337.454] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1784" + "plane" "(861.49 -7811 -19) (861.38 -7799 -19) (861.38 -7799 41)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -273.5] 0.0234375" + "vaxis" "[0 0 -1 374.857] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1785" + "plane" "(873.49 -7810.9 28.1429) (861.49 -7811 41) (861.38 -7799 41)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -17.0938] 0.375" + "vaxis" "[-1 -0.00871211 0 7.4292] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146489" + side + { + "id" "12015" + "plane" "(859 -7797 -12) (876 -7797 -12) (876 -7814 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -328] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12016" + "plane" "(859 -7814 -18) (876 -7814 -18) (876 -7797 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -328] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12017" + "plane" "(859 -7797 -12) (859 -7814 -12) (859 -7814 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12018" + "plane" "(876 -7797 -18) (876 -7814 -18) (876 -7814 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12019" + "plane" "(876 -7797 -12) (859 -7797 -12) (859 -7797 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -328] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12020" + "plane" "(876 -7814 -18) (859 -7814 -18) (859 -7814 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -328] 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" "[1500 12500]" + } +} +entity +{ + "id" "40521" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "867.72 -7804.9 34.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 13000]" + } +} +entity +{ + "id" "40523" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "841.93 -7861.2 -7" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 13500]" + } +} +entity +{ + "id" "40527" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/watermelon01.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Object10" + "origin" "848.56 -7863.1 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 14000]" + } +} +entity +{ + "id" "40531" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn10" + "Template01" "Object10" + "origin" "832.3 -7861.9 61" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 14500]" + } +} +entity +{ + "id" "40533" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark10" + "TrailLength" "2" + "origin" "854.95 -7864 24" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 15000]" + } +} +entity +{ + "id" "61714" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3435 -6636 -4" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 15500]" + } +} +entity +{ + "id" "61762" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3571 -6636 -4" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 16000]" + } +} +entity +{ + "id" "61802" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3571 -6772 -4" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -16268]" + } +} +entity +{ + "id" "61826" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3435 -6772 -4" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -15768]" + } +} +entity +{ + "id" "62280" + "classname" "prop_static" + "angles" "90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3443 -6772 240" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -15268]" + } +} +entity +{ + "id" "62290" + "classname" "prop_static" + "angles" "90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3307 -6772 240" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -14768]" + } +} +entity +{ + "id" "62296" + "classname" "prop_static" + "angles" "90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3307 -6636 240" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -14268]" + } +} +entity +{ + "id" "62308" + "classname" "prop_static" + "angles" "90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3443 -6636 240" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -13768]" + } +} +entity +{ + "id" "62562" + "classname" "light" + "_light" "0 255 255 400" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "spawnflags" "1" + "style" "0" + "targetname" "light1" + "origin" "3439 -6703 124" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -13268]" + } +} +entity +{ + "id" "62577" + "classname" "ambient_generic" + "health" "5" + "message" "ambient/levels/citadel/zapper_ambient_loop1.wav" + "pitch" "100" + "pitchstart" "100" + "radius" "400" + "spawnflags" "16" + "targetname" "Sound1" + "origin" "3439 -6704 124" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -12768]" + } +} +entity +{ + "id" "62526" + "classname" "trigger_physics_trap" + "angles" "0 0 0" + "dissolvetype" "1" + "origin" "3439 -6704 120" + "spawnflags" "1103" + "StartDisabled" "1" + "targetname" "grav" + solid + { + "id" "62523" + side + { + "id" "2074" + "plane" "(3319 -6584 220) (3559 -6584 220) (3559 -6824 220)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2075" + "plane" "(3319 -6824 20) (3559 -6824 20) (3559 -6584 20)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2076" + "plane" "(3319 -6584 220) (3319 -6824 220) (3319 -6824 20)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2077" + "plane" "(3559 -6584 20) (3559 -6824 20) (3559 -6824 220)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2078" + "plane" "(3559 -6584 220) (3319 -6584 220) (3319 -6584 20)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2079" + "plane" "(3559 -6824 20) (3319 -6824 20) (3319 -6824 220)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -44] 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" "[1500 -11768]" + } +} +entity +{ + "id" "68669" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_vehicles/apc_tire001.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects2a" + "origin" "1925 -5352 26" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -8768]" + } +} +entity +{ + "id" "70072" + "classname" "prop_static" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "843.13 -7999.3 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -8268]" + } +} +entity +{ + "id" "70076" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/controlroom_filecabinet002a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Object11" + "origin" "832 -8000 33" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -7768]" + } +} +entity +{ + "id" "70080" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark11" + "TrailLength" "2" + "origin" "856.16 -8002.2 23" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -7268]" + } +} +entity +{ + "id" "70082" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn11" + "Template01" "Object11" + "Template02" "Object11a" + "origin" "833.5 -8000 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -6768]" + } +} +entity +{ + "id" "70087" + "classname" "prop_dynamic" + "angles" "-44.5 0.499985 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "868.92 -7943.1 33.293" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -6268]" + } +} +entity +{ + "id" "70594" + "classname" "prop_physics" + "angles" "0.0129954 91.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/kitchen_shelf001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects11" + "origin" "3423 -7045 7" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -5768]" + } +} +entity +{ + "id" "70598" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3436.62 -7042.8 -12.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -5268]" + } +} +entity +{ + "id" "70602" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark12" + "TrailLength" "2" + "origin" "3422 -7042 64" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -4768]" + } +} +entity +{ + "id" "70604" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3408.62 -7099.9 7.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark12SparkOnce0-1" + "OnPressed" "Objectspawn12ForceSpawn0-1" + } + solid + { + "id" "70605" + side + { + "id" "3232" + "plane" "(3402.62 -7105.8 -20.2731) (3414.62 -7105.8 -20.2731) (3414.62 -7093.8 -20.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 78.8125] 0.0234375" + "vaxis" "[1 0 0 -282.531] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3233" + "plane" "(3414.62 -7105.8 -20.2731) (3402.62 -7105.8 -20.2731) (3402.62 -7105.8 23.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 282.531] 0.0234375" + "vaxis" "[0 0 -1 326.646] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3234" + "plane" "(3402.62 -7093.8 -20.2731) (3414.62 -7093.8 -20.2731) (3414.62 -7093.8 35.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 282.531] 0.0234375" + "vaxis" "[0 0 -1 326.646] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3235" + "plane" "(3402.62 -7105.8 -20.2731) (3402.62 -7093.8 -20.2731) (3402.62 -7093.8 23.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 78.8125] 0.0234375" + "vaxis" "[0 0 -1 276.095] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3236" + "plane" "(3414.62 -7093.8 -20.2731) (3414.62 -7105.8 -20.2731) (3414.62 -7105.8 35.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 78.8125] 0.0234375" + "vaxis" "[0 0 -1 326.646] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3237" + "plane" "(3402.62 -7093.8 23.7269) (3414.62 -7093.8 35.7269) (3414.62 -7105.8 35.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 4.92578] 0.375" + "vaxis" "[1 0 0 -35.3164] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146520" + side + { + "id" "12063" + "plane" "(3400 -7092 -12) (3417 -7092 -12) (3417 -7109 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12064" + "plane" "(3400 -7109 -18) (3417 -7109 -18) (3417 -7092 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12065" + "plane" "(3400 -7092 -12) (3400 -7109 -12) (3400 -7109 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12066" + "plane" "(3417 -7092 -18) (3417 -7109 -18) (3417 -7109 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12067" + "plane" "(3417 -7092 -12) (3400 -7092 -12) (3400 -7092 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12068" + "plane" "(3417 -7109 -18) (3400 -7109 -18) (3400 -7109 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 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" "[1500 -4268]" + } +} +entity +{ + "id" "70607" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3408.62 -7099.8 29.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -3768]" + } +} +entity +{ + "id" "70609" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn12" + "Template01" "Objects11" + "origin" "3452.62 -7078.8 55.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -3268]" + } +} +entity +{ + "id" "70818" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3435.62 -7188.8 -12.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -2768]" + } +} +entity +{ + "id" "70822" + "classname" "prop_physics" + "angles" "0 179 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/FurnitureDrawer002a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects12" + "origin" "3424 -7191 12" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -2268]" + } +} +entity +{ + "id" "70826" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark13" + "TrailLength" "2" + "origin" "3421 -7188 64" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -1768]" + } +} +entity +{ + "id" "70828" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn13" + "Template01" "Objects12" + "origin" "3451.62 -7224.8 55.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1500 -1268]" + } +} +entity +{ + "id" "70830" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3407.62 -7245.9 7.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark13SparkOnce0-1" + "OnPressed" "Objectspawn13ForceSpawn0-1" + } + solid + { + "id" "70831" + side + { + "id" "3244" + "plane" "(3401.62 -7251.8 -20.2731) (3413.62 -7251.8 -20.2731) (3413.62 -7239.8 -20.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 164.156] 0.0234375" + "vaxis" "[1 0 0 -239.859] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3245" + "plane" "(3413.62 -7251.8 -20.2731) (3401.62 -7251.8 -20.2731) (3401.62 -7251.8 23.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 239.859] 0.0234375" + "vaxis" "[0 0 -1 326.646] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3246" + "plane" "(3401.62 -7239.8 -20.2731) (3413.62 -7239.8 -20.2731) (3413.62 -7239.8 35.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 239.859] 0.0234375" + "vaxis" "[0 0 -1 326.646] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3247" + "plane" "(3401.62 -7251.8 -20.2731) (3401.62 -7239.8 -20.2731) (3401.62 -7239.8 23.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 164.156] 0.0234375" + "vaxis" "[0 0 -1 276.095] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3248" + "plane" "(3413.62 -7239.8 -20.2731) (3413.62 -7251.8 -20.2731) (3413.62 -7251.8 35.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 164.156] 0.0234375" + "vaxis" "[0 0 -1 326.646] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3249" + "plane" "(3401.62 -7239.8 23.7269) (3413.62 -7239.8 35.7269) (3413.62 -7251.8 35.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 10.2598] 0.375" + "vaxis" "[1 0 0 -29.9824] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146523" + side + { + "id" "12069" + "plane" "(3400 -7238 -12) (3417 -7238 -12) (3417 -7255 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -136] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12070" + "plane" "(3400 -7255 -18) (3417 -7255 -18) (3417 -7238 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -136] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12071" + "plane" "(3400 -7238 -12) (3400 -7255 -12) (3400 -7255 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 136] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12072" + "plane" "(3417 -7238 -18) (3417 -7255 -18) (3417 -7255 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 136] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12073" + "plane" "(3417 -7238 -12) (3400 -7238 -12) (3400 -7238 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12074" + "plane" "(3417 -7255 -18) (3400 -7255 -18) (3400 -7255 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -252] 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" "[1500 -768]" + } +} +entity +{ + "id" "70833" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3407.62 -7245.8 29.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 0]" + } +} +entity +{ + "id" "70881" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3435.46 -7330.8 -11.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 500]" + } +} +entity +{ + "id" "70885" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_interiors/VendingMachineSoda01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects13" + "origin" "3424 -7333 65" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 1000]" + } +} +entity +{ + "id" "70889" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark14" + "TrailLength" "2" + "origin" "3420.84 -7330 65" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 1500]" + } +} +entity +{ + "id" "70891" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Objectspawn14" + "Template01" "Objects13" + "origin" "3451.46 -7366.8 56.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 2000]" + } +} +entity +{ + "id" "70893" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3407.46 -7387.9 8.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark14SparkOnce0-1" + "OnPressed" "Objectspawn14ForceSpawn0-1" + } + solid + { + "id" "70894" + side + { + "id" "3250" + "plane" "(3401.46 -7393.8 -19.2731) (3413.46 -7393.8 -19.2731) (3413.46 -7381.8 -19.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 78.8125] 0.0234375" + "vaxis" "[1 0 0 -233.078] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3251" + "plane" "(3413.46 -7393.8 -19.2731) (3401.46 -7393.8 -19.2731) (3401.46 -7393.8 24.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 233.078] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3252" + "plane" "(3401.46 -7381.8 -19.2731) (3413.46 -7381.8 -19.2731) (3413.46 -7381.8 36.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 233.078] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3253" + "plane" "(3401.46 -7393.8 -19.2731) (3401.46 -7381.8 -19.2731) (3401.46 -7381.8 24.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 78.8125] 0.0234375" + "vaxis" "[0 0 -1 287.731] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3254" + "plane" "(3413.46 -7381.8 -19.2731) (3413.46 -7393.8 -19.2731) (3413.46 -7393.8 36.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 78.8125] 0.0234375" + "vaxis" "[0 0 -1 335.789] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3255" + "plane" "(3401.46 -7381.8 24.7269) (3413.46 -7381.8 36.7269) (3413.46 -7393.8 36.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 4.92578] 0.375" + "vaxis" "[1 0 0 -29.1348] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146527" + side + { + "id" "12075" + "plane" "(3399 -7380 -12) (3416 -7380 -12) (3416 -7397 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -248] 0.25" + "vaxis" "[0 -1 0 -192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12076" + "plane" "(3399 -7397 -18) (3416 -7397 -18) (3416 -7380 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -248] 0.25" + "vaxis" "[0 -1 0 -192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12077" + "plane" "(3399 -7380 -12) (3399 -7397 -12) (3399 -7397 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12078" + "plane" "(3416 -7380 -18) (3416 -7397 -18) (3416 -7397 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12079" + "plane" "(3416 -7380 -12) (3399 -7380 -12) (3399 -7380 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -248] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12080" + "plane" "(3416 -7397 -18) (3399 -7397 -18) (3399 -7397 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -248] 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" "[2000 2500]" + } +} +entity +{ + "id" "70896" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3407.46 -7387.8 30.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 3000]" + } +} +entity +{ + "id" "75875" + "classname" "func_physbox" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disablereceiveshadows" "0" + "disableshadows" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "forcetoenablemotion" "0" + "gibdir" "0 0 0" + "health" "0" + "massScale" "0.2" + "material" "0" + "nodamageforces" "0" + "notsolid" "0" + "origin" "869.99 -8335 52" + "PerformanceMode" "0" + "preferredcarryangles" "0 0 0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "spawnflags" "524288" + "spawnobject" "0" + "targetname" "BSPPlane" + solid + { + "id" "73440" + side + { + "id" "3323" + "plane" "(809.99 -8188.3 14) (809.99 -8115 14) (868.95 -8115 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 416.058] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3322" + "plane" "(941.28 -8241 8) (868.95 -8115 8) (809.99 -8115 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 416.058] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3321" + "plane" "(809.99 -8115 8) (868.95 -8115 8) (868.95 -8115 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[1 0 0 -416.058] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3320" + "plane" "(809.99 -8188.3 8) (809.99 -8115 8) (809.99 -8115 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3319" + "plane" "(868.95 -8115 8) (941.28 -8241 8) (941.28 -8241 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3318" + "plane" "(890 -8335 8) (809.99 -8188.3 8) (809.99 -8188.3 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3317" + "plane" "(941.28 -8241 8) (890 -8335 8) (890 -8335 14)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "73441" + side + { + "id" "3330" + "plane" "(941.28 -8241 14) (970 -8291 14) (970 -8379 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 416.058] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3329" + "plane" "(970 -8379 8) (970 -8291 8) (941.28 -8241 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 416.058] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3328" + "plane" "(970 -8291 8) (970 -8379 8) (970 -8379 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3327" + "plane" "(941.28 -8241 8) (970 -8291 8) (970 -8291 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3326" + "plane" "(970 -8379 8) (941.28 -8429 8) (941.28 -8429 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3325" + "plane" "(941.28 -8429 8) (890 -8335 8) (890 -8335 14)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3324" + "plane" "(890 -8335 8) (941.28 -8241 8) (941.28 -8241 14)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "75723" + side + { + "id" "3371" + "plane" "(1020 -8312.2 8) (710 -8312.2 8) (710 -8357.8 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3695" + "plane" "(710 -8312.2 8) (1020 -8312.2 8) (1020 -8312.2 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3696" + "plane" "(1020 -8357.8 8) (710 -8357.8 8) (710 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3694" + "plane" "(1020 -8312.2 8) (1020 -8357.8 8) (1020 -8357.8 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3693" + "plane" "(710 -8357.8 8) (710 -8312.2 8) (710 -8312.2 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3692" + "plane" "(960 -8350.2 16) (890 -8350.2 16) (890 -8319.8 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "73605" + side + { + "id" "3366" + "plane" "(710 -8312.2 48) (710 -8357.8 48) (640 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3365" + "plane" "(640 -8312.2 40) (640 -8357.8 40) (710 -8357.8 8)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3364" + "plane" "(710 -8312.2 8) (710 -8312.2 48) (640 -8312.2 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3363" + "plane" "(640 -8357.8 40) (640 -8357.8 48) (710 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3362" + "plane" "(640 -8312.2 40) (640 -8312.2 48) (640 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3361" + "plane" "(710 -8357.8 8) (710 -8357.8 48) (710 -8312.2 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "73928" + side + { + "id" "3408" + "plane" "(745 -8331.2 32) (640 -8331.2 32) (640 -8338.8 32)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3407" + "plane" "(640 -8331.2 96) (640 -8331.2 32) (745 -8331.2 32)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3406" + "plane" "(745 -8338.8 52) (745 -8338.8 32) (640 -8338.8 32)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3405" + "plane" "(745 -8331.2 52) (745 -8331.2 32) (745 -8338.8 32)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3404" + "plane" "(640 -8338.8 96) (640 -8338.8 32) (640 -8331.2 32)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3403" + "plane" "(653.33 -8331.2 96) (745 -8331.2 52) (745 -8338.8 52)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3402" + "plane" "(640 -8331.2 96) (653.33 -8331.2 96) (653.33 -8338.8 96)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "75114" + side + { + "id" "3655" + "plane" "(718.32 -8295.7 16) (730 -8310.2 16) (706.66 -8310.2 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3654" + "plane" "(730 -8310.2 8) (718.32 -8295.7 8) (706.66 -8310.2 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3653" + "plane" "(718.32 -8295.7 8) (730 -8310.2 8) (730 -8310.2 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3652" + "plane" "(730 -8310.2 8) (706.66 -8310.2 8) (706.66 -8310.2 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3651" + "plane" "(706.66 -8310.2 8) (718.32 -8295.7 8) (718.32 -8295.7 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "75116" + side + { + "id" "3668" + "plane" "(640 -8277.1 16) (640 -8244 16) (676.67 -8244 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3667" + "plane" "(718.32 -8295.7 8) (676.67 -8244 8) (640 -8244 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3666" + "plane" "(640 -8244 8) (676.67 -8244 8) (676.67 -8244 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3665" + "plane" "(640 -8277.1 8) (640 -8244 8) (640 -8244 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3664" + "plane" "(676.67 -8244 8) (718.32 -8295.7 8) (718.32 -8295.7 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3663" + "plane" "(706.66 -8310.2 8) (666.67 -8310.2 8) (666.67 -8310.2 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3662" + "plane" "(718.32 -8295.7 8) (706.66 -8310.2 8) (706.66 -8310.2 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3661" + "plane" "(666.67 -8310.2 8) (640 -8277.1 8) (640 -8277.1 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "75113" + side + { + "id" "3650" + "plane" "(666.67 -8310.2 16) (706.66 -8310.2 16) (686.67 -8335 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3649" + "plane" "(706.66 -8310.2 8) (666.67 -8310.2 8) (686.67 -8335 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3648" + "plane" "(666.67 -8310.2 8) (706.66 -8310.2 8) (706.66 -8310.2 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3647" + "plane" "(706.66 -8310.2 8) (686.67 -8335 8) (686.67 -8335 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3646" + "plane" "(686.67 -8335 8) (666.67 -8310.2 8) (666.67 -8310.2 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "75110" + side + { + "id" "3630" + "plane" "(706.66 -8359.8 16) (666.67 -8359.8 16) (686.67 -8335 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3629" + "plane" "(686.67 -8335 8) (666.67 -8359.8 8) (706.66 -8359.8 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3628" + "plane" "(706.66 -8359.8 8) (666.67 -8359.8 8) (666.67 -8359.8 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3627" + "plane" "(666.67 -8359.8 8) (686.67 -8335 8) (686.67 -8335 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3626" + "plane" "(686.67 -8335 8) (706.66 -8359.8 8) (706.66 -8359.8 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "75107" + side + { + "id" "3615" + "plane" "(716.94 -8372.6 16) (670.01 -8426 16) (640 -8426 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3614" + "plane" "(640 -8392.9 8) (640 -8426 8) (670.01 -8426 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3613" + "plane" "(670.01 -8426 8) (640 -8426 8) (640 -8426 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3612" + "plane" "(640 -8426 8) (640 -8392.9 8) (640 -8392.9 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3611" + "plane" "(716.94 -8372.6 8) (670.01 -8426 8) (670.01 -8426 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3610" + "plane" "(666.67 -8359.8 8) (706.66 -8359.8 8) (706.66 -8359.8 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3609" + "plane" "(640 -8392.9 8) (666.67 -8359.8 8) (666.67 -8359.8 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3608" + "plane" "(706.66 -8359.8 8) (716.94 -8372.6 8) (716.94 -8372.6 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "75111" + side + { + "id" "3638" + "plane" "(706.66 -8310.2 16) (730 -8310.2 16) (750 -8335 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3637" + "plane" "(728.17 -8359.8 8) (750 -8335 8) (730 -8310.2 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3636" + "plane" "(730 -8310.2 8) (750 -8335 8) (750 -8335 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3635" + "plane" "(750 -8335 8) (728.17 -8359.8 8) (728.17 -8359.8 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3634" + "plane" "(706.66 -8310.2 8) (730 -8310.2 8) (730 -8310.2 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3633" + "plane" "(728.17 -8359.8 8) (706.66 -8359.8 8) (706.66 -8359.8 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3632" + "plane" "(686.67 -8335 8) (706.66 -8310.2 8) (706.66 -8310.2 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3631" + "plane" "(706.66 -8359.8 8) (686.67 -8335 8) (686.67 -8335 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "75108" + side + { + "id" "3620" + "plane" "(728.17 -8359.8 16) (716.94 -8372.6 16) (706.66 -8359.8 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3619" + "plane" "(716.94 -8372.6 8) (728.17 -8359.8 8) (706.66 -8359.8 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3618" + "plane" "(728.17 -8359.8 8) (716.94 -8372.6 8) (716.94 -8372.6 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3617" + "plane" "(706.66 -8359.8 8) (728.17 -8359.8 8) (728.17 -8359.8 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3616" + "plane" "(716.94 -8372.6 8) (706.66 -8359.8 8) (706.66 -8359.8 16)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "73443" + side + { + "id" "3342" + "plane" "(941.28 -8429 14) (868.95 -8555 14) (810.01 -8555 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 416.058] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3341" + "plane" "(810.01 -8481.7 8) (810.01 -8555 8) (868.95 -8555 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 416.058] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3340" + "plane" "(868.95 -8555 8) (810.01 -8555 8) (810.01 -8555 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[1 0 0 -416.058] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3339" + "plane" "(810.01 -8555 8) (810.01 -8481.7 8) (810.01 -8481.7 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3338" + "plane" "(941.28 -8429 8) (868.95 -8555 8) (868.95 -8555 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3337" + "plane" "(890 -8335 8) (941.28 -8429 8) (941.28 -8429 14)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3336" + "plane" "(810.01 -8481.7 8) (890 -8335 8) (890 -8335 14)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "73607" + side + { + "id" "3378" + "plane" "(1100 -8342.6 32) (1020 -8357.8 48) (1020 -8312.2 48)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3377" + "plane" "(1020 -8357.8 8) (1100 -8342.6 16) (1100 -8327.4 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3376" + "plane" "(1100 -8327.4 32) (1020 -8312.2 48) (1020 -8312.2 8)" + "material" "METAL/METALPIPE010A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3375" + "plane" "(1020 -8357.8 48) (1100 -8342.6 32) (1100 -8342.6 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3374" + "plane" "(1100 -8342.6 32) (1100 -8327.4 32) (1100 -8327.4 16)" + "material" "METAL/METALPIPE010A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3373" + "plane" "(1020 -8312.2 48) (1020 -8357.8 48) (1020 -8357.8 8)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 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" + } + } + solid + { + "id" "91559" + side + { + "id" "5739" + "plane" "(710 -8312.2 48) (1020 -8312.2 48) (1020 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5738" + "plane" "(710 -8312.2 8) (1020 -8312.2 8) (1020 -8312.2 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3700" + "plane" "(1020 -8312.2 8) (1020 -8357.8 8) (1020 -8357.8 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5737" + "plane" "(890 -8319.8 16) (890 -8319.8 56) (960 -8319.8 56)" + "material" "METAL/METALHULL010B" + "uaxis" "[1 0 0 -448.058] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5736" + "plane" "(964 -8315 16) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5740" + "plane" "(964 -8315 16) (964 -8315 96) (964 -8355 96)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91561" + side + { + "id" "5744" + "plane" "(710 -8312.2 48) (1020 -8312.2 48) (1020 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5743" + "plane" "(710 -8312.2 8) (1020 -8312.2 8) (1020 -8312.2 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3699" + "plane" "(710 -8357.8 8) (710 -8312.2 8) (710 -8312.2 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3697" + "plane" "(890 -8319.8 16) (890 -8319.8 56) (960 -8319.8 56)" + "material" "METAL/METALHULL010B" + "uaxis" "[1 0 0 -448.058] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5742" + "plane" "(964 -8315 16) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5741" + "plane" "(888 -8315 96) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91565" + side + { + "id" "3701" + "plane" "(710 -8312.2 48) (1020 -8312.2 48) (1020 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3370" + "plane" "(710 -8312.2 8) (1020 -8312.2 8) (1020 -8312.2 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5748" + "plane" "(964 -8315 16) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5747" + "plane" "(964 -8355 96) (964 -8315 96) (964 -8315 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 364] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5746" + "plane" "(888 -8355 16) (888 -8315 16) (888 -8315 96)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 364] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5745" + "plane" "(964 -8315 96) (964 -8315 16) (888 -8315 16)" + "material" "METAL/METALHULL010B" + "uaxis" "[-1 0 0 448] 0.25" + "vaxis" "[0 0 -1 -160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91573" + side + { + "id" "5752" + "plane" "(710 -8312.2 48) (1020 -8312.2 48) (1020 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5751" + "plane" "(1020 -8357.8 8) (710 -8357.8 8) (710 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3704" + "plane" "(1020 -8312.2 8) (1020 -8357.8 8) (1020 -8357.8 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5750" + "plane" "(890 -8350.2 56) (890 -8350.2 16) (960 -8350.2 16)" + "material" "METAL/METALHULL010B" + "uaxis" "[1 0 0 -448.058] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5749" + "plane" "(964 -8315 16) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5753" + "plane" "(964 -8315 16) (964 -8315 96) (964 -8355 96)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91575" + side + { + "id" "5757" + "plane" "(710 -8312.2 48) (1020 -8312.2 48) (1020 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5756" + "plane" "(1020 -8357.8 8) (710 -8357.8 8) (710 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3706" + "plane" "(710 -8357.8 8) (710 -8312.2 8) (710 -8312.2 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3702" + "plane" "(890 -8350.2 56) (890 -8350.2 16) (960 -8350.2 16)" + "material" "METAL/METALHULL010B" + "uaxis" "[1 0 0 -448.058] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5755" + "plane" "(964 -8315 16) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5754" + "plane" "(888 -8315 96) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91577" + side + { + "id" "3705" + "plane" "(710 -8312.2 48) (1020 -8312.2 48) (1020 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3369" + "plane" "(1020 -8357.8 8) (710 -8357.8 8) (710 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -0.0579834] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5761" + "plane" "(964 -8315 16) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5760" + "plane" "(964 -8355 96) (964 -8315 96) (964 -8315 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 364] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5759" + "plane" "(888 -8355 16) (888 -8315 16) (888 -8315 96)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 364] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5758" + "plane" "(964 -8355 16) (964 -8355 96) (888 -8355 96)" + "material" "METAL/METALHULL010B" + "uaxis" "[-1 0 0 448] 0.25" + "vaxis" "[0 0 -1 -160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91587" + side + { + "id" "3711" + "plane" "(710 -8312.2 48) (1020 -8312.2 48) (1020 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3368" + "plane" "(1020 -8312.2 8) (1020 -8357.8 8) (1020 -8357.8 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3709" + "plane" "(960 -8319.8 56) (890 -8319.8 56) (890 -8319.8 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -448.058] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3708" + "plane" "(960 -8350.2 16) (890 -8350.2 16) (890 -8350.2 56)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -448.058] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5763" + "plane" "(964 -8315 16) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5762" + "plane" "(964 -8315 16) (964 -8315 96) (964 -8355 96)" + "material" "METAL/METALHULL010B" + "uaxis" "[0 -1 0 236] 0.25" + "vaxis" "[0 0 -1 -160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "91602" + side + { + "id" "3372" + "plane" "(710 -8312.2 48) (1020 -8312.2 48) (1020 -8357.8 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[-1 0 0 0.0579834] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3367" + "plane" "(710 -8357.8 8) (710 -8312.2 8) (710 -8312.2 48)" + "material" "METAL/METALCEILING005A" + "uaxis" "[0 -1 0 236.055] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3714" + "plane" "(960 -8319.8 56) (890 -8319.8 56) (890 -8319.8 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -448.058] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3713" + "plane" "(960 -8350.2 16) (890 -8350.2 16) (890 -8350.2 56)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -448.058] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5765" + "plane" "(964 -8315 16) (888 -8315 16) (888 -8355 16)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5764" + "plane" "(888 -8315 96) (888 -8315 16) (888 -8355 16)" + "material" "METAL/METALHULL010B" + "uaxis" "[0 -1 0 236] 0.25" + "vaxis" "[0 0 -1 -160] 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" "[2000 3500]" + } +} +entity +{ + "id" "76497" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3313 -6542 8" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "1" + "wait" "0" + connections + { + "OnPressed" "light1TurnOn0-1" + "OnPressed" "gravEnable0-1" + "OnPressed" "Sound1PlaySound0-1" + "OnPressed" "grav2Enable0-1" + } + solid + { + "id" "76498" + side + { + "id" "3716" + "plane" "(3307 -6548 -20) (3319 -6548 -20) (3319 -6536 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 341.313] 0.0234375" + "vaxis" "[1 0 0 -298.719] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3717" + "plane" "(3319 -6548 -20) (3307 -6548 -20) (3307 -6548 24)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 442.063] 0.02" + "vaxis" "[0 0 -1 291] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3718" + "plane" "(3307 -6536 -20) (3319 -6536 -20) (3319 -6536 36)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 442.063] 0.02" + "vaxis" "[0 0 -1 291] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3719" + "plane" "(3307 -6548 -20) (3307 -6536 -20) (3307 -6536 24)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 252] 0.02" + "vaxis" "[0 0 -1 291] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3720" + "plane" "(3319 -6536 -20) (3319 -6548 -20) (3319 -6548 36)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 252] 0.02" + "vaxis" "[0 0 -1 291] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3721" + "plane" "(3307 -6536 24) (3319 -6536 36) (3319 -6548 36)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 21.332] 0.375" + "vaxis" "[1 0 0 -37.3398] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146512" + side + { + "id" "12051" + "plane" "(3304 -6533 -12) (3321 -6533 -12) (3321 -6550 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 132] 0.25" + "vaxis" "[0 -1 0 -388] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12052" + "plane" "(3304 -6550 -18) (3321 -6550 -18) (3321 -6533 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 132] 0.25" + "vaxis" "[0 -1 0 -388] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12053" + "plane" "(3304 -6533 -12) (3304 -6550 -12) (3304 -6550 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 388] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12054" + "plane" "(3321 -6533 -18) (3321 -6550 -18) (3321 -6550 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 388] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12055" + "plane" "(3321 -6533 -12) (3304 -6533 -12) (3304 -6533 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 132] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12056" + "plane" "(3321 -6550 -18) (3304 -6550 -18) (3304 -6550 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 132] 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" "[2000 4000]" + } +} +entity +{ + "id" "76500" + "classname" "prop_dynamic" + "angles" "-47 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3313 -6542 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 4500]" + } +} +entity +{ + "id" "76536" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3317 -6882 8" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "10" + "wait" "0" + connections + { + "OnPressed" "light1TurnOff0-1" + "OnPressed" "gravDisable0-1" + "OnPressed" "Sound1StopSound0-1" + "OnPressed" "grav2Disable0-1" + } + solid + { + "id" "76537" + side + { + "id" "3728" + "plane" "(3311 -6888 -20) (3323 -6888 -20) (3323 -6876 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 511.969] 0.0234375" + "vaxis" "[1 0 0 -469.391] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3729" + "plane" "(3323 -6888 -20) (3311 -6888 -20) (3311 -6888 24)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 130.063] 0.02" + "vaxis" "[0 0 -1 291] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3730" + "plane" "(3311 -6876 -20) (3323 -6876 -20) (3323 -6876 36)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 130.063] 0.02" + "vaxis" "[0 0 -1 291] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3731" + "plane" "(3311 -6888 -20) (3311 -6876 -20) (3311 -6876 24)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 356] 0.02" + "vaxis" "[0 0 -1 291] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3732" + "plane" "(3323 -6876 -20) (3323 -6888 -20) (3323 -6888 36)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 356] 0.02" + "vaxis" "[0 0 -1 291] 0.09" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3733" + "plane" "(3311 -6876 24) (3323 -6876 36) (3323 -6888 36)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 31.998] 0.375" + "vaxis" "[1 0 0 -58.6719] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146516" + side + { + "id" "12057" + "plane" "(3309 -6874 -12) (3326 -6874 -12) (3326 -6891 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 112] 0.25" + "vaxis" "[0 -1 0 -216] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12058" + "plane" "(3309 -6891 -18) (3326 -6891 -18) (3326 -6874 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 112] 0.25" + "vaxis" "[0 -1 0 -216] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12059" + "plane" "(3309 -6874 -12) (3309 -6891 -12) (3309 -6891 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 216] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12060" + "plane" "(3326 -6874 -18) (3326 -6891 -18) (3326 -6891 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 216] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12061" + "plane" "(3326 -6874 -12) (3309 -6874 -12) (3309 -6874 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 112] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12062" + "plane" "(3326 -6891 -18) (3309 -6891 -18) (3309 -6891 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 112] 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" "[2000 5000]" + } +} +entity +{ + "id" "76539" + "classname" "prop_dynamic" + "angles" "-47 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3317 -6882 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 5500]" + } +} +entity +{ + "id" "79137" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3004.15 -5368 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "byecansEnable0-1" + "OnPressed" "canspawnForceSpawn0-1" + "OnPressed" "byecansDisable0.1-1" + } + solid + { + "id" "79138" + side + { + "id" "3830" + "plane" "(3010.15 -5374 -18) (3010.15 -5362 -18) (2998.15 -5362 -18)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 433.078] 0.0234375" + "vaxis" "[0 1 0 426.594] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3831" + "plane" "(3010.15 -5362 -18) (3010.15 -5374 -18) (3010.15 -5374 26)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -426.594] 0.0234375" + "vaxis" "[0 0 -1 347.428] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3832" + "plane" "(2998.15 -5374 -18) (2998.15 -5362 -18) (2998.15 -5362 38)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -426.594] 0.0234375" + "vaxis" "[0 0 -1 347.428] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3833" + "plane" "(3010.15 -5374 -18) (2998.15 -5374 -18) (2998.15 -5374 26)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 433.078] 0.0234375" + "vaxis" "[0 0 -1 302.545] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3834" + "plane" "(2998.15 -5362 -18) (3010.15 -5362 -18) (3010.15 -5362 38)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 433.078] 0.0234375" + "vaxis" "[0 0 -1 347.428] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3835" + "plane" "(2998.15 -5374 26) (2998.15 -5362 38) (3010.15 -5362 38)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 27.0674] 0.375" + "vaxis" "[0 1 0 53.3242] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "85435" + side + { + "id" "3936" + "plane" "(2996 -5360 -8) (3013 -5360 -8) (3013 -5377 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3937" + "plane" "(2996 -5377 -18) (3013 -5377 -18) (3013 -5360 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3938" + "plane" "(2996 -5360 -8) (2996 -5377 -8) (2996 -5377 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3939" + "plane" "(3013 -5360 -18) (3013 -5377 -18) (3013 -5377 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3940" + "plane" "(3013 -5360 -8) (2996 -5360 -8) (2996 -5360 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3941" + "plane" "(3013 -5377 -18) (2996 -5377 -18) (2996 -5377 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -172] 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" "[2000 7000]" + } +} +entity +{ + "id" "79140" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3004.15 -5368 32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 7500]" + } +} +entity +{ + "id" "79142" + "classname" "point_template" + "spawnflags" "2" + "targetname" "canspawn" + "Template01" "can1" + "Template02" "can2" + "Template03" "can3" + "Template04" "can4" + "Template05" "can5" + "Template06" "can6" + "Template07" "can7" + "Template08" "can8" + "origin" "2983 -5324 62.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 8000]" + } +} +entity +{ + "id" "79154" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PopCan01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "can1" + "origin" "2970 -5364 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 8500]" + } +} +entity +{ + "id" "79722" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3432.46 -7459.8 -13.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 9000]" + } +} +entity +{ + "id" "79726" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_lab/monitor02.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Ob1" + "origin" "3437 -7462 9" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 9500]" + } +} +entity +{ + "id" "79730" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Obspawn" + "Template01" "Ob1" + "origin" "3448.46 -7495.8 54.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 10000]" + } +} +entity +{ + "id" "79732" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3404.46 -7516.9 6.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Spark15SparkOnce0-1" + "OnPressed" "ObspawnForceSpawn0-1" + } + solid + { + "id" "79733" + side + { + "id" "3842" + "plane" "(3398.46 -7522.8 -21.2731) (3410.46 -7522.8 -21.2731) (3410.46 -7510.8 -21.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 462.781] 0.0234375" + "vaxis" "[1 0 0 -105.188] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3843" + "plane" "(3410.46 -7522.8 -21.2731) (3398.46 -7522.8 -21.2731) (3398.46 -7522.8 22.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 105.188] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3844" + "plane" "(3398.46 -7510.8 -21.2731) (3410.46 -7510.8 -21.2731) (3410.46 -7510.8 34.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 105.188] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3845" + "plane" "(3398.46 -7522.8 -21.2731) (3398.46 -7510.8 -21.2731) (3398.46 -7510.8 22.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 462.781] 0.0234375" + "vaxis" "[0 0 -1 264.458] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3846" + "plane" "(3410.46 -7510.8 -21.2731) (3410.46 -7522.8 -21.2731) (3410.46 -7522.8 34.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 462.781] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3847" + "plane" "(3398.46 -7510.8 22.7269) (3410.46 -7510.8 34.7269) (3410.46 -7522.8 34.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 28.9238] 0.375" + "vaxis" "[1 0 0 -13.1484] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146531" + side + { + "id" "12081" + "plane" "(3396 -7509 -12) (3413 -7509 -12) (3413 -7526 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -236] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12082" + "plane" "(3396 -7526 -18) (3413 -7526 -18) (3413 -7509 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -236] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12083" + "plane" "(3396 -7509 -12) (3396 -7526 -12) (3396 -7526 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12084" + "plane" "(3413 -7509 -18) (3413 -7526 -18) (3413 -7526 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12085" + "plane" "(3413 -7509 -12) (3396 -7509 -12) (3396 -7509 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -236] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12086" + "plane" "(3413 -7526 -18) (3396 -7526 -18) (3396 -7526 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -236] 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" "[2000 10500]" + } +} +entity +{ + "id" "79735" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3404.46 -7516.8 28.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 11000]" + } +} +entity +{ + "id" "79737" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "Spark15" + "TrailLength" "2" + "origin" "3417.84 -7459 63" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 11500]" + } +} +entity +{ + "id" "83812" + "classname" "trigger_vphysics_motion" + "origin" "3439 -6704 120" + "ParticleTrailEndSize" "3" + "ParticleTrailLifetime" "4" + "ParticleTrailStartSize" "2" + "SetAdditionalAirDensity" "4" + "SetAngVelocityLimit" "0.0" + "SetAngVelocityScale" "1.0" + "SetGravityScale" "0" + "SetLinearForce" "0.0" + "SetLinearForceAngles" "0 0 0" + "SetVelocityLimit" "0.0" + "SetVelocityLimitDelta" "0.0" + "SetVelocityScale" "1.0" + "spawnflags" "5199" + "StartDisabled" "1" + "targetname" "grav2" + solid + { + "id" "83813" + side + { + "id" "3894" + "plane" "(3319 -6584 220) (3559 -6584 220) (3559 -6824 220)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3895" + "plane" "(3319 -6824 20) (3559 -6824 20) (3559 -6584 20)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3896" + "plane" "(3319 -6584 220) (3319 -6824 220) (3319 -6824 20)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3897" + "plane" "(3559 -6584 20) (3559 -6824 20) (3559 -6824 220)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3898" + "plane" "(3559 -6584 220) (3319 -6584 220) (3319 -6584 20)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3899" + "plane" "(3559 -6824 20) (3319 -6824 20) (3319 -6824 220)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -44] 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" "[2000 12000]" + } +} +entity +{ + "id" "83845" + "classname" "env_flare" + "angles" "0 0 0" + "duration" "2" + "scale" "1" + "spawnflags" "4" + "origin" "266 -5340 -10" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 12500]" + } +} +entity +{ + "id" "83906" + "classname" "env_flare" + "angles" "0 0 0" + "duration" "2" + "scale" "1" + "spawnflags" "4" + "origin" "-694 -5340 2" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 13000]" + } +} +entity +{ + "id" "87421" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "1440.5 -7745.2 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "Objectspawn11ForceSpawn0-1" + "OnPressed" "Spark11SparkOnce0-1" + } + solid + { + "id" "87422" + side + { + "id" "4830" + "plane" "(875.54 -7936.5 -20) (863.37 -7937.2 -20) (862.91 -7951.1 -20)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -346.031] 0.0234375" + "vaxis" "[-1 -0.00871211 0 184.34] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4831" + "plane" "(863.37 -7937.2 -20) (875.54 -7936.5 -20) (875.54 -7936.5 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -184.34] 0.0234375" + "vaxis" "[0 0 -1 -146.286] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4832" + "plane" "(875.08 -7950.4 -20) (862.91 -7951.1 -20) (862.91 -7951.1 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0.00871211 0 -184.34] 0.0234375" + "vaxis" "[0 0 -1 -146.286] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4833" + "plane" "(875.54 -7936.5 -20) (875.08 -7950.4 -20) (875.08 -7950.4 27.1429)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -346.031] 0.0234375" + "vaxis" "[0 0 -1 -186.182] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4834" + "plane" "(862.91 -7951.1 -20) (863.37 -7937.2 -20) (863.37 -7937.2 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0.00871211 -1 0 -346.031] 0.0234375" + "vaxis" "[0 0 -1 -146.286] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4835" + "plane" "(875.08 -7950.4 27.1429) (862.91 -7951.1 40) (863.37 -7937.2 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0.00871211 -1 0 -18.1641] 0.452545" + "vaxis" "[-1 -0.00871211 0 12.4897] 0.199371" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146492" + side + { + "id" "12021" + "plane" "(861 -7935 -12) (878 -7935 -12) (878 -7952 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -336] 0.25" + "vaxis" "[0 -1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12022" + "plane" "(861 -7952 -18) (878 -7952 -18) (878 -7935 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -336] 0.25" + "vaxis" "[0 -1 0 -364] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12023" + "plane" "(861 -7935 -12) (861 -7952 -12) (861 -7952 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 364] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12024" + "plane" "(878 -7935 -18) (878 -7952 -18) (878 -7952 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 364] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12025" + "plane" "(878 -7935 -12) (861 -7935 -12) (861 -7935 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12026" + "plane" "(878 -7952 -18) (861 -7952 -18) (861 -7952 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -336] 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" "[2000 13500]" + } +} +entity +{ + "id" "99347" + "classname" "func_monitor" + "disablereceiveshadows" "0" + "disableshadows" "0" + "InputFilter" "0" + "origin" "3831.11 -5098.3 544.54" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "target" "cam1" + solid + { + "id" "99283" + side + { + "id" "6418" + "plane" "(3928.7 -5230.55 755.66) (3668.49 -4970.32 755.66) (3674.14 -4964.7 755.66)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.707107 0.707107 0 4.28246] 0.125" + "vaxis" "[0.707107 -0.707107 0 -38.3698] 5.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6419" + "plane" "(3934.35 -5224.93 413.423) (3674.14 -4964.7 413.423) (3668.49 -4970.32 413.423)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.707107 0.707107 0 4.28246] 0.125" + "vaxis" "[0.707107 -0.707107 0 -38.3698] 5.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6420" + "plane" "(3928.7 -5230.55 413.423) (3668.48 -4970.32 413.423) (3668.48 -4970.32 755.66)" + "material" "DEV/DEV_TVMONITORNONOISE" + "uaxis" "[-0.707107 0.707107 0 153.31] 1.43755" + "vaxis" "[0 0 -1 53.2485] 1.33686" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6421" + "plane" "(3674.14 -4964.7 413.423) (3934.35 -5224.93 413.423) (3934.35 -5224.93 755.66)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.707107 0.707107 0 38.3698] 5.75" + "vaxis" "[0 0 -1 13.312] 5.34746" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6422" + "plane" "(3668.48 -4970.32 413.423) (3674.14 -4964.7 413.423) (3674.14 -4964.7 755.66)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.707107 0.707107 0 4.28246] 0.125" + "vaxis" "[0 0 -1 13.312] 5.34746" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6423" + "plane" "(3934.35 -5224.93 413.423) (3928.7 -5230.55 413.423) (3928.7 -5230.55 755.66)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.707107 0.707107 0 4.28246] 0.125" + "vaxis" "[0 0 -1 13.312] 5.34746" + "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" "[2000 -16268]" + } +} +entity +{ + "id" "99713" + "classname" "point_camera" + "angles" "0 180 0" + "fogColor" "0 0 0" + "fogEnd" "4096" + "fogMaxDensity" "1" + "fogStart" "2048" + "FOV" "90" + "parentname" "camb" + "targetname" "cam1" + "origin" "3501 -5236 51" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -15768]" + } +} +entity +{ + "id" "99744" + "classname" "env_sprite" + "framerate" "10.0" + "GlowProxySize" "2.0" + "HDRColorScale" "1.0" + "model" "materials/sprites/greenglow1.vmt" + "parentname" "camb" + "renderamt" "255" + "rendercolor" "255 255 255" + "rendermode" "3" + "scale" "0.3" + "origin" "3534 -5236 53" + editor + { + "color" "20 140 20" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -15268]" + } +} +entity +{ + "id" "104325" + "classname" "prop_dynamic" + "angles" "-45 270 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3221.15 -5368 32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -13268]" + } +} +entity +{ + "id" "106649" + "classname" "prop_static" + "angles" "-90 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "636 -5509 -6" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -12768]" + } +} +entity +{ + "id" "106653" + "classname" "prop_static" + "angles" "-90 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "636 -5645 -6" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -12268]" + } +} +entity +{ + "id" "106657" + "classname" "prop_static" + "angles" "-90 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "500 -5645 -6" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -11768]" + } +} +entity +{ + "id" "106661" + "classname" "prop_static" + "angles" "-90 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "500 -5509 -6" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -11268]" + } +} +entity +{ + "id" "110316" + "classname" "prop_physics" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/tv_monitor01.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "monitor_shell" + "origin" "3491 -5201 3" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -10268]" + } +} +entity +{ + "id" "110360" + "classname" "func_monitor" + "disablereceiveshadows" "0" + "disableshadows" "0" + "InputFilter" "0" + "origin" "3485.5 -5199.5 3" + "parentname" "monitor_shell" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "target" "cam1" + "targetname" "monitor_screen" + solid + { + "id" "110355" + side + { + "id" "9549" + "plane" "(3485 -5191 10) (3486 -5191 10) (3486 -5208 10)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -56] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9550" + "plane" "(3485 -5208 -4) (3486 -5208 -4) (3486 -5191 -4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -56] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9551" + "plane" "(3485 -5191 10) (3485 -5208 10) (3485 -5208 -4)" + "material" "DEV/DEV_TVMONITOR1A" + "uaxis" "[0 1 0 90.1328] 0.0664063" + "vaxis" "[0 0 -1 182.857] 0.0546875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9552" + "plane" "(3486 -5191 -4) (3486 -5208 -4) (3486 -5208 10)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9553" + "plane" "(3486 -5191 10) (3485 -5191 10) (3485 -5191 -4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -56] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9554" + "plane" "(3486 -5208 -4) (3485 -5208 -4) (3485 -5208 10)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -56] 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" "[2000 -9768]" + } +} +entity +{ + "id" "110376" + "classname" "func_monitor" + "disablereceiveshadows" "0" + "disableshadows" "0" + "InputFilter" "0" + "origin" "3545.22 -5280.7 3" + "parentname" "monitor_shell2" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "2" + "StartDisabled" "0" + "target" "cam1" + "targetname" "monitor_screen2" + solid + { + "id" "110377" + side + { + "id" "9555" + "plane" "(3544.72 -5272.2 10) (3545.72 -5272.2 10) (3545.72 -5289.2 10)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -38.875] 0.25" + "vaxis" "[0 -1 0 -12.8477] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9556" + "plane" "(3544.72 -5289.2 -4) (3545.72 -5289.2 -4) (3545.72 -5272.2 -4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -38.875] 0.25" + "vaxis" "[0 -1 0 -12.8477] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9557" + "plane" "(3544.72 -5272.2 10) (3544.72 -5289.2 10) (3544.72 -5289.2 -4)" + "material" "DEV/DEV_TVMONITOR1A" + "uaxis" "[0 1 0 33.0859] 0.0664063" + "vaxis" "[0 0 -1 182.857] 0.0546875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9558" + "plane" "(3545.72 -5272.2 -4) (3545.72 -5289.2 -4) (3545.72 -5289.2 10)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 12.8477] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9559" + "plane" "(3545.72 -5272.2 10) (3544.72 -5272.2 10) (3544.72 -5272.2 -4)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -38.875] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9560" + "plane" "(3545.72 -5289.2 -4) (3544.72 -5289.2 -4) (3544.72 -5289.2 10)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -38.875] 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" "[2000 -9268]" + } +} +entity +{ + "id" "110379" + "classname" "prop_physics" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/tv_monitor01.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "monitor_shell2" + "origin" "3550.72 -5282.2 3" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -8768]" + } +} +entity +{ + "id" "133687" + "classname" "prop_vehicle_crane" + "actionScale" "1" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "magnetname" "magnet" + "model" "models/Cranes/crane_docks.mdl" + "origin" "3423 -6736 378" + "solid" "6" + "vehiclescript" "scripts/vehicles/crane.txt" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -8268]" + } +} +entity +{ + "id" "133741" + "classname" "phys_magnet" + "angles" "0 0 0" + "massScale" "600" + "model" "models/props_wasteland/cranemagnet01a.mdl" + "modelscale" "1.0" + "spawnflags" "0" + "targetname" "magnet" + "origin" "2760 -6704 592" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -7768]" + } +} +entity +{ + "id" "133758" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_c17/metalladder002.mdl" + "solid" "6" + "origin" "3404 -6568 -8" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -7268]" + } +} +entity +{ + "id" "133789" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_c17/metalladder002.mdl" + "solid" "6" + "origin" "3404 -6568 116" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -6768]" + } +} +entity +{ + "id" "133805" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_c17/metalladder002b.mdl" + "solid" "6" + "origin" "3404 -6568 244" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -6268]" + } +} +entity +{ + "id" "133878" + "classname" "prop_physics" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/cargo_container01b.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "origin" "3520 -7600 47" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -5768]" + } +} +entity +{ + "id" "133913" + "classname" "prop_physics" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/cargo_container01b.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "origin" "3520 -7600 178" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -5268]" + } +} +entity +{ + "id" "137394" + "classname" "trigger_teleport" + "origin" "3470.5 -6377.73 43.53" + "spawnflags" "15" + "StartDisabled" "0" + "target" "Tele2" + "targetname" "Tele1" + connections + { + "OnStartTouch" "TelesoundPlaySound0-1" + } + solid + { + "id" "137392" + side + { + "id" "11297" + "plane" "(3452 -6346.73 86.0333) (3489 -6346.73 86.0333) (3489 -6408.73 86.0333)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -63.9843] 0.25" + "vaxis" "[0 -1 0 -26.9277] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11298" + "plane" "(3452 -6408.73 1.03327) (3489 -6408.73 1.03327) (3489 -6346.73 1.03327)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -63.9843] 0.25" + "vaxis" "[0 -1 0 -26.9277] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11299" + "plane" "(3452 -6346.73 86.0333) (3452 -6408.73 86.0333) (3452 -6408.73 1.03327)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 26.9277] 0.25" + "vaxis" "[0 0 -1 18.399] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11300" + "plane" "(3489 -6346.73 1.03327) (3489 -6408.73 1.03327) (3489 -6408.73 86.0333)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 26.9277] 0.25" + "vaxis" "[0 0 -1 18.399] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11301" + "plane" "(3489 -6346.73 86.0333) (3452 -6346.73 86.0333) (3452 -6346.73 1.03327)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -63.9843] 0.25" + "vaxis" "[0 0 -1 18.399] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11302" + "plane" "(3489 -6408.73 1.03327) (3452 -6408.73 1.03327) (3452 -6408.73 86.0333)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -63.9843] 0.25" + "vaxis" "[0 0 -1 18.399] 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" "[2000 -4768]" + } +} +entity +{ + "id" "139180" + "classname" "info_teleport_destination" + "angles" "0 181.5 0" + "targetname" "Tele2" + "origin" "2214 -7888 11736" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -4268]" + } +} +entity +{ + "id" "139195" + "classname" "ambient_generic" + "health" "10" + "message" "ambient/levels/labs/electric_explosion5.wav" + "pitch" "100" + "pitchstart" "100" + "radius" "1250" + "spawnflags" "49" + "targetname" "Telesound" + "origin" "3475.64 -6367.37 112" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -3768]" + } +} +entity +{ + "id" "139223" + "classname" "trigger_teleport" + "origin" "2359.84 -7886.85 11754.9" + "spawnflags" "1" + "StartDisabled" "0" + "target" "Tele4" + "targetname" "Tele3" + connections + { + "OnStartTouch" "TelesoundPlaySound0-1" + } + solid + { + "id" "139224" + side + { + "id" "11481" + "plane" "(2317.84 -7854.85 11797.4) (2401.84 -7854.85 11797.4) (2401.84 -7918.85 11797.4)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -7.36914] 0.25" + "vaxis" "[0 -1 0 4.60352] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11482" + "plane" "(2317.84 -7918.85 11712.4) (2401.84 -7918.85 11712.4) (2401.84 -7854.85 11712.4)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -7.36914] 0.25" + "vaxis" "[0 -1 0 4.60352] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11483" + "plane" "(2317.84 -7854.85 11797.4) (2317.84 -7918.85 11797.4) (2317.84 -7918.85 11712.4)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 -4.60352] 0.25" + "vaxis" "[0 0 -1 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11484" + "plane" "(2401.84 -7854.85 11712.4) (2401.84 -7918.85 11712.4) (2401.84 -7918.85 11797.4)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 -4.60352] 0.25" + "vaxis" "[0 0 -1 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11485" + "plane" "(2401.84 -7854.85 11797.4) (2317.84 -7854.85 11797.4) (2317.84 -7854.85 11712.4)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -7.36914] 0.25" + "vaxis" "[0 0 -1 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11486" + "plane" "(2401.84 -7918.85 11712.4) (2317.84 -7918.85 11712.4) (2317.84 -7918.85 11797.4)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -7.36914] 0.25" + "vaxis" "[0 0 -1 -48] 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" "[2000 -3268]" + } +} +entity +{ + "id" "139232" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "2359.46 -7886.85 11710" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -2768]" + } +} +entity +{ + "id" "104322" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3221.15 -5368 10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "PodspawnForceSpawn0-1" + } + solid + { + "id" "104323" + side + { + "id" "8131" + "plane" "(3227.15 -5374 -18) (3227.15 -5362 -18) (3215.15 -5362 -18)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 475.745] 0.0234375" + "vaxis" "[0 1 0 426.583] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8132" + "plane" "(3227.15 -5362 -18) (3227.15 -5374 -18) (3227.15 -5374 26)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -426.583] 0.0234375" + "vaxis" "[0 0 -1 347.429] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8133" + "plane" "(3215.15 -5374 -18) (3215.15 -5362 -18) (3215.15 -5362 38)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 -1 0 -426.583] 0.0234375" + "vaxis" "[0 0 -1 347.429] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8134" + "plane" "(3227.15 -5374 -18) (3215.15 -5374 -18) (3215.15 -5374 26)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 475.745] 0.0234375" + "vaxis" "[0 0 -1 302.545] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8135" + "plane" "(3215.15 -5362 -18) (3227.15 -5362 -18) (3227.15 -5362 38)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 475.745] 0.0234375" + "vaxis" "[0 0 -1 347.429] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8136" + "plane" "(3215.15 -5374 26) (3215.15 -5362 38) (3227.15 -5362 38)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[-1 0 0 29.7341] 0.375" + "vaxis" "[0 1 0 53.323] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "104321" + side + { + "id" "8125" + "plane" "(3213 -5360 -8) (3230 -5360 -8) (3230 -5377 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8126" + "plane" "(3213 -5377 -18) (3230 -5377 -18) (3230 -5360 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8127" + "plane" "(3213 -5360 -8) (3213 -5377 -8) (3213 -5377 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8128" + "plane" "(3230 -5360 -18) (3230 -5377 -18) (3230 -5377 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8129" + "plane" "(3230 -5360 -8) (3213 -5360 -8) (3213 -5360 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8130" + "plane" "(3230 -5377 -18) (3213 -5377 -18) (3213 -5377 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -16] 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" "[2000 -2268]" + } +} +entity +{ + "id" "144671" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Podspawn" + "Template01" "Pod1" + "origin" "3236 -5346 28" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -768]" + } +} +entity +{ + "id" "145878" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3152 -5336 -5.27306" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 0]" + } +} +entity +{ + "id" "146064" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3650.46 -7771.85 -13.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 500]" + } +} +entity +{ + "id" "146068" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/barricade001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "SEOb1" + "origin" "3655 -7777 14" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 1000]" + } +} +entity +{ + "id" "146072" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3622.46 -7828.95 6.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "SESparkSparkOnce0-1" + "OnPressed" "SEObspwn1ForceSpawn0-1" + } + solid + { + "id" "146073" + side + { + "id" "11835" + "plane" "(3616.46 -7834.85 -21.2731) (3628.46 -7834.85 -21.2731) (3628.46 -7822.85 -21.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -47.1147] 0.0234375" + "vaxis" "[1 0 0 -190.677] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11836" + "plane" "(3628.46 -7834.85 -21.2731) (3616.46 -7834.85 -21.2731) (3616.46 -7834.85 22.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 190.677] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11837" + "plane" "(3616.46 -7822.85 -21.2731) (3628.46 -7822.85 -21.2731) (3628.46 -7822.85 34.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 190.677] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11838" + "plane" "(3616.46 -7834.85 -21.2731) (3616.46 -7822.85 -21.2731) (3616.46 -7822.85 22.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -47.1147] 0.0234375" + "vaxis" "[0 0 -1 264.458] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11839" + "plane" "(3628.46 -7822.85 -21.2731) (3628.46 -7834.85 -21.2731) (3628.46 -7834.85 34.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -47.1147] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11840" + "plane" "(3616.46 -7822.85 22.7269) (3628.46 -7822.85 34.7269) (3628.46 -7834.85 34.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 -2.94467] 0.375" + "vaxis" "[1 0 0 -23.8346] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146534" + side + { + "id" "12087" + "plane" "(3613.84 -7821 -12) (3630.84 -7821 -12) (3630.84 -7838 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -83.3691] 0.25" + "vaxis" "[0 -1 0 -420] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12088" + "plane" "(3613.84 -7838 -18) (3630.84 -7838 -18) (3630.84 -7821 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -83.3691] 0.25" + "vaxis" "[0 -1 0 -420] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12089" + "plane" "(3613.84 -7821 -12) (3613.84 -7838 -12) (3613.84 -7838 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 420] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12090" + "plane" "(3630.84 -7821 -18) (3630.84 -7838 -18) (3630.84 -7838 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 420] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12091" + "plane" "(3630.84 -7821 -12) (3613.84 -7821 -12) (3613.84 -7821 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -83.3691] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12092" + "plane" "(3630.84 -7838 -18) (3613.84 -7838 -18) (3613.84 -7838 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -83.3691] 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" "[2500 1500]" + } +} +entity +{ + "id" "146075" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3622.46 -7828.85 28.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 2000]" + } +} +entity +{ + "id" "146077" + "classname" "point_template" + "spawnflags" "2" + "targetname" "SEObspwn1" + "Template01" "SEOb1" + "origin" "3666.46 -7807.85 54.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 2500]" + } +} +entity +{ + "id" "146079" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SESpark" + "TrailLength" "2" + "origin" "3635.84 -7777 20" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 3000]" + } +} +entity +{ + "id" "146142" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3624.46 -7980.95 6.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "SESpark2SparkOnce0-1" + "OnPressed" "SEObspwn2ForceSpawn0-1" + } + solid + { + "id" "146143" + side + { + "id" "11841" + "plane" "(3618.46 -7986.85 -21.2731) (3630.46 -7986.85 -21.2731) (3630.46 -7974.85 -21.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -217.782] 0.0234375" + "vaxis" "[1 0 0 -276.011] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11842" + "plane" "(3630.46 -7986.85 -21.2731) (3618.46 -7986.85 -21.2731) (3618.46 -7986.85 22.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 276.011] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11843" + "plane" "(3618.46 -7974.85 -21.2731) (3630.46 -7974.85 -21.2731) (3630.46 -7974.85 34.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 276.011] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11844" + "plane" "(3618.46 -7986.85 -21.2731) (3618.46 -7974.85 -21.2731) (3618.46 -7974.85 22.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -217.782] 0.0234375" + "vaxis" "[0 0 -1 264.458] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11845" + "plane" "(3630.46 -7974.85 -21.2731) (3630.46 -7986.85 -21.2731) (3630.46 -7986.85 34.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -217.782] 0.0234375" + "vaxis" "[0 0 -1 317.503] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11846" + "plane" "(3618.46 -7974.85 22.7269) (3630.46 -7974.85 34.7269) (3630.46 -7986.85 34.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 -13.6114] 0.375" + "vaxis" "[1 0 0 -34.5013] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146539" + side + { + "id" "12093" + "plane" "(3615.84 -7973 -12) (3632.84 -7973 -12) (3632.84 -7990 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -91.3691] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12094" + "plane" "(3615.84 -7990 -18) (3632.84 -7990 -18) (3632.84 -7973 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -91.3691] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12095" + "plane" "(3615.84 -7973 -12) (3615.84 -7990 -12) (3615.84 -7990 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 4] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12096" + "plane" "(3632.84 -7973 -18) (3632.84 -7990 -18) (3632.84 -7990 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 4] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12097" + "plane" "(3632.84 -7973 -12) (3615.84 -7973 -12) (3615.84 -7973 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -91.3691] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12098" + "plane" "(3632.84 -7990 -18) (3615.84 -7990 -18) (3615.84 -7990 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -91.3691] 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" "[2500 3500]" + } +} +entity +{ + "id" "146145" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3624.46 -7980.85 28.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 4000]" + } +} +entity +{ + "id" "146147" + "classname" "point_template" + "spawnflags" "2" + "targetname" "SEObspwn2" + "Template01" "SEOb2" + "origin" "3668.46 -7959.85 54.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 4500]" + } +} +entity +{ + "id" "146149" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SESpark2" + "TrailLength" "2" + "origin" "3648.77 -7922.22 20" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 5000]" + } +} +entity +{ + "id" "146151" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/canister_propane01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "SEOb2" + "origin" "3647.93 -7922.22 -11" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 5500]" + } +} +entity +{ + "id" "146155" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3652.46 -7923.85 -13.2731" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 6000]" + } +} +entity +{ + "id" "146204" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3620.46 -8151.1 12.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "SESpark3SparkOnce0-1" + "OnPressed" "SEObspwn3ForceSpawn0-1" + } + solid + { + "id" "146205" + side + { + "id" "11847" + "plane" "(3614.46 -8157 -15.2731) (3626.46 -8157 -15.2731) (3626.46 -8145 -15.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -126.052] 0.0234375" + "vaxis" "[1 0 0 -105.344] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11848" + "plane" "(3626.46 -8157 -15.2731) (3614.46 -8157 -15.2731) (3614.46 -8157 28.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 105.344] 0.0234375" + "vaxis" "[0 0 -1 372.361] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11849" + "plane" "(3614.46 -8145 -15.2731) (3626.46 -8145 -15.2731) (3626.46 -8145 40.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 105.344] 0.0234375" + "vaxis" "[0 0 -1 372.361] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11850" + "plane" "(3614.46 -8157 -15.2731) (3614.46 -8145 -15.2731) (3614.46 -8145 28.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -126.052] 0.0234375" + "vaxis" "[0 0 -1 334.277] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11851" + "plane" "(3626.46 -8145 -15.2731) (3626.46 -8157 -15.2731) (3626.46 -8157 40.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -126.052] 0.0234375" + "vaxis" "[0 0 -1 372.361] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11852" + "plane" "(3614.46 -8145 28.7269) (3626.46 -8145 40.7269) (3626.46 -8157 40.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 -7.87827] 0.375" + "vaxis" "[1 0 0 -13.1679] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "146542" + side + { + "id" "12099" + "plane" "(3611.84 -8143 -12) (3628.84 -8143 -12) (3628.84 -8160 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -75.3691] 0.25" + "vaxis" "[0 -1 0 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12100" + "plane" "(3611.84 -8160 -18) (3628.84 -8160 -18) (3628.84 -8143 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -75.3691] 0.25" + "vaxis" "[0 -1 0 -172] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12101" + "plane" "(3611.84 -8143 -12) (3611.84 -8160 -12) (3611.84 -8160 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12102" + "plane" "(3628.84 -8143 -18) (3628.84 -8160 -18) (3628.84 -8160 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12103" + "plane" "(3628.84 -8143 -12) (3611.84 -8143 -12) (3611.84 -8143 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -75.3691] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12104" + "plane" "(3628.84 -8160 -18) (3611.84 -8160 -18) (3611.84 -8160 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -75.3691] 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" "[2500 6500]" + } +} +entity +{ + "id" "146207" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3620.46 -8151 34.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 7000]" + } +} +entity +{ + "id" "146209" + "classname" "point_template" + "spawnflags" "2" + "targetname" "SEObspwn3" + "Template01" "SEOb3" + "origin" "3664.46 -8130 60.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 7500]" + } +} +entity +{ + "id" "146211" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "SESpark3" + "TrailLength" "2" + "origin" "3633.84 -8099.15 26" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 8000]" + } +} +entity +{ + "id" "146213" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/FurnitureBathtub001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "SEOb3" + "origin" "3637.84 -8099 19" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 8500]" + } +} +entity +{ + "id" "146217" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3648.46 -8094 -7.27306" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 9000]" + } +} +entity +{ + "id" "146342" + "classname" "prop_vehicle_prisoner_pod" + "actionScale" "1" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/vehicles/prisoner_pod.mdl" + "origin" "3154 -5344 10" + "solid" "6" + "targetname" "Pod1" + "vehiclescript" "scripts/vehicles/prisoner_pod.txt" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 9500]" + } +} +entity +{ + "id" "155604" + "classname" "func_physbox" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disablereceiveshadows" "0" + "disableshadows" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "forcetoenablemotion" "0" + "gibdir" "0 0 0" + "health" "0" + "massScale" "0" + "material" "0" + "nodamageforces" "0" + "notsolid" "0" + "origin" "3521 -5236 46" + "PerformanceMode" "0" + "preferredcarryangles" "0 0 0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "spawnflags" "524288" + "spawnobject" "0" + "targetname" "camb" + solid + { + "id" "155601" + side + { + "id" "12111" + "plane" "(3510 -5234 48) (3513 -5234 48) (3513 -5238 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12112" + "plane" "(3510 -5238 44) (3513 -5238 44) (3513 -5234 44)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12113" + "plane" "(3510 -5234 48) (3510 -5238 48) (3510 -5238 44)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12114" + "plane" "(3513 -5234 44) (3513 -5238 44) (3513 -5238 48)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12115" + "plane" "(3513 -5234 48) (3510 -5234 48) (3510 -5234 44)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12116" + "plane" "(3513 -5238 44) (3510 -5238 44) (3510 -5238 48)" + "material" "METAL/CITADEL_METALWALL077A" + "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" + } + } + solid + { + "id" "155600" + side + { + "id" "12105" + "plane" "(3513 -5231 51) (3532 -5231 51) (3532 -5241 51)" + "material" "METAL/METALHULL010B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12106" + "plane" "(3513 -5241 41) (3532 -5241 41) (3532 -5231 41)" + "material" "METAL/METALHULL010B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12107" + "plane" "(3513 -5231 51) (3513 -5241 51) (3513 -5241 41)" + "material" "METAL/METALHULL010B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12108" + "plane" "(3532 -5231 41) (3532 -5241 41) (3532 -5241 51)" + "material" "METAL/METALHULL010B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12109" + "plane" "(3532 -5231 51) (3513 -5231 51) (3513 -5231 41)" + "material" "METAL/METALHULL010B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12110" + "plane" "(3532 -5241 41) (3513 -5241 41) (3513 -5241 51)" + "material" "METAL/METALHULL010B" + "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" "[2500 10000]" + } +} +entity +{ + "id" "155660" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3648.62 -8238.85 -7.27306" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 10500]" + } +} +entity +{ + "id" "155664" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark1" + "TrailLength" "2" + "origin" "3634 -8244 26" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 11000]" + } +} +entity +{ + "id" "155666" + "classname" "prop_physics" + "angles" "1.5 179.987 -90.5002" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/kitchen_counter001d.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob1" + "origin" "3630 -8239 80" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 11500]" + } +} +entity +{ + "id" "155670" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3620.62 -8295.95 12.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark1SparkOnce0-1" + "OnPressed" "GRSpawn1ForceSpawn0-1" + } + solid + { + "id" "155671" + side + { + "id" "12117" + "plane" "(3614.62 -8301.85 -15.2731) (3626.62 -8301.85 -15.2731) (3626.62 -8289.85 -15.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 422.156] 0.0234375" + "vaxis" "[1 0 0 399.875] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12118" + "plane" "(3626.62 -8301.85 -15.2731) (3614.62 -8301.85 -15.2731) (3614.62 -8301.85 28.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -399.875] 0.0234375" + "vaxis" "[0 0 -1 372.361] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12119" + "plane" "(3614.62 -8289.85 -15.2731) (3626.62 -8289.85 -15.2731) (3626.62 -8289.85 40.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -399.875] 0.0234375" + "vaxis" "[0 0 -1 372.361] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12120" + "plane" "(3614.62 -8301.85 -15.2731) (3614.62 -8289.85 -15.2731) (3614.62 -8289.85 28.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 422.156] 0.0234375" + "vaxis" "[0 0 -1 334.277] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12121" + "plane" "(3626.62 -8289.85 -15.2731) (3626.62 -8301.85 -15.2731) (3626.62 -8301.85 40.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 422.156] 0.0234375" + "vaxis" "[0 0 -1 372.361] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12122" + "plane" "(3614.62 -8289.85 28.7269) (3626.62 -8289.85 40.7269) (3626.62 -8301.85 40.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 26.3848] 0.375" + "vaxis" "[1 0 0 49.9844] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "155675" + side + { + "id" "12123" + "plane" "(3612 -8287.85 -12) (3629 -8287.85 -12) (3629 -8304.85 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -76.0049] 0.25" + "vaxis" "[0 -1 0 -239.395] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12124" + "plane" "(3612 -8304.85 -18) (3629 -8304.85 -18) (3629 -8287.85 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -76.0049] 0.25" + "vaxis" "[0 -1 0 -239.395] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12125" + "plane" "(3612 -8287.85 -12) (3612 -8304.85 -12) (3612 -8304.85 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 239.395] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12126" + "plane" "(3629 -8287.85 -18) (3629 -8304.85 -18) (3629 -8304.85 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 239.395] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12127" + "plane" "(3629 -8287.85 -12) (3612 -8287.85 -12) (3612 -8287.85 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -76.0049] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12128" + "plane" "(3629 -8304.85 -18) (3612 -8304.85 -18) (3612 -8304.85 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -76.0049] 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" "[2500 12000]" + } +} +entity +{ + "id" "155673" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3620.62 -8295.85 34.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 12500]" + } +} +entity +{ + "id" "155676" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn1" + "Template01" "GRob1" + "origin" "3664.62 -8274.85 60.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 13000]" + } +} +entity +{ + "id" "155776" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3618.62 -8430.95 11.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark2SparkOnce0-1" + "OnPressed" "GRSpawn2ForceSpawn0-1" + } + solid + { + "id" "155777" + side + { + "id" "12129" + "plane" "(3612.62 -8436.85 -16.2731) (3624.62 -8436.85 -16.2731) (3624.62 -8424.85 -16.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 38.1146] 0.0234375" + "vaxis" "[1 0 0 485.208] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12130" + "plane" "(3624.62 -8436.85 -16.2731) (3612.62 -8436.85 -16.2731) (3612.62 -8436.85 27.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -485.208] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12131" + "plane" "(3612.62 -8424.85 -16.2731) (3624.62 -8424.85 -16.2731) (3624.62 -8424.85 39.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -485.208] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12132" + "plane" "(3612.62 -8436.85 -16.2731) (3612.62 -8424.85 -16.2731) (3612.62 -8424.85 27.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 38.1146] 0.0234375" + "vaxis" "[0 0 -1 322.641] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12133" + "plane" "(3624.62 -8424.85 -16.2731) (3624.62 -8436.85 -16.2731) (3624.62 -8436.85 39.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 38.1146] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12134" + "plane" "(3612.62 -8424.85 27.7269) (3624.62 -8424.85 39.7269) (3624.62 -8436.85 39.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 2.38216] 0.375" + "vaxis" "[1 0 0 60.651] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "155779" + side + { + "id" "12135" + "plane" "(3610 -8422.85 -13) (3627 -8422.85 -13) (3627 -8439.85 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -68.0049] 0.25" + "vaxis" "[0 -1 0 -267.391] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12136" + "plane" "(3610 -8439.85 -19) (3627 -8439.85 -19) (3627 -8422.85 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -68.0049] 0.25" + "vaxis" "[0 -1 0 -267.391] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12137" + "plane" "(3610 -8422.85 -13) (3610 -8439.85 -13) (3610 -8439.85 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 267.391] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12138" + "plane" "(3627 -8422.85 -19) (3627 -8439.85 -19) (3627 -8439.85 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 267.391] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12139" + "plane" "(3627 -8422.85 -13) (3610 -8422.85 -13) (3610 -8422.85 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -68.0049] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12140" + "plane" "(3627 -8439.85 -19) (3610 -8439.85 -19) (3610 -8439.85 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -68.0049] 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" "[2500 13500]" + } +} +entity +{ + "id" "155780" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3618.62 -8430.85 33.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 14000]" + } +} +entity +{ + "id" "155782" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark2" + "TrailLength" "2" + "origin" "3632 -8379 25" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 14500]" + } +} +entity +{ + "id" "155784" + "classname" "prop_physics" + "angles" "1.5 179.987 -90.5002" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/controlroom_desk001b.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob2" + "origin" "3628 -8374 79" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 15000]" + } +} +entity +{ + "id" "155788" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn2" + "Template01" "GRob2" + "origin" "3662.62 -8409.85 59.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 15500]" + } +} +entity +{ + "id" "155790" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3646.62 -8373.85 -8.27306" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 16000]" + } +} +entity +{ + "id" "155848" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3630.62 -8548.1 11.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark3SparkOnce0-1" + "OnPressed" "GRSpawn3ForceSpawn0-1" + } + solid + { + "id" "155849" + side + { + "id" "12141" + "plane" "(3624.62 -8554 -16.2731) (3636.62 -8554 -16.2731) (3636.62 -8542 -16.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -83.4277] 0.0234375" + "vaxis" "[1 0 0 -26.7395] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12142" + "plane" "(3636.62 -8554 -16.2731) (3624.62 -8554 -16.2731) (3624.62 -8554 27.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 26.7395] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12143" + "plane" "(3624.62 -8542 -16.2731) (3636.62 -8542 -16.2731) (3636.62 -8542 39.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 26.7395] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12144" + "plane" "(3624.62 -8554 -16.2731) (3624.62 -8542 -16.2731) (3624.62 -8542 27.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -83.4277] 0.0234375" + "vaxis" "[0 0 -1 322.641] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12145" + "plane" "(3636.62 -8542 -16.2731) (3636.62 -8554 -16.2731) (3636.62 -8554 39.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -83.4277] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12146" + "plane" "(3624.62 -8542 27.7269) (3636.62 -8542 39.7269) (3636.62 -8554 39.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 -5.21423] 0.375" + "vaxis" "[1 0 0 -3.34244] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "155851" + side + { + "id" "12147" + "plane" "(3622 -8540 -13) (3639 -8540 -13) (3639 -8557 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116] 0.25" + "vaxis" "[0 -1 0 -223.996] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12148" + "plane" "(3622 -8557 -19) (3639 -8557 -19) (3639 -8540 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116] 0.25" + "vaxis" "[0 -1 0 -223.996] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12149" + "plane" "(3622 -8540 -13) (3622 -8557 -13) (3622 -8557 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 223.996] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12150" + "plane" "(3639 -8540 -19) (3639 -8557 -19) (3639 -8557 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 223.996] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12151" + "plane" "(3639 -8540 -13) (3622 -8540 -13) (3622 -8540 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12152" + "plane" "(3639 -8557 -19) (3622 -8557 -19) (3622 -8557 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116] 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" "[2500 -16268]" + } +} +entity +{ + "id" "155852" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3630.62 -8548 33.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -15768]" + } +} +entity +{ + "id" "155854" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark3" + "TrailLength" "2" + "origin" "3631 -8511 25" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -15268]" + } +} +entity +{ + "id" "155856" + "classname" "prop_physics" + "angles" "1.5 179.987 -90.5002" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/prison_heater002a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob3" + "origin" "3634 -8506 18" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -14768]" + } +} +entity +{ + "id" "155860" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn3" + "Template01" "GRob3" + "origin" "3661.62 -8541.85 59.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -14268]" + } +} +entity +{ + "id" "155862" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_mortar01b.mdl" + "solid" "6" + "origin" "3646 -8505.85 -18" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -13768]" + } +} +entity +{ + "id" "156007" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3630.71 -8641.81 11.73" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark4SparkOnce0-1" + "OnPressed" "GRSpawn4ForceSpawn0-1" + } + solid + { + "id" "156008" + side + { + "id" "12159" + "plane" "(3624.72 -8647.71 -16.2731) (3636.72 -8647.71 -16.2731) (3636.72 -8635.71 -16.2731)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 330.906] 0.0234375" + "vaxis" "[1 0 0 -30.8228] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12160" + "plane" "(3636.72 -8647.71 -16.2731) (3624.72 -8647.71 -16.2731) (3624.72 -8647.71 27.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 30.8228] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12161" + "plane" "(3624.72 -8635.71 -16.2731) (3636.72 -8635.71 -16.2731) (3636.72 -8635.71 39.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 30.8228] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12162" + "plane" "(3624.72 -8647.71 -16.2731) (3624.72 -8635.71 -16.2731) (3624.72 -8635.71 27.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 330.906] 0.0234375" + "vaxis" "[0 0 -1 322.641] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12163" + "plane" "(3636.72 -8635.71 -16.2731) (3636.72 -8647.71 -16.2731) (3636.72 -8647.71 39.7269)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 330.906] 0.0234375" + "vaxis" "[0 0 -1 363.218] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12164" + "plane" "(3624.72 -8635.71 27.7269) (3636.72 -8635.71 39.7269) (3636.72 -8647.71 39.7269)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 20.6816] 0.375" + "vaxis" "[1 0 0 -3.85285] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "156006" + side + { + "id" "12153" + "plane" "(3622.1 -8633.71 -13) (3639.1 -8633.71 -13) (3639.1 -8650.71 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116.383] 0.25" + "vaxis" "[0 -1 0 -86.8398] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12154" + "plane" "(3622.1 -8650.71 -19) (3639.1 -8650.71 -19) (3639.1 -8633.71 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116.383] 0.25" + "vaxis" "[0 -1 0 -86.8398] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12155" + "plane" "(3622.1 -8633.71 -13) (3622.1 -8650.71 -13) (3622.1 -8650.71 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 86.8398] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12156" + "plane" "(3639.1 -8633.71 -19) (3639.1 -8650.71 -19) (3639.1 -8650.71 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 86.8398] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12157" + "plane" "(3639.1 -8633.71 -13) (3622.1 -8633.71 -13) (3622.1 -8633.71 -19)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116.383] 0.25" + "vaxis" "[0 0 -1 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12158" + "plane" "(3639.1 -8650.71 -19) (3622.1 -8650.71 -19) (3622.1 -8650.71 -13)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116.383] 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" "[2500 -13268]" + } +} +entity +{ + "id" "156010" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3630.72 -8641.71 33.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -12768]" + } +} +entity +{ + "id" "156012" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_mortar01b.mdl" + "solid" "6" + "origin" "3646.1 -8599.56 -18" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -12268]" + } +} +entity +{ + "id" "156016" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/metal_paintcan001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob4" + "origin" "3634 -8599.71 11" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -11768]" + } +} +entity +{ + "id" "156020" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark4" + "TrailLength" "2" + "origin" "3634 -8600 9" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -11268]" + } +} +entity +{ + "id" "156022" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn4" + "Template01" "GRob4" + "origin" "3661.72 -8635.56 59.7269" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -10768]" + } +} +entity +{ + "id" "156121" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3630.71 -8734.81 12.01" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark5SparkOnce0-1" + "OnPressed" "GRSpawn5ForceSpawn0-1" + } + solid + { + "id" "156122" + side + { + "id" "12171" + "plane" "(3624.72 -8740.71 -15.9918) (3636.72 -8740.71 -15.9918) (3636.72 -8728.71 -15.9918)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 202.906] 0.0234375" + "vaxis" "[1 0 0 -30.8228] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12172" + "plane" "(3636.72 -8740.71 -15.9918) (3624.72 -8740.71 -15.9918) (3624.72 -8740.71 28.0082)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 30.8228] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12173" + "plane" "(3624.72 -8728.71 -15.9918) (3636.72 -8728.71 -15.9918) (3636.72 -8728.71 40.0081)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 30.8228] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12174" + "plane" "(3624.72 -8740.71 -15.9918) (3624.72 -8728.71 -15.9918) (3624.72 -8728.71 28.0082)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 202.906] 0.0234375" + "vaxis" "[0 0 -1 325.913] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12175" + "plane" "(3636.72 -8728.71 -15.9918) (3636.72 -8740.71 -15.9918) (3636.72 -8740.71 40.0081)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 202.906] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12176" + "plane" "(3624.72 -8728.71 28.0082) (3636.72 -8728.71 40.0081) (3636.72 -8740.71 40.0081)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 12.6816] 0.375" + "vaxis" "[1 0 0 -3.85285] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "156120" + side + { + "id" "12165" + "plane" "(3622.1 -8726.71 -12.7188) (3639.1 -8726.71 -12.7188) (3639.1 -8743.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116.383] 0.25" + "vaxis" "[0 -1 0 -458.84] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12166" + "plane" "(3622.1 -8743.71 -18.7188) (3639.1 -8743.71 -18.7188) (3639.1 -8726.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116.383] 0.25" + "vaxis" "[0 -1 0 -458.84] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12167" + "plane" "(3622.1 -8726.71 -12.7188) (3622.1 -8743.71 -12.7188) (3622.1 -8743.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 458.84] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12168" + "plane" "(3639.1 -8726.71 -18.7188) (3639.1 -8743.71 -18.7188) (3639.1 -8743.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 458.84] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12169" + "plane" "(3639.1 -8726.71 -12.7188) (3622.1 -8726.71 -12.7188) (3622.1 -8726.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116.383] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12170" + "plane" "(3639.1 -8743.71 -18.7188) (3622.1 -8743.71 -18.7188) (3622.1 -8743.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -116.383] 0.25" + "vaxis" "[0 0 -1 -2.875] 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" "[2500 -10268]" + } +} +entity +{ + "id" "156124" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3630.72 -8734.71 34.0081" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -9768]" + } +} +entity +{ + "id" "156126" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_mortar01b.mdl" + "solid" "6" + "origin" "3646.1 -8692.56 -17.7188" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -9268]" + } +} +entity +{ + "id" "156130" + "classname" "prop_physics" + "angles" "90 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_combine/combine_barricade_short01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob5" + "origin" "3632 -8692 8" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -8768]" + } +} +entity +{ + "id" "156134" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark5" + "TrailLength" "2" + "origin" "3631.1 -8697.71 25.2813" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -8268]" + } +} +entity +{ + "id" "156136" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn5" + "Template01" "GRob5" + "origin" "3661.72 -8728.56 60.0081" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -7768]" + } +} +entity +{ + "id" "156241" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3614.72 -8830.81 12.01" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark6SparkOnce0-1" + "OnPressed" "GRSpawn6ForceSpawn0-1" + } + solid + { + "id" "156242" + side + { + "id" "12183" + "plane" "(3608.72 -8836.71 -15.9918) (3620.72 -8836.71 -15.9918) (3620.72 -8824.71 -15.9918)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 202.905] 0.0234375" + "vaxis" "[1 0 0 139.844] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12184" + "plane" "(3620.72 -8836.71 -15.9918) (3608.72 -8836.71 -15.9918) (3608.72 -8836.71 28.0082)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -139.844] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12185" + "plane" "(3608.72 -8824.71 -15.9918) (3620.72 -8824.71 -15.9918) (3620.72 -8824.71 40.0081)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -139.844] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12186" + "plane" "(3608.72 -8836.71 -15.9918) (3608.72 -8824.71 -15.9918) (3608.72 -8824.71 28.0082)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 202.905] 0.0234375" + "vaxis" "[0 0 -1 325.913] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12187" + "plane" "(3620.72 -8824.71 -15.9918) (3620.72 -8836.71 -15.9918) (3620.72 -8836.71 40.0081)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 202.905] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12188" + "plane" "(3608.72 -8824.71 28.0082) (3620.72 -8824.71 40.0081) (3620.72 -8836.71 40.0081)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 12.6816] 0.375" + "vaxis" "[1 0 0 17.4805] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "156240" + side + { + "id" "12177" + "plane" "(3606.1 -8822.71 -12.7188) (3623.1 -8822.71 -12.7188) (3623.1 -8839.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -52.3828] 0.25" + "vaxis" "[0 -1 0 -330.84] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12178" + "plane" "(3606.1 -8839.71 -18.7188) (3623.1 -8839.71 -18.7188) (3623.1 -8822.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -52.3828] 0.25" + "vaxis" "[0 -1 0 -330.84] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12179" + "plane" "(3606.1 -8822.71 -12.7188) (3606.1 -8839.71 -12.7188) (3606.1 -8839.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 330.84] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12180" + "plane" "(3623.1 -8822.71 -18.7188) (3623.1 -8839.71 -18.7188) (3623.1 -8839.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 330.84] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12181" + "plane" "(3623.1 -8822.71 -12.7188) (3606.1 -8822.71 -12.7188) (3606.1 -8822.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -52.3828] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12182" + "plane" "(3623.1 -8839.71 -18.7188) (3606.1 -8839.71 -18.7188) (3606.1 -8839.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -52.3828] 0.25" + "vaxis" "[0 0 -1 -2.875] 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" "[2500 -7268]" + } +} +entity +{ + "id" "156244" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3614.72 -8830.71 34.0081" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -6768]" + } +} +entity +{ + "id" "156246" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_mortar01b.mdl" + "solid" "6" + "origin" "3630.1 -8788.56 -17.7188" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -6268]" + } +} +entity +{ + "id" "156250" + "classname" "prop_physics" + "angles" "1.5 179.987 -90.5002" + "Damagetype" "1" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/harpoon002a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob6" + "origin" "3618.1 -8788.71 18.2813" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -5768]" + } +} +entity +{ + "id" "156254" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark6" + "TrailLength" "2" + "origin" "3615.1 -8793.71 25.2813" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -5268]" + } +} +entity +{ + "id" "156256" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn6" + "Template01" "GRob6" + "origin" "3645.72 -8824.56 60.0081" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -4768]" + } +} +entity +{ + "id" "156339" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3614.72 -8929.81 12.01" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark7SparkOnce0-1" + "OnPressed" "GRSpawn7ForceSpawn0-1" + } + solid + { + "id" "156340" + side + { + "id" "12195" + "plane" "(3608.72 -8935.71 -15.9919) (3620.72 -8935.71 -15.9919) (3620.72 -8923.71 -15.9919)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 330.906] 0.0234375" + "vaxis" "[1 0 0 139.844] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12196" + "plane" "(3620.72 -8935.71 -15.9919) (3608.72 -8935.71 -15.9919) (3608.72 -8935.71 28.0082)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -139.844] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12197" + "plane" "(3608.72 -8923.71 -15.9919) (3620.72 -8923.71 -15.9919) (3620.72 -8923.71 40.0081)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -139.844] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12198" + "plane" "(3608.72 -8935.71 -15.9919) (3608.72 -8923.71 -15.9919) (3608.72 -8923.71 28.0082)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 330.906] 0.0234375" + "vaxis" "[0 0 -1 325.913] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12199" + "plane" "(3620.72 -8923.71 -15.9919) (3620.72 -8935.71 -15.9919) (3620.72 -8935.71 40.0081)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 330.906] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12200" + "plane" "(3608.72 -8923.71 28.0082) (3620.72 -8923.71 40.0081) (3620.72 -8935.71 40.0081)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 20.6816] 0.375" + "vaxis" "[1 0 0 17.4805] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "156338" + side + { + "id" "12189" + "plane" "(3606.1 -8921.71 -12.7188) (3623.1 -8921.71 -12.7188) (3623.1 -8938.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -52.3828] 0.25" + "vaxis" "[0 -1 0 -214.84] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12190" + "plane" "(3606.1 -8938.71 -18.7188) (3623.1 -8938.71 -18.7188) (3623.1 -8921.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -52.3828] 0.25" + "vaxis" "[0 -1 0 -214.84] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12191" + "plane" "(3606.1 -8921.71 -12.7188) (3606.1 -8938.71 -12.7188) (3606.1 -8938.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 214.84] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12192" + "plane" "(3623.1 -8921.71 -18.7188) (3623.1 -8938.71 -18.7188) (3623.1 -8938.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 214.84] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12193" + "plane" "(3623.1 -8921.71 -12.7188) (3606.1 -8921.71 -12.7188) (3606.1 -8921.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -52.3828] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12194" + "plane" "(3623.1 -8938.71 -18.7188) (3606.1 -8938.71 -18.7188) (3606.1 -8938.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -52.3828] 0.25" + "vaxis" "[0 0 -1 -2.875] 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" "[2500 -4268]" + } +} +entity +{ + "id" "156342" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3614.72 -8929.71 34.0081" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -3768]" + } +} +entity +{ + "id" "156344" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_mortar01b.mdl" + "solid" "6" + "origin" "3630.1 -8887.56 -17.7188" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -3268]" + } +} +entity +{ + "id" "156348" + "classname" "prop_physics" + "angles" "-0.0129953 178.5 179.5" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/Wheebarrow01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob7" + "origin" "3606 -8888 18.2813" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -2768]" + } +} +entity +{ + "id" "156352" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark7" + "TrailLength" "2" + "origin" "3615.1 -8892.71 25.2813" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -2268]" + } +} +entity +{ + "id" "156354" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn7" + "Template01" "GRob7" + "origin" "3645.72 -8923.56 60.0081" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -1768]" + } +} +entity +{ + "id" "158855" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_mortar01b.mdl" + "solid" "6" + "origin" "3641.9 -8998.56 -17.7188" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -1268]" + } +} +entity +{ + "id" "158859" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark8" + "TrailLength" "2" + "origin" "3626.9 -9003.71 25.2813" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2500 -768]" + } +} +entity +{ + "id" "158861" + "classname" "prop_physics" + "angles" "0.0260832 181.5 -0.999837" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/FurnitureCouch001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob8" + "origin" "3624 -8990 8" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 0]" + } +} +entity +{ + "id" "158865" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3626.52 -9040.81 12.01" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark8SparkOnce0-1" + "OnPressed" "GRSpawn8ForceSpawn0-1" + } + solid + { + "id" "158866" + side + { + "id" "12201" + "plane" "(3620.52 -9046.71 -15.9919) (3632.52 -9046.71 -15.9919) (3632.52 -9034.71 -15.9919)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 458.906] 0.0234375" + "vaxis" "[1 0 0 -363.802] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12202" + "plane" "(3632.52 -9046.71 -15.9919) (3620.52 -9046.71 -15.9919) (3620.52 -9046.71 28.0082)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 363.802] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12203" + "plane" "(3620.52 -9034.71 -15.9919) (3632.52 -9034.71 -15.9919) (3632.52 -9034.71 40.0081)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 363.802] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12204" + "plane" "(3620.52 -9046.71 -15.9919) (3620.52 -9034.71 -15.9919) (3620.52 -9034.71 28.0082)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 458.906] 0.0234375" + "vaxis" "[0 0 -1 325.913] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12205" + "plane" "(3632.52 -9034.71 -15.9919) (3632.52 -9046.71 -15.9919) (3632.52 -9046.71 40.0081)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 458.906] 0.0234375" + "vaxis" "[0 0 -1 365.79] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12206" + "plane" "(3620.52 -9034.71 28.0082) (3632.52 -9034.71 40.0081) (3632.52 -9046.71 40.0081)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 28.6816] 0.375" + "vaxis" "[1 0 0 -45.4752] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "158868" + side + { + "id" "12207" + "plane" "(3617.9 -9032.71 -12.7188) (3634.9 -9032.71 -12.7188) (3634.9 -9049.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -99.5996] 0.25" + "vaxis" "[0 -1 0 -146.84] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12208" + "plane" "(3617.9 -9049.71 -18.7188) (3634.9 -9049.71 -18.7188) (3634.9 -9032.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -99.5996] 0.25" + "vaxis" "[0 -1 0 -146.84] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12209" + "plane" "(3617.9 -9032.71 -12.7188) (3617.9 -9049.71 -12.7188) (3617.9 -9049.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 146.84] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12210" + "plane" "(3634.9 -9032.71 -18.7188) (3634.9 -9049.71 -18.7188) (3634.9 -9049.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 146.84] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12211" + "plane" "(3634.9 -9032.71 -12.7188) (3617.9 -9032.71 -12.7188) (3617.9 -9032.71 -18.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -99.5996] 0.25" + "vaxis" "[0 0 -1 -2.875] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12212" + "plane" "(3634.9 -9049.71 -18.7188) (3617.9 -9049.71 -18.7188) (3617.9 -9049.71 -12.7188)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -99.5996] 0.25" + "vaxis" "[0 0 -1 -2.875] 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" "[3000 500]" + } +} +entity +{ + "id" "158869" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3626.52 -9040.71 34.0081" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 1000]" + } +} +entity +{ + "id" "158871" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn8" + "Template01" "GRob8" + "origin" "3657.52 -9034.56 60.0081" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 1500]" + } +} +entity +{ + "id" "159161" + "classname" "prop_physics" + "angles" "0.0260832 181.5 -0.999837" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/prison_toilet01.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob9" + "origin" "3406 -9004 15" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 2000]" + } +} +entity +{ + "id" "159165" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark9" + "TrailLength" "2" + "origin" "3406 -9004 14" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 2500]" + } +} +entity +{ + "id" "159167" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_mortar01b.mdl" + "solid" "6" + "origin" "3414.9 -9004.98 -17.7269" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 3000]" + } +} +entity +{ + "id" "159172" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3399.52 -9047.23 12" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark9SparkOnce0-1" + "OnPressed" "GRSpawn9ForceSpawn0-1" + } + solid + { + "id" "159173" + side + { + "id" "12219" + "plane" "(3393.52 -9053.13 -16) (3405.52 -9053.13 -16) (3405.52 -9041.13 -16)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 220.989] 0.0234375" + "vaxis" "[1 0 0 105.531] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12220" + "plane" "(3405.52 -9053.13 -16) (3393.52 -9053.13 -16) (3393.52 -9053.13 28.0001)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -105.531] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12221" + "plane" "(3393.52 -9041.13 -16) (3405.52 -9041.13 -16) (3405.52 -9041.13 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -105.531] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12222" + "plane" "(3393.52 -9053.13 -16) (3393.52 -9041.13 -16) (3393.52 -9041.13 28.0001)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 220.989] 0.0234375" + "vaxis" "[0 0 -1 325.819] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12223" + "plane" "(3405.52 -9041.13 -16) (3405.52 -9053.13 -16) (3405.52 -9053.13 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 220.989] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12224" + "plane" "(3393.52 -9041.13 28.0001) (3405.52 -9041.13 40) (3405.52 -9053.13 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 13.8118] 0.375" + "vaxis" "[1 0 0 13.1914] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "159171" + side + { + "id" "12213" + "plane" "(3390.9 -9039.13 -12.7269) (3407.9 -9039.13 -12.7269) (3407.9 -9056.13 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 296.4] 0.25" + "vaxis" "[0 -1 0 -172.535] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12214" + "plane" "(3390.9 -9056.13 -18.7269) (3407.9 -9056.13 -18.7269) (3407.9 -9039.13 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 296.4] 0.25" + "vaxis" "[0 -1 0 -172.535] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12215" + "plane" "(3390.9 -9039.13 -12.7269) (3390.9 -9056.13 -12.7269) (3390.9 -9056.13 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 172.535] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12216" + "plane" "(3407.9 -9039.13 -18.7269) (3407.9 -9056.13 -18.7269) (3407.9 -9056.13 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 172.535] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12217" + "plane" "(3407.9 -9039.13 -12.7269) (3390.9 -9039.13 -12.7269) (3390.9 -9039.13 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 296.4] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12218" + "plane" "(3407.9 -9056.13 -18.7269) (3390.9 -9056.13 -18.7269) (3390.9 -9056.13 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 296.4] 0.25" + "vaxis" "[0 0 -1 -2.90739] 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" "[3000 3500]" + } +} +entity +{ + "id" "159175" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3399.52 -9047.13 34" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 4000]" + } +} +entity +{ + "id" "159177" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn9" + "Template01" "GRob9" + "origin" "3430.52 -9040.98 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 4500]" + } +} +entity +{ + "id" "159294" + "classname" "env_spark" + "angles" "0 0 0" + "Magnitude" "5" + "spawnflags" "128" + "targetname" "GRSpark10" + "TrailLength" "2" + "origin" "3405 -8892.58 14" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 5000]" + } +} +entity +{ + "id" "159296" + "classname" "prop_physics" + "angles" "0.0260832 181.5 -0.999837" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/TrashDumpster01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "GRob10" + "origin" "3404 -8888 20" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 5500]" + } +} +entity +{ + "id" "159304" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3398.52 -8935.81 12" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "GRSpark10SparkOnce0-1" + "OnPressed" "GRSpawn10ForceSpawn0-1" + } + solid + { + "id" "159305" + side + { + "id" "12225" + "plane" "(3392.52 -8941.71 -16) (3404.52 -8941.71 -16) (3404.52 -8929.71 -16)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -437.094] 0.0234375" + "vaxis" "[1 0 0 148.198] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12226" + "plane" "(3404.52 -8941.71 -16) (3392.52 -8941.71 -16) (3392.52 -8941.71 28.0001)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -148.198] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12227" + "plane" "(3392.52 -8929.71 -16) (3404.52 -8929.71 -16) (3404.52 -8929.71 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -148.198] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12228" + "plane" "(3392.52 -8941.71 -16) (3392.52 -8929.71 -16) (3392.52 -8929.71 28.0001)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -437.094] 0.0234375" + "vaxis" "[0 0 -1 325.819] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12229" + "plane" "(3404.52 -8929.71 -16) (3404.52 -8941.71 -16) (3404.52 -8941.71 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -437.094] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12230" + "plane" "(3392.52 -8929.71 28.0001) (3404.52 -8929.71 40) (3404.52 -8941.71 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 -27.3184] 0.375" + "vaxis" "[1 0 0 18.5247] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "159309" + side + { + "id" "12231" + "plane" "(3389.9 -8927.71 -12.7269) (3406.9 -8927.71 -12.7269) (3406.9 -8944.71 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 300.4] 0.25" + "vaxis" "[0 -1 0 273.16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12232" + "plane" "(3389.9 -8944.71 -18.7269) (3406.9 -8944.71 -18.7269) (3406.9 -8927.71 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 300.4] 0.25" + "vaxis" "[0 -1 0 273.16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12233" + "plane" "(3389.9 -8927.71 -12.7269) (3389.9 -8944.71 -12.7269) (3389.9 -8944.71 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 -273.16] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12234" + "plane" "(3406.9 -8927.71 -18.7269) (3406.9 -8944.71 -18.7269) (3406.9 -8944.71 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 -273.16] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12235" + "plane" "(3406.9 -8927.71 -12.7269) (3389.9 -8927.71 -12.7269) (3389.9 -8927.71 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 300.4] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12236" + "plane" "(3406.9 -8944.71 -18.7269) (3389.9 -8944.71 -18.7269) (3389.9 -8944.71 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 300.4] 0.25" + "vaxis" "[0 0 -1 -2.90739] 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" "[3000 6000]" + } +} +entity +{ + "id" "159307" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3398.52 -8935.71 34" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 6500]" + } +} +entity +{ + "id" "159310" + "classname" "point_template" + "spawnflags" "2" + "targetname" "GRSpawn10" + "Template01" "GRob10" + "origin" "3429.52 -8929.56 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 7000]" + } +} +entity +{ + "id" "159898" + "classname" "func_useableladder" + "origin" "3405 -6540 -9" + "point0" "3405 -6540 -9" + "point1" "3405 -6540 265" + "origin" "3405 -6540 301" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 7500]" + } +} +entity +{ + "id" "159928" + "classname" "info_ladder_dismount" + "origin" "3405 -6595 260" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 8000]" + } +} +entity +{ + "id" "159940" + "classname" "info_ladder_dismount" + "origin" "3441 -6584 260" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 8500]" + } +} +entity +{ + "id" "159950" + "classname" "info_ladder_dismount" + "origin" "3441 -6540 -15" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 9000]" + } +} +entity +{ + "id" "159966" + "classname" "info_ladder_dismount" + "origin" "3405 -6505 -15" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 9500]" + } +} +entity +{ + "id" "159970" + "classname" "info_ladder_dismount" + "origin" "3369 -6540 -15" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 10000]" + } +} +entity +{ + "id" "163480" + "classname" "func_brush" + "disablereceiveshadows" "0" + "disableshadows" "0" + "InputFilter" "0" + "origin" "3442 -5992 -10" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "solidbsp" "0" + "Solidity" "0" + "spawnflags" "0" + "StartDisabled" "0" + "targetname" "laser1" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 10500]" + } +} +entity +{ + "id" "163531" + "classname" "trigger_multiple" + "origin" "720.45 -5663.68 315" + "spawnflags" "3" + "StartDisabled" "0" + "targetname" "gun1_controls" + "wait" "1" + solid + { + "id" "163532" + side + { + "id" "12967" + "plane" "(717.926 -5642.56 349) (741.707 -5663.98 349) (722.971 -5684.78 349)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0.743146 -0.669129 0 -52.5033] 0.25" + "vaxis" "[-0.669129 -0.743146 0 4.53788] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12968" + "plane" "(699.191 -5663.37 281) (722.971 -5684.78 281) (741.707 -5663.98 281)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0.743146 -0.669129 0 -52.5033] 0.25" + "vaxis" "[-0.669129 -0.743146 0 4.53788] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12969" + "plane" "(717.926 -5642.56 349) (699.191 -5663.37 349) (699.191 -5663.37 281)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0.669129 0.743146 0 -4.53788] 0.25" + "vaxis" "[0 0 -1 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12970" + "plane" "(741.707 -5663.98 281) (722.971 -5684.78 281) (722.971 -5684.78 349)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0.669129 0.743146 0 -4.53788] 0.25" + "vaxis" "[0 0 -1 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12971" + "plane" "(741.707 -5663.98 349) (717.926 -5642.56 349) (717.926 -5642.56 281)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0.743146 -0.669129 0 -52.5033] 0.25" + "vaxis" "[0 0 -1 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12972" + "plane" "(722.971 -5684.78 281) (699.191 -5663.37 281) (699.191 -5663.37 349)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0.743146 -0.669129 0 -52.5033] 0.25" + "vaxis" "[0 0 -1 -28] 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" "[3000 11000]" + } +} +entity +{ + "id" "163534" + "classname" "info_target" + "angles" "0 0 0" + "targetname" "gun1_manpoint" + "origin" "719.706 -5663 281" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 11500]" + } +} +entity +{ + "id" "163536" + "classname" "func_tank" + "_minlight" "0" + "ammo_count" "-1" + "ammotype" "AR2" + "angles" "0 0 0" + "barrel" "0" + "barrely" "0" + "barrelz" "8" + "bullet" "3" + "bullet_damage" "20" + "bullet_damage_vs_player" "5" + "control_volume" "gun1_controls" + "disablereceiveshadows" "0" + "disableshadows" "0" + "effecthandling" "1" + "firerate" "17" + "firespread" "1" + "gun_barrel_attach" "muzzle" + "gun_base_attach" "aimrotation" + "gun_pitch_pose_center" "7.5" + "gun_pitch_pose_param" "aim_pitch" + "gun_yaw_pose_center" "0" + "gun_yaw_pose_param" "aim_yaw" + "ignoregraceupto" "768" + "LeadTarget" "No" + "maxRange" "2048" + "minRange" "0" + "npc_man_point" "gun1_manpoint" + "origin" "744.23 -5685.09 326" + "parentname" "gun1" + "persistence" "3" + "persistence2" "1" + "pitchrange" "60" + "pitchrate" "120" + "pitchtolerance" "15" + "playergraceperiod" "0" + "playerlocktimebeforefire" "0.3" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "spawnflags" "33825" + "spritescale" "1" + "targetname" "gun1_tank" + "yawrange" "60" + "yawrate" "200" + "yawtolerance" "15" + connections + { + "OnLostPlayerController" "gun1SetDefaultAnimationidle_inactive0.1-1" + "OnLostPlayerController" "gun1SetAnimationretract0-1" + "OnLostController" "gun1SetDefaultAnimationidle_inactive0.1-1" + "OnLostController" "gun1SetAnimationretract0-1" + "OnGotPlayerController" "gun1SetDefaultAnimationidle0.1-1" + "OnGotPlayerController" "gun1SetAnimationactivate0-1" + "OnGotController" "gun1SetDefaultAnimationidle0.1-1" + "OnGotController" "gun1SetAnimationactivate0-1" + "OnFire" "gun1SetAnimationfire0-1" + } + solid + { + "id" "163537" + side + { + "id" "12973" + "plane" "(743.933 -5679.44 334) (749.878 -5684.79 334) (744.525 -5690.73 334)" + "material" "BUILDING_TEMPLATE/BUILDING_TEMPLATE002A" + "uaxis" "[0.743146 -0.669129 0 -500.503] 0.25" + "vaxis" "[-0.669129 -0.743146 0 451.538] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12974" + "plane" "(738.58 -5685.38 318) (744.525 -5690.73 318) (749.878 -5684.79 318)" + "material" "BUILDING_TEMPLATE/BUILDING_TEMPLATE002A" + "uaxis" "[0.743146 -0.669129 0 -500.503] 0.25" + "vaxis" "[-0.669129 -0.743146 0 451.538] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12975" + "plane" "(743.933 -5679.44 334) (738.58 -5685.38 334) (738.58 -5685.38 318)" + "material" "BUILDING_TEMPLATE/BUILDING_TEMPLATE002A" + "uaxis" "[0.669129 0.743146 0 -452.538] 0.25" + "vaxis" "[0 0 -1 99] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12976" + "plane" "(749.878 -5684.79 318) (744.525 -5690.73 318) (744.525 -5690.73 334)" + "material" "BUILDING_TEMPLATE/BUILDING_TEMPLATE002A" + "uaxis" "[0.669129 0.743146 0 -452.538] 0.25" + "vaxis" "[0 0 -1 99] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12977" + "plane" "(749.878 -5684.79 334) (743.933 -5679.44 334) (743.933 -5679.44 318)" + "material" "BUILDING_TEMPLATE/BUILDING_TEMPLATE002A" + "uaxis" "[0.743146 -0.669129 0 -500.503] 0.25" + "vaxis" "[0 0 -1 99] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "12978" + "plane" "(744.525 -5690.73 318) (738.58 -5685.38 318) (738.58 -5685.38 334)" + "material" "BUILDING_TEMPLATE/BUILDING_TEMPLATE002A" + "uaxis" "[0.743146 -0.669129 0 -500.503] 0.25" + "vaxis" "[0 0 -1 99] 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" "[3000 12000]" + } +} +entity +{ + "id" "163539" + "classname" "prop_dynamic" + "angles" "0 318 0" + "DefaultAnim" "idle_inactive" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "MinAnimTime" "5" + "model" "models/props_combine/bunker_gun01.mdl" + "modelscale" "1.0" + "renderamt" "255" + "rendercolor" "255 255 255" + "solid" "6" + "spawnflags" "0" + "targetname" "gun1" + "origin" "744.229 -5685.09 317" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 12500]" + } +} +entity +{ + "id" "163677" + "classname" "prop_static" + "angles" "0 319 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_barricade_short01a.mdl" + "solid" "6" + "origin" "744 -5683 311" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 13000]" + } +} +entity +{ + "id" "163761" + "classname" "func_useableladder" + "origin" "616 -5748 4" + "point0" "616 -5748 4" + "point1" "616 -5748 288" + "origin" "616 -5748 324" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 13500]" + } +} +entity +{ + "id" "163765" + "classname" "info_ladder_dismount" + "origin" "616 -5780 -16" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 14000]" + } +} +entity +{ + "id" "163767" + "classname" "info_ladder_dismount" + "origin" "580 -5745 -16" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 14500]" + } +} +entity +{ + "id" "163769" + "classname" "info_ladder_dismount" + "origin" "652 -5745 -16" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 15000]" + } +} +entity +{ + "id" "163771" + "classname" "info_ladder_dismount" + "origin" "581 -5690 281" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 15500]" + } +} +entity +{ + "id" "163773" + "classname" "info_ladder_dismount" + "origin" "616 -5691 281" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 16000]" + } +} +entity +{ + "id" "163775" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_c17/metalladder002.mdl" + "solid" "6" + "origin" "617.285 -5712.53 137" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -16268]" + } +} +entity +{ + "id" "163779" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_c17/metalladder002b.mdl" + "solid" "6" + "origin" "617.285 -5712.53 265" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -15768]" + } +} +entity +{ + "id" "163783" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_c17/metalladder002.mdl" + "solid" "6" + "origin" "617.285 -5712.53 13" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -15268]" + } +} +entity +{ + "id" "163999" + "classname" "info_ladder_dismount" + "origin" "651 -5691 281" + editor + { + "color" "255 128 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -14768]" + } +} +entity +{ + "id" "87239" + "classname" "func_door_rotating" + "angles" "0 0 0" + "disablereceiveshadows" "0" + "disableshadows" "0" + "distance" "90" + "dmg" "0" + "forceclosed" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "loopmovesound" "0" + "origin" "3183 -9692.5 329.5" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "solidbsp" "0" + "spawnflags" "64" + "speed" "100" + "targetname" "door" + "unlocked_sentence" "0" + "wait" "4" + solid + { + "id" "87214" + side + { + "id" "4787" + "plane" "(3182 -9397 16) (3182 -9621 16) (3183 -9621 16)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4786" + "plane" "(3182 -9621 16) (3182 -9397 16) (3182 -9397 214)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 486.857] 0.4375" + "vaxis" "[0 0 -1 41.3737] 0.386719" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4785" + "plane" "(3183 -9397 16) (3183 -9621 16) (3183 -9621 214)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 486.857] 0.4375" + "vaxis" "[0 0 -1 41.3737] 0.386719" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4784" + "plane" "(3183 -9621 214) (3183 -9621 16) (3182 -9621 16)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4783" + "plane" "(3182 -9397 214) (3182 -9397 16) (3183 -9397 16)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4782" + "plane" "(3182 -9621 214) (3182 -9397 214) (3183 -9397 214)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 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" "[3500 4500]" + } +} +entity +{ + "id" "93007" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3187.53 -9629 75.36" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "doorToggle0-1" + } + solid + { + "id" "93008" + side + { + "id" "5778" + "plane" "(3189.53 -9625 69.0001) (3185.53 -9625 69.0001) (3185.53 -9633 69.0001)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -20] 0.25" + "vaxis" "[-1 0 0 44] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5779" + "plane" "(3185.53 -9625 69.0001) (3189.53 -9625 69.0001) (3189.53 -9625 78.9997)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5780" + "plane" "(3189.53 -9633 69.0001) (3185.53 -9633 69.0001) (3185.53 -9633 81.7269)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -44] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5781" + "plane" "(3189.53 -9625 69.0001) (3189.53 -9633 69.0001) (3189.53 -9633 78.9997)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -20] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5782" + "plane" "(3185.53 -9633 69.0001) (3185.53 -9625 69.0001) (3185.53 -9625 81.7269)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -20] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5783" + "plane" "(3189.53 -9633 78.9997) (3185.53 -9633 81.7269) (3185.53 -9625 81.7269)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -20] 0.25" + "vaxis" "[-1 0 0 44] 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" "[3500 5000]" + } +} +entity +{ + "id" "93010" + "classname" "prop_dynamic" + "angles" "-2.50001 0 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3183.53 -9629 75" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 5500]" + } +} +entity +{ + "id" "87339" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3175 -9629 57.36" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "doorToggle0-1" + } + solid + { + "id" "87340" + side + { + "id" "4818" + "plane" "(3173 -9633 51.0001) (3177 -9633 51.0001) (3177 -9625 51.0001)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 20] 0.25" + "vaxis" "[1 0 0 -44] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4819" + "plane" "(3177 -9633 51.0001) (3173 -9633 51.0001) (3173 -9633 60.9997)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 44] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4820" + "plane" "(3173 -9625 51.0001) (3177 -9625 51.0001) (3177 -9625 63.7269)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 44] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4821" + "plane" "(3173 -9633 51.0001) (3173 -9625 51.0001) (3173 -9625 60.9997)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 20] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4822" + "plane" "(3177 -9625 51.0001) (3177 -9633 51.0001) (3177 -9633 63.7269)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 20] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4823" + "plane" "(3173 -9625 60.9997) (3177 -9625 63.7269) (3177 -9633 63.7269)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 20] 0.25" + "vaxis" "[1 0 0 -44] 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" "[3500 6000]" + } +} +entity +{ + "id" "87342" + "classname" "prop_dynamic" + "angles" "-2.50001 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3179 -9629 57" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 6500]" + } +} +entity +{ + "id" "93339" + "classname" "ambient_generic" + "health" "1" + "message" "d3_citadel.combine_ball_field_loop2" + "pitch" "100" + "pitchstart" "100" + "radius" "364" + "spawnflags" "0" + "origin" "3447 -9505 199" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 7000]" + } +} +entity +{ + "id" "86159" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3719 -9169 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 7500]" + } +} +entity +{ + "id" "86147" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3583 -9169 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 8000]" + } +} +entity +{ + "id" "86715" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3447 -9169 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 8500]" + } +} +entity +{ + "id" "86703" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3311 -9169 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 9000]" + } +} +entity +{ + "id" "86707" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3311 -9305 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 9500]" + } +} +entity +{ + "id" "86711" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3447 -9305 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 10000]" + } +} +entity +{ + "id" "86151" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "64" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3583 -9305 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 10500]" + } +} +entity +{ + "id" "86155" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3719 -9305 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11000]" + } +} +entity +{ + "id" "86363" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3719 -9441 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "86351" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3583 -9441 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 12000]" + } +} +entity +{ + "id" "86651" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3447 -9441 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 12500]" + } +} +entity +{ + "id" "86639" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "92" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3311 -9441 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 13000]" + } +} +entity +{ + "id" "86643" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3311 -9577 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 13500]" + } +} +entity +{ + "id" "86647" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3447 -9577 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 14000]" + } +} +entity +{ + "id" "86355" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3583 -9577 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 14500]" + } +} +entity +{ + "id" "86359" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3719 -9577 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 15000]" + } +} +entity +{ + "id" "86459" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3719 -9713 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 15500]" + } +} +entity +{ + "id" "86447" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3583 -9713 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 16000]" + } +} +entity +{ + "id" "86587" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3447 -9713 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -16268]" + } +} +entity +{ + "id" "86575" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3311 -9713 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -15768]" + } +} +entity +{ + "id" "86579" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3311 -9849 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -15268]" + } +} +entity +{ + "id" "86451" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3583 -9849 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -14768]" + } +} +entity +{ + "id" "86455" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3719 -9849 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -14268]" + } +} +entity +{ + "id" "86583" + "classname" "prop_static" + "angles" "-90 0 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/weaponstripper.mdl" + "solid" "6" + "origin" "3447 -9849 -3" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -13768]" + } +} +entity +{ + "id" "92207" + "classname" "trigger_vphysics_motion" + "origin" "3451 -9509 199" + "ParticleTrailEndSize" "3" + "ParticleTrailLifetime" "4" + "ParticleTrailStartSize" "2" + "SetAdditionalAirDensity" "4" + "SetAngVelocityLimit" "0.0" + "SetAngVelocityScale" "1.0" + "SetGravityScale" "0" + "SetLinearForce" "0.0" + "SetLinearForceAngles" "0 0 0" + "SetVelocityLimit" "0.0" + "SetVelocityLimitDelta" "0.0" + "SetVelocityScale" "1.0" + "spawnflags" "4111" + "StartDisabled" "0" + solid + { + "id" "92208" + side + { + "id" "5766" + "plane" "(3187 -9109 379) (3715 -9109 379) (3715 -9909 379)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -28] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5767" + "plane" "(3187 -9909 19) (3715 -9909 19) (3715 -9109 19)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -28] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5768" + "plane" "(3187 -9109 379) (3187 -9909 379) (3187 -9909 19)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 4] 0.25" + "vaxis" "[0 0 -1 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5769" + "plane" "(3715 -9109 19) (3715 -9909 19) (3715 -9909 379)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 4] 0.25" + "vaxis" "[0 0 -1 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5770" + "plane" "(3715 -9109 379) (3187 -9109 379) (3187 -9109 19)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -28] 0.25" + "vaxis" "[0 0 -1 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5771" + "plane" "(3715 -9909 19) (3187 -9909 19) (3187 -9909 379)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -28] 0.25" + "vaxis" "[0 0 -1 60] 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" "[3500 -13268]" + } +} +entity +{ + "id" "171205" + "classname" "light" + "_light" "255 255 255 1000" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "3448 -9506 198" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -12768]" + } +} +entity +{ + "id" "171300" + "classname" "env_cubemap" + "sides" "4786 4756 4804 4732 4750 4739 4744 4816 4811 4762 4798 4781 4769 4774 4793 4364 4262 4268 4460 4454 4358" + "origin" "2940 -9508 148" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -12268]" + } +} +entity +{ + "id" "171309" + "classname" "env_cubemap" + "sides" "4535 4307 4301 4211 4205" + "origin" "3452 -10112 148" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -11768]" + } +} +entity +{ + "id" "171318" + "classname" "env_cubemap" + "sides" "5772" + "origin" "3448 -9508 588" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -11268]" + } +} +entity +{ + "id" "171324" + "classname" "env_cubemap" + "sides" "4546 3994 3988 4474 4468" + "origin" "3476 -8852 188" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -10768]" + } +} +entity +{ + "id" "171330" + "classname" "env_cubemap" + "sides" "" + "origin" "3356 -5676 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -10268]" + } +} +entity +{ + "id" "171336" + "classname" "env_cubemap" + "origin" "3476 -5320 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -9768]" + } +} +entity +{ + "id" "171339" + "classname" "env_cubemap" + "origin" "3140 -5587 96" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -9268]" + } +} +entity +{ + "id" "171342" + "classname" "env_cubemap" + "origin" "2808 -5591 96" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -8768]" + } +} +entity +{ + "id" "171345" + "classname" "env_cubemap" + "origin" "2556 -5599 96" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -8268]" + } +} +entity +{ + "id" "171348" + "classname" "env_cubemap" + "origin" "2332 -5599 96" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -7768]" + } +} +entity +{ + "id" "171351" + "classname" "env_cubemap" + "origin" "2076 -5607 96" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -7268]" + } +} +entity +{ + "id" "171354" + "classname" "env_cubemap" + "origin" "1812 -5603 96" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -6768]" + } +} +entity +{ + "id" "171357" + "classname" "env_cubemap" + "origin" "1576 -5603 96" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -6268]" + } +} +entity +{ + "id" "171360" + "classname" "env_cubemap" + "origin" "1320 -5603 96" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -5768]" + } +} +entity +{ + "id" "171363" + "classname" "env_cubemap" + "origin" "1020 -5988 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -5268]" + } +} +entity +{ + "id" "171366" + "classname" "env_cubemap" + "origin" "1032 -6220 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -4768]" + } +} +entity +{ + "id" "171369" + "classname" "env_cubemap" + "origin" "1040 -6428 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -4268]" + } +} +entity +{ + "id" "171372" + "classname" "env_cubemap" + "origin" "1044 -6660 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -3768]" + } +} +entity +{ + "id" "171375" + "classname" "env_cubemap" + "origin" "1040 -6884 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -3268]" + } +} +entity +{ + "id" "171378" + "classname" "env_cubemap" + "origin" "1044 -7100 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -2768]" + } +} +entity +{ + "id" "171381" + "classname" "env_cubemap" + "origin" "1044 -7332 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -2268]" + } +} +entity +{ + "id" "171384" + "classname" "env_cubemap" + "origin" "1044 -7536 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -1768]" + } +} +entity +{ + "id" "171387" + "classname" "env_cubemap" + "origin" "1044 -7736 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -1268]" + } +} +entity +{ + "id" "171390" + "classname" "env_cubemap" + "origin" "1044 -7988 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 -768]" + } +} +entity +{ + "id" "171393" + "classname" "env_cubemap" + "origin" "916 -8328 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 0]" + } +} +entity +{ + "id" "171396" + "classname" "env_cubemap" + "origin" "3464 -8552 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 500]" + } +} +entity +{ + "id" "171399" + "classname" "env_cubemap" + "origin" "3460 -8264 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 1000]" + } +} +entity +{ + "id" "171402" + "classname" "env_cubemap" + "origin" "3456 -7948 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 1500]" + } +} +entity +{ + "id" "171405" + "classname" "env_cubemap" + "origin" "3224 -7592 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 2000]" + } +} +entity +{ + "id" "171408" + "classname" "env_cubemap" + "origin" "3216 -7284 48" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 2500]" + } +} +entity +{ + "id" "171411" + "classname" "env_cubemap" + "origin" "3420 -6700 428" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 3000]" + } +} +entity +{ + "id" "171414" + "classname" "env_cubemap" + "origin" "2764 -6700 408" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 3500]" + } +} +entity +{ + "id" "171417" + "classname" "env_cubemap" + "origin" "2156 -9232 136" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 4000]" + } +} +entity +{ + "id" "171420" + "classname" "env_cubemap" + "origin" "-516 -10620 136" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 4500]" + } +} +entity +{ + "id" "171423" + "classname" "env_cubemap" + "origin" "3396 -10592 136" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 5000]" + } +} +entity +{ + "id" "171426" + "classname" "env_cubemap" + "origin" "1348 -12428 136" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 5500]" + } +} +entity +{ + "id" "171429" + "classname" "env_cubemap" + "origin" "1364 -14404 136" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 6000]" + } +} +entity +{ + "id" "171432" + "classname" "env_cubemap" + "origin" "-544 -14448 136" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 6500]" + } +} +entity +{ + "id" "171435" + "classname" "env_cubemap" + "origin" "3312 -14448 136" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 7000]" + } +} +entity +{ + "id" "171438" + "classname" "env_cubemap" + "sides" "8384" + "origin" "620 -5300 148" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 7500]" + } +} +entity +{ + "id" "171444" + "classname" "env_cubemap" + "sides" "8376" + "origin" "344 -5568 148" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 8000]" + } +} +entity +{ + "id" "171450" + "classname" "env_cubemap" + "sides" "" + "origin" "624 -5884 148" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 8500]" + } +} +entity +{ + "id" "171456" + "classname" "env_cubemap" + "sides" "8375 21293 8383" + "origin" "852 -5576 148" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 9000]" + } +} +entity +{ + "id" "171462" + "classname" "env_cubemap" + "origin" "2176 -7536 148" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 9500]" + } +} +entity +{ + "id" "171589" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PopCan01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "can2" + "origin" "2964 -5364 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -14768]" + } +} +entity +{ + "id" "171605" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PopCan01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "can3" + "origin" "2964 -5358 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -14268]" + } +} +entity +{ + "id" "171617" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PopCan01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "can4" + "origin" "2970 -5358 30" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -13768]" + } +} +entity +{ + "id" "171645" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PopCan01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "can8" + "origin" "2969.92 -5358.17 19.6882" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -13268]" + } +} +entity +{ + "id" "171649" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PopCan01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "can6" + "origin" "2969.92 -5364.17 19.6882" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -12768]" + } +} +entity +{ + "id" "171653" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PopCan01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "can5" + "origin" "2963.92 -5364.17 19.6882" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -12268]" + } +} +entity +{ + "id" "171657" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PopCan01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "can7" + "origin" "2963.92 -5358.17 19.6882" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -11768]" + } +} +entity +{ + "id" "172018" + "classname" "env_cubemap" + "origin" "3370 -6726 356" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -11268]" + } +} +entity +{ + "id" "172021" + "classname" "env_cubemap" + "origin" "3516 -6718 356" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -10768]" + } +} +entity +{ + "id" "172024" + "classname" "env_cubemap" + "origin" "1806 -6192 168" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -10268]" + } +} +entity +{ + "id" "172027" + "classname" "env_cubemap" + "origin" "2734 -6104 168" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -9768]" + } +} +entity +{ + "id" "172030" + "classname" "env_cubemap" + "origin" "2128 -7012 168" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -9268]" + } +} +entity +{ + "id" "172033" + "classname" "env_cubemap" + "origin" "1612 -7754 168" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -8768]" + } +} +entity +{ + "id" "172036" + "classname" "env_cubemap" + "origin" "2186 -7884 11866" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -8268]" + } +} +entity +{ + "id" "172423" + "classname" "env_cubemap" + "origin" "-236 -5484 236" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -7768]" + } +} +entity +{ + "id" "172426" + "classname" "env_cubemap" + "origin" "-202 -6395 236" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -7268]" + } +} +entity +{ + "id" "172429" + "classname" "env_cubemap" + "origin" "-185 -7391 236" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -6768]" + } +} +entity +{ + "id" "172432" + "classname" "env_cubemap" + "origin" "-185 -8386 236" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -6268]" + } +} +entity +{ + "id" "172435" + "classname" "env_cubemap" + "origin" "-219 -9719 236" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -5768]" + } +} +entity +{ + "id" "174657" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_combine/combine_mortar01b.mdl" + "solid" "6" + "origin" "3414.1 -8780.85 -17.7269" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -4768]" + } +} +entity +{ + "id" "174665" + "classname" "prop_dynamic" + "angles" "-45 180 0" + "disableshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "MaxAnimTime" "10" + "maxdxlevel" "0" + "MinAnimTime" "5" + "mindxlevel" "0" + "model" "models/props_lab/keypad.mdl" + "modelscale" "1.0" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "StartDisabled" "0" + "origin" "3398.72 -8823 34" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -4268]" + } +} +entity +{ + "id" "174667" + "classname" "point_template" + "spawnflags" "2" + "targetname" "Jnkspawn" + "Template01" "Junk1" + "Template02" "Junk2" + "Template03" "Junk3" + "Template04" "Junk4" + "Template05" "Junk5" + "Template06" "Junk6" + "Template07" "Junk7" + "origin" "3429.72 -8816.85 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -3768]" + } +} +entity +{ + "id" "174791" + "classname" "func_button" + "disablereceiveshadows" "0" + "health" "0" + "lip" "0" + "locked_sentence" "0" + "locked_sound" "0" + "movedir" "0 0 0" + "origin" "3398 -8823.1 12" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "sounds" "0" + "spawnflags" "1537" + "speed" "5" + "unlocked_sentence" "0" + "unlocked_sound" "8" + "wait" "0" + connections + { + "OnPressed" "JnkspawnForceSpawn0-1" + } + solid + { + "id" "174792" + side + { + "id" "13815" + "plane" "(3392 -8829 -16) (3404 -8829 -16) (3404 -8817 -16)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -126.094] 0.0234375" + "vaxis" "[1 0 0 170.365] 0.0234375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13816" + "plane" "(3404 -8829 -16) (3392 -8829 -16) (3392 -8829 28.0001)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -170.365] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13817" + "plane" "(3392 -8817 -16) (3404 -8817 -16) (3404 -8817 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[-1 0 0 -170.365] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13818" + "plane" "(3392 -8829 -16) (3392 -8817 -16) (3392 -8817 28.0001)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -126.094] 0.0234375" + "vaxis" "[0 0 -1 325.819] 0.0859375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13819" + "plane" "(3404 -8817 -16) (3404 -8829 -16) (3404 -8829 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 -126.094] 0.0234375" + "vaxis" "[0 0 -1 365.716] 0.109375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13820" + "plane" "(3392 -8817 28.0001) (3404 -8817 40) (3404 -8829 40)" + "material" "PROPS/DOORBUTTON002A" + "uaxis" "[0 1 0 -7.88089] 0.375" + "vaxis" "[1 0 0 21.2955] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "174664" + side + { + "id" "13809" + "plane" "(3390.1 -8815 -12.7269) (3407.1 -8815 -12.7269) (3407.1 -8832 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 299.617] 0.25" + "vaxis" "[0 -1 0 212] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13810" + "plane" "(3390.1 -8832 -18.7269) (3407.1 -8832 -18.7269) (3407.1 -8815 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 299.617] 0.25" + "vaxis" "[0 -1 0 212] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13811" + "plane" "(3390.1 -8815 -12.7269) (3390.1 -8832 -12.7269) (3390.1 -8832 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 -212] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13812" + "plane" "(3407.1 -8815 -18.7269) (3407.1 -8832 -18.7269) (3407.1 -8832 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 -212] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13813" + "plane" "(3407.1 -8815 -12.7269) (3390.1 -8815 -12.7269) (3390.1 -8815 -18.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 299.617] 0.25" + "vaxis" "[0 0 -1 -2.90739] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "13814" + "plane" "(3407.1 -8832 -18.7269) (3390.1 -8832 -18.7269) (3390.1 -8832 -12.7269)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 299.617] 0.25" + "vaxis" "[0 0 -1 -2.90739] 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" "[4000 -3268]" + } +} +entity +{ + "id" "176314" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/garbage_glassbottle001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Junk1" + "origin" "3418 -8768 -8" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4000 -768]" + } +} +entity +{ + "id" "176341" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/garbage_coffeemug001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Junk2" + "origin" "3418 -8778 -12" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 0]" + } +} +entity +{ + "id" "176372" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/garbage_glassbottle003a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Junk3" + "origin" "3418 -8787.12 -8" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 500]" + } +} +entity +{ + "id" "176403" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/glassjug01.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Junk4" + "origin" "3411.17 -8786 -16" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 1000]" + } +} +entity +{ + "id" "176430" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/MetalBucket01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Junk5" + "origin" "3402 -8772 0" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 1500]" + } +} +entity +{ + "id" "176473" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/garbage_milkcarton002a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Junk6" + "origin" "3402 -8786 -8" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 2000]" + } +} +entity +{ + "id" "176500" + "classname" "prop_physics" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/terracotta01.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Junk7" + "origin" "3408 -8802 -10" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 2500]" + } +} +entity +{ + "id" "176587" + "classname" "prop_physics" + "angles" "0 271.5 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/cashregister01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Barrel2" + "origin" "828 -5898 10" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 3000]" + } +} +entity +{ + "id" "176640" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PlasticCrate01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "3" + "spawnflags" "256" + "targetname" "Stuff1a" + "origin" "838 -6014 8" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 3500]" + } +} +entity +{ + "id" "176676" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/PlasticCrate01a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "4" + "spawnflags" "256" + "targetname" "Stuff1b" + "origin" "826 -6012 26" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 4000]" + } +} +entity +{ + "id" "176756" + "classname" "prop_physics" + "angles" "0 0.499986 0" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_wasteland/controlroom_filecabinet001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Object11a" + "origin" "866 -8000 14" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 4500]" + } +} +entity +{ + "id" "177122" + "classname" "prop_physics" + "angles" "0.0129954 181.5 -0.499874" + "fademindist" "-1" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_c17/FurnitureTable001a.mdl" + "modelscale" "1.0" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "spawnflags" "256" + "targetname" "Objects4a" + "origin" "2246 -5350 60" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[4500 -15268]" + } +} +entity +{ + "id" "181906" + "classname" "func_detail" + solid + { + "id" "79153" + side + { + "id" "21190" + "plane" "(2948 -5340 -7) (2990 -5340 -7) (2990 -5382 -7)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21189" + "plane" "(2948 -5382 -12) (2990 -5382 -12) (2990 -5340 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21188" + "plane" "(2948 -5340 -7) (2948 -5382 -7) (2948 -5382 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21187" + "plane" "(2990 -5340 -12) (2990 -5382 -12) (2990 -5382 -7)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21186" + "plane" "(2990 -5340 -7) (2948 -5340 -7) (2948 -5340 -12)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21185" + "plane" "(2990 -5382 -12) (2948 -5382 -12) (2948 -5382 -7)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -172] 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" "171713" + side + { + "id" "21196" + "plane" "(2948 -5340 8) (2990 -5340 8) (2990 -5342 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21195" + "plane" "(2948 -5342 -8) (2990 -5342 -8) (2990 -5340 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21194" + "plane" "(2948 -5340 8) (2948 -5342 8) (2948 -5342 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21193" + "plane" "(2990 -5340 -8) (2990 -5342 -8) (2990 -5342 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21192" + "plane" "(2990 -5340 8) (2948 -5340 8) (2948 -5340 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21191" + "plane" "(2990 -5342 -8) (2948 -5342 -8) (2948 -5342 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "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" "171714" + side + { + "id" "21202" + "plane" "(2948 -5340 8) (2950 -5340 8) (2950 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21201" + "plane" "(2948 -5382 -8) (2950 -5382 -8) (2950 -5340 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21200" + "plane" "(2948 -5340 8) (2948 -5382 8) (2948 -5382 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21199" + "plane" "(2950 -5340 -8) (2950 -5382 -8) (2950 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21198" + "plane" "(2950 -5340 8) (2948 -5340 8) (2948 -5340 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21197" + "plane" "(2950 -5382 -8) (2948 -5382 -8) (2948 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "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" "171715" + side + { + "id" "21208" + "plane" "(2948 -5380 8) (2990 -5380 8) (2990 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21207" + "plane" "(2948 -5382 -8) (2990 -5382 -8) (2990 -5380 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21206" + "plane" "(2948 -5380 8) (2948 -5382 8) (2948 -5382 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21205" + "plane" "(2990 -5380 -8) (2990 -5382 -8) (2990 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21204" + "plane" "(2990 -5380 8) (2948 -5380 8) (2948 -5380 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21203" + "plane" "(2990 -5382 -8) (2948 -5382 -8) (2948 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "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" "171716" + side + { + "id" "21214" + "plane" "(2988 -5340 8) (2990 -5340 8) (2990 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21213" + "plane" "(2988 -5382 -8) (2990 -5382 -8) (2990 -5340 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21212" + "plane" "(2988 -5340 8) (2988 -5382 8) (2988 -5382 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21211" + "plane" "(2990 -5340 -8) (2990 -5382 -8) (2990 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21210" + "plane" "(2990 -5340 8) (2988 -5340 8) (2988 -5340 -8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21209" + "plane" "(2990 -5382 -8) (2988 -5382 -8) (2988 -5382 8)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "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 0]" + } +} +entity +{ + "id" "181908" + "classname" "func_detail" + solid + { + "id" "99743" + side + { + "id" "21220" + "plane" "(3515 -5228 40) (3531 -5228 40) (3531 -5244 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21219" + "plane" "(3515 -5244 -14) (3531 -5244 -14) (3531 -5228 -14)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21218" + "plane" "(3515 -5228 40) (3515 -5244 40) (3515 -5244 -14)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21217" + "plane" "(3531 -5228 -14) (3531 -5244 -14) (3531 -5244 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21216" + "plane" "(3531 -5228 40) (3515 -5228 40) (3515 -5228 -14)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21215" + "plane" "(3531 -5244 -14) (3515 -5244 -14) (3515 -5244 40)" + "material" "METAL/METALWALL030A" + "uaxis" "[1 0 0 -172] 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" "181995" + "classname" "func_detail" + solid + { + "id" "31600" + side + { + "id" "21234" + "plane" "(2177 -7558.3 -18) (2176.33 -7559 -18) (2176 -7560 -18)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[1 0 0 -192.945] 0.05" + "vaxis" "[0 -1 0 -8] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21233" + "plane" "(2178 -7558 304) (2179 -7558.3 304) (2179.67 -7559 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[1 0 0 -192.945] 0.05" + "vaxis" "[0 -1 0 -8] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21232" + "plane" "(2178 -7558 -18) (2179 -7558.3 -18) (2179 -7558.3 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[1 0 0 -192.945] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21231" + "plane" "(2179 -7558.3 -18) (2179.67 -7559 -18) (2179.67 -7559 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[0 1 0 8] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21230" + "plane" "(2179.67 -7559 -18) (2180 -7560 -18) (2180 -7560 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[0 1 0 8] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21229" + "plane" "(2180 -7560 -18) (2179.67 -7561 -18) (2179.67 -7561 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[0 1 0 8] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21228" + "plane" "(2179.67 -7561 -18) (2179 -7561.7 -18) (2179 -7561.7 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[0 1 0 8] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21227" + "plane" "(2179 -7561.7 -18) (2178 -7562 -18) (2178 -7562 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[1 0 0 -192.945] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21226" + "plane" "(2178 -7562 -18) (2177 -7561.7 -18) (2177 -7561.7 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[1 0 0 -192.945] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21225" + "plane" "(2177 -7561.7 -18) (2176.33 -7561 -18) (2176.33 -7561 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[0 1 0 8] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21224" + "plane" "(2176.33 -7561 -18) (2176 -7560 -18) (2176 -7560 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[0 1 0 8] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21223" + "plane" "(2176 -7560 -18) (2176.33 -7559 -18) (2176.33 -7559 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[0 1 0 8] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21222" + "plane" "(2176.33 -7559 -18) (2177 -7558.3 -18) (2177 -7558.3 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[0 1 0 8] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21221" + "plane" "(2177 -7558.3 -18) (2178 -7558 -18) (2178 -7558 304)" + "material" "METAL/METALCOMBINE001" + "uaxis" "[1 0 0 -192.945] 0.05" + "vaxis" "[0 0 -1 0] 0.05" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "69453" + side + { + "id" "21240" + "plane" "(2170.06 -7552 -16) (2186.06 -7552 -16) (2186.06 -7568 -16)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -312.24] 0.25" + "vaxis" "[0 -1 0 -480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21239" + "plane" "(2170.06 -7568 -18) (2186.06 -7568 -18) (2186.06 -7552 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -312.24] 0.25" + "vaxis" "[0 -1 0 -480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21238" + "plane" "(2170.06 -7552 -16) (2170.06 -7568 -16) (2170.06 -7568 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 480] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21237" + "plane" "(2186.06 -7552 -18) (2186.06 -7568 -18) (2186.06 -7568 -16)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 480] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21236" + "plane" "(2186.06 -7552 -16) (2170.06 -7552 -16) (2170.06 -7552 -18)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -312.24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21235" + "plane" "(2186.06 -7568 -18) (2170.06 -7568 -18) (2170.06 -7568 -16)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -312.24] 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 1000]" + } +} +entity +{ + "id" "182004" + "classname" "func_detail" + solid + { + "id" "106675" + side + { + "id" "21246" + "plane" "(772 -5580 10) (768 -5580 10) (768 -5438 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 272] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21245" + "plane" "(772 -5438 -22) (768 -5438 -22) (768 -5580 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 272] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21244" + "plane" "(772 -5580 10) (772 -5438 10) (772 -5438 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21243" + "plane" "(768 -5580 -22) (768 -5438 -22) (768 -5438 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21242" + "plane" "(768 -5580 10) (772 -5580 10) (772 -5580 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 272] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21241" + "plane" "(768 -5438 -22) (772 -5438 -22) (772 -5438 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 272] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106677" + side + { + "id" "21252" + "plane" "(772 -5713 10) (768 -5713 10) (768 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 272] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21251" + "plane" "(772 -5577 -22) (768 -5577 -22) (768 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 272] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21250" + "plane" "(772 -5713 10) (772 -5577 10) (772 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21249" + "plane" "(768 -5713 -22) (768 -5577 -22) (768 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21248" + "plane" "(768 -5713 10) (772 -5713 10) (772 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 272] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21247" + "plane" "(768 -5577 -22) (772 -5577 -22) (772 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 272] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106680" + side + { + "id" "21258" + "plane" "(768 -5713 10) (632 -5713 10) (632 -5709 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21257" + "plane" "(768 -5709 -22) (632 -5709 -22) (632 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21256" + "plane" "(768 -5713 10) (768 -5709 10) (768 -5709 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21255" + "plane" "(632 -5713 -22) (632 -5709 -22) (632 -5709 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21254" + "plane" "(632 -5713 10) (768 -5713 10) (768 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21253" + "plane" "(632 -5709 -22) (768 -5709 -22) (768 -5709 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106681" + side + { + "id" "21264" + "plane" "(632 -5713 10) (496 -5713 10) (496 -5709 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21263" + "plane" "(632 -5709 -22) (496 -5709 -22) (496 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21262" + "plane" "(632 -5713 10) (632 -5709 10) (632 -5709 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21261" + "plane" "(496 -5713 -22) (496 -5709 -22) (496 -5709 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21260" + "plane" "(496 -5713 10) (632 -5713 10) (632 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21259" + "plane" "(496 -5709 -22) (632 -5709 -22) (632 -5709 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106682" + side + { + "id" "21270" + "plane" "(500 -5713 10) (496 -5713 10) (496 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21269" + "plane" "(500 -5577 -22) (496 -5577 -22) (496 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21268" + "plane" "(500 -5713 10) (500 -5577 10) (500 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21267" + "plane" "(496 -5713 -22) (496 -5577 -22) (496 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21266" + "plane" "(496 -5713 10) (500 -5713 10) (500 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21265" + "plane" "(496 -5577 -22) (500 -5577 -22) (500 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106683" + side + { + "id" "21276" + "plane" "(500 -5577 10) (496 -5577 10) (496 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21275" + "plane" "(500 -5441 -22) (496 -5441 -22) (496 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21274" + "plane" "(500 -5577 10) (500 -5441 10) (500 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21273" + "plane" "(496 -5577 -22) (496 -5441 -22) (496 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21272" + "plane" "(496 -5577 10) (500 -5577 10) (500 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21271" + "plane" "(496 -5441 -22) (500 -5441 -22) (500 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106665" + side + { + "id" "21282" + "plane" "(632 -5441 10) (496 -5441 10) (496 -5437 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 116] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21281" + "plane" "(632 -5437 -22) (496 -5437 -22) (496 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 116] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21280" + "plane" "(632 -5441 10) (632 -5437 10) (632 -5437 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -116] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21279" + "plane" "(496 -5441 -22) (496 -5437 -22) (496 -5437 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -116] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21278" + "plane" "(496 -5441 10) (632 -5441 10) (632 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21277" + "plane" "(496 -5437 -22) (632 -5437 -22) (632 -5437 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106666" + side + { + "id" "21288" + "plane" "(768 -5441 10) (632 -5441 10) (632 -5437 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 116] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21287" + "plane" "(768 -5437 -22) (632 -5437 -22) (632 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 116] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21286" + "plane" "(768 -5441 10) (768 -5437 10) (768 -5437 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -116] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21285" + "plane" "(632 -5441 -22) (632 -5437 -22) (632 -5437 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -116] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21284" + "plane" "(632 -5441 10) (768 -5441 10) (768 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21283" + "plane" "(632 -5437 -22) (768 -5437 -22) (768 -5437 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106668" + side + { + "id" "8403" + "plane" "(636 -5577 10) (632 -5577 10) (632 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8404" + "plane" "(636 -5441 -22) (632 -5441 -22) (632 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8405" + "plane" "(636 -5577 10) (636 -5441 10) (636 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8406" + "plane" "(632 -5577 -22) (632 -5441 -22) (632 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8407" + "plane" "(632 -5577 10) (636 -5577 10) (636 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8408" + "plane" "(632 -5441 -22) (636 -5441 -22) (636 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106671" + side + { + "id" "8421" + "plane" "(636 -5713 10) (632 -5713 10) (632 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8422" + "plane" "(636 -5577 -22) (632 -5577 -22) (632 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8423" + "plane" "(636 -5713 10) (636 -5577 10) (636 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8424" + "plane" "(632 -5713 -22) (632 -5577 -22) (632 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8425" + "plane" "(632 -5713 10) (636 -5713 10) (636 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8426" + "plane" "(632 -5577 -22) (636 -5577 -22) (636 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106672" + side + { + "id" "8427" + "plane" "(632 -5713 10) (628 -5713 10) (628 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8428" + "plane" "(632 -5577 -22) (628 -5577 -22) (628 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8429" + "plane" "(632 -5713 10) (632 -5577 10) (632 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8430" + "plane" "(628 -5713 -22) (628 -5577 -22) (628 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8431" + "plane" "(628 -5713 10) (632 -5713 10) (632 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8432" + "plane" "(628 -5577 -22) (632 -5577 -22) (632 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106673" + side + { + "id" "8433" + "plane" "(632 -5577 10) (496 -5577 10) (496 -5573 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8434" + "plane" "(632 -5573 -22) (496 -5573 -22) (496 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8435" + "plane" "(632 -5577 10) (632 -5573 10) (632 -5573 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8436" + "plane" "(496 -5577 -22) (496 -5573 -22) (496 -5573 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8437" + "plane" "(496 -5577 10) (632 -5577 10) (632 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8438" + "plane" "(496 -5573 -22) (632 -5573 -22) (632 -5573 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106667" + side + { + "id" "8397" + "plane" "(632 -5577 10) (628 -5577 10) (628 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8398" + "plane" "(632 -5441 -22) (628 -5441 -22) (628 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8399" + "plane" "(632 -5577 10) (632 -5441 10) (632 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8400" + "plane" "(628 -5577 -22) (628 -5441 -22) (628 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8401" + "plane" "(628 -5577 10) (632 -5577 10) (632 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8402" + "plane" "(628 -5441 -22) (632 -5441 -22) (632 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106669" + side + { + "id" "8409" + "plane" "(632 -5581 10) (496 -5581 10) (496 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8410" + "plane" "(632 -5577 -22) (496 -5577 -22) (496 -5581 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8411" + "plane" "(632 -5581 10) (632 -5577 10) (632 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8412" + "plane" "(496 -5581 -22) (496 -5577 -22) (496 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8413" + "plane" "(496 -5581 10) (632 -5581 10) (632 -5581 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8414" + "plane" "(496 -5577 -22) (632 -5577 -22) (632 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106670" + side + { + "id" "8415" + "plane" "(768 -5581 10) (632 -5581 10) (632 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8416" + "plane" "(768 -5577 -22) (632 -5577 -22) (632 -5581 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8417" + "plane" "(768 -5581 10) (768 -5577 10) (768 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8418" + "plane" "(632 -5581 -22) (632 -5577 -22) (632 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8419" + "plane" "(632 -5581 10) (768 -5581 10) (768 -5581 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8420" + "plane" "(632 -5577 -22) (768 -5577 -22) (768 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106674" + side + { + "id" "8439" + "plane" "(768 -5577 10) (632 -5577 10) (632 -5573 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8440" + "plane" "(768 -5573 -22) (632 -5573 -22) (632 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8441" + "plane" "(768 -5577 10) (768 -5573 10) (768 -5573 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8442" + "plane" "(632 -5577 -22) (632 -5573 -22) (632 -5573 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8443" + "plane" "(632 -5577 10) (768 -5577 10) (768 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8444" + "plane" "(632 -5573 -22) (768 -5573 -22) (768 -5573 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106678" + side + { + "id" "8463" + "plane" "(768 -5713 10) (764 -5713 10) (764 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8464" + "plane" "(768 -5577 -22) (764 -5577 -22) (764 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8465" + "plane" "(768 -5713 10) (768 -5577 10) (768 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8466" + "plane" "(764 -5713 -22) (764 -5577 -22) (764 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8467" + "plane" "(764 -5713 10) (768 -5713 10) (768 -5713 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8468" + "plane" "(764 -5577 -22) (768 -5577 -22) (768 -5577 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106676" + side + { + "id" "8451" + "plane" "(768 -5577 10) (764 -5577 10) (764 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8452" + "plane" "(768 -5441 -22) (764 -5441 -22) (764 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8453" + "plane" "(768 -5577 10) (768 -5441 10) (768 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8454" + "plane" "(764 -5577 -22) (764 -5441 -22) (764 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8455" + "plane" "(764 -5577 10) (768 -5577 10) (768 -5577 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8456" + "plane" "(764 -5441 -22) (768 -5441 -22) (768 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106679" + side + { + "id" "8469" + "plane" "(768 -5445 10) (632 -5445 10) (632 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8470" + "plane" "(768 -5441 -22) (632 -5441 -22) (632 -5445 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8471" + "plane" "(768 -5445 10) (768 -5441 10) (768 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8472" + "plane" "(632 -5445 -22) (632 -5441 -22) (632 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8473" + "plane" "(632 -5445 10) (768 -5445 10) (768 -5445 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8474" + "plane" "(632 -5441 -22) (768 -5441 -22) (768 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 240] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106684" + side + { + "id" "8499" + "plane" "(632 -5445 10) (496 -5445 10) (496 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8500" + "plane" "(632 -5441 -22) (496 -5441 -22) (496 -5445 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 1 0 148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8501" + "plane" "(632 -5445 10) (632 -5441 10) (632 -5441 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8502" + "plane" "(496 -5445 -22) (496 -5441 -22) (496 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -148] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8503" + "plane" "(496 -5445 10) (632 -5445 10) (632 -5445 -22)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8504" + "plane" "(496 -5441 -22) (632 -5441 -22) (632 -5441 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 208] 0.25" + "vaxis" "[0 0 -1 -8] 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]" + } +} +entity +{ + "id" "182089" + "classname" "func_detail" + solid + { + "id" "106645" + side + { + "id" "21294" + "plane" "(772 -5713 281) (496 -5713 281) (496 -5437 281)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 400] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21293" + "plane" "(772 -5437 275.203) (496 -5437 275.203) (496 -5713 275.203)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 400] 0.25" + "vaxis" "[0 1 0 180] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21292" + "plane" "(772 -5713 281) (772 -5437 281) (772 -5437 275.203)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -80] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21291" + "plane" "(496 -5713 275.203) (496 -5437 275.203) (496 -5437 281)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -80] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21290" + "plane" "(496 -5713 281) (772 -5713 281) (772 -5713 275.203)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 400] 0.25" + "vaxis" "[0 0 -1 -80] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21289" + "plane" "(496 -5437 275.203) (772 -5437 275.203) (772 -5437 281)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 400] 0.25" + "vaxis" "[0 0 -1 -80] 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 2000]" + } +} +entity +{ + "id" "107281" + "classname" "trigger_vphysics_motion" + "origin" "633.5 -5575 142.5" + "ParticleTrailEndSize" "3" + "ParticleTrailLifetime" "4" + "ParticleTrailStartSize" "2" + "SetAdditionalAirDensity" "4" + "SetAngVelocityLimit" "0.0" + "SetAngVelocityScale" "1.0" + "SetGravityScale" "0" + "SetLinearForce" "0.0" + "SetLinearForceAngles" "0 0 0" + "SetVelocityLimit" "0.0" + "SetVelocityLimitDelta" "0.0" + "SetVelocityScale" "1.0" + "spawnflags" "4111" + "StartDisabled" "0" + solid + { + "id" "107282" + side + { + "id" "21306" + "plane" "(496 -5439 276) (771 -5439 276) (771 -5711 276)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21305" + "plane" "(496 -5711 9.00001) (771 -5711 9.00001) (771 -5439 9.00001)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21304" + "plane" "(496 -5439 276) (496 -5711 276) (496 -5711 9.00001)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 16] 0.25" + "vaxis" "[0 0 -1 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21303" + "plane" "(771 -5439 9.00001) (771 -5711 9.00001) (771 -5711 276)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 16] 0.25" + "vaxis" "[0 0 -1 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21302" + "plane" "(771 -5439 276) (496 -5439 276) (496 -5439 9.00001)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21301" + "plane" "(771 -5711 9.00001) (496 -5711 9.00001) (496 -5711 276)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -28] 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" "[2000 -10768]" + } +} +entity +{ + "id" "182101" + "classname" "func_detail" + solid + { + "id" "106648" + side + { + "id" "21318" + "plane" "(496 -5437 281) (772 -5437 281) (772 -5438.4 281)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 384] 0.25" + "vaxis" "[0 1 0 228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21317" + "plane" "(496 -5438.4 10) (772 -5438.4 10) (772 -5437 10)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 384] 0.25" + "vaxis" "[0 1 0 228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21316" + "plane" "(772 -5438.4 10) (772 -5438.4 281) (772 -5437 281)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21315" + "plane" "(496 -5437 10) (496 -5437 281) (496 -5438.4 281)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21314" + "plane" "(496 -5438.4 10) (496 -5438.4 281) (772 -5438.4 281)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 408.118] 0.539063" + "vaxis" "[0 0 -1 13.6898] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21313" + "plane" "(772 -5437 10) (772 -5437 281) (496 -5437 281)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 466.824] 1.0625" + "vaxis" "[0 0 -1 13.6898] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106647" + side + { + "id" "21324" + "plane" "(498.03 -5713 281) (496 -5713 281) (496 -5437 281)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 384] 0.25" + "vaxis" "[0 1 0 228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21323" + "plane" "(498.03 -5437 10) (496 -5437 10) (496 -5713 10)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 384] 0.25" + "vaxis" "[0 1 0 228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21322" + "plane" "(498.03 -5713 281) (498.03 -5437 281) (498.03 -5437 10)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 -1 0 -357.997] 0.539063" + "vaxis" "[0 0 -1 13.6898] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21321" + "plane" "(496 -5713 10) (496 -5437 10) (496 -5437 281)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 -1 0 -0.627441] 1.59375" + "vaxis" "[0 0 -1 13.6898] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21320" + "plane" "(496 -5713 281) (498.03 -5713 281) (498.03 -5713 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21319" + "plane" "(496 -5437 10) (498.03 -5437 10) (498.03 -5437 281)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "106646" + side + { + "id" "21330" + "plane" "(772 -5713 281) (496 -5713 281) (496 -5711.6 281)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 384] 0.25" + "vaxis" "[0 1 0 228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21329" + "plane" "(772 -5711.6 10) (496 -5711.6 10) (496 -5713 10)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 384] 0.25" + "vaxis" "[0 1 0 228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21328" + "plane" "(772 -5713 281) (772 -5711.6 281) (772 -5711.6 10)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 -1 0 -180] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21327" + "plane" "(496 -5713 10) (496 -5711.6 10) (496 -5711.6 281)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 -1 0 -228] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21326" + "plane" "(496 -5713 281) (772 -5713 281) (772 -5713 10)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 466.824] 1.0625" + "vaxis" "[0 0 -1 13.6898] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21325" + "plane" "(496 -5711.6 10) (772 -5711.6 10) (772 -5711.6 281)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[-1 0 0 408.118] 0.539063" + "vaxis" "[0 0 -1 13.6898] 0.730469" + "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 3500]" + } +} +entity +{ + "id" "182135" + "classname" "func_detail" + solid + { + "id" "61752" + side + { + "id" "21336" + "plane" "(3435 -6568 12) (3439 -6568 12) (3439 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21335" + "plane" "(3435 -6704 -20) (3439 -6704 -20) (3439 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21334" + "plane" "(3435 -6568 12) (3435 -6704 12) (3435 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21333" + "plane" "(3439 -6568 -20) (3439 -6704 -20) (3439 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21332" + "plane" "(3439 -6568 12) (3435 -6568 12) (3435 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21331" + "plane" "(3439 -6704 -20) (3435 -6704 -20) (3435 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "61751" + side + { + "id" "21342" + "plane" "(3303 -6700 12) (3439 -6700 12) (3439 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21341" + "plane" "(3303 -6704 -20) (3439 -6704 -20) (3439 -6700 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21340" + "plane" "(3303 -6700 12) (3303 -6704 12) (3303 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21339" + "plane" "(3439 -6700 -20) (3439 -6704 -20) (3439 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21338" + "plane" "(3439 -6700 12) (3303 -6700 12) (3303 -6700 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21337" + "plane" "(3439 -6704 -20) (3303 -6704 -20) (3303 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "61833" + side + { + "id" "21348" + "plane" "(3435 -6704 12) (3439 -6704 12) (3439 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21347" + "plane" "(3435 -6840 -20) (3439 -6840 -20) (3439 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21346" + "plane" "(3435 -6704 12) (3435 -6840 12) (3435 -6840 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21345" + "plane" "(3439 -6704 -20) (3439 -6840 -20) (3439 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21344" + "plane" "(3439 -6704 12) (3435 -6704 12) (3435 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21343" + "plane" "(3439 -6840 -20) (3435 -6840 -20) (3435 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "61831" + side + { + "id" "21354" + "plane" "(3303 -6704 12) (3439 -6704 12) (3439 -6708 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21353" + "plane" "(3303 -6708 -20) (3439 -6708 -20) (3439 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21352" + "plane" "(3303 -6704 12) (3303 -6708 12) (3303 -6708 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21351" + "plane" "(3439 -6704 -20) (3439 -6708 -20) (3439 -6708 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21350" + "plane" "(3439 -6704 12) (3303 -6704 12) (3303 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21349" + "plane" "(3439 -6708 -20) (3303 -6708 -20) (3303 -6708 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "61806" + side + { + "id" "21360" + "plane" "(3439 -6704 12) (3443 -6704 12) (3443 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21359" + "plane" "(3439 -6840 -20) (3443 -6840 -20) (3443 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21358" + "plane" "(3439 -6704 12) (3439 -6840 12) (3439 -6840 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21357" + "plane" "(3443 -6704 -20) (3443 -6840 -20) (3443 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21356" + "plane" "(3443 -6704 12) (3439 -6704 12) (3439 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21355" + "plane" "(3443 -6840 -20) (3439 -6840 -20) (3439 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 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" "61766" + side + { + "id" "21366" + "plane" "(3439 -6568 12) (3443 -6568 12) (3443 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21365" + "plane" "(3439 -6704 -20) (3443 -6704 -20) (3443 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21364" + "plane" "(3439 -6568 12) (3439 -6704 12) (3439 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21363" + "plane" "(3443 -6568 -20) (3443 -6704 -20) (3443 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21362" + "plane" "(3443 -6568 12) (3439 -6568 12) (3439 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21361" + "plane" "(3443 -6704 -20) (3439 -6704 -20) (3439 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 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" "61807" + side + { + "id" "21372" + "plane" "(3439 -6704 12) (3575 -6704 12) (3575 -6708 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21371" + "plane" "(3439 -6708 -20) (3575 -6708 -20) (3575 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21370" + "plane" "(3439 -6704 12) (3439 -6708 12) (3439 -6708 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21369" + "plane" "(3575 -6704 -20) (3575 -6708 -20) (3575 -6708 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21368" + "plane" "(3575 -6704 12) (3439 -6704 12) (3439 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21367" + "plane" "(3575 -6708 -20) (3439 -6708 -20) (3439 -6708 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 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" "61768" + side + { + "id" "21378" + "plane" "(3439 -6700 12) (3575 -6700 12) (3575 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21377" + "plane" "(3439 -6704 -20) (3575 -6704 -20) (3575 -6700 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21376" + "plane" "(3439 -6700 12) (3439 -6704 12) (3439 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21375" + "plane" "(3575 -6700 -20) (3575 -6704 -20) (3575 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21374" + "plane" "(3575 -6700 12) (3439 -6700 12) (3439 -6700 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21373" + "plane" "(3575 -6704 -20) (3439 -6704 -20) (3439 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 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" "61767" + side + { + "id" "21384" + "plane" "(3439 -6568 12) (3575 -6568 12) (3575 -6572 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21383" + "plane" "(3439 -6572 -20) (3575 -6572 -20) (3575 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21382" + "plane" "(3439 -6568 12) (3439 -6572 12) (3439 -6572 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21381" + "plane" "(3575 -6568 -20) (3575 -6572 -20) (3575 -6572 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21380" + "plane" "(3575 -6568 12) (3439 -6568 12) (3439 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21379" + "plane" "(3575 -6572 -20) (3439 -6572 -20) (3439 -6572 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 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" "61753" + side + { + "id" "21390" + "plane" "(3303 -6568 12) (3439 -6568 12) (3439 -6572 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21389" + "plane" "(3303 -6572 -20) (3439 -6572 -20) (3439 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21388" + "plane" "(3303 -6568 12) (3303 -6572 12) (3303 -6572 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21387" + "plane" "(3439 -6568 -20) (3439 -6572 -20) (3439 -6572 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21386" + "plane" "(3439 -6568 12) (3303 -6568 12) (3303 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21385" + "plane" "(3439 -6572 -20) (3303 -6572 -20) (3303 -6572 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "61750" + side + { + "id" "21396" + "plane" "(3303 -6568 12) (3307 -6568 12) (3307 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21395" + "plane" "(3303 -6704 -20) (3307 -6704 -20) (3307 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21394" + "plane" "(3303 -6568 12) (3303 -6704 12) (3303 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21393" + "plane" "(3307 -6568 -20) (3307 -6704 -20) (3307 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21392" + "plane" "(3307 -6568 12) (3303 -6568 12) (3303 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21391" + "plane" "(3307 -6704 -20) (3303 -6704 -20) (3303 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "61830" + side + { + "id" "21402" + "plane" "(3303 -6704 12) (3307 -6704 12) (3307 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21401" + "plane" "(3303 -6840 -20) (3307 -6840 -20) (3307 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21400" + "plane" "(3303 -6704 12) (3303 -6840 12) (3303 -6840 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21399" + "plane" "(3307 -6704 -20) (3307 -6840 -20) (3307 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21398" + "plane" "(3307 -6704 12) (3303 -6704 12) (3303 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21397" + "plane" "(3307 -6840 -20) (3303 -6840 -20) (3303 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "61832" + side + { + "id" "21408" + "plane" "(3303 -6836 12) (3439 -6836 12) (3439 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21407" + "plane" "(3303 -6840 -20) (3439 -6840 -20) (3439 -6836 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21406" + "plane" "(3303 -6836 12) (3303 -6840 12) (3303 -6840 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21405" + "plane" "(3439 -6836 -20) (3439 -6840 -20) (3439 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21404" + "plane" "(3439 -6836 12) (3303 -6836 12) (3303 -6836 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21403" + "plane" "(3439 -6840 -20) (3303 -6840 -20) (3303 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "61808" + side + { + "id" "21414" + "plane" "(3439 -6836 12) (3575 -6836 12) (3575 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21413" + "plane" "(3439 -6840 -20) (3575 -6840 -20) (3575 -6836 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21412" + "plane" "(3439 -6836 12) (3439 -6840 12) (3439 -6840 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21411" + "plane" "(3575 -6836 -20) (3575 -6840 -20) (3575 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21410" + "plane" "(3575 -6836 12) (3439 -6836 12) (3439 -6836 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21409" + "plane" "(3575 -6840 -20) (3439 -6840 -20) (3439 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 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" "61809" + side + { + "id" "21420" + "plane" "(3571 -6704 12) (3575 -6704 12) (3575 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21419" + "plane" "(3571 -6840 -20) (3575 -6840 -20) (3575 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21418" + "plane" "(3571 -6704 12) (3571 -6840 12) (3571 -6840 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21417" + "plane" "(3575 -6704 -20) (3575 -6840 -20) (3575 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21416" + "plane" "(3575 -6704 12) (3571 -6704 12) (3571 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21415" + "plane" "(3575 -6840 -20) (3571 -6840 -20) (3571 -6840 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 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" "61769" + side + { + "id" "21426" + "plane" "(3571 -6568 12) (3575 -6568 12) (3575 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21425" + "plane" "(3571 -6704 -20) (3575 -6704 -20) (3575 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21424" + "plane" "(3571 -6568 12) (3571 -6704 12) (3571 -6704 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21423" + "plane" "(3575 -6568 -20) (3575 -6704 -20) (3575 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21422" + "plane" "(3575 -6568 12) (3571 -6568 12) (3571 -6568 -20)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21421" + "plane" "(3575 -6704 -20) (3571 -6704 -20) (3571 -6704 12)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -204] 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 4000]" + } +} +entity +{ + "id" "182234" + "classname" "func_detail" + solid + { + "id" "79879" + side + { + "id" "21528" + "plane" "(3571 -6692 256) (3843 -6692 256) (3843 -6716 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21527" + "plane" "(3571 -6716 224) (3843 -6716 224) (3843 -6692 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21526" + "plane" "(3571 -6692 256) (3571 -6716 256) (3571 -6716 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21525" + "plane" "(3843 -6692 224) (3843 -6716 224) (3843 -6716 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21524" + "plane" "(3843 -6692 256) (3571 -6692 256) (3571 -6692 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21523" + "plane" "(3843 -6716 224) (3571 -6716 224) (3571 -6716 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "62504" + side + { + "id" "21534" + "plane" "(3303 -6568 260) (3575 -6568 260) (3575 -6840 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21533" + "plane" "(3303 -6840 256) (3575 -6840 256) (3575 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21532" + "plane" "(3303 -6568 260) (3303 -6840 260) (3303 -6840 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21531" + "plane" "(3575 -6568 256) (3575 -6840 256) (3575 -6840 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21530" + "plane" "(3575 -6568 260) (3303 -6568 260) (3303 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21529" + "plane" "(3575 -6840 256) (3303 -6840 256) (3303 -6840 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -172] 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" "62286" + side + { + "id" "21540" + "plane" "(3575 -6836 224) (3439 -6836 224) (3439 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21539" + "plane" "(3575 -6840 256) (3439 -6840 256) (3439 -6836 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21538" + "plane" "(3575 -6836 224) (3575 -6840 224) (3575 -6840 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21537" + "plane" "(3439 -6836 256) (3439 -6840 256) (3439 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21536" + "plane" "(3439 -6836 224) (3575 -6836 224) (3575 -6836 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21535" + "plane" "(3439 -6840 256) (3575 -6840 256) (3575 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62288" + side + { + "id" "21546" + "plane" "(3439 -6836 224) (3303 -6836 224) (3303 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21545" + "plane" "(3439 -6840 256) (3303 -6840 256) (3303 -6836 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21544" + "plane" "(3439 -6836 224) (3439 -6840 224) (3439 -6840 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21543" + "plane" "(3303 -6836 256) (3303 -6840 256) (3303 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21542" + "plane" "(3303 -6836 224) (3439 -6836 224) (3439 -6836 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21541" + "plane" "(3303 -6840 256) (3439 -6840 256) (3439 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62294" + side + { + "id" "21552" + "plane" "(3307 -6704 224) (3303 -6704 224) (3303 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21551" + "plane" "(3307 -6840 256) (3303 -6840 256) (3303 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21550" + "plane" "(3307 -6704 224) (3307 -6840 224) (3307 -6840 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21549" + "plane" "(3303 -6704 256) (3303 -6840 256) (3303 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21548" + "plane" "(3303 -6704 224) (3307 -6704 224) (3307 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21547" + "plane" "(3303 -6840 256) (3307 -6840 256) (3307 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62300" + side + { + "id" "21558" + "plane" "(3307 -6568 224) (3303 -6568 224) (3303 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21557" + "plane" "(3307 -6704 256) (3303 -6704 256) (3303 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21556" + "plane" "(3307 -6568 224) (3307 -6704 224) (3307 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21555" + "plane" "(3303 -6568 256) (3303 -6704 256) (3303 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21554" + "plane" "(3303 -6568 224) (3307 -6568 224) (3307 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21553" + "plane" "(3303 -6704 256) (3307 -6704 256) (3307 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62302" + side + { + "id" "21564" + "plane" "(3439 -6568 224) (3303 -6568 224) (3303 -6572 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21563" + "plane" "(3439 -6572 256) (3303 -6572 256) (3303 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21562" + "plane" "(3439 -6568 224) (3439 -6572 224) (3439 -6572 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21561" + "plane" "(3303 -6568 256) (3303 -6572 256) (3303 -6572 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21560" + "plane" "(3303 -6568 224) (3439 -6568 224) (3439 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21559" + "plane" "(3303 -6572 256) (3439 -6572 256) (3439 -6572 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62303" + side + { + "id" "21570" + "plane" "(3575 -6568 224) (3439 -6568 224) (3439 -6572 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21569" + "plane" "(3575 -6572 256) (3439 -6572 256) (3439 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21568" + "plane" "(3575 -6568 224) (3575 -6572 224) (3575 -6572 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21567" + "plane" "(3439 -6568 256) (3439 -6572 256) (3439 -6572 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21566" + "plane" "(3439 -6568 224) (3575 -6568 224) (3575 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21565" + "plane" "(3439 -6572 256) (3575 -6572 256) (3575 -6572 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62306" + side + { + "id" "21576" + "plane" "(3575 -6568 224) (3571 -6568 224) (3571 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21575" + "plane" "(3575 -6704 256) (3571 -6704 256) (3571 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21574" + "plane" "(3575 -6568 224) (3575 -6704 224) (3575 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21573" + "plane" "(3571 -6568 256) (3571 -6704 256) (3571 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21572" + "plane" "(3571 -6568 224) (3575 -6568 224) (3575 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21571" + "plane" "(3571 -6704 256) (3575 -6704 256) (3575 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62284" + side + { + "id" "21582" + "plane" "(3575 -6704 224) (3571 -6704 224) (3571 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21581" + "plane" "(3575 -6840 256) (3571 -6840 256) (3571 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21580" + "plane" "(3575 -6704 224) (3575 -6840 224) (3575 -6840 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21579" + "plane" "(3571 -6704 256) (3571 -6840 256) (3571 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21578" + "plane" "(3571 -6704 224) (3575 -6704 224) (3575 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21577" + "plane" "(3571 -6840 256) (3575 -6840 256) (3575 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "137185" + side + { + "id" "21588" + "plane" "(3308 -6596 270.8) (3388 -6596 270.8) (3388 -6664 270.8)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21587" + "plane" "(3308 -6664 260) (3388 -6664 260) (3388 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21586" + "plane" "(3308 -6596 270.8) (3308 -6664 270.8) (3308 -6664 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21585" + "plane" "(3388 -6596 260) (3388 -6664 260) (3388 -6664 270.8)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21584" + "plane" "(3388 -6596 270.8) (3308 -6596 270.8) (3308 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21583" + "plane" "(3388 -6664 260) (3308 -6664 260) (3308 -6664 270.8)" + "material" "METAL/CITADEL_METALWALL077A" + "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" "137261" + side + { + "id" "21594" + "plane" "(3308 -6596 281.6) (3373.88 -6596 281.6) (3373.88 -6664 281.6)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21593" + "plane" "(3308 -6664 260) (3373.88 -6664 260) (3373.88 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21592" + "plane" "(3308 -6596 281.6) (3308 -6664 281.6) (3308 -6664 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21591" + "plane" "(3373.88 -6596 260) (3373.88 -6664 260) (3373.88 -6664 281.6)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21590" + "plane" "(3373.88 -6596 281.6) (3308 -6596 281.6) (3308 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21589" + "plane" "(3373.88 -6664 260) (3308 -6664 260) (3308 -6664 281.6)" + "material" "METAL/CITADEL_METALWALL077A" + "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" "137266" + side + { + "id" "21600" + "plane" "(3308 -6596 292.4) (3359.76 -6596 292.4) (3359.76 -6664 292.4)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21599" + "plane" "(3308 -6664 260) (3359.76 -6664 260) (3359.76 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21598" + "plane" "(3308 -6596 292.4) (3308 -6664 292.4) (3308 -6664 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21597" + "plane" "(3359.76 -6596 260) (3359.76 -6664 260) (3359.76 -6664 292.4)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21596" + "plane" "(3359.76 -6596 292.4) (3308 -6596 292.4) (3308 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21595" + "plane" "(3359.76 -6664 260) (3308 -6664 260) (3308 -6664 292.4)" + "material" "METAL/CITADEL_METALWALL077A" + "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" "137270" + side + { + "id" "21606" + "plane" "(3308 -6596 303.2) (3345.65 -6596 303.2) (3345.65 -6664 303.2)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21605" + "plane" "(3308 -6664 260) (3345.65 -6664 260) (3345.65 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21604" + "plane" "(3308 -6596 303.2) (3308 -6664 303.2) (3308 -6664 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21603" + "plane" "(3345.65 -6596 260) (3345.65 -6664 260) (3345.65 -6664 303.2)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21602" + "plane" "(3345.65 -6596 303.2) (3308 -6596 303.2) (3308 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21601" + "plane" "(3345.65 -6664 260) (3308 -6664 260) (3308 -6664 303.2)" + "material" "METAL/CITADEL_METALWALL077A" + "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" "137275" + side + { + "id" "21612" + "plane" "(3308 -6596 314) (3331.53 -6596 314) (3331.53 -6664 314)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21611" + "plane" "(3308 -6664 260) (3331.53 -6664 260) (3331.53 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21610" + "plane" "(3308 -6596 314) (3308 -6664 314) (3308 -6664 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21609" + "plane" "(3331.53 -6596 260) (3331.53 -6664 260) (3331.53 -6664 314)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21608" + "plane" "(3331.53 -6596 314) (3308 -6596 314) (3308 -6596 260)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21607" + "plane" "(3331.53 -6664 260) (3308 -6664 260) (3308 -6664 314)" + "material" "METAL/CITADEL_METALWALL077A" + "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" "62289" + side + { + "id" "1954" + "plane" "(3439 -6704 224) (3435 -6704 224) (3435 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1955" + "plane" "(3439 -6840 256) (3435 -6840 256) (3435 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1956" + "plane" "(3439 -6704 224) (3439 -6840 224) (3439 -6840 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1957" + "plane" "(3435 -6704 256) (3435 -6840 256) (3435 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1958" + "plane" "(3435 -6704 224) (3439 -6704 224) (3439 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1959" + "plane" "(3435 -6840 256) (3439 -6840 256) (3439 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62295" + side + { + "id" "1966" + "plane" "(3439 -6700 224) (3303 -6700 224) (3303 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1967" + "plane" "(3439 -6704 256) (3303 -6704 256) (3303 -6700 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1968" + "plane" "(3439 -6700 224) (3439 -6704 224) (3439 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1969" + "plane" "(3303 -6700 256) (3303 -6704 256) (3303 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1970" + "plane" "(3303 -6700 224) (3439 -6700 224) (3439 -6700 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1971" + "plane" "(3303 -6704 256) (3439 -6704 256) (3439 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62305" + side + { + "id" "2002" + "plane" "(3439 -6568 224) (3435 -6568 224) (3435 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2003" + "plane" "(3439 -6704 256) (3435 -6704 256) (3435 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2004" + "plane" "(3439 -6568 224) (3439 -6704 224) (3439 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2005" + "plane" "(3435 -6568 256) (3435 -6704 256) (3435 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2006" + "plane" "(3435 -6568 224) (3439 -6568 224) (3439 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2007" + "plane" "(3435 -6704 256) (3439 -6704 256) (3439 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62307" + side + { + "id" "2014" + "plane" "(3575 -6700 224) (3439 -6700 224) (3439 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2015" + "plane" "(3575 -6704 256) (3439 -6704 256) (3439 -6700 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2016" + "plane" "(3575 -6700 224) (3575 -6704 224) (3575 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2017" + "plane" "(3439 -6700 256) (3439 -6704 256) (3439 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2018" + "plane" "(3439 -6700 224) (3575 -6700 224) (3575 -6700 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2019" + "plane" "(3439 -6704 256) (3575 -6704 256) (3575 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62285" + side + { + "id" "1930" + "plane" "(3575 -6704 224) (3439 -6704 224) (3439 -6708 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1931" + "plane" "(3575 -6708 256) (3439 -6708 256) (3439 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1932" + "plane" "(3575 -6704 224) (3575 -6708 224) (3575 -6708 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1933" + "plane" "(3439 -6704 256) (3439 -6708 256) (3439 -6708 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1934" + "plane" "(3439 -6704 224) (3575 -6704 224) (3575 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1935" + "plane" "(3439 -6708 256) (3575 -6708 256) (3575 -6708 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62287" + side + { + "id" "1942" + "plane" "(3443 -6704 224) (3439 -6704 224) (3439 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1943" + "plane" "(3443 -6840 256) (3439 -6840 256) (3439 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1944" + "plane" "(3443 -6704 224) (3443 -6840 224) (3443 -6840 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1945" + "plane" "(3439 -6704 256) (3439 -6840 256) (3439 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1946" + "plane" "(3439 -6704 224) (3443 -6704 224) (3443 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1947" + "plane" "(3439 -6840 256) (3443 -6840 256) (3443 -6840 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62304" + side + { + "id" "1996" + "plane" "(3443 -6568 224) (3439 -6568 224) (3439 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1997" + "plane" "(3443 -6704 256) (3439 -6704 256) (3439 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 -1 0 -304] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1998" + "plane" "(3443 -6568 224) (3443 -6704 224) (3443 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1999" + "plane" "(3439 -6568 256) (3439 -6704 256) (3439 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 304] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2000" + "plane" "(3439 -6568 224) (3443 -6568 224) (3443 -6568 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2001" + "plane" "(3439 -6704 256) (3443 -6704 256) (3443 -6704 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 204] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62301" + side + { + "id" "1978" + "plane" "(3439 -6704 224) (3303 -6704 224) (3303 -6708 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1979" + "plane" "(3439 -6708 256) (3303 -6708 256) (3303 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 -1 0 -336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1980" + "plane" "(3439 -6704 224) (3439 -6708 224) (3439 -6708 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1981" + "plane" "(3303 -6704 256) (3303 -6708 256) (3303 -6708 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 336] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1982" + "plane" "(3303 -6704 224) (3439 -6704 224) (3439 -6704 256)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1983" + "plane" "(3303 -6708 256) (3439 -6708 256) (3439 -6708 224)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-1 0 0 172] 0.25" + "vaxis" "[0 0 1 -432] 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 5000]" + } +} +entity +{ + "id" "182287" + "classname" "func_detail" + solid + { + "id" "99298" + side + { + "id" "21618" + "plane" "(3934.35 -5236.23 413.423) (3662.81 -4964.74 413.423) (3674.14 -4953.39 413.423)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21617" + "plane" "(3945.67 -5224.89 407) (3674.14 -4953.39 407) (3662.81 -4964.74 407)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21616" + "plane" "(3934.35 -5236.23 407) (3662.81 -4964.73 407) (3662.81 -4964.73 413.422)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21615" + "plane" "(3674.14 -4953.39 407) (3945.67 -5224.89 407) (3945.67 -5224.89 413.422)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21614" + "plane" "(3662.82 -4964.73 407) (3674.14 -4953.39 407) (3674.14 -4953.39 413.422)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21613" + "plane" "(3945.67 -5224.89 407) (3934.35 -5236.23 407) (3934.35 -5236.23 413.422)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "99296" + side + { + "id" "21624" + "plane" "(3668.49 -4970.32 755.66) (3662.82 -4964.74 755.66) (3674.14 -4953.39 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21623" + "plane" "(3662.82 -4964.74 413.423) (3668.49 -4970.32 413.423) (3679.79 -4959.07 413.423)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21622" + "plane" "(3668.48 -4970.32 413.423) (3662.82 -4964.74 413.423) (3662.82 -4964.74 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21621" + "plane" "(3674.14 -4953.39 413.423) (3679.79 -4959.07 413.423) (3679.79 -4959.07 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21620" + "plane" "(3662.82 -4964.73 413.423) (3674.14 -4953.39 413.423) (3674.14 -4953.39 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21619" + "plane" "(3679.79 -4959.07 413.423) (3668.49 -4970.32 413.423) (3668.49 -4970.32 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "100233" + side + { + "id" "21630" + "plane" "(3908.76 -4995.94 344) (3873.15 -5029.25 344) (3896.68 -5054.51 344)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[-0.731772 -0.682441 0 18.8911] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21629" + "plane" "(3873.15 -5029.25 344) (3908.76 -4995.94 344) (3881.27 -5021.66 511.561)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.731772 0.682441 0 -18.8911] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21628" + "plane" "(3904.83 -5046.94 511.56) (3932.29 -5021.19 344) (3896.68 -5054.51 344)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.731772 0.682441 0 -18.8911] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21627" + "plane" "(3881.28 -5021.66 511.56) (3908.76 -4995.94 344) (3932.29 -5021.19 344)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21626" + "plane" "(3858.03 -5043.42 524.344) (3881.28 -5021.67 511.559) (3904.83 -5046.94 511.559)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[-0.731772 -0.682441 0 18.8911] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21625" + "plane" "(3881.58 -5068.69 524.346) (3896.68 -5054.51 344) (3873.15 -5029.25 344)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "99295" + side + { + "id" "21636" + "plane" "(3934.35 -5236.23 755.66) (3928.7 -5230.55 755.66) (3940 -5219.3 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21635" + "plane" "(3945.67 -5224.89 413.423) (3940 -5219.3 413.423) (3928.7 -5230.55 413.423)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21634" + "plane" "(3934.35 -5236.23 413.423) (3928.7 -5230.55 413.423) (3928.7 -5230.55 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21633" + "plane" "(3940.01 -5219.3 413.423) (3945.67 -5224.89 413.423) (3945.67 -5224.89 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21632" + "plane" "(3928.7 -5230.55 413.423) (3940.01 -5219.3 413.423) (3940.01 -5219.3 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21631" + "plane" "(3945.67 -5224.89 413.423) (3934.35 -5236.24 413.423) (3934.35 -5236.24 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "99294" + side + { + "id" "21642" + "plane" "(3934.35 -5224.93 755.66) (3674.14 -4964.7 755.66) (3679.79 -4959.07 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21641" + "plane" "(3940 -5219.3 413.423) (3679.79 -4959.07 413.423) (3674.14 -4964.7 413.423)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21640" + "plane" "(3934.35 -5224.93 413.423) (3674.14 -4964.7 413.423) (3674.14 -4964.7 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21639" + "plane" "(3679.79 -4959.07 413.423) (3940 -5219.3 413.423) (3940 -5219.3 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21638" + "plane" "(3674.14 -4964.7 413.423) (3679.79 -4959.07 413.423) (3679.79 -4959.07 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21637" + "plane" "(3940.01 -5219.3 413.423) (3934.35 -5224.93 413.423) (3934.35 -5224.93 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "99297" + side + { + "id" "21648" + "plane" "(3934.35 -5236.23 763) (3662.81 -4964.74 763) (3674.14 -4953.39 763)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21647" + "plane" "(3945.67 -5224.89 755.66) (3674.14 -4953.39 755.66) (3662.81 -4964.74 755.66)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0.707107 -0.707107 0 -274.509] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21646" + "plane" "(3934.35 -5236.23 755.66) (3662.81 -4964.73 755.66) (3662.81 -4964.73 763)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21645" + "plane" "(3674.14 -4953.39 755.66) (3945.67 -5224.89 755.66) (3945.67 -5224.89 763)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[-0.707107 0.707107 0 274.509] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21644" + "plane" "(3662.82 -4964.73 755.66) (3674.14 -4953.39 755.66) (3674.14 -4953.39 763)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21643" + "plane" "(3945.67 -5224.89 755.66) (3934.35 -5236.23 755.66) (3934.35 -5236.23 763)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.707107 0.707107 0 -285.863] 0.25" + "vaxis" "[0 0 -1 236] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "100235" + side + { + "id" "21654" + "plane" "(3881.27 -5021.66 511.56) (3873.92 -5028.49 556.475) (3854.59 -5046.53 566)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.731772 0.682441 0 -18.8911] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21653" + "plane" "(3878.11 -5071.88 566) (3897.5 -5053.78 556.442) (3904.82 -5046.92 511.525)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.731772 0.682441 0 -18.8911] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21652" + "plane" "(3854.59 -5046.53 566) (3873.92 -5028.49 556.472) (3897.5 -5053.78 556.441)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[-0.731772 -0.682441 0 18.8911] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21651" + "plane" "(3873.92 -5028.49 556.473) (3881.27 -5021.66 511.561) (3904.82 -5046.92 511.526)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21650" + "plane" "(3881.28 -5021.67 511.561) (3858.07 -5043.34 524.313) (3881.54 -5068.64 524.312)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[-0.731772 -0.682441 0 18.8911] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21649" + "plane" "(3878.11 -5071.88 566) (3881.54 -5068.64 524.311) (3858.07 -5043.33 524.311)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "100234" + side + { + "id" "21660" + "plane" "(3811.22 -5088.53 590.504) (3811.22 -5088.53 553.417) (3859.37 -5043.39 524.312)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.731772 0.682441 0 -18.8911] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21659" + "plane" "(3880.71 -5066.37 524.312) (3832.58 -5111.52 553.417) (3832.58 -5111.52 590.504)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.731772 0.682441 0 -18.8911] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21658" + "plane" "(3832.58 -5111.52 590.504) (3832.58 -5111.52 553.418) (3811.22 -5088.53 553.418)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[0 0 -1 160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21657" + "plane" "(3811.22 -5088.53 590.503) (3856.21 -5046.35 566.034) (3877.55 -5069.33 566.034)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[-0.731772 -0.682441 0 18.8911] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21656" + "plane" "(3859.37 -5043.39 524.313) (3811.22 -5088.53 553.418) (3832.58 -5111.52 553.419)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[-0.731772 -0.682441 0 18.8911] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21655" + "plane" "(3856.21 -5046.35 566.035) (3859.37 -5043.39 524.312) (3880.71 -5066.37 524.312)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0.682441 -0.731772 0 -227.009] 0.25" + "vaxis" "[0 0 -1 160] 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 5500]" + } +} +entity +{ + "id" "182289" + "classname" "func_detail" + solid + { + "id" "84850" + side + { + "id" "21666" + "plane" "(-725 -9548 -16) (-725 -5324 -16) (-277 -5324 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[1 0 0 -211.334] 0.9" + "vaxis" "[0 -1 0 -326.224] 0.9" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21665" + "plane" "(-725 -5324 -24) (-725 -9548 -24) (-277 -9548 -24)" + "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" "21664" + "plane" "(-725 -9548 -24) (-725 -5324 -24) (-725 -5324 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[0 1 0 302.115] 6.76563" + "vaxis" "[0 0 -1 0] 0.015625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21663" + "plane" "(-725 -5324 -24) (-277 -5324 -24) (-277 -5324 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[1 0 0 -160.247] 2.01563" + "vaxis" "[0 0 -1 0] 0.015625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21662" + "plane" "(-277 -9548 -24) (-725 -9548 -24) (-725 -9548 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[1 0 0 -160.247] 2.01563" + "vaxis" "[0 0 -1 0] 0.015625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21661" + "plane" "(-277 -5324 -24) (-277 -9548 -24) (-277 -9548 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[0 1 0 304] 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 6000]" + } +} +entity +{ + "id" "182291" + "classname" "func_detail" + solid + { + "id" "84848" + side + { + "id" "21672" + "plane" "(-149 -5324 -16) (299 -5324 -16) (299 -9548 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[1 0 0 -339.334] 0.9" + "vaxis" "[0 -1 0 -326.224] 0.9" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21671" + "plane" "(-149 -9548 -24) (299 -9548 -24) (299 -5324 -24)" + "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" "21670" + "plane" "(299 -5324 -24) (299 -9548 -24) (299 -9548 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[0 1 0 302.115] 6.76563" + "vaxis" "[0 0 -1 0] 0.015625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21669" + "plane" "(-149 -5324 -24) (299 -5324 -24) (299 -5324 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[1 0 0 -160.247] 2.01563" + "vaxis" "[0 0 -1 0] 0.015625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21668" + "plane" "(299 -9548 -24) (-149 -9548 -24) (-149 -9548 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[1 0 0 -160.247] 2.01563" + "vaxis" "[0 0 -1 0] 0.015625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21667" + "plane" "(-149 -9548 -24) (-149 -5324 -24) (-149 -5324 -16)" + "material" "CONCRETE/CONCRETEFLOOR033K" + "uaxis" "[0 1 0 304] 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 6500]" + } +} +entity +{ + "id" "182295" + "classname" "func_detail" + solid + { + "id" "92814" + side + { + "id" "21678" + "plane" "(3179 -9101 387) (3723 -9101 387) (3723 -9917 387)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -92] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21677" + "plane" "(3179 -9917 379) (3723 -9917 379) (3723 -9101 379)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -92] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21676" + "plane" "(3179 -9101 387) (3179 -9917 387) (3179 -9917 379)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21675" + "plane" "(3723 -9101 379) (3723 -9917 379) (3723 -9917 387)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21674" + "plane" "(3723 -9101 387) (3179 -9101 387) (3179 -9101 379)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -92] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21673" + "plane" "(3723 -9917 379) (3179 -9917 379) (3179 -9917 387)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -92] 0.25" + "vaxis" "[0 0 -1 -68] 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 7000]" + } +} +entity +{ + "id" "182301" + "classname" "func_detail" + solid + { + "id" "87216" + side + { + "id" "21684" + "plane" "(3179 -9621 13) (3179 -9637 13) (3183 -9637 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21683" + "plane" "(3179 -9637 211) (3179 -9637 13) (3179 -9621 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21682" + "plane" "(3183 -9621 13) (3183 -9637 13) (3183 -9637 211)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21681" + "plane" "(3183 -9637 211) (3183 -9637 13) (3179 -9637 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21680" + "plane" "(3179 -9621 211) (3179 -9621 13) (3183 -9621 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -60] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21679" + "plane" "(3179 -9637 211) (3179 -9621 211) (3183 -9621 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87215" + side + { + "id" "21690" + "plane" "(3179 -9637 227) (3179 -9637 211) (3179 -9621 211)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21689" + "plane" "(3183 -9637 211) (3183 -9637 227) (3183 -9621 227)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21688" + "plane" "(3183 -9637 227) (3183 -9637 211) (3179 -9637 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21687" + "plane" "(3179 -9637 227) (3179 -9621 227) (3183 -9621 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21686" + "plane" "(3179 -9621 227) (3179 -9621 211) (3183 -9621 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21685" + "plane" "(3179 -9621 211) (3179 -9637 211) (3183 -9637 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87213" + side + { + "id" "21696" + "plane" "(3179 -9397 211) (3179 -9397 227) (3179 -9621 227)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21695" + "plane" "(3183 -9621 211) (3183 -9621 227) (3183 -9397 227)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21694" + "plane" "(3179 -9621 227) (3179 -9397 227) (3183 -9397 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21693" + "plane" "(3183 -9621 227) (3183 -9621 211) (3179 -9621 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21692" + "plane" "(3179 -9397 227) (3179 -9397 211) (3183 -9397 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21691" + "plane" "(3179 -9397 211) (3179 -9621 211) (3183 -9621 211)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -60] 0.25" + "vaxis" "[0 -1 0 -156] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87211" + side + { + "id" "21702" + "plane" "(3179 -9381 211) (3179 -9381 227) (3179 -9397 227)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21701" + "plane" "(3183 -9381 227) (3183 -9381 211) (3183 -9397 211)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21700" + "plane" "(3179 -9381 227) (3179 -9381 211) (3183 -9381 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21699" + "plane" "(3179 -9397 227) (3179 -9381 227) (3183 -9381 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21698" + "plane" "(3183 -9397 227) (3183 -9397 211) (3179 -9397 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21697" + "plane" "(3179 -9381 211) (3179 -9397 211) (3183 -9397 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87212" + side + { + "id" "21708" + "plane" "(3179 -9381 13) (3179 -9397 13) (3183 -9397 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21707" + "plane" "(3179 -9397 13) (3179 -9381 13) (3179 -9381 211)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21706" + "plane" "(3183 -9381 211) (3183 -9381 13) (3183 -9397 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21705" + "plane" "(3179 -9381 211) (3179 -9381 13) (3183 -9381 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21704" + "plane" "(3183 -9397 211) (3183 -9397 13) (3179 -9397 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -60] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21703" + "plane" "(3179 -9397 211) (3179 -9381 211) (3183 -9381 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 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 7500]" + } +} +entity +{ + "id" "182322" + "classname" "func_detail" + solid + { + "id" "86660" + side + { + "id" "21714" + "plane" "(3179 -9509 13) (3183 -9509 13) (3183 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21713" + "plane" "(3179 -9645 -19) (3183 -9645 -19) (3183 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21712" + "plane" "(3179 -9509 13) (3179 -9645 13) (3179 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21711" + "plane" "(3183 -9509 -19) (3183 -9645 -19) (3183 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21710" + "plane" "(3183 -9509 13) (3179 -9509 13) (3179 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21709" + "plane" "(3183 -9645 -19) (3179 -9645 -19) (3179 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86595" + side + { + "id" "21720" + "plane" "(3179 -9645 13) (3183 -9645 13) (3183 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21719" + "plane" "(3179 -9781 -19) (3183 -9781 -19) (3183 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21718" + "plane" "(3179 -9645 13) (3179 -9781 13) (3179 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21717" + "plane" "(3183 -9645 -19) (3183 -9781 -19) (3183 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21716" + "plane" "(3183 -9645 13) (3179 -9645 13) (3179 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21715" + "plane" "(3183 -9781 -19) (3179 -9781 -19) (3179 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86596" + side + { + "id" "21726" + "plane" "(3179 -9781 13) (3183 -9781 13) (3183 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21725" + "plane" "(3179 -9917 -19) (3183 -9917 -19) (3183 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21724" + "plane" "(3179 -9781 13) (3179 -9917 13) (3179 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21723" + "plane" "(3183 -9781 -19) (3183 -9917 -19) (3183 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21722" + "plane" "(3183 -9781 13) (3179 -9781 13) (3179 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21721" + "plane" "(3183 -9917 -19) (3179 -9917 -19) (3179 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86602" + side + { + "id" "21732" + "plane" "(3179 -9913 13) (3315 -9913 13) (3315 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21731" + "plane" "(3179 -9917 -19) (3315 -9917 -19) (3315 -9913 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21730" + "plane" "(3179 -9913 13) (3179 -9917 13) (3179 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21729" + "plane" "(3315 -9913 -19) (3315 -9917 -19) (3315 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21728" + "plane" "(3315 -9913 13) (3179 -9913 13) (3179 -9913 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21727" + "plane" "(3315 -9917 -19) (3179 -9917 -19) (3179 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86601" + side + { + "id" "21738" + "plane" "(3315 -9913 13) (3451 -9913 13) (3451 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21737" + "plane" "(3315 -9917 -19) (3451 -9917 -19) (3451 -9913 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21736" + "plane" "(3315 -9913 13) (3315 -9917 13) (3315 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21735" + "plane" "(3451 -9913 -19) (3451 -9917 -19) (3451 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21734" + "plane" "(3451 -9913 13) (3315 -9913 13) (3315 -9913 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21733" + "plane" "(3451 -9917 -19) (3315 -9917 -19) (3315 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86474" + side + { + "id" "21744" + "plane" "(3451 -9913 13) (3587 -9913 13) (3587 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21743" + "plane" "(3451 -9917 -19) (3587 -9917 -19) (3587 -9913 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21742" + "plane" "(3451 -9913 13) (3451 -9917 13) (3451 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21741" + "plane" "(3587 -9913 -19) (3587 -9917 -19) (3587 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21740" + "plane" "(3587 -9913 13) (3451 -9913 13) (3451 -9913 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21739" + "plane" "(3587 -9917 -19) (3451 -9917 -19) (3451 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86473" + side + { + "id" "21750" + "plane" "(3587 -9913 13) (3723 -9913 13) (3723 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21749" + "plane" "(3587 -9917 -19) (3723 -9917 -19) (3723 -9913 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21748" + "plane" "(3587 -9913 13) (3587 -9917 13) (3587 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21747" + "plane" "(3723 -9913 -19) (3723 -9917 -19) (3723 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21746" + "plane" "(3723 -9913 13) (3587 -9913 13) (3587 -9913 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21745" + "plane" "(3723 -9917 -19) (3587 -9917 -19) (3587 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86472" + side + { + "id" "21756" + "plane" "(3719 -9781 13) (3723 -9781 13) (3723 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21755" + "plane" "(3719 -9917 -19) (3723 -9917 -19) (3723 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21754" + "plane" "(3719 -9781 13) (3719 -9917 13) (3719 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21753" + "plane" "(3723 -9781 -19) (3723 -9917 -19) (3723 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21752" + "plane" "(3723 -9781 13) (3719 -9781 13) (3719 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21751" + "plane" "(3723 -9917 -19) (3719 -9917 -19) (3719 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86471" + side + { + "id" "21762" + "plane" "(3719 -9645 13) (3723 -9645 13) (3723 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21761" + "plane" "(3719 -9781 -19) (3723 -9781 -19) (3723 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21760" + "plane" "(3719 -9645 13) (3719 -9781 13) (3719 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21759" + "plane" "(3723 -9645 -19) (3723 -9781 -19) (3723 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21758" + "plane" "(3723 -9645 13) (3719 -9645 13) (3719 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21757" + "plane" "(3723 -9781 -19) (3719 -9781 -19) (3719 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86376" + side + { + "id" "21768" + "plane" "(3719 -9509 13) (3723 -9509 13) (3723 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21767" + "plane" "(3719 -9645 -19) (3723 -9645 -19) (3723 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21766" + "plane" "(3719 -9509 13) (3719 -9645 13) (3719 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21765" + "plane" "(3723 -9509 -19) (3723 -9645 -19) (3723 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21764" + "plane" "(3723 -9509 13) (3719 -9509 13) (3719 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21763" + "plane" "(3723 -9645 -19) (3719 -9645 -19) (3719 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86375" + side + { + "id" "21774" + "plane" "(3719 -9373 13) (3723 -9373 13) (3723 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21773" + "plane" "(3719 -9509 -19) (3723 -9509 -19) (3723 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21772" + "plane" "(3719 -9373 13) (3719 -9509 13) (3719 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21771" + "plane" "(3723 -9373 -19) (3723 -9509 -19) (3723 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21770" + "plane" "(3723 -9373 13) (3719 -9373 13) (3719 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21769" + "plane" "(3723 -9509 -19) (3719 -9509 -19) (3719 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86172" + side + { + "id" "21780" + "plane" "(3719 -9237 13) (3723 -9237 13) (3723 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21779" + "plane" "(3719 -9373 -19) (3723 -9373 -19) (3723 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21778" + "plane" "(3719 -9237 13) (3719 -9373 13) (3719 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21777" + "plane" "(3723 -9237 -19) (3723 -9373 -19) (3723 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21776" + "plane" "(3723 -9237 13) (3719 -9237 13) (3719 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21775" + "plane" "(3723 -9373 -19) (3719 -9373 -19) (3719 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86171" + side + { + "id" "21786" + "plane" "(3719 -9101 13) (3723 -9101 13) (3723 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21785" + "plane" "(3719 -9237 -19) (3723 -9237 -19) (3723 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21784" + "plane" "(3719 -9101 13) (3719 -9237 13) (3719 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21783" + "plane" "(3723 -9101 -19) (3723 -9237 -19) (3723 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21782" + "plane" "(3723 -9101 13) (3719 -9101 13) (3719 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21781" + "plane" "(3723 -9237 -19) (3719 -9237 -19) (3719 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86170" + side + { + "id" "21792" + "plane" "(3587 -9101 13) (3723 -9101 13) (3723 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21791" + "plane" "(3587 -9105 -19) (3723 -9105 -19) (3723 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21790" + "plane" "(3587 -9101 13) (3587 -9105 13) (3587 -9105 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21789" + "plane" "(3723 -9101 -19) (3723 -9105 -19) (3723 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21788" + "plane" "(3723 -9101 13) (3587 -9101 13) (3587 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21787" + "plane" "(3723 -9105 -19) (3587 -9105 -19) (3587 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86169" + side + { + "id" "21798" + "plane" "(3451 -9101 13) (3587 -9101 13) (3587 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21797" + "plane" "(3451 -9105 -19) (3587 -9105 -19) (3587 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21796" + "plane" "(3451 -9101 13) (3451 -9105 13) (3451 -9105 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21795" + "plane" "(3587 -9101 -19) (3587 -9105 -19) (3587 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21794" + "plane" "(3587 -9101 13) (3451 -9101 13) (3451 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21793" + "plane" "(3587 -9105 -19) (3451 -9105 -19) (3451 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86726" + side + { + "id" "21804" + "plane" "(3315 -9101 13) (3451 -9101 13) (3451 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21803" + "plane" "(3315 -9105 -19) (3451 -9105 -19) (3451 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21802" + "plane" "(3315 -9101 13) (3315 -9105 13) (3315 -9105 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21801" + "plane" "(3451 -9101 -19) (3451 -9105 -19) (3451 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21800" + "plane" "(3451 -9101 13) (3315 -9101 13) (3315 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21799" + "plane" "(3451 -9105 -19) (3315 -9105 -19) (3315 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86725" + side + { + "id" "21810" + "plane" "(3179 -9101 13) (3315 -9101 13) (3315 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21809" + "plane" "(3179 -9105 -19) (3315 -9105 -19) (3315 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21808" + "plane" "(3179 -9101 13) (3179 -9105 13) (3179 -9105 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21807" + "plane" "(3315 -9101 -19) (3315 -9105 -19) (3315 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21806" + "plane" "(3315 -9101 13) (3179 -9101 13) (3179 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21805" + "plane" "(3315 -9105 -19) (3179 -9105 -19) (3179 -9105 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86723" + side + { + "id" "21816" + "plane" "(3179 -9101 13) (3183 -9101 13) (3183 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21815" + "plane" "(3179 -9237 -19) (3183 -9237 -19) (3183 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21814" + "plane" "(3179 -9101 13) (3179 -9237 13) (3179 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21813" + "plane" "(3183 -9101 -19) (3183 -9237 -19) (3183 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21812" + "plane" "(3183 -9101 13) (3179 -9101 13) (3179 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21811" + "plane" "(3183 -9237 -19) (3179 -9237 -19) (3179 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86724" + side + { + "id" "21822" + "plane" "(3179 -9237 13) (3183 -9237 13) (3183 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21821" + "plane" "(3179 -9373 -19) (3183 -9373 -19) (3183 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21820" + "plane" "(3179 -9237 13) (3179 -9373 13) (3179 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21819" + "plane" "(3183 -9237 -19) (3183 -9373 -19) (3183 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21818" + "plane" "(3183 -9237 13) (3179 -9237 13) (3179 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21817" + "plane" "(3183 -9373 -19) (3179 -9373 -19) (3179 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86659" + side + { + "id" "21828" + "plane" "(3179 -9373 13) (3183 -9373 13) (3183 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -60] 0.25" + "vaxis" "[0 -1 0 -156] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21827" + "plane" "(3179 -9509 -19) (3183 -9509 -19) (3183 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21826" + "plane" "(3179 -9373 13) (3179 -9509 13) (3179 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21825" + "plane" "(3183 -9373 -19) (3183 -9509 -19) (3183 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21824" + "plane" "(3183 -9373 13) (3179 -9373 13) (3179 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21823" + "plane" "(3183 -9509 -19) (3179 -9509 -19) (3179 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86177" + side + { + "id" "4032" + "plane" "(3583 -9237 13) (3587 -9237 13) (3587 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4033" + "plane" "(3583 -9373 -19) (3587 -9373 -19) (3587 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4034" + "plane" "(3583 -9237 13) (3583 -9373 13) (3583 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4035" + "plane" "(3587 -9237 -19) (3587 -9373 -19) (3587 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4036" + "plane" "(3587 -9237 13) (3583 -9237 13) (3583 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4037" + "plane" "(3587 -9373 -19) (3583 -9373 -19) (3583 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86178" + side + { + "id" "4038" + "plane" "(3583 -9101 13) (3587 -9101 13) (3587 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4039" + "plane" "(3583 -9237 -19) (3587 -9237 -19) (3587 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4040" + "plane" "(3583 -9101 13) (3583 -9237 13) (3583 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4041" + "plane" "(3587 -9101 -19) (3587 -9237 -19) (3587 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4042" + "plane" "(3587 -9101 13) (3583 -9101 13) (3583 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4043" + "plane" "(3587 -9237 -19) (3583 -9237 -19) (3583 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86176" + side + { + "id" "4026" + "plane" "(3587 -9233 13) (3723 -9233 13) (3723 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4027" + "plane" "(3587 -9237 -19) (3723 -9237 -19) (3723 -9233 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4028" + "plane" "(3587 -9233 13) (3587 -9237 13) (3587 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4029" + "plane" "(3723 -9233 -19) (3723 -9237 -19) (3723 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4030" + "plane" "(3723 -9233 13) (3587 -9233 13) (3587 -9233 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4031" + "plane" "(3723 -9237 -19) (3587 -9237 -19) (3587 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86175" + side + { + "id" "4020" + "plane" "(3451 -9233 13) (3587 -9233 13) (3587 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4021" + "plane" "(3451 -9237 -19) (3587 -9237 -19) (3587 -9233 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4022" + "plane" "(3451 -9233 13) (3451 -9237 13) (3451 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4023" + "plane" "(3587 -9233 -19) (3587 -9237 -19) (3587 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4024" + "plane" "(3587 -9233 13) (3451 -9233 13) (3451 -9233 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4025" + "plane" "(3587 -9237 -19) (3451 -9237 -19) (3451 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86727" + side + { + "id" "4476" + "plane" "(3447 -9101 13) (3451 -9101 13) (3451 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4477" + "plane" "(3447 -9237 -19) (3451 -9237 -19) (3451 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4478" + "plane" "(3447 -9101 13) (3447 -9237 13) (3447 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4479" + "plane" "(3451 -9101 -19) (3451 -9237 -19) (3451 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4480" + "plane" "(3451 -9101 13) (3447 -9101 13) (3447 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4481" + "plane" "(3451 -9237 -19) (3447 -9237 -19) (3447 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86728" + side + { + "id" "4482" + "plane" "(3447 -9237 13) (3451 -9237 13) (3451 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4483" + "plane" "(3447 -9373 -19) (3451 -9373 -19) (3451 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4484" + "plane" "(3447 -9237 13) (3447 -9373 13) (3447 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4485" + "plane" "(3451 -9237 -19) (3451 -9373 -19) (3451 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4486" + "plane" "(3451 -9237 13) (3447 -9237 13) (3447 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4487" + "plane" "(3451 -9373 -19) (3447 -9373 -19) (3447 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86720" + side + { + "id" "4434" + "plane" "(3315 -9237 13) (3451 -9237 13) (3451 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4435" + "plane" "(3315 -9241 -19) (3451 -9241 -19) (3451 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4436" + "plane" "(3315 -9237 13) (3315 -9241 13) (3315 -9241 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4437" + "plane" "(3451 -9237 -19) (3451 -9241 -19) (3451 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4438" + "plane" "(3451 -9237 13) (3315 -9237 13) (3315 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4439" + "plane" "(3451 -9241 -19) (3315 -9241 -19) (3315 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86168" + side + { + "id" "3978" + "plane" "(3451 -9237 13) (3455 -9237 13) (3455 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3979" + "plane" "(3451 -9373 -19) (3455 -9373 -19) (3455 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3980" + "plane" "(3451 -9237 13) (3451 -9373 13) (3451 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3981" + "plane" "(3455 -9237 -19) (3455 -9373 -19) (3455 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3982" + "plane" "(3455 -9237 13) (3451 -9237 13) (3451 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3983" + "plane" "(3455 -9373 -19) (3451 -9373 -19) (3451 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86167" + side + { + "id" "3972" + "plane" "(3451 -9101 13) (3455 -9101 13) (3455 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3973" + "plane" "(3451 -9237 -19) (3455 -9237 -19) (3455 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3974" + "plane" "(3451 -9101 13) (3451 -9237 13) (3451 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3975" + "plane" "(3455 -9101 -19) (3455 -9237 -19) (3455 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3976" + "plane" "(3455 -9101 13) (3451 -9101 13) (3451 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3977" + "plane" "(3455 -9237 -19) (3451 -9237 -19) (3451 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86732" + side + { + "id" "4506" + "plane" "(3315 -9233 13) (3451 -9233 13) (3451 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4507" + "plane" "(3315 -9237 -19) (3451 -9237 -19) (3451 -9233 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4508" + "plane" "(3315 -9233 13) (3315 -9237 13) (3315 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4509" + "plane" "(3451 -9233 -19) (3451 -9237 -19) (3451 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4510" + "plane" "(3451 -9233 13) (3315 -9233 13) (3315 -9233 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4511" + "plane" "(3451 -9237 -19) (3315 -9237 -19) (3315 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86163" + side + { + "id" "3948" + "plane" "(3451 -9237 13) (3587 -9237 13) (3587 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3949" + "plane" "(3451 -9241 -19) (3587 -9241 -19) (3587 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3950" + "plane" "(3451 -9237 13) (3451 -9241 13) (3451 -9241 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3951" + "plane" "(3587 -9237 -19) (3587 -9241 -19) (3587 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3952" + "plane" "(3587 -9237 13) (3451 -9237 13) (3451 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3953" + "plane" "(3587 -9241 -19) (3451 -9241 -19) (3451 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86165" + side + { + "id" "3960" + "plane" "(3587 -9101 13) (3591 -9101 13) (3591 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3961" + "plane" "(3587 -9237 -19) (3591 -9237 -19) (3591 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3962" + "plane" "(3587 -9101 13) (3587 -9237 13) (3587 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3963" + "plane" "(3591 -9101 -19) (3591 -9237 -19) (3591 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3964" + "plane" "(3591 -9101 13) (3587 -9101 13) (3587 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3965" + "plane" "(3591 -9237 -19) (3587 -9237 -19) (3587 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86164" + side + { + "id" "3954" + "plane" "(3587 -9237 13) (3723 -9237 13) (3723 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3955" + "plane" "(3587 -9241 -19) (3723 -9241 -19) (3723 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3956" + "plane" "(3587 -9237 13) (3587 -9241 13) (3587 -9241 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3957" + "plane" "(3723 -9237 -19) (3723 -9241 -19) (3723 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3958" + "plane" "(3723 -9237 13) (3587 -9237 13) (3587 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3959" + "plane" "(3723 -9241 -19) (3587 -9241 -19) (3587 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86166" + side + { + "id" "3966" + "plane" "(3587 -9237 13) (3591 -9237 13) (3591 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3967" + "plane" "(3587 -9373 -19) (3591 -9373 -19) (3591 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3968" + "plane" "(3587 -9237 13) (3587 -9373 13) (3587 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3969" + "plane" "(3591 -9237 -19) (3591 -9373 -19) (3591 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3970" + "plane" "(3591 -9237 13) (3587 -9237 13) (3587 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3971" + "plane" "(3591 -9373 -19) (3587 -9373 -19) (3587 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86721" + side + { + "id" "4440" + "plane" "(3315 -9101 13) (3319 -9101 13) (3319 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4441" + "plane" "(3315 -9237 -19) (3319 -9237 -19) (3319 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4442" + "plane" "(3315 -9101 13) (3315 -9237 13) (3315 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4443" + "plane" "(3319 -9101 -19) (3319 -9237 -19) (3319 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4444" + "plane" "(3319 -9101 13) (3315 -9101 13) (3315 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4445" + "plane" "(3319 -9237 -19) (3315 -9237 -19) (3315 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86734" + side + { + "id" "4518" + "plane" "(3311 -9101 13) (3315 -9101 13) (3315 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4519" + "plane" "(3311 -9237 -19) (3315 -9237 -19) (3315 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4520" + "plane" "(3311 -9101 13) (3311 -9237 13) (3311 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4521" + "plane" "(3315 -9101 -19) (3315 -9237 -19) (3315 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4522" + "plane" "(3315 -9101 13) (3311 -9101 13) (3311 -9101 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4523" + "plane" "(3315 -9237 -19) (3311 -9237 -19) (3311 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86733" + side + { + "id" "4512" + "plane" "(3311 -9237 13) (3315 -9237 13) (3315 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4513" + "plane" "(3311 -9373 -19) (3315 -9373 -19) (3315 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4514" + "plane" "(3311 -9237 13) (3311 -9373 13) (3311 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4515" + "plane" "(3315 -9237 -19) (3315 -9373 -19) (3315 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4516" + "plane" "(3315 -9237 13) (3311 -9237 13) (3311 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4517" + "plane" "(3315 -9373 -19) (3311 -9373 -19) (3311 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86722" + side + { + "id" "4446" + "plane" "(3315 -9237 13) (3319 -9237 13) (3319 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4447" + "plane" "(3315 -9373 -19) (3319 -9373 -19) (3319 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4448" + "plane" "(3315 -9237 13) (3315 -9373 13) (3315 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4449" + "plane" "(3319 -9237 -19) (3319 -9373 -19) (3319 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4450" + "plane" "(3319 -9237 13) (3315 -9237 13) (3315 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4451" + "plane" "(3319 -9373 -19) (3315 -9373 -19) (3315 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86731" + side + { + "id" "4500" + "plane" "(3179 -9233 13) (3315 -9233 13) (3315 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4501" + "plane" "(3179 -9237 -19) (3315 -9237 -19) (3315 -9233 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -196] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4502" + "plane" "(3179 -9233 13) (3179 -9237 13) (3179 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4503" + "plane" "(3315 -9233 -19) (3315 -9237 -19) (3315 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 196] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4504" + "plane" "(3315 -9233 13) (3179 -9233 13) (3179 -9233 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4505" + "plane" "(3315 -9237 -19) (3179 -9237 -19) (3179 -9237 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86719" + side + { + "id" "4428" + "plane" "(3179 -9237 13) (3315 -9237 13) (3315 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4429" + "plane" "(3179 -9241 -19) (3315 -9241 -19) (3315 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4430" + "plane" "(3179 -9237 13) (3179 -9241 13) (3179 -9241 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4431" + "plane" "(3315 -9237 -19) (3315 -9241 -19) (3315 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4432" + "plane" "(3315 -9237 13) (3179 -9237 13) (3179 -9237 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4433" + "plane" "(3315 -9241 -19) (3179 -9241 -19) (3179 -9241 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86730" + side + { + "id" "4494" + "plane" "(3179 -9369 13) (3315 -9369 13) (3315 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4495" + "plane" "(3179 -9373 -19) (3315 -9373 -19) (3315 -9369 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4496" + "plane" "(3179 -9369 13) (3179 -9373 13) (3179 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4497" + "plane" "(3315 -9369 -19) (3315 -9373 -19) (3315 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4498" + "plane" "(3315 -9369 13) (3179 -9369 13) (3179 -9369 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4499" + "plane" "(3315 -9373 -19) (3179 -9373 -19) (3179 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86661" + side + { + "id" "4368" + "plane" "(3179 -9373 13) (3315 -9373 13) (3315 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4369" + "plane" "(3179 -9377 -19) (3315 -9377 -19) (3315 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4370" + "plane" "(3179 -9373 13) (3179 -9377 13) (3179 -9377 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4371" + "plane" "(3315 -9373 -19) (3315 -9377 -19) (3315 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4372" + "plane" "(3315 -9373 13) (3179 -9373 13) (3179 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4373" + "plane" "(3315 -9377 -19) (3179 -9377 -19) (3179 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86670" + side + { + "id" "4422" + "plane" "(3311 -9373 13) (3315 -9373 13) (3315 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4423" + "plane" "(3311 -9509 -19) (3315 -9509 -19) (3315 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4424" + "plane" "(3311 -9373 13) (3311 -9509 13) (3311 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4425" + "plane" "(3315 -9373 -19) (3315 -9509 -19) (3315 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4426" + "plane" "(3315 -9373 13) (3311 -9373 13) (3311 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4427" + "plane" "(3315 -9509 -19) (3311 -9509 -19) (3311 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86657" + side + { + "id" "4344" + "plane" "(3315 -9373 13) (3319 -9373 13) (3319 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4345" + "plane" "(3315 -9509 -19) (3319 -9509 -19) (3319 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4346" + "plane" "(3315 -9373 13) (3315 -9509 13) (3315 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4347" + "plane" "(3319 -9373 -19) (3319 -9509 -19) (3319 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4348" + "plane" "(3319 -9373 13) (3315 -9373 13) (3315 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4349" + "plane" "(3319 -9509 -19) (3315 -9509 -19) (3315 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86667" + side + { + "id" "4404" + "plane" "(3179 -9505 13) (3315 -9505 13) (3315 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4405" + "plane" "(3179 -9509 -19) (3315 -9509 -19) (3315 -9505 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4406" + "plane" "(3179 -9505 13) (3179 -9509 13) (3179 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4407" + "plane" "(3315 -9505 -19) (3315 -9509 -19) (3315 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4408" + "plane" "(3315 -9505 13) (3179 -9505 13) (3179 -9505 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4409" + "plane" "(3315 -9509 -19) (3179 -9509 -19) (3179 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86655" + side + { + "id" "4332" + "plane" "(3179 -9509 13) (3315 -9509 13) (3315 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4333" + "plane" "(3179 -9513 -19) (3315 -9513 -19) (3315 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4334" + "plane" "(3179 -9509 13) (3179 -9513 13) (3179 -9513 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4335" + "plane" "(3315 -9509 -19) (3315 -9513 -19) (3315 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4336" + "plane" "(3315 -9509 13) (3179 -9509 13) (3179 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4337" + "plane" "(3315 -9513 -19) (3179 -9513 -19) (3179 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86669" + side + { + "id" "4416" + "plane" "(3311 -9509 13) (3315 -9509 13) (3315 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4417" + "plane" "(3311 -9645 -19) (3315 -9645 -19) (3315 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4418" + "plane" "(3311 -9509 13) (3311 -9645 13) (3311 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4419" + "plane" "(3315 -9509 -19) (3315 -9645 -19) (3315 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4420" + "plane" "(3315 -9509 13) (3311 -9509 13) (3311 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4421" + "plane" "(3315 -9645 -19) (3311 -9645 -19) (3311 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86658" + side + { + "id" "4350" + "plane" "(3315 -9509 13) (3319 -9509 13) (3319 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4351" + "plane" "(3315 -9645 -19) (3319 -9645 -19) (3319 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4352" + "plane" "(3315 -9509 13) (3315 -9645 13) (3315 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4353" + "plane" "(3319 -9509 -19) (3319 -9645 -19) (3319 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4354" + "plane" "(3319 -9509 13) (3315 -9509 13) (3315 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4355" + "plane" "(3319 -9645 -19) (3315 -9645 -19) (3315 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86666" + side + { + "id" "4398" + "plane" "(3179 -9641 13) (3315 -9641 13) (3315 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4399" + "plane" "(3179 -9645 -19) (3315 -9645 -19) (3315 -9641 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4400" + "plane" "(3179 -9641 13) (3179 -9645 13) (3179 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4401" + "plane" "(3315 -9641 -19) (3315 -9645 -19) (3315 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4402" + "plane" "(3315 -9641 13) (3179 -9641 13) (3179 -9641 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4403" + "plane" "(3315 -9645 -19) (3179 -9645 -19) (3179 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86597" + side + { + "id" "4272" + "plane" "(3179 -9645 13) (3315 -9645 13) (3315 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4273" + "plane" "(3179 -9649 -19) (3315 -9649 -19) (3315 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4274" + "plane" "(3179 -9645 13) (3179 -9649 13) (3179 -9649 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4275" + "plane" "(3315 -9645 -19) (3315 -9649 -19) (3315 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4276" + "plane" "(3315 -9645 13) (3179 -9645 13) (3179 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4277" + "plane" "(3315 -9649 -19) (3179 -9649 -19) (3179 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86606" + side + { + "id" "4326" + "plane" "(3311 -9645 13) (3315 -9645 13) (3315 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4327" + "plane" "(3311 -9781 -19) (3315 -9781 -19) (3315 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4328" + "plane" "(3311 -9645 13) (3311 -9781 13) (3311 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4329" + "plane" "(3315 -9645 -19) (3315 -9781 -19) (3315 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4330" + "plane" "(3315 -9645 13) (3311 -9645 13) (3311 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4331" + "plane" "(3315 -9781 -19) (3311 -9781 -19) (3311 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86593" + side + { + "id" "4248" + "plane" "(3315 -9645 13) (3319 -9645 13) (3319 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4249" + "plane" "(3315 -9781 -19) (3319 -9781 -19) (3319 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4250" + "plane" "(3315 -9645 13) (3315 -9781 13) (3315 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4251" + "plane" "(3319 -9645 -19) (3319 -9781 -19) (3319 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4252" + "plane" "(3319 -9645 13) (3315 -9645 13) (3315 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4253" + "plane" "(3319 -9781 -19) (3315 -9781 -19) (3315 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86603" + side + { + "id" "4308" + "plane" "(3179 -9777 13) (3315 -9777 13) (3315 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4309" + "plane" "(3179 -9781 -19) (3315 -9781 -19) (3315 -9777 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4310" + "plane" "(3179 -9777 13) (3179 -9781 13) (3179 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4311" + "plane" "(3315 -9777 -19) (3315 -9781 -19) (3315 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4312" + "plane" "(3315 -9777 13) (3179 -9777 13) (3179 -9777 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4313" + "plane" "(3315 -9781 -19) (3179 -9781 -19) (3179 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86591" + side + { + "id" "4236" + "plane" "(3179 -9781 13) (3315 -9781 13) (3315 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4237" + "plane" "(3179 -9785 -19) (3315 -9785 -19) (3315 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4238" + "plane" "(3179 -9781 13) (3179 -9785 13) (3179 -9785 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4239" + "plane" "(3315 -9781 -19) (3315 -9785 -19) (3315 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4240" + "plane" "(3315 -9781 13) (3179 -9781 13) (3179 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4241" + "plane" "(3315 -9785 -19) (3179 -9785 -19) (3179 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86605" + side + { + "id" "4320" + "plane" "(3311 -9781 13) (3315 -9781 13) (3315 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4321" + "plane" "(3311 -9917 -19) (3315 -9917 -19) (3315 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4322" + "plane" "(3311 -9781 13) (3311 -9917 13) (3311 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4323" + "plane" "(3315 -9781 -19) (3315 -9917 -19) (3315 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4324" + "plane" "(3315 -9781 13) (3311 -9781 13) (3311 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4325" + "plane" "(3315 -9917 -19) (3311 -9917 -19) (3311 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -188] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86594" + side + { + "id" "4254" + "plane" "(3315 -9781 13) (3319 -9781 13) (3319 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4255" + "plane" "(3315 -9917 -19) (3319 -9917 -19) (3319 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4256" + "plane" "(3315 -9781 13) (3315 -9917 13) (3315 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4257" + "plane" "(3319 -9781 -19) (3319 -9917 -19) (3319 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4258" + "plane" "(3319 -9781 13) (3315 -9781 13) (3315 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4259" + "plane" "(3319 -9917 -19) (3315 -9917 -19) (3315 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86604" + side + { + "id" "4314" + "plane" "(3315 -9777 13) (3451 -9777 13) (3451 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4315" + "plane" "(3315 -9781 -19) (3451 -9781 -19) (3451 -9777 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4316" + "plane" "(3315 -9777 13) (3315 -9781 13) (3315 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4317" + "plane" "(3451 -9777 -19) (3451 -9781 -19) (3451 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4318" + "plane" "(3451 -9777 13) (3315 -9777 13) (3315 -9777 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4319" + "plane" "(3451 -9781 -19) (3315 -9781 -19) (3315 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86592" + side + { + "id" "4242" + "plane" "(3315 -9781 13) (3451 -9781 13) (3451 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4243" + "plane" "(3315 -9785 -19) (3451 -9785 -19) (3451 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4244" + "plane" "(3315 -9781 13) (3315 -9785 13) (3315 -9785 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4245" + "plane" "(3451 -9781 -19) (3451 -9785 -19) (3451 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4246" + "plane" "(3451 -9781 13) (3315 -9781 13) (3315 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4247" + "plane" "(3451 -9785 -19) (3315 -9785 -19) (3315 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86468" + side + { + "id" "4170" + "plane" "(3451 -9781 13) (3455 -9781 13) (3455 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4171" + "plane" "(3451 -9917 -19) (3455 -9917 -19) (3455 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4172" + "plane" "(3451 -9781 13) (3451 -9917 13) (3451 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4173" + "plane" "(3455 -9781 -19) (3455 -9917 -19) (3455 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4174" + "plane" "(3455 -9781 13) (3451 -9781 13) (3451 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4175" + "plane" "(3455 -9917 -19) (3451 -9917 -19) (3451 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86600" + side + { + "id" "4290" + "plane" "(3447 -9781 13) (3451 -9781 13) (3451 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4291" + "plane" "(3447 -9917 -19) (3451 -9917 -19) (3451 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4292" + "plane" "(3447 -9781 13) (3447 -9917 13) (3447 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4293" + "plane" "(3451 -9781 -19) (3451 -9917 -19) (3451 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4294" + "plane" "(3451 -9781 13) (3447 -9781 13) (3447 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4295" + "plane" "(3451 -9917 -19) (3447 -9917 -19) (3447 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86466" + side + { + "id" "4158" + "plane" "(3587 -9781 13) (3591 -9781 13) (3591 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4159" + "plane" "(3587 -9917 -19) (3591 -9917 -19) (3591 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4160" + "plane" "(3587 -9781 13) (3587 -9917 13) (3587 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4161" + "plane" "(3591 -9781 -19) (3591 -9917 -19) (3591 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4162" + "plane" "(3591 -9781 13) (3587 -9781 13) (3587 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4163" + "plane" "(3591 -9917 -19) (3587 -9917 -19) (3587 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86477" + side + { + "id" "4224" + "plane" "(3583 -9781 13) (3587 -9781 13) (3587 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4225" + "plane" "(3583 -9917 -19) (3587 -9917 -19) (3587 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4226" + "plane" "(3583 -9781 13) (3583 -9917 13) (3583 -9917 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4227" + "plane" "(3587 -9781 -19) (3587 -9917 -19) (3587 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4228" + "plane" "(3587 -9781 13) (3583 -9781 13) (3583 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4229" + "plane" "(3587 -9917 -19) (3583 -9917 -19) (3583 -9917 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86464" + side + { + "id" "4146" + "plane" "(3587 -9781 13) (3723 -9781 13) (3723 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4147" + "plane" "(3587 -9785 -19) (3723 -9785 -19) (3723 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4148" + "plane" "(3587 -9781 13) (3587 -9785 13) (3587 -9785 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4149" + "plane" "(3723 -9781 -19) (3723 -9785 -19) (3723 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4150" + "plane" "(3723 -9781 13) (3587 -9781 13) (3587 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4151" + "plane" "(3723 -9785 -19) (3587 -9785 -19) (3587 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86463" + side + { + "id" "4140" + "plane" "(3451 -9781 13) (3587 -9781 13) (3587 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4141" + "plane" "(3451 -9785 -19) (3587 -9785 -19) (3587 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -356] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4142" + "plane" "(3451 -9781 13) (3451 -9785 13) (3451 -9785 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4143" + "plane" "(3587 -9781 -19) (3587 -9785 -19) (3587 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 356] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4144" + "plane" "(3587 -9781 13) (3451 -9781 13) (3451 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4145" + "plane" "(3587 -9785 -19) (3451 -9785 -19) (3451 -9785 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86475" + side + { + "id" "4212" + "plane" "(3451 -9777 13) (3587 -9777 13) (3587 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4213" + "plane" "(3451 -9781 -19) (3587 -9781 -19) (3587 -9777 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4214" + "plane" "(3451 -9777 13) (3451 -9781 13) (3451 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4215" + "plane" "(3587 -9777 -19) (3587 -9781 -19) (3587 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4216" + "plane" "(3587 -9777 13) (3451 -9777 13) (3451 -9777 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4217" + "plane" "(3587 -9781 -19) (3451 -9781 -19) (3451 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86478" + side + { + "id" "4230" + "plane" "(3583 -9645 13) (3587 -9645 13) (3587 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4231" + "plane" "(3583 -9781 -19) (3587 -9781 -19) (3587 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4232" + "plane" "(3583 -9645 13) (3583 -9781 13) (3583 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4233" + "plane" "(3587 -9645 -19) (3587 -9781 -19) (3587 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4234" + "plane" "(3587 -9645 13) (3583 -9645 13) (3583 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4235" + "plane" "(3587 -9781 -19) (3583 -9781 -19) (3583 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86465" + side + { + "id" "4152" + "plane" "(3587 -9645 13) (3591 -9645 13) (3591 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4153" + "plane" "(3587 -9781 -19) (3591 -9781 -19) (3591 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4154" + "plane" "(3587 -9645 13) (3587 -9781 13) (3587 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4155" + "plane" "(3591 -9645 -19) (3591 -9781 -19) (3591 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4156" + "plane" "(3591 -9645 13) (3587 -9645 13) (3587 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4157" + "plane" "(3591 -9781 -19) (3587 -9781 -19) (3587 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86476" + side + { + "id" "4218" + "plane" "(3587 -9777 13) (3723 -9777 13) (3723 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4219" + "plane" "(3587 -9781 -19) (3723 -9781 -19) (3723 -9777 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4220" + "plane" "(3587 -9777 13) (3587 -9781 13) (3587 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4221" + "plane" "(3723 -9777 -19) (3723 -9781 -19) (3723 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4222" + "plane" "(3723 -9777 13) (3587 -9777 13) (3587 -9777 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4223" + "plane" "(3723 -9781 -19) (3587 -9781 -19) (3587 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86467" + side + { + "id" "4164" + "plane" "(3451 -9645 13) (3455 -9645 13) (3455 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4165" + "plane" "(3451 -9781 -19) (3455 -9781 -19) (3455 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4166" + "plane" "(3451 -9645 13) (3451 -9781 13) (3451 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4167" + "plane" "(3455 -9645 -19) (3455 -9781 -19) (3455 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4168" + "plane" "(3455 -9645 13) (3451 -9645 13) (3451 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4169" + "plane" "(3455 -9781 -19) (3451 -9781 -19) (3451 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86599" + side + { + "id" "4284" + "plane" "(3447 -9645 13) (3451 -9645 13) (3451 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4285" + "plane" "(3447 -9781 -19) (3451 -9781 -19) (3451 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4286" + "plane" "(3447 -9645 13) (3447 -9781 13) (3447 -9781 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4287" + "plane" "(3451 -9645 -19) (3451 -9781 -19) (3451 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4288" + "plane" "(3451 -9645 13) (3447 -9645 13) (3447 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4289" + "plane" "(3451 -9781 -19) (3447 -9781 -19) (3447 -9781 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86377" + side + { + "id" "4104" + "plane" "(3587 -9641 13) (3723 -9641 13) (3723 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4105" + "plane" "(3587 -9645 -19) (3723 -9645 -19) (3723 -9641 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4106" + "plane" "(3587 -9641 13) (3587 -9645 13) (3587 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4107" + "plane" "(3723 -9641 -19) (3723 -9645 -19) (3723 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4108" + "plane" "(3723 -9641 13) (3587 -9641 13) (3587 -9641 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4109" + "plane" "(3723 -9645 -19) (3587 -9645 -19) (3587 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86470" + side + { + "id" "4182" + "plane" "(3587 -9645 13) (3723 -9645 13) (3723 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4183" + "plane" "(3587 -9649 -19) (3723 -9649 -19) (3723 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4184" + "plane" "(3587 -9645 13) (3587 -9649 13) (3587 -9649 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4185" + "plane" "(3723 -9645 -19) (3723 -9649 -19) (3723 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4186" + "plane" "(3723 -9645 13) (3587 -9645 13) (3587 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4187" + "plane" "(3723 -9649 -19) (3587 -9649 -19) (3587 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86381" + side + { + "id" "4128" + "plane" "(3583 -9509 13) (3587 -9509 13) (3587 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4129" + "plane" "(3583 -9645 -19) (3587 -9645 -19) (3587 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4130" + "plane" "(3583 -9509 13) (3583 -9645 13) (3583 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4131" + "plane" "(3587 -9509 -19) (3587 -9645 -19) (3587 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4132" + "plane" "(3587 -9509 13) (3583 -9509 13) (3583 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4133" + "plane" "(3587 -9645 -19) (3583 -9645 -19) (3583 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86370" + side + { + "id" "4062" + "plane" "(3587 -9509 13) (3591 -9509 13) (3591 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4063" + "plane" "(3587 -9645 -19) (3591 -9645 -19) (3591 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4064" + "plane" "(3587 -9509 13) (3587 -9645 13) (3587 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4065" + "plane" "(3591 -9509 -19) (3591 -9645 -19) (3591 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4066" + "plane" "(3591 -9509 13) (3587 -9509 13) (3587 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4067" + "plane" "(3591 -9645 -19) (3587 -9645 -19) (3587 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86368" + side + { + "id" "4050" + "plane" "(3587 -9509 13) (3723 -9509 13) (3723 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4051" + "plane" "(3587 -9513 -19) (3723 -9513 -19) (3723 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4052" + "plane" "(3587 -9509 13) (3587 -9513 13) (3587 -9513 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4053" + "plane" "(3723 -9509 -19) (3723 -9513 -19) (3723 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4054" + "plane" "(3723 -9509 13) (3587 -9509 13) (3587 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4055" + "plane" "(3723 -9513 -19) (3587 -9513 -19) (3587 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86380" + side + { + "id" "4122" + "plane" "(3587 -9505 13) (3723 -9505 13) (3723 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4123" + "plane" "(3587 -9509 -19) (3723 -9509 -19) (3723 -9505 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4124" + "plane" "(3587 -9505 13) (3587 -9509 13) (3587 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4125" + "plane" "(3723 -9505 -19) (3723 -9509 -19) (3723 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4126" + "plane" "(3723 -9505 13) (3587 -9505 13) (3587 -9505 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4127" + "plane" "(3723 -9509 -19) (3587 -9509 -19) (3587 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86374" + side + { + "id" "4086" + "plane" "(3587 -9373 13) (3723 -9373 13) (3723 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4087" + "plane" "(3587 -9377 -19) (3723 -9377 -19) (3723 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4088" + "plane" "(3587 -9373 13) (3587 -9377 13) (3587 -9377 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4089" + "plane" "(3723 -9373 -19) (3723 -9377 -19) (3723 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4090" + "plane" "(3723 -9373 13) (3587 -9373 13) (3587 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4091" + "plane" "(3723 -9377 -19) (3587 -9377 -19) (3587 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86173" + side + { + "id" "4008" + "plane" "(3587 -9369 13) (3723 -9369 13) (3723 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4009" + "plane" "(3587 -9373 -19) (3723 -9373 -19) (3723 -9369 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4010" + "plane" "(3587 -9369 13) (3587 -9373 13) (3587 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4011" + "plane" "(3723 -9369 -19) (3723 -9373 -19) (3723 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4012" + "plane" "(3723 -9369 13) (3587 -9369 13) (3587 -9369 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4013" + "plane" "(3723 -9373 -19) (3587 -9373 -19) (3587 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86382" + side + { + "id" "4134" + "plane" "(3583 -9373 13) (3587 -9373 13) (3587 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4135" + "plane" "(3583 -9509 -19) (3587 -9509 -19) (3587 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4136" + "plane" "(3583 -9373 13) (3583 -9509 13) (3583 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4137" + "plane" "(3587 -9373 -19) (3587 -9509 -19) (3587 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4138" + "plane" "(3587 -9373 13) (3583 -9373 13) (3583 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4139" + "plane" "(3587 -9509 -19) (3583 -9509 -19) (3583 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86369" + side + { + "id" "4056" + "plane" "(3587 -9373 13) (3591 -9373 13) (3591 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4057" + "plane" "(3587 -9509 -19) (3591 -9509 -19) (3591 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4058" + "plane" "(3587 -9373 13) (3587 -9509 13) (3587 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4059" + "plane" "(3591 -9373 -19) (3591 -9509 -19) (3591 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4060" + "plane" "(3591 -9373 13) (3587 -9373 13) (3587 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4061" + "plane" "(3591 -9509 -19) (3587 -9509 -19) (3587 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -284] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86373" + side + { + "id" "4080" + "plane" "(3451 -9373 13) (3587 -9373 13) (3587 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4081" + "plane" "(3451 -9377 -19) (3587 -9377 -19) (3587 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4082" + "plane" "(3451 -9373 13) (3451 -9377 13) (3451 -9377 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4083" + "plane" "(3587 -9373 -19) (3587 -9377 -19) (3587 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4084" + "plane" "(3587 -9373 13) (3451 -9373 13) (3451 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4085" + "plane" "(3587 -9377 -19) (3451 -9377 -19) (3451 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86174" + side + { + "id" "4014" + "plane" "(3451 -9369 13) (3587 -9369 13) (3587 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4015" + "plane" "(3451 -9373 -19) (3587 -9373 -19) (3587 -9369 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4016" + "plane" "(3451 -9369 13) (3451 -9373 13) (3451 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4017" + "plane" "(3587 -9369 -19) (3587 -9373 -19) (3587 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4018" + "plane" "(3587 -9369 13) (3451 -9369 13) (3451 -9369 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4019" + "plane" "(3587 -9373 -19) (3451 -9373 -19) (3451 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86379" + side + { + "id" "4116" + "plane" "(3451 -9505 13) (3587 -9505 13) (3587 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4117" + "plane" "(3451 -9509 -19) (3587 -9509 -19) (3587 -9505 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4118" + "plane" "(3451 -9505 13) (3451 -9509 13) (3451 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4119" + "plane" "(3587 -9505 -19) (3587 -9509 -19) (3587 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4120" + "plane" "(3587 -9505 13) (3451 -9505 13) (3451 -9505 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4121" + "plane" "(3587 -9509 -19) (3451 -9509 -19) (3451 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86367" + side + { + "id" "4044" + "plane" "(3451 -9509 13) (3587 -9509 13) (3587 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4045" + "plane" "(3451 -9513 -19) (3587 -9513 -19) (3587 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4046" + "plane" "(3451 -9509 13) (3451 -9513 13) (3451 -9513 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4047" + "plane" "(3587 -9509 -19) (3587 -9513 -19) (3587 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4048" + "plane" "(3587 -9509 13) (3451 -9509 13) (3451 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4049" + "plane" "(3587 -9513 -19) (3451 -9513 -19) (3451 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86378" + side + { + "id" "4110" + "plane" "(3451 -9641 13) (3587 -9641 13) (3587 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4111" + "plane" "(3451 -9645 -19) (3587 -9645 -19) (3587 -9641 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4112" + "plane" "(3451 -9641 13) (3451 -9645 13) (3451 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4113" + "plane" "(3587 -9641 -19) (3587 -9645 -19) (3587 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4114" + "plane" "(3587 -9641 13) (3451 -9641 13) (3451 -9641 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4115" + "plane" "(3587 -9645 -19) (3451 -9645 -19) (3451 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86469" + side + { + "id" "4176" + "plane" "(3451 -9645 13) (3587 -9645 13) (3587 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4177" + "plane" "(3451 -9649 -19) (3587 -9649 -19) (3587 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4178" + "plane" "(3451 -9645 13) (3451 -9649 13) (3451 -9649 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4179" + "plane" "(3587 -9645 -19) (3587 -9649 -19) (3587 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4180" + "plane" "(3587 -9645 13) (3451 -9645 13) (3451 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4181" + "plane" "(3587 -9649 -19) (3451 -9649 -19) (3451 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86662" + side + { + "id" "4374" + "plane" "(3315 -9373 13) (3451 -9373 13) (3451 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4375" + "plane" "(3315 -9377 -19) (3451 -9377 -19) (3451 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4376" + "plane" "(3315 -9373 13) (3315 -9377 13) (3315 -9377 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4377" + "plane" "(3451 -9373 -19) (3451 -9377 -19) (3451 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4378" + "plane" "(3451 -9373 13) (3315 -9373 13) (3315 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4379" + "plane" "(3451 -9377 -19) (3315 -9377 -19) (3315 -9377 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86729" + side + { + "id" "4488" + "plane" "(3315 -9369 13) (3451 -9369 13) (3451 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4489" + "plane" "(3315 -9373 -19) (3451 -9373 -19) (3451 -9369 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -228] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4490" + "plane" "(3315 -9369 13) (3315 -9373 13) (3315 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4491" + "plane" "(3451 -9369 -19) (3451 -9373 -19) (3451 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 228] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4492" + "plane" "(3451 -9369 13) (3315 -9369 13) (3315 -9369 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4493" + "plane" "(3451 -9373 -19) (3315 -9373 -19) (3315 -9373 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86668" + side + { + "id" "4410" + "plane" "(3315 -9505 13) (3451 -9505 13) (3451 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4411" + "plane" "(3315 -9509 -19) (3451 -9509 -19) (3451 -9505 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4412" + "plane" "(3315 -9505 13) (3315 -9509 13) (3315 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4413" + "plane" "(3451 -9505 -19) (3451 -9509 -19) (3451 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4414" + "plane" "(3451 -9505 13) (3315 -9505 13) (3315 -9505 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4415" + "plane" "(3451 -9509 -19) (3315 -9509 -19) (3315 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86656" + side + { + "id" "4338" + "plane" "(3315 -9509 13) (3451 -9509 13) (3451 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4339" + "plane" "(3315 -9513 -19) (3451 -9513 -19) (3451 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4340" + "plane" "(3315 -9509 13) (3315 -9513 13) (3315 -9513 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4341" + "plane" "(3451 -9509 -19) (3451 -9513 -19) (3451 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4342" + "plane" "(3451 -9509 13) (3315 -9509 13) (3315 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4343" + "plane" "(3451 -9513 -19) (3315 -9513 -19) (3315 -9513 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86598" + side + { + "id" "4278" + "plane" "(3315 -9645 13) (3451 -9645 13) (3451 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4279" + "plane" "(3315 -9649 -19) (3451 -9649 -19) (3451 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -324] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4280" + "plane" "(3315 -9645 13) (3315 -9649 13) (3315 -9649 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4281" + "plane" "(3451 -9645 -19) (3451 -9649 -19) (3451 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 324] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4282" + "plane" "(3451 -9645 13) (3315 -9645 13) (3315 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4283" + "plane" "(3451 -9649 -19) (3315 -9649 -19) (3315 -9649 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86665" + side + { + "id" "4392" + "plane" "(3315 -9641 13) (3451 -9641 13) (3451 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4393" + "plane" "(3315 -9645 -19) (3451 -9645 -19) (3451 -9641 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4394" + "plane" "(3315 -9641 13) (3315 -9645 13) (3315 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4395" + "plane" "(3451 -9641 -19) (3451 -9645 -19) (3451 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4396" + "plane" "(3451 -9641 13) (3315 -9641 13) (3315 -9641 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4397" + "plane" "(3451 -9645 -19) (3315 -9645 -19) (3315 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86664" + side + { + "id" "4386" + "plane" "(3447 -9509 13) (3451 -9509 13) (3451 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4387" + "plane" "(3447 -9645 -19) (3451 -9645 -19) (3451 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4388" + "plane" "(3447 -9509 13) (3447 -9645 13) (3447 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4389" + "plane" "(3451 -9509 -19) (3451 -9645 -19) (3451 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4390" + "plane" "(3451 -9509 13) (3447 -9509 13) (3447 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4391" + "plane" "(3451 -9645 -19) (3447 -9645 -19) (3447 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86372" + side + { + "id" "4074" + "plane" "(3451 -9509 13) (3455 -9509 13) (3455 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4075" + "plane" "(3451 -9645 -19) (3455 -9645 -19) (3455 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -292] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4076" + "plane" "(3451 -9509 13) (3451 -9645 13) (3451 -9645 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4077" + "plane" "(3455 -9509 -19) (3455 -9645 -19) (3455 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 292] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4078" + "plane" "(3455 -9509 13) (3451 -9509 13) (3451 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4079" + "plane" "(3455 -9645 -19) (3451 -9645 -19) (3451 -9645 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86663" + side + { + "id" "4380" + "plane" "(3447 -9373 13) (3451 -9373 13) (3451 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4381" + "plane" "(3447 -9509 -19) (3451 -9509 -19) (3451 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4382" + "plane" "(3447 -9373 13) (3447 -9509 13) (3447 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4383" + "plane" "(3451 -9373 -19) (3451 -9509 -19) (3451 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4384" + "plane" "(3451 -9373 13) (3447 -9373 13) (3447 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4385" + "plane" "(3451 -9509 -19) (3447 -9509 -19) (3447 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -220] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86371" + side + { + "id" "4068" + "plane" "(3451 -9373 13) (3455 -9373 13) (3455 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4069" + "plane" "(3451 -9509 -19) (3455 -9509 -19) (3455 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 -1 0 -260] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4070" + "plane" "(3451 -9373 13) (3451 -9509 13) (3451 -9509 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4071" + "plane" "(3455 -9373 -19) (3455 -9509 -19) (3455 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[0 1 0 260] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4072" + "plane" "(3455 -9373 13) (3451 -9373 13) (3451 -9373 -19)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4073" + "plane" "(3455 -9509 -19) (3451 -9509 -19) (3451 -9509 13)" + "material" "METAL/CITADEL_METALWALL077A" + "uaxis" "[1 0 0 -252] 0.25" + "vaxis" "[0 0 -1 4] 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 8000]" + } +} +entity +{ + "id" "182453" + "classname" "func_detail" + solid + { + "id" "87207" + side + { + "id" "21834" + "plane" "(3179 -9101 13) (3179 -9381 13) (3183 -9381 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21833" + "plane" "(3179 -9381 211) (3179 -9381 13) (3179 -9101 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 257.83] 0.546875" + "vaxis" "[0 0 -1 33.6162] 0.386719" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21832" + "plane" "(3183 -9101 211) (3183 -9101 13) (3183 -9381 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 257.829] 0.546875" + "vaxis" "[0 0 -1 33.6162] 0.386719" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21831" + "plane" "(3179 -9101 211) (3179 -9101 13) (3183 -9101 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21830" + "plane" "(3183 -9381 211) (3183 -9381 13) (3179 -9381 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21829" + "plane" "(3179 -9381 211) (3179 -9101 211) (3183 -9101 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87205" + side + { + "id" "21840" + "plane" "(3179 -9381 387) (3179 -9101 387) (3183 -9101 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21839" + "plane" "(3179 -9101 227) (3179 -9101 387) (3179 -9381 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 257.83] 0.546875" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21838" + "plane" "(3183 -9381 227) (3183 -9381 387) (3183 -9101 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 257.829] 0.546875" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21837" + "plane" "(3183 -9101 227) (3183 -9101 387) (3179 -9101 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21836" + "plane" "(3179 -9381 227) (3179 -9381 387) (3183 -9381 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21835" + "plane" "(3179 -9101 227) (3179 -9381 227) (3183 -9381 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87206" + side + { + "id" "21846" + "plane" "(3179 -9381 227) (3179 -9381 211) (3179 -9101 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 257.83] 0.546875" + "vaxis" "[0 0 -1 96] 0.03125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21845" + "plane" "(3183 -9101 227) (3183 -9101 211) (3183 -9381 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 257.829] 0.546875" + "vaxis" "[0 0 -1 96] 0.03125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21844" + "plane" "(3179 -9101 227) (3179 -9101 211) (3183 -9101 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21843" + "plane" "(3183 -9381 227) (3183 -9381 211) (3179 -9381 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21842" + "plane" "(3179 -9381 227) (3179 -9101 227) (3183 -9101 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21841" + "plane" "(3179 -9101 211) (3179 -9381 211) (3183 -9381 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87209" + side + { + "id" "21852" + "plane" "(3179 -9621 387) (3179 -9397 387) (3183 -9397 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21851" + "plane" "(3179 -9621 227) (3179 -9397 227) (3179 -9397 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 486.857] 0.4375" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21850" + "plane" "(3183 -9621 387) (3183 -9397 387) (3183 -9397 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 486.857] 0.4375" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21849" + "plane" "(3179 -9397 227) (3179 -9621 227) (3183 -9621 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21848" + "plane" "(3179 -9621 227) (3179 -9621 387) (3183 -9621 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21847" + "plane" "(3183 -9397 227) (3183 -9397 387) (3179 -9397 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87208" + side + { + "id" "21858" + "plane" "(3179 -9397 387) (3179 -9381 387) (3183 -9381 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21857" + "plane" "(3179 -9397 227) (3179 -9381 227) (3179 -9381 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 160] 0.03125" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21856" + "plane" "(3183 -9397 387) (3183 -9381 387) (3183 -9381 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 160] 0.03125" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21855" + "plane" "(3183 -9381 227) (3183 -9381 387) (3179 -9381 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21854" + "plane" "(3179 -9381 227) (3179 -9397 227) (3183 -9397 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21853" + "plane" "(3179 -9397 227) (3179 -9397 387) (3183 -9397 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87210" + side + { + "id" "21864" + "plane" "(3179 -9637 387) (3179 -9621 387) (3183 -9621 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21863" + "plane" "(3179 -9621 387) (3179 -9637 387) (3179 -9637 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 160] 0.03125" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21862" + "plane" "(3183 -9637 227) (3183 -9637 387) (3183 -9621 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 160] 0.03125" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21861" + "plane" "(3179 -9637 227) (3179 -9637 387) (3183 -9637 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21860" + "plane" "(3179 -9621 227) (3179 -9637 227) (3183 -9637 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21859" + "plane" "(3183 -9621 227) (3183 -9621 387) (3179 -9621 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87217" + side + { + "id" "21870" + "plane" "(3179 -9917 387) (3179 -9637 387) (3183 -9637 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21869" + "plane" "(3179 -9637 227) (3179 -9637 387) (3179 -9917 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 213.943] 0.546875" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21868" + "plane" "(3183 -9917 227) (3183 -9917 387) (3183 -9637 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 213.942] 0.546875" + "vaxis" "[0 0 -1 214.4] 0.3125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21867" + "plane" "(3179 -9917 227) (3179 -9917 387) (3183 -9917 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21866" + "plane" "(3183 -9637 227) (3183 -9637 387) (3179 -9637 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21865" + "plane" "(3179 -9637 227) (3179 -9917 227) (3183 -9917 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87218" + side + { + "id" "21876" + "plane" "(3179 -9917 227) (3179 -9917 211) (3179 -9637 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 213.943] 0.546875" + "vaxis" "[0 0 -1 96] 0.03125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21875" + "plane" "(3183 -9637 227) (3183 -9637 211) (3183 -9917 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 213.942] 0.546875" + "vaxis" "[0 0 -1 96] 0.03125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21874" + "plane" "(3183 -9917 227) (3183 -9917 211) (3179 -9917 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21873" + "plane" "(3179 -9637 227) (3179 -9637 211) (3183 -9637 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21872" + "plane" "(3179 -9917 227) (3179 -9637 227) (3183 -9637 227)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21871" + "plane" "(3179 -9637 211) (3179 -9917 211) (3183 -9917 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "87219" + side + { + "id" "21882" + "plane" "(3179 -9637 13) (3179 -9917 13) (3183 -9917 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21881" + "plane" "(3179 -9917 211) (3179 -9917 13) (3179 -9637 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 213.943] 0.546875" + "vaxis" "[0 0 -1 33.6162] 0.386719" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21880" + "plane" "(3183 -9637 211) (3183 -9637 13) (3183 -9917 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 213.942] 0.546875" + "vaxis" "[0 0 -1 33.6162] 0.386719" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21879" + "plane" "(3183 -9917 211) (3183 -9917 13) (3179 -9917 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21878" + "plane" "(3179 -9637 211) (3179 -9637 13) (3183 -9637 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21877" + "plane" "(3179 -9917 211) (3179 -9637 211) (3183 -9637 211)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86800" + side + { + "id" "21888" + "plane" "(3179 -9913 387) (3723 -9913 387) (3723 -9917 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21887" + "plane" "(3179 -9917 13) (3723 -9917 13) (3723 -9913 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21886" + "plane" "(3179 -9913 387) (3179 -9917 387) (3179 -9917 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 148] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21885" + "plane" "(3723 -9913 13) (3723 -9917 13) (3723 -9917 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 148] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21884" + "plane" "(3723 -9913 387) (3179 -9913 387) (3179 -9913 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -432] 1.0625" + "vaxis" "[0 0 -1 17.7968] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21883" + "plane" "(3723 -9917 13) (3179 -9917 13) (3179 -9917 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -432] 1.0625" + "vaxis" "[0 0 -1 17.7968] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86801" + side + { + "id" "21894" + "plane" "(3719 -9101 387) (3723 -9101 387) (3723 -9917 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21893" + "plane" "(3719 -9917 13) (3723 -9917 13) (3723 -9101 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21892" + "plane" "(3719 -9101 387) (3719 -9917 387) (3719 -9917 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 78.4311] 1.59375" + "vaxis" "[0 0 -1 17.7968] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21891" + "plane" "(3723 -9101 13) (3723 -9917 13) (3723 -9917 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 78.4311] 1.59375" + "vaxis" "[0 0 -1 17.7968] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21890" + "plane" "(3723 -9101 387) (3719 -9101 387) (3719 -9101 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21889" + "plane" "(3723 -9917 13) (3719 -9917 13) (3719 -9917 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "86802" + side + { + "id" "21900" + "plane" "(3179 -9101 387) (3723 -9101 387) (3723 -9105 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21899" + "plane" "(3179 -9105 13) (3723 -9105 13) (3723 -9101 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -108] 0.25" + "vaxis" "[0 -1 0 -148] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21898" + "plane" "(3179 -9101 387) (3179 -9105 387) (3179 -9105 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 148] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21897" + "plane" "(3723 -9101 13) (3723 -9105 13) (3723 -9105 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[0 1 0 148] 0.25" + "vaxis" "[0 0 -1 12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21896" + "plane" "(3723 -9101 387) (3179 -9101 387) (3179 -9101 13)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -432] 1.0625" + "vaxis" "[0 0 -1 17.7968] 0.730469" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21895" + "plane" "(3723 -9105 13) (3179 -9105 13) (3179 -9105 387)" + "material" "GLASS/COMBINEGLASS001A" + "uaxis" "[1 0 0 -432] 1.0625" + "vaxis" "[0 0 -1 17.7968] 0.730469" + "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 8500]" + } +} +entity +{ + "id" "183613" + "classname" "info_player_start" + "angles" "0 180 0" + "spawnflags" "0" + "origin" "3438.04 -6126 1.42994" + editor + { + "color" "0 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -2768]" + } +} +entity +{ + "id" "183615" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3446.04 -6122 -4.57006" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 13000]" + } +} +entity +{ + "id" "183625" + "classname" "info_player_start" + "angles" "0 180 0" + "spawnflags" "0" + "origin" "3440.04 -6014 1.42994" + editor + { + "color" "0 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -2768]" + } +} +entity +{ + "id" "183627" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3448.04 -6010 -4.57006" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 13000]" + } +} +entity +{ + "id" "183679" + "classname" "info_player_start" + "angles" "0 180 0" + "spawnflags" "0" + "origin" "3440.04 -5894 1.42994" + editor + { + "color" "0 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -2768]" + } +} +entity +{ + "id" "183681" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3448.04 -5890 -4.57006" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 13000]" + } +} +entity +{ + "id" "183697" + "classname" "info_player_start" + "angles" "0 180 0" + "spawnflags" "0" + "origin" "3440.04 -5780 1.42994" + editor + { + "color" "0 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -2768]" + } +} +entity +{ + "id" "183699" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "lightmapresolutionx" "32" + "lightmapresolutiony" "32" + "model" "models/props_lab/teleplatform.mdl" + "solid" "6" + "origin" "3448.04 -5776 -4.57006" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 13000]" + } +} +entity +{ + "id" "184772" + "classname" "trigger_physics_trap" + "angles" "0 0 0" + "dissolvetype" "0" + "origin" "2969 -5361 -2" + "spawnflags" "8" + "StartDisabled" "1" + "targetname" "byecans" + solid + { + "id" "184770" + side + { + "id" "21918" + "plane" "(2948 -5340 8) (2990 -5340 8) (2990 -5382 8)" + "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" "21917" + "plane" "(2948 -5382 -12) (2990 -5382 -12) (2990 -5340 -12)" + "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" "21916" + "plane" "(2948 -5340 8) (2948 -5382 8) (2948 -5382 -12)" + "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" "21915" + "plane" "(2990 -5340 -12) (2990 -5382 -12) (2990 -5382 8)" + "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" "21914" + "plane" "(2990 -5340 8) (2948 -5340 8) (2948 -5340 -12)" + "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" "21913" + "plane" "(2990 -5382 -12) (2948 -5382 -12) (2948 -5382 8)" + "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 1000]" + } +} +entity +{ + "id" "185868" + "classname" "func_detail" + solid + { + "id" "30324" + side + { + "id" "21930" + "plane" "(1347 -14340 88) (1379 -14340 88) (1379 -14372 88)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -268] 0.25" + "vaxis" "[0 -1 0 -16.0117] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21929" + "plane" "(1347 -14372 -104) (1379 -14372 -104) (1379 -14340 -104)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -268] 0.25" + "vaxis" "[0 -1 0 -16.0117] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21928" + "plane" "(1347 -14340 88) (1347 -14372 88) (1347 -14372 -104)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 16.0117] 0.25" + "vaxis" "[0 0 -1 96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21927" + "plane" "(1379 -14340 -104) (1379 -14372 -104) (1379 -14372 88)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[0 1 0 16.0117] 0.25" + "vaxis" "[0 0 -1 96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21926" + "plane" "(1379 -14340 88) (1347 -14340 88) (1347 -14340 -104)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -268] 0.25" + "vaxis" "[0 0 -1 96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21925" + "plane" "(1379 -14372 -104) (1347 -14372 -104) (1347 -14372 88)" + "material" "CONCRETE/CONCRETEFLOOR026A" + "uaxis" "[1 0 0 -268] 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]" + } +} +entity +{ + "id" "186945" + "classname" "jbmod_logic_gamemode" + "gamemode" "sandbox" + "origin" "0 0 0" + editor + { + "color" "0 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "0" + camera + { + "position" "[1387.93 -14031.2 160.702]" + "look" "[802.95 -16951.1 165.386]" + } +} +cordon +{ + "mins" "(99999 99999 99999)" + "maxs" "(-99999 -99999 -99999)" + "active" "0" +} diff --git a/materialsrc/maps/jb_buildingblocks/jbtex/BBlocksBlend.vmt b/materialsrc/maps/jb_buildingblocks/jbtex/BBlocksBlend.vmt new file mode 100644 index 00000000000..2d4ca49b111 --- /dev/null +++ b/materialsrc/maps/jb_buildingblocks/jbtex/BBlocksBlend.vmt @@ -0,0 +1,7 @@ +"WorldVertexTransition" +{ + "$basetexture" "JBTex/grassfloor01" + "$basetexture2" "nature/sandfloor010a" +// "%detailtype" "prodgrasses" + "$surfaceprop" "dirt" +} diff --git a/materialsrc/maps/jb_buildingblocks/jbtex/grassfloor01.vtf b/materialsrc/maps/jb_buildingblocks/jbtex/grassfloor01.vtf new file mode 100644 index 00000000000..d09262c9459 Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/jbtex/grassfloor01.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militiaBK.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militiaBK.vtf new file mode 100644 index 00000000000..fd2c4551e87 Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militiaBK.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militiaDN.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militiaDN.vtf new file mode 100644 index 00000000000..a294ae4b2ac Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militiaDN.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militiaFT.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militiaFT.vtf new file mode 100644 index 00000000000..b41e32cac3b Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militiaFT.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militiaLF.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militiaLF.vtf new file mode 100644 index 00000000000..d8a4e1b86fb Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militiaLF.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militiaRT.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militiaRT.vtf new file mode 100644 index 00000000000..752611c64ca Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militiaRT.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militiaUP.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militiaUP.vtf new file mode 100644 index 00000000000..f457a69f4a0 Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militiaUP.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrBK.vmt b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrBK.vmt new file mode 100644 index 00000000000..5e0a3bcc666 --- /dev/null +++ b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrBK.vmt @@ -0,0 +1,7 @@ +"Sky" +{ + "$hdrbaseTexture" "skybox/militia_hdrbk" + "$baseTexture" "skybox/militiaBK" + "$nofog" 1 + "$ignorez" 1 +} diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrDN.vmt b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrDN.vmt new file mode 100644 index 00000000000..d2fc0eb9247 --- /dev/null +++ b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrDN.vmt @@ -0,0 +1,7 @@ +"Sky" +{ + "$hdrbaseTexture" "skybox/militia_hdrdn" + "$baseTexture" "skybox/militiaDN" + "$nofog" "1" + "$ignorez" "1" +} diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrFT.vmt b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrFT.vmt new file mode 100644 index 00000000000..f4da7f1474b --- /dev/null +++ b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrFT.vmt @@ -0,0 +1,7 @@ +"Sky" +{ + "$hdrbaseTexture" "skybox/militia_hdrft" + "$baseTexture" "skybox/militiaFT" + "$nofog" "1" + "$ignorez" "1" +} diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrLF.vmt b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrLF.vmt new file mode 100644 index 00000000000..7b52a611a93 --- /dev/null +++ b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrLF.vmt @@ -0,0 +1,7 @@ +"Sky" +{ + "$hdrbaseTexture" "skybox/militia_hdrlf" + "$baseTexture" "skybox/militiaLF" + "$nofog" "1" + "$ignorez" "1" +} diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrRT.vmt b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrRT.vmt new file mode 100644 index 00000000000..6b96b55bf79 --- /dev/null +++ b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrRT.vmt @@ -0,0 +1,7 @@ +"Sky" +{ + "$hdrbaseTexture" "skybox/militia_hdrrt" + "$baseTexture" "skybox/militiaRT" + "$nofog" "1" + "$ignorez" "1" +} diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrUP.vmt b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrUP.vmt new file mode 100644 index 00000000000..2af4a53fa14 --- /dev/null +++ b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrUP.vmt @@ -0,0 +1,7 @@ +"Sky" +{ + "$hdrbaseTexture" "skybox/militia_hdrup" + "$baseTexture" "skybox/militiaUP" + "$nofog" "1" + "$ignorez" "1" +} diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrbk.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrbk.vtf new file mode 100644 index 00000000000..44b34e44e40 Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrbk.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrdn.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrdn.vtf new file mode 100644 index 00000000000..df65b1b390b Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrdn.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrft.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrft.vtf new file mode 100644 index 00000000000..87c42b7dc20 Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrft.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrlf.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrlf.vtf new file mode 100644 index 00000000000..7e7056199eb Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrlf.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrrt.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrrt.vtf new file mode 100644 index 00000000000..e5dc607d8ec Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrrt.vtf differ diff --git a/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrup.vtf b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrup.vtf new file mode 100644 index 00000000000..8e6433997a3 Binary files /dev/null and b/materialsrc/maps/jb_buildingblocks/skybox/militia_hdrup.vtf differ diff --git a/src/game/client/hl2/hud_weaponselection.cpp b/src/game/client/hl2/hud_weaponselection.cpp index f5600705e5c..d8ad3c1d6ab 100644 --- a/src/game/client/hl2/hud_weaponselection.cpp +++ b/src/game/client/hl2/hud_weaponselection.cpp @@ -24,7 +24,7 @@ // memdbgon must be the last include file in a .cpp file!!! #include "tier0/memdbgon.h" -ConVar hud_showemptyweaponslots( "hud_showemptyweaponslots", "1", FCVAR_ARCHIVE, "Shows slots for missing weapons when recieving weapons out of order" ); +ConVar hud_showemptyweaponslots( "hud_showemptyweaponslots", "0", FCVAR_ARCHIVE, "Shows slots for missing weapons when recieving weapons out of order" ); #define SELECTION_TIMEOUT_THRESHOLD 0.5f // Seconds #define SELECTION_FADEOUT_TIME 0.75f diff --git a/src/game/server/jbmod/jbmod_client.cpp b/src/game/server/jbmod/jbmod_client.cpp index 20b4c89430c..70cb6691e23 100644 --- a/src/game/server/jbmod/jbmod_client.cpp +++ b/src/game/server/jbmod/jbmod_client.cpp @@ -114,7 +114,7 @@ const char *GetGameDescription() if ( g_pGameRules ) // this function may be called before the world has spawned, and the game rules initialized return g_pGameRules->GetGameDescription(); else - return "Half-Life 2 Deathmatch"; + return "JBMod"; } //----------------------------------------------------------------------------- diff --git a/src/game/server/jbmod/jbmod_logic_gamemode.cpp b/src/game/server/jbmod/jbmod_logic_gamemode.cpp new file mode 100644 index 00000000000..6d352fd4ed0 --- /dev/null +++ b/src/game/server/jbmod/jbmod_logic_gamemode.cpp @@ -0,0 +1,66 @@ +// Copyright 2026 The JBMod Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#include "cbase.h" +#include "jbmod_logic_gamemode.h" +#include "jbmod_gamerules.h" +#include "vscript_server.h" + +// memdbgon must be the last include file in a .cpp file!!! +#include "tier0/memdbgon.h" + +BEGIN_DATADESC( CJBModLogicGamemode ) + DEFINE_KEYFIELD( m_iszGameMode, FIELD_STRING, "gamemode" ), + + DEFINE_INPUTFUNC( FIELD_VOID, "Enable", InputEnable ), +END_DATADESC() + +LINK_ENTITY_TO_CLASS( jbmod_logic_gamemode, CJBModLogicGamemode ); + +CJBModLogicGamemode::CJBModLogicGamemode() +{ + m_iszGameMode = NULL_STRING; +} + +void CJBModLogicGamemode::Activate() +{ + BaseClass::Activate(); + + if ( !HasSpawnFlags( SF_GAMEMODE_START_DISABLED ) ) + { + ApplySettings(); + } +} + +void CJBModLogicGamemode::InputEnable( inputdata_t &inputdata ) +{ + ApplySettings(); +} + +void CJBModLogicGamemode::ApplySettings() +{ + if ( !JBModRules() ) + return; + + const char *pszGameMode = ( m_iszGameMode != NULL_STRING ) ? STRING( m_iszGameMode ) : ""; + + if ( pszGameMode && *pszGameMode ) + { + Q_strncpy( JBModRules()->m_szGameMode, pszGameMode, 64 ); + + char szScriptPath[256]; + Q_snprintf( szScriptPath, sizeof( szScriptPath ), "gamemodes/%s", pszGameMode ); + VScriptRunScript( szScriptPath ); + } +} diff --git a/src/game/server/jbmod/jbmod_logic_gamemode.h b/src/game/server/jbmod/jbmod_logic_gamemode.h new file mode 100644 index 00000000000..03affe9893d --- /dev/null +++ b/src/game/server/jbmod/jbmod_logic_gamemode.h @@ -0,0 +1,44 @@ +// Copyright 2026 The JBMod Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#ifndef JBMOD_LOGIC_GAMEMODE_H +#define JBMOD_LOGIC_GAMEMODE_H + +#ifdef _WIN32 +#pragma once +#endif + +#include "cbase.h" + +#define SF_GAMEMODE_START_DISABLED ( 1 << 0 ) + +class CJBModLogicGamemode : public CPointEntity +{ +public: + DECLARE_CLASS( CJBModLogicGamemode, CPointEntity ); + DECLARE_DATADESC(); + + CJBModLogicGamemode(); + + virtual void Activate(); + + void InputEnable( inputdata_t &inputdata ); + +private: + void ApplySettings(); + + string_t m_iszGameMode; +}; + +#endif // JBMOD_LOGIC_GAMEMODE_H diff --git a/src/game/server/jbmod/jbmod_player.cpp b/src/game/server/jbmod/jbmod_player.cpp index 275d0384595..f9f09f4e0c8 100644 --- a/src/game/server/jbmod/jbmod_player.cpp +++ b/src/game/server/jbmod/jbmod_player.cpp @@ -27,6 +27,7 @@ #include "SoundEmitterSystem/isoundemittersystembase.h" #include "ilagcompensationmanager.h" +#include "vscript_server.h" int g_iLastCitizenModel = 0; int g_iLastCombineModel = 0; @@ -101,7 +102,10 @@ END_SEND_TABLE() BEGIN_DATADESC( CJBMod_Player ) END_DATADESC() -BEGIN_ENT_SCRIPTDESC( CJBMod_Player, CHL2_Player, "Half-Life 2: Deathmatch Player" ) +BEGIN_ENT_SCRIPTDESC( CJBMod_Player, CHL2_Player, "JBMod Player" ) + DEFINE_SCRIPTFUNC_NAMED( ScriptEquipSuit, "EquipSuit", "Give the player the HEV suit." ) + DEFINE_SCRIPTFUNC_NAMED( ScriptGiveItem, "GiveItem", "Give the player a specific item by classname." ) + DEFINE_SCRIPTFUNC_NAMED( ScriptGiveAmmo, "GiveAmmo", "Give the player a specific amount of ammo (count, ammoName)." ) END_SCRIPTDESC(); const char *g_ppszRandomCitizenModels[] = @@ -345,8 +349,11 @@ void CJBMod_Player::Spawn(void) RemoveSolidFlags( FSOLID_NOT_SOLID ); RemoveEffects( EF_NODRAW ); - - GiveDefaultItems(); + + if ( CallScriptOnPlayerSpawn() == false ) + { + GiveDefaultItems(); + } } SetNumAnimOverlays( 3 ); @@ -1544,6 +1551,21 @@ void CJBMod_Player::SetReady( bool bReady ) m_bReady = bReady; } +bool CJBMod_Player::CallScriptOnPlayerSpawn( void ) +{ + if ( g_pScriptVM == NULL ) + return false; + + HSCRIPT hFunction = g_pScriptVM->LookupFunction( "OnPlayerSpawn" ); + if ( hFunction ) + { + g_pScriptVM->Call( hFunction, NULL, true, NULL, GetScriptInstance() ); + g_pScriptVM->ReleaseFunction( hFunction ); + return true; + } + return false; +} + void CJBMod_Player::CheckChatText( char *p, int bufsize ) { //Look for escape sequences and replace diff --git a/src/game/server/jbmod/jbmod_player.h b/src/game/server/jbmod/jbmod_player.h index 3ddf959a416..0c0f7d45695 100644 --- a/src/game/server/jbmod/jbmod_player.h +++ b/src/game/server/jbmod/jbmod_player.h @@ -104,7 +104,13 @@ class CJBMod_Player : public CHL2_Player float GetNextTeamChangeTime( void ) { return m_flNextTeamChangeTime; } void PickDefaultSpawnTeam( void ); void SetupPlayerSoundsByModel( const char *pModelName ); + bool CallScriptOnPlayerSpawn( void ); const char *GetPlayerModelSoundPrefix( void ); + + void ScriptEquipSuit( void ) { EquipSuit(); } + HSCRIPT ScriptGiveItem( const char *szItem ) { return ToHScript( GiveNamedItem( szItem ) ); } + void ScriptGiveAmmo( int nCount, const char *szAmmoName ) { CBasePlayer::GiveAmmo( nCount, szAmmoName ); } + int GetPlayerModelType( void ) { return m_iPlayerSoundType; } int GetMaxAmmo( int iAmmoIndex ) const; diff --git a/src/game/server/server_jbmod.vpc b/src/game/server/server_jbmod.vpc index 83da9a07fbf..39aeeb4090f 100644 --- a/src/game/server/server_jbmod.vpc +++ b/src/game/server/server_jbmod.vpc @@ -384,6 +384,8 @@ $Project "Server (JBMod)" $File "jbmod\bot\map_entities\jbmod_bot_generator.h" $File "jbmod\bot\map_entities\jbmod_bot_proxy.cpp" $File "jbmod\bot\map_entities\jbmod_bot_proxy.h" + $File "jbmod\jbmod_logic_gamemode.cpp" + $File "jbmod\jbmod_logic_gamemode.h" } } diff --git a/src/game/shared/jbmod/jbmod_gamerules.cpp b/src/game/shared/jbmod/jbmod_gamerules.cpp index 7237dd6849f..81a188476c1 100644 --- a/src/game/shared/jbmod/jbmod_gamerules.cpp +++ b/src/game/shared/jbmod/jbmod_gamerules.cpp @@ -204,6 +204,9 @@ CJBModRules::CJBModRules() m_bAwaitingReadyRestart = false; m_bChangelevelDone = false; + m_szGameMode[0] = 0; + m_szCustomGameDescription[0] = 0; + #endif } @@ -835,10 +838,12 @@ int CJBModRules::PlayerRelationship( CBaseEntity *pPlayer, CBaseEntity *pTarget const char *CJBModRules::GetGameDescription( void ) { - if ( IsTeamplay() ) - return "Team Deathmatch"; +#ifndef CLIENT_DLL + if ( m_szCustomGameDescription[0] ) + return m_szCustomGameDescription; +#endif - return "Deathmatch"; + return "JBMod"; } bool CJBModRules::IsConnectedUserInfoChangeAllowed( CBasePlayer *pPlayer ) @@ -1286,4 +1291,40 @@ const char *CJBModRules::GetChatFormat( bool bTeamOnly, CBasePlayer *pPlayer ) return pszFormat; } +//----------------------------------------------------------------------------- +// VScript Registration +//----------------------------------------------------------------------------- +static void ScriptSetGameDescription( const char *pszDesc ) +{ + if ( JBModRules() && pszDesc ) + { + Q_strncpy( JBModRules()->m_szCustomGameDescription, pszDesc, sizeof( JBModRules()->m_szCustomGameDescription ) ); + } +} + +static const char *ScriptGetGameDescription() +{ + if ( JBModRules() ) + { + return JBModRules()->GetGameDescription(); + } + return ""; +} + +static const char *ScriptGetGameMode() +{ + if ( JBModRules() ) + { + return JBModRules()->m_szGameMode; + } + return ""; +} + +void CJBModRules::RegisterScriptFunctions() +{ + ScriptRegisterFunctionNamed( g_pScriptVM, ScriptSetGameDescription, "SetGameDescription", "Set the game description." ); + ScriptRegisterFunctionNamed( g_pScriptVM, ScriptGetGameDescription, "GetGameDescription", "Get the current game description." ); + ScriptRegisterFunctionNamed( g_pScriptVM, ScriptGetGameMode, "GetGameMode", "Get the current game mode name." ); +} + #endif diff --git a/src/game/shared/jbmod/jbmod_gamerules.h b/src/game/shared/jbmod/jbmod_gamerules.h index 7bfd380aa47..f64f189385c 100644 --- a/src/game/shared/jbmod/jbmod_gamerules.h +++ b/src/game/shared/jbmod/jbmod_gamerules.h @@ -136,6 +136,7 @@ class CJBModRules : public CTeamplayRules void CheckChatForReadySignal( CJBMod_Player *pPlayer, const char *chatmsg ); const char *GetChatFormat( bool bTeamOnly, CBasePlayer *pPlayer ); + virtual void RegisterScriptFunctions(); #endif bool IsOfficialMap( void ); @@ -153,6 +154,9 @@ class CJBModRules : public CTeamplayRules virtual bool IsConnectedUserInfoChangeAllowed( CBasePlayer *pPlayer ); + char m_szGameMode[64]; + char m_szCustomGameDescription[128]; + private: CNetworkVar( bool, m_bTeamPlayEnabled );