From: Terri00 Date: Sun, 10 Mar 2019 23:28:39 +0000 (+0000) Subject: Auto radar X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=59905ad5a44fe8b44bcb2c516f5e5b15169e15cf;p=tar-legacy.git Auto radar --- diff --git a/MCDV/MCDV.vcxproj b/MCDV/MCDV.vcxproj index b69e19e..4431cc5 100644 --- a/MCDV/MCDV.vcxproj +++ b/MCDV/MCDV.vcxproj @@ -125,7 +125,9 @@ + + @@ -134,6 +136,7 @@ + @@ -145,6 +148,7 @@ + @@ -154,11 +158,11 @@ - + diff --git a/MCDV/MCDV.vcxproj.filters b/MCDV/MCDV.vcxproj.filters index bc88a0e..9c85231 100644 --- a/MCDV/MCDV.vcxproj.filters +++ b/MCDV/MCDV.vcxproj.filters @@ -107,6 +107,18 @@ OpenGL\stb + + Header Files\valve + + + Header Files\math + + + Header Files\math + + + Header Files\math + @@ -132,9 +144,6 @@ OpenGL\Shader Files - - OpenGL\Shader Files - OpenGL\Shader Files @@ -153,6 +162,9 @@ Source Files + + OpenGL\Shader Files + diff --git a/MCDV/Mesh.hpp b/MCDV/Mesh.hpp index b1176a6..a5a5c13 100644 --- a/MCDV/Mesh.hpp +++ b/MCDV/Mesh.hpp @@ -14,7 +14,8 @@ #include enum MeshMode { - POS_XYZ_TEXCOORD_UV + POS_XYZ_TEXCOORD_UV, + POS_XYZ_NORMAL_XYZ }; class Mesh { @@ -55,6 +56,27 @@ public: glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 5 * sizeof(float), (void*)(3 * sizeof(float))); glEnableVertexAttribArray(1); } + else if (mode == MeshMode::POS_XYZ_NORMAL_XYZ) { + this->vertices = vertices; + this->elementCount = vertices.size() / 6; + + // first, configure the cube's VAO (and VBO) + glGenVertexArrays(1, &this->VAO); + glGenBuffers(1, &this->VBO); + + glBindBuffer(GL_ARRAY_BUFFER, this->VBO); + glBufferData(GL_ARRAY_BUFFER, vertices.size() * sizeof(float), &vertices[0], GL_STATIC_DRAW); + + glBindVertexArray(this->VAO); + + // position attribute + glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 6 * sizeof(float), (void*)0); + glEnableVertexAttribArray(0); + + // Normal vector + glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 6 * sizeof(float), (void*)(3 * sizeof(float))); + glEnableVertexAttribArray(1); + } } Mesh(std::vector vertices) { @@ -85,8 +107,6 @@ public: ~Mesh() { glDeleteVertexArrays(1, &this->VAO); glDeleteBuffers(1, &this->VBO); - - std::cout << "DESTRUCTED" << std::endl; } void Draw() { @@ -140,8 +160,6 @@ public: ~VertAlphaMesh() { glDeleteVertexArrays(1, &this->VAO); glDeleteBuffers(1, &this->VBO); - - std::cout << "DESTRUCTED" << std::endl; } void Draw() { diff --git a/MCDV/blimey.vmf b/MCDV/blimey.vmf new file mode 100644 index 0000000..c91553e --- /dev/null +++ b/MCDV/blimey.vmf @@ -0,0 +1,92541 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "8075" + "mapversion" "124" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ + visgroup + { + "name" "old map" + "visgroupid" "3" + "color" "101 44 44" + } + visgroup + { + "name" "tavr_layout" + "visgroupid" "22" + "color" "226 91 216" + } +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "8" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "124" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxpropscreenwidth" "-1" + "skyname" "nukeblank" + solid + { + "id" "33222" + side + { + "id" "30447" + "plane" "(-1056 768 64) (-1056 1536 64) (-288 1536 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 5.28] 200" + "vaxis" "[0 -1 0 23.04] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-1056 768 64]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 -0.999987 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + distances + { + "row0" "0 0.00927734 3.89242 3.37946 1.18138 30.6539 60.1996 68.4819 42.3846" + "row1" "4.47814 2.7453 9.64752 9.7148 28.2596 71.5135 107.393 100.954 63.0669" + "row2" "13.4778 12.5383 21.04 33.4536 48.6496 83.4394 112.403 110.321 72.7628" + "row3" "35.3271 31.3932 36.6153 49.2096 60.3996 63.1467 90.7351 108.607 91.9246" + "row4" "44.3753 41.8251 41.3015 52.6987 61.3383 62.705 77.9152 108.389 101.536" + "row5" "48.2662 44.7933 49.5915 60.476 66.4843 61.2882 69.8582 83.4036 80.3039" + "row6" "55.4659 53.9988 58.9511 64.7542 67.4905 62.2308 58.9007 58.8063 59.0169" + "row7" "55.3026 58.4398 62.4599 66.7684 67.1866 64.6891 62.2632 61.5357 63.1891" + "row8" "51.6439 58.7478 62.5742 65.8321 67.9781 65.9513 62.2919 61.1778 56.4935" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + 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" "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" "30446" + "plane" "(-1056 1536 32) (-1056 768 32) (-288 768 32)" + "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" "30445" + "plane" "(-1056 768 32) (-1056 1536 32) (-1056 1536 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30444" + "plane" "(-288 1536 32) (-288 768 32) (-288 768 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30443" + "plane" "(-1056 1536 32) (-288 1536 32) (-288 1536 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30442" + "plane" "(-288 768 32) (-1056 768 32) (-1056 768 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "183 192 0" + "groupid" "33220" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "27519" + side + { + "id" "29668" + "plane" "(0 -2592 64) (768 -2592 64) (768 -3072 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 200" + "vaxis" "[0 -1 0 0] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[0 -3072 64]" + "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" + "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" + "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" + "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" + "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" + "row5" "0 0 -1 0 0 1 0 0 -0.999999 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" + "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" + "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" + } + distances + { + "row0" "13.2373 34.7059 47.2356 30.4415 5.55398 4.12671 26.5971 57.5782 61.7759" + "row1" "11.0252 30.048 37.5348 16.257 15.0411 7.44755 32.1095 67.9933 72.5433" + "row2" "5.56345 28.1665 31.9792 9.81449 16.0041 14.0462 35.3901 72.6905 60.608" + "row3" "6.55199 32.3661 22.7069 2.91593 13.1849 18.136 35.3427 68.5904 59.2499" + "row4" "2.28376 19.8026 5.86804 6.96095 10.881 16.9131 34.5695 57.2131 56.0698" + "row5" "0.442085 15.3994 0.227676 0.544628 1.44495 10.9514 32.1992 43.5208 27.8329" + "row6" "2.12568 19.3938 6.791 10.3381 6.75446 4.67104 21.4216 29.7353 9.10155" + "row7" "15.2829 3.00868 9.94488 15.4609 12.7082 0.627594 7.87337 23.5223 11.8779" + "row8" "32.9132 2.45841 10.2155 17.238 16.0686 5.05288 1.77668 1.04961 23.0908" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "0 230 230 180 255 255 255 255 230" + "row1" "0 255 230 105 255 255 255 130 80" + "row2" "5 255 180 255 255 255 180 80 30" + "row3" "30 255 155 230 255 255 180 55 0" + "row4" "55 255 180 255 255 230 155 80 0" + "row5" "105 255 255 255 255 155 130 105 30" + "row6" "105 230 255 255 255 130 55 5 0" + "row7" "30 230 230 255 255 130 30 0 0" + "row8" "130 180 230 255 255 155 0 0 0" + } + 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" "29669" + "plane" "(0 -3072 32) (768 -3072 32) (768 -2592 32)" + "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" "29670" + "plane" "(0 -2592 64) (0 -3072 64) (0 -3072 32)" + "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" "29671" + "plane" "(768 -2592 32) (768 -3072 32) (768 -3072 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29672" + "plane" "(768 -2592 64) (0 -2592 64) (0 -2592 32)" + "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" "29673" + "plane" "(768 -3072 32) (0 -3072 32) (0 -3072 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "183 192 0" + "groupid" "27726" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "27520" + side + { + "id" "29685" + "plane" "(0 -3072 64) (768 -3072 64) (768 -3840 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 200" + "vaxis" "[0 -1 0 0] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[0 -3840 64]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "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" + "row1" "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" + "row2" "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" + "row3" "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" + "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" + "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" + "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" + "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" + "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" + } + distances + { + "row0" "0 0 1.32979 10.763 27.8777 46.3043 58.806 68.2702 80.0583" + "row1" "0 0 7.09424 31.0739 65.6219 95.261 105.643 106.406 107.172" + "row2" "0 2.91957 20.6341 57.3641 101.348 128.724 130.816 118.934 108.004" + "row3" "0 7.83662 33.052 69.1603 107.605 127.932 122.824 123.099 109.342" + "row4" "0.797607 11.4801 35.577 65.2295 85.1643 104.562 103.342 88.7232 89.3395" + "row5" "5.98309 15.8853 37.9637 69.3566 85.8586 91.7376 69.9512 61.9357 37.1562" + "row6" "8.47011 30.7433 50.9265 71.5421 74.5641 44.5367 31.3863 17.5918 26.7068" + "row7" "5.37728 35.6259 53.874 59.102 36.9098 16.7711 9.40409 32.394 53.9572" + "row8" "13.2373 34.7059 47.2356 30.4415 5.55398 4.12671 26.5971 57.5782 61.7759" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "255 255 255 255 255 255 255 255 255" + "row1" "255 255 255 255 255 255 255 155 30" + "row2" "255 255 255 255 180 80 130 180 180" + "row3" "255 255 255 205 0 130 230 155 205" + "row4" "255 255 205 55 230 155 230 130 230" + "row5" "230 155 80 130 180 180 250 255 255" + "row6" "5 5 130 205 230 155 180 255 255" + "row7" "105 155 255 230 205 255 255 255 255" + "row8" "0 230 230 180 255 255 255 255 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" "29684" + "plane" "(0 -3840 32) (768 -3840 32) (768 -3072 32)" + "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" "29683" + "plane" "(0 -3072 64) (0 -3840 64) (0 -3840 32)" + "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" "29682" + "plane" "(768 -3072 32) (768 -3840 32) (768 -3840 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29681" + "plane" "(768 -3072 64) (0 -3072 64) (0 -3072 32)" + "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" "29680" + "plane" "(768 -3840 32) (0 -3840 32) (0 -3840 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "183 192 0" + "groupid" "27726" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "27528" + side + { + "id" "29697" + "plane" "(768 -3072 64) (1536 -3072 64) (1536 -3840 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 200" + "vaxis" "[0 -1 0 0] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[768 -3840 64]" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + distances + { + "row0" "80.0583 89.1498 81.4359 70.6635 60.7407 58.6452 64.3848 54.4231 35.8743" + "row1" "107.172 103.151 88.0687 77.7174 78.0335 86.3265 99.4466 88.417 51.9143" + "row2" "108.004 101.513 91.9141 84.1085 92.4613 104.78 115.081 110.047 75.3561" + "row3" "109.342 103.913 96.9357 89.683 101.662 116.115 128.339 133.495 106.617" + "row4" "89.3395 90.3 93.761 101.129 114.733 126.542 127.591 138.621 118.365" + "row5" "37.1562 64.6374 87.56 101.993 117.248 129.114 128.585 130.231 121.267" + "row6" "26.7068 75.5586 78.3107 93.7309 109.722 122.427 123.205 121.284 116.76" + "row7" "53.9572 52.8224 60.8371 80.3185 100.08 115.223 117.002 114.504 111.727" + "row8" "61.7759 44.0377 46.3201 60.3077 87.592 102.71 105.661 108.023 97.0169" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "255 130 55 130 155 255 205 230 255" + "row1" "30 180 230 205 205 180 230 205 255" + "row2" "180 155 230 255 255 230 205 130 205" + "row3" "205 130 205 205 255 130 255 255 230" + "row4" "230 80 105 155 230 155 230 255 255" + "row5" "255 255 255 255 255 255 230 255 255" + "row6" "255 255 255 255 255 255 255 255 255" + "row7" "255 255 130 255 255 255 255 255 255" + "row8" "230 180 105 130 205 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" "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" "29696" + "plane" "(768 -3840 32) (1536 -3840 32) (1536 -3072 32)" + "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" "29695" + "plane" "(768 -3072 64) (768 -3840 64) (768 -3840 32)" + "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" "29694" + "plane" "(1536 -3072 32) (1536 -3840 32) (1536 -3840 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29693" + "plane" "(1536 -3072 64) (768 -3072 64) (768 -3072 32)" + "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" "29692" + "plane" "(1536 -3840 32) (768 -3840 32) (768 -3840 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "183 192 0" + "groupid" "27726" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "28047" + side + { + "id" "29817" + "plane" "(-352 -2688 64) (-352 -3200 64) (-800 -2976 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 4.32] 200" + "vaxis" "[0 -1 0 -3.04] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29816" + "plane" "(-352 -3200 32) (-352 -2688 32) (-512 -2688 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29815" + "plane" "(-512 -2688 64) (-800 -2976 64) (-800 -2976 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29814" + "plane" "(-352 -3200 64) (-352 -2688 64) (-352 -2688 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29813" + "plane" "(-352 -2688 64) (-512 -2688 64) (-512 -2688 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29812" + "plane" "(-800 -2976 64) (-352 -3200 64) (-352 -3200 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "28052" + side + { + "id" "29829" + "plane" "(-384 -3296 64) (-352 -3296 64) (-352 -3424 64)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0 -1 0 -640] 0.25" + "vaxis" "[-1 0 0 -640] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29828" + "plane" "(-352 -3296 32) (-384 -3296 32) (-384 -3424 32)" + "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" "29827" + "plane" "(-384 -3296 32) (-352 -3296 32) (-352 -3296 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29826" + "plane" "(-352 -3424 32) (-384 -3424 32) (-384 -3424 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29825" + "plane" "(-352 -3296 32) (-352 -3424 32) (-352 -3424 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29824" + "plane" "(-384 -3424 32) (-384 -3296 32) (-384 -3296 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "28164" + side + { + "id" "30021" + "plane" "(-800 -2976 64) (-352 -3200 64) (-352 -3296 64)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0.447214 0.894427 0 861] 0.5" + "vaxis" "[0.715541 -0.357771 -0.6 -460] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30020" + "plane" "(-352 -3200 32) (-800 -2976 32) (-1120 -3296 32)" + "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" "30019" + "plane" "(-1120 -3296 64) (-352 -3296 64) (-352 -3296 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30018" + "plane" "(-352 -3200 64) (-800 -2976 64) (-800 -2976 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.894427 0.447214 0 3.36914] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30017" + "plane" "(-800 -2976 64) (-1120 -3296 64) (-1120 -3296 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30016" + "plane" "(-352 -3296 64) (-352 -3200 64) (-352 -3200 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "28271" + side + { + "id" "30033" + "plane" "(128 -2688 64) (128 -2592 64) (512 -2592 64)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 -768] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30032" + "plane" "(128 -2592 32) (128 -2688 32) (512 -2688 32)" + "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" "30031" + "plane" "(128 -2688 32) (128 -2592 32) (128 -2592 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30030" + "plane" "(512 -2592 32) (512 -2688 32) (512 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30029" + "plane" "(128 -2592 32) (512 -2592 32) (512 -2592 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30028" + "plane" "(512 -2688 32) (128 -2688 32) (128 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "28276" + side + { + "id" "30045" + "plane" "(992 -3456 160) (896 -3456 160) (896 -3072 160)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[1 0 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30044" + "plane" "(896 -3456 128) (992 -3456 128) (992 -3072 128)" + "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" "30043" + "plane" "(992 -3456 128) (896 -3456 128) (896 -3456 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30042" + "plane" "(896 -3072 128) (992 -3072 128) (992 -3072 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30041" + "plane" "(896 -3456 128) (896 -3072 128) (896 -3072 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30040" + "plane" "(992 -3072 128) (992 -3456 128) (992 -3456 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "28283" + side + { + "id" "30057" + "plane" "(992 -3456 160) (992 -3072 160) (1216 -3072 192)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[1 0 0 -640] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30056" + "plane" "(1216 -3456 128) (1216 -3072 128) (992 -3072 128)" + "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" "30055" + "plane" "(992 -3456 128) (992 -3456 160) (1216 -3456 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30054" + "plane" "(1216 -3072 128) (1216 -3072 192) (992 -3072 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30053" + "plane" "(992 -3072 128) (992 -3072 160) (992 -3456 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "30052" + "plane" "(1216 -3456 128) (1216 -3456 192) (1216 -3072 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25076" + side + { + "id" "27629" + "plane" "(1688 -984 392) (1680 -984 392) (1680 -712 392)" + "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" "27628" + "plane" "(1688 -712 200) (1680 -712 200) (1680 -984 200)" + "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" "27627" + "plane" "(1680 -984 392) (1680 -984 200) (1680 -712 200)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[0 1 0 175.158] 0.59375" + "vaxis" "[0 0 -1 21.3334] 0.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27626" + "plane" "(1688 -712 392) (1688 -712 200) (1688 -984 200)" + "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" "27625" + "plane" "(1680 -712 392) (1680 -712 200) (1688 -712 200)" + "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" "27624" + "plane" "(1688 -984 392) (1688 -984 200) (1680 -984 200)" + "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" "118 115 0" + "groupid" "25111" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25078" + side + { + "id" "27641" + "plane" "(1688 -992 400) (1680 -992 400) (1680 -984 392)" + "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" "27640" + "plane" "(1680 -992 192) (1688 -992 192) (1688 -984 200)" + "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" "27639" + "plane" "(1680 -992 400) (1680 -992 192) (1680 -984 200)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27638" + "plane" "(1688 -992 192) (1688 -992 400) (1688 -984 392)" + "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" "27637" + "plane" "(1688 -992 400) (1688 -992 192) (1680 -992 192)" + "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" "27636" + "plane" "(1680 -984 392) (1680 -984 200) (1688 -984 200)" + "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" "118 115 0" + "groupid" "25111" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25081" + side + { + "id" "27659" + "plane" "(1680 -992 416) (1648 -992 416) (1648 -672 416)" + "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" "27658" + "plane" "(1680 -704 400) (1648 -672 400) (1648 -992 400)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27657" + "plane" "(1648 -992 416) (1648 -992 400) (1648 -672 400)" + "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" "27656" + "plane" "(1680 -704 416) (1680 -704 400) (1680 -992 400)" + "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" "27655" + "plane" "(1648 -672 416) (1648 -672 400) (1680 -704 400)" + "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" "27654" + "plane" "(1680 -992 416) (1680 -992 400) (1648 -992 400)" + "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" "118 115 0" + "groupid" "25111" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25095" + side + { + "id" "27664" + "plane" "(1680 -712 392) (1680 -704 400) (1688 -712 392)" + "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" "27663" + "plane" "(1680 -712 200) (1688 -712 200) (1680 -704 192)" + "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" "27662" + "plane" "(1680 -712 392) (1680 -712 200) (1680 -704 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27661" + "plane" "(1680 -712 200) (1680 -712 392) (1688 -712 392)" + "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" "27660" + "plane" "(1688 -712 200) (1688 -712 392) (1680 -704 400)" + "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" "118 115 0" + "groupid" "25111" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25097" + side + { + "id" "27671" + "plane" "(1680 -712 200) (1688 -712 200) (1688 -984 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27670" + "plane" "(1680 -992 192) (1688 -992 192) (1688 -712 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27669" + "plane" "(1680 -704 192) (1680 -712 200) (1680 -984 200)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27668" + "plane" "(1688 -992 192) (1688 -984 200) (1688 -712 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27667" + "plane" "(1680 -992 192) (1680 -984 200) (1688 -984 200)" + "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" "27666" + "plane" "(1688 -712 200) (1680 -712 200) (1680 -704 192)" + "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" "27665" + "plane" "(1688 -712 192) (1688 -712 200) (1680 -704 192)" + "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" "118 115 0" + "groupid" "25111" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25100" + side + { + "id" "27678" + "plane" "(1680 -984 392) (1688 -984 392) (1688 -712 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27677" + "plane" "(1680 -704 400) (1688 -712 400) (1688 -992 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27676" + "plane" "(1680 -712 392) (1680 -704 400) (1680 -992 400)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27675" + "plane" "(1688 -984 392) (1688 -992 400) (1688 -712 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -32] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27674" + "plane" "(1680 -984 392) (1680 -992 400) (1688 -992 400)" + "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" "27673" + "plane" "(1688 -712 392) (1680 -704 400) (1680 -712 392)" + "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" "27672" + "plane" "(1688 -712 400) (1680 -704 400) (1688 -712 392)" + "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" "118 115 0" + "groupid" "25111" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25113" + side + { + "id" "27722" + "plane" "(2104 -712 392) (2104 -704 392) (1688 -704 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27721" + "plane" "(1688 -712 400) (1680 -704 400) (2112 -704 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27720" + "plane" "(1680 -704 400) (1688 -704 392) (2104 -704 392)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27719" + "plane" "(2112 -712 400) (2104 -712 392) (1688 -712 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27718" + "plane" "(2112 -704 400) (2104 -704 392) (2104 -712 392)" + "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" "27717" + "plane" "(1688 -712 392) (1688 -704 392) (1680 -704 400)" + "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" "27716" + "plane" "(1688 -712 400) (1688 -712 392) (1680 -704 400)" + "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" "118 115 0" + "groupid" "25112" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25114" + side + { + "id" "27729" + "plane" "(1688 -712 200) (1688 -704 200) (2104 -704 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27728" + "plane" "(2112 -712 192) (2112 -704 192) (1680 -704 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27727" + "plane" "(1688 -704 200) (1680 -704 192) (2112 -704 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27726" + "plane" "(2104 -712 200) (2112 -712 192) (1688 -712 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27725" + "plane" "(2104 -704 200) (2112 -704 192) (2112 -712 192)" + "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" "27724" + "plane" "(1688 -712 200) (1680 -704 192) (1688 -704 200)" + "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" "27723" + "plane" "(1688 -712 192) (1680 -704 192) (1688 -712 200)" + "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" "118 115 0" + "groupid" "25112" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25115" + side + { + "id" "27734" + "plane" "(1688 -704 392) (1688 -712 392) (1680 -704 400)" + "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" "27733" + "plane" "(1688 -704 200) (1680 -704 192) (1688 -712 200)" + "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" "27732" + "plane" "(1688 -704 200) (1688 -704 392) (1680 -704 400)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[-1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27731" + "plane" "(1688 -704 392) (1688 -704 200) (1688 -712 200)" + "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" "27730" + "plane" "(1688 -712 392) (1688 -712 200) (1680 -704 192)" + "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" "118 115 0" + "groupid" "25112" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25116" + side + { + "id" "27740" + "plane" "(2104 -704 392) (2104 -712 392) (1688 -712 392)" + "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" "27739" + "plane" "(1688 -704 200) (1688 -712 200) (2104 -712 200)" + "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" "27738" + "plane" "(2104 -704 200) (2104 -704 392) (1688 -704 392)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[-1 0 0 29.5386] 0.8125" + "vaxis" "[0 0 -1 21.3334] 0.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27737" + "plane" "(1688 -712 200) (1688 -712 392) (2104 -712 392)" + "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" "27736" + "plane" "(1688 -704 200) (1688 -704 392) (1688 -712 392)" + "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" "27735" + "plane" "(2104 -712 200) (2104 -712 392) (2104 -704 392)" + "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" "118 115 0" + "groupid" "25112" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25117" + side + { + "id" "27746" + "plane" "(2112 -704 400) (2112 -712 400) (2104 -712 392)" + "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" "27745" + "plane" "(2112 -712 192) (2112 -704 192) (2104 -704 200)" + "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" "27744" + "plane" "(2112 -704 192) (2112 -704 400) (2104 -704 392)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27743" + "plane" "(2112 -712 400) (2112 -712 192) (2104 -712 200)" + "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" "27742" + "plane" "(2112 -712 192) (2112 -712 400) (2112 -704 400)" + "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" "27741" + "plane" "(2104 -704 200) (2104 -704 392) (2104 -712 392)" + "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" "118 115 0" + "groupid" "25112" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25118" + side + { + "id" "27752" + "plane" "(2112 -672 416) (2112 -704 416) (1680 -704 416)" + "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" "27751" + "plane" "(1648 -672 400) (1680 -704 400) (2112 -704 400)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 64] 0.25" + "vaxis" "[1 0 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27750" + "plane" "(2112 -672 400) (2112 -672 416) (1648 -672 416)" + "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" "27749" + "plane" "(1680 -704 400) (1680 -704 416) (2112 -704 416)" + "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" "27748" + "plane" "(1648 -672 400) (1648 -672 416) (1680 -704 416)" + "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" "27747" + "plane" "(2112 -704 400) (2112 -704 416) (2112 -672 416)" + "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" "118 115 0" + "groupid" "25112" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25156" + side + { + "id" "27764" + "plane" "(1680 -528 192) (2112 -528 192) (2112 -672 192)" + "material" "SOLUTION2/OFFICE/CARPET/CARPET_BLUE_STRIPES" + "uaxis" "[0 1 0 512] 0.25" + "vaxis" "[-1 0 0 -768] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27763" + "plane" "(1680 -672 64) (2112 -672 64) (2112 -528 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27762" + "plane" "(2112 -528 64) (2112 -672 64) (2112 -672 192)" + "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" "27761" + "plane" "(1680 -528 64) (2112 -528 64) (2112 -528 192)" + "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" "27760" + "plane" "(2112 -672 64) (1680 -672 64) (1680 -672 192)" + "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" "27759" + "plane" "(1680 -672 64) (1680 -528 64) (1680 -528 192)" + "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 178 115" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25158" + side + { + "id" "27769" + "plane" "(1680 -448 192) (1760 -528 192) (1680 -528 192)" + "material" "SOLUTION2/OFFICE/CARPET/CARPET_BLUE_STRIPES" + "uaxis" "[0 1 0 512] 0.25" + "vaxis" "[-1 0 0 -768] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27768" + "plane" "(1680 -528 64) (1760 -528 64) (1680 -448 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27767" + "plane" "(1760 -528 64) (1680 -528 64) (1680 -528 192)" + "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" "27766" + "plane" "(1680 -528 64) (1680 -448 64) (1680 -448 192)" + "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" "27765" + "plane" "(1680 -448 64) (1760 -528 64) (1760 -528 192)" + "material" "SOLUTION2/OFFICE/CARPET/CARPET_BLUE_STRIPES" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 178 115" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25161" + side + { + "id" "27781" + "plane" "(1680 -704 196) (1648 -672 196) (2112 -672 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 192] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27780" + "plane" "(1648 -672 192) (1680 -704 192) (2112 -704 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27779" + "plane" "(1680 -704 192) (1680 -704 196) (2112 -704 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27778" + "plane" "(2112 -672 192) (2112 -672 196) (1648 -672 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27777" + "plane" "(2112 -704 192) (2112 -704 196) (2112 -672 196)" + "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" "27776" + "plane" "(1648 -672 192) (1648 -672 196) (1680 -704 196)" + "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 120 217" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25163" + side + { + "id" "27793" + "plane" "(1648 -992 196) (1648 -672 196) (1680 -704 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27792" + "plane" "(1680 -992 192) (1680 -704 192) (1648 -672 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27791" + "plane" "(1680 -992 196) (1680 -704 196) (1680 -704 192)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 -1 0 -192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27790" + "plane" "(1648 -672 196) (1648 -992 196) (1648 -992 192)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 -1 0 192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27789" + "plane" "(1648 -992 196) (1680 -992 196) (1680 -992 192)" + "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" "27788" + "plane" "(1680 -704 196) (1648 -672 196) (1648 -672 192)" + "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 120 217" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25239" + side + { + "id" "27889" + "plane" "(1280 -1408 192) (1280 -1424 192) (1088 -1424 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 -56] 0.125" + "vaxis" "[0 -1 0 36] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27888" + "plane" "(1088 -1408 184) (1088 -1424 184) (1280 -1424 184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27887" + "plane" "(1088 -1424 184) (1088 -1408 184) (1088 -1408 192)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27886" + "plane" "(1280 -1408 184) (1280 -1424 184) (1280 -1424 192)" + "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" "27885" + "plane" "(1088 -1408 184) (1280 -1408 184) (1280 -1408 192)" + "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" "27884" + "plane" "(1280 -1424 184) (1088 -1424 184) (1088 -1424 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[-1 0 0 -312] 0.125" + "vaxis" "[0 0 -1 454] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25258" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25243" + side + { + "id" "27901" + "plane" "(1280 -1424 184) (1280 -1440 184) (1088 -1440 184)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 -56] 0.125" + "vaxis" "[0 -1 0 -92] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27900" + "plane" "(1088 -1424 176) (1088 -1440 176) (1280 -1440 176)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27899" + "plane" "(1088 -1440 176) (1088 -1424 176) (1088 -1424 184)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27898" + "plane" "(1280 -1424 176) (1280 -1440 176) (1280 -1440 184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27897" + "plane" "(1088 -1424 176) (1280 -1424 176) (1280 -1424 184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27896" + "plane" "(1280 -1440 176) (1088 -1440 176) (1088 -1440 184)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[-1 0 0 -312] 0.125" + "vaxis" "[0 0 -1 390] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25258" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25244" + side + { + "id" "27913" + "plane" "(1280 -1440 176) (1280 -1456 176) (1088 -1456 176)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 -56] 0.125" + "vaxis" "[0 -1 0 -220] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27912" + "plane" "(1088 -1440 168) (1088 -1456 168) (1280 -1456 168)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27911" + "plane" "(1088 -1456 168) (1088 -1440 168) (1088 -1440 176)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27910" + "plane" "(1280 -1440 168) (1280 -1456 168) (1280 -1456 176)" + "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" "27909" + "plane" "(1088 -1440 168) (1280 -1440 168) (1280 -1440 176)" + "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" "27908" + "plane" "(1280 -1456 168) (1088 -1456 168) (1088 -1456 176)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[-1 0 0 -312] 0.125" + "vaxis" "[0 0 -1 326] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25258" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25245" + side + { + "id" "27925" + "plane" "(1280 -1456 168) (1280 -1472 168) (1088 -1472 168)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 -56] 0.125" + "vaxis" "[0 -1 0 -348] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27924" + "plane" "(1088 -1456 160) (1088 -1472 160) (1280 -1472 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27923" + "plane" "(1088 -1472 160) (1088 -1456 160) (1088 -1456 168)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27922" + "plane" "(1280 -1456 160) (1280 -1472 160) (1280 -1472 168)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27921" + "plane" "(1088 -1456 160) (1280 -1456 160) (1280 -1456 168)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27920" + "plane" "(1280 -1472 160) (1088 -1472 160) (1088 -1472 168)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[-1 0 0 -312] 0.125" + "vaxis" "[0 0 -1 262] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25258" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25246" + side + { + "id" "27937" + "plane" "(1280 -1472 160) (1280 -1488 160) (1088 -1488 160)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 -56] 0.125" + "vaxis" "[0 -1 0 -476] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27936" + "plane" "(1088 -1472 152) (1088 -1488 152) (1280 -1488 152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27935" + "plane" "(1088 -1488 152) (1088 -1472 152) (1088 -1472 160)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27934" + "plane" "(1280 -1472 152) (1280 -1488 152) (1280 -1488 160)" + "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" "27933" + "plane" "(1088 -1472 152) (1280 -1472 152) (1280 -1472 160)" + "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" "27932" + "plane" "(1280 -1488 152) (1088 -1488 152) (1088 -1488 160)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[-1 0 0 -312] 0.125" + "vaxis" "[0 0 -1 198] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25258" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25247" + side + { + "id" "27949" + "plane" "(1280 -1488 152) (1280 -1504 152) (1088 -1504 152)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 -56] 0.125" + "vaxis" "[0 -1 0 -604] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27948" + "plane" "(1088 -1488 144) (1088 -1504 144) (1280 -1504 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27947" + "plane" "(1088 -1504 144) (1088 -1488 144) (1088 -1488 152)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 1 0 192] 0.25" + "vaxis" "[0 0 -1 -160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27946" + "plane" "(1280 -1488 144) (1280 -1504 144) (1280 -1504 152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27945" + "plane" "(1088 -1488 144) (1280 -1488 144) (1280 -1488 152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27944" + "plane" "(1280 -1504 144) (1088 -1504 144) (1088 -1504 152)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[-1 0 0 -312] 0.125" + "vaxis" "[0 0 -1 134] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25258" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25248" + side + { + "id" "27961" + "plane" "(1280 -1504 144) (1280 -1520 144) (1088 -1520 144)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 -56] 0.125" + "vaxis" "[0 -1 0 -732] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27960" + "plane" "(1088 -1504 136) (1088 -1520 136) (1280 -1520 136)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27959" + "plane" "(1088 -1520 136) (1088 -1504 136) (1088 -1504 144)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 -192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27958" + "plane" "(1280 -1504 136) (1280 -1520 136) (1280 -1520 144)" + "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" "27957" + "plane" "(1088 -1504 136) (1280 -1504 136) (1280 -1504 144)" + "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" "27956" + "plane" "(1280 -1520 136) (1088 -1520 136) (1088 -1520 144)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[-1 0 0 -312] 0.125" + "vaxis" "[0 0 -1 70] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25258" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25249" + side + { + "id" "27973" + "plane" "(1280 -1520 136) (1280 -1536 136) (1088 -1536 136)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 -56] 0.125" + "vaxis" "[0 -1 0 -860] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27972" + "plane" "(1088 -1520 128) (1088 -1536 128) (1280 -1536 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27971" + "plane" "(1088 -1536 128) (1088 -1520 128) (1088 -1520 136)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 1 0 320] 0.25" + "vaxis" "[0 0 -1 -224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27970" + "plane" "(1280 -1520 128) (1280 -1536 128) (1280 -1536 136)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27969" + "plane" "(1088 -1520 128) (1280 -1520 128) (1280 -1520 136)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27968" + "plane" "(1280 -1536 128) (1088 -1536 128) (1088 -1536 136)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[-1 0 0 -312] 0.125" + "vaxis" "[0 0 -1 6] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25258" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25260" + side + { + "id" "28027" + "plane" "(1024 -1728 128) (1008 -1728 128) (1008 -1536 128)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 36] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28026" + "plane" "(1024 -1536 120) (1008 -1536 120) (1008 -1728 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28025" + "plane" "(1008 -1536 120) (1024 -1536 120) (1024 -1536 128)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28024" + "plane" "(1024 -1728 120) (1008 -1728 120) (1008 -1728 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28023" + "plane" "(1024 -1536 120) (1024 -1728 120) (1024 -1728 128)" + "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" "28022" + "plane" "(1008 -1728 120) (1008 -1536 120) (1008 -1536 128)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -58] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25259" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25261" + side + { + "id" "28033" + "plane" "(1008 -1728 120) (992 -1728 120) (992 -1536 120)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -92] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28032" + "plane" "(1008 -1536 112) (992 -1536 112) (992 -1728 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28031" + "plane" "(992 -1536 112) (1008 -1536 112) (1008 -1536 120)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28030" + "plane" "(1008 -1728 112) (992 -1728 112) (992 -1728 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28029" + "plane" "(1008 -1536 112) (1008 -1728 112) (1008 -1728 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28028" + "plane" "(992 -1728 112) (992 -1536 112) (992 -1536 120)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -122] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25259" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25262" + side + { + "id" "28039" + "plane" "(992 -1728 112) (976 -1728 112) (976 -1536 112)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -220] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28038" + "plane" "(992 -1536 104) (976 -1536 104) (976 -1728 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28037" + "plane" "(976 -1536 104) (992 -1536 104) (992 -1536 112)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28036" + "plane" "(992 -1728 104) (976 -1728 104) (976 -1728 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28035" + "plane" "(992 -1536 104) (992 -1728 104) (992 -1728 112)" + "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" "28034" + "plane" "(976 -1728 104) (976 -1536 104) (976 -1536 112)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -186] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25259" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25263" + side + { + "id" "28045" + "plane" "(976 -1728 104) (960 -1728 104) (960 -1536 104)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -348] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28044" + "plane" "(976 -1536 96) (960 -1536 96) (960 -1728 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28043" + "plane" "(960 -1536 96) (976 -1536 96) (976 -1536 104)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28042" + "plane" "(976 -1728 96) (960 -1728 96) (960 -1728 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28041" + "plane" "(976 -1536 96) (976 -1728 96) (976 -1728 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28040" + "plane" "(960 -1728 96) (960 -1536 96) (960 -1536 104)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -250] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25259" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25264" + side + { + "id" "28051" + "plane" "(960 -1728 96) (944 -1728 96) (944 -1536 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -476] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28050" + "plane" "(960 -1536 88) (944 -1536 88) (944 -1728 88)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28049" + "plane" "(944 -1536 88) (960 -1536 88) (960 -1536 96)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28048" + "plane" "(960 -1728 88) (944 -1728 88) (944 -1728 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28047" + "plane" "(960 -1536 88) (960 -1728 88) (960 -1728 96)" + "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" "28046" + "plane" "(944 -1728 88) (944 -1536 88) (944 -1536 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -314] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25259" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25265" + side + { + "id" "28057" + "plane" "(944 -1728 88) (928 -1728 88) (928 -1536 88)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -604] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28056" + "plane" "(944 -1536 80) (928 -1536 80) (928 -1728 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28055" + "plane" "(928 -1536 80) (944 -1536 80) (944 -1536 88)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 -160] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28054" + "plane" "(944 -1728 80) (928 -1728 80) (928 -1728 88)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28053" + "plane" "(944 -1536 80) (944 -1728 80) (944 -1728 88)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28052" + "plane" "(928 -1728 80) (928 -1536 80) (928 -1536 88)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -378] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25259" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25309" + side + { + "id" "28111" + "plane" "(832 -1728 80) (816 -1728 80) (816 -1536 80)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -476] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28110" + "plane" "(832 -1536 72) (816 -1536 72) (816 -1728 72)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28109" + "plane" "(816 -1536 72) (832 -1536 72) (832 -1536 80)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28108" + "plane" "(832 -1728 72) (816 -1728 72) (816 -1728 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28107" + "plane" "(832 -1536 72) (832 -1728 72) (832 -1728 80)" + "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" "28106" + "plane" "(816 -1728 72) (816 -1536 72) (816 -1536 80)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -442] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25308" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25310" + side + { + "id" "28117" + "plane" "(816 -1728 72) (800 -1728 72) (800 -1536 72)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -604] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28116" + "plane" "(816 -1536 64) (800 -1536 64) (800 -1728 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28115" + "plane" "(800 -1536 64) (816 -1536 64) (816 -1536 72)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28114" + "plane" "(816 -1728 64) (800 -1728 64) (800 -1728 72)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28113" + "plane" "(816 -1536 64) (816 -1728 64) (816 -1728 72)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28112" + "plane" "(800 -1728 64) (800 -1536 64) (800 -1536 72)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -506] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25308" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25311" + side + { + "id" "28123" + "plane" "(800 -1728 64) (784 -1728 64) (784 -1536 64)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -732] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28122" + "plane" "(800 -1536 56) (784 -1536 56) (784 -1728 56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28121" + "plane" "(784 -1536 56) (800 -1536 56) (800 -1536 64)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28120" + "plane" "(800 -1728 56) (784 -1728 56) (784 -1728 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28119" + "plane" "(800 -1536 56) (800 -1728 56) (800 -1728 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28118" + "plane" "(784 -1728 56) (784 -1536 56) (784 -1536 64)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -570] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25308" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25312" + side + { + "id" "28129" + "plane" "(784 -1728 56) (768 -1728 56) (768 -1536 56)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -860] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28128" + "plane" "(784 -1536 48) (768 -1536 48) (768 -1728 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28127" + "plane" "(768 -1536 48) (784 -1536 48) (784 -1536 56)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28126" + "plane" "(784 -1728 48) (768 -1728 48) (768 -1728 56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28125" + "plane" "(784 -1536 48) (784 -1728 48) (784 -1728 56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28124" + "plane" "(768 -1728 48) (768 -1536 48) (768 -1536 56)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -634] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25308" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25313" + side + { + "id" "28135" + "plane" "(768 -1728 48) (752 -1728 48) (752 -1536 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -988] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28134" + "plane" "(768 -1536 40) (752 -1536 40) (752 -1728 40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28133" + "plane" "(752 -1536 40) (768 -1536 40) (768 -1536 48)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28132" + "plane" "(768 -1728 40) (752 -1728 40) (752 -1728 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28131" + "plane" "(768 -1536 40) (768 -1728 40) (768 -1728 48)" + "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" "28130" + "plane" "(752 -1728 40) (752 -1536 40) (752 -1536 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -698] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25308" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25314" + side + { + "id" "28141" + "plane" "(752 -1728 40) (736 -1728 40) (736 -1536 40)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 -1 0 -56] 0.125" + "vaxis" "[-1 0 0 -92] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28140" + "plane" "(752 -1536 32) (736 -1536 32) (736 -1728 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28139" + "plane" "(736 -1536 32) (752 -1536 32) (752 -1536 40)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[1 0 0 448] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28138" + "plane" "(752 -1728 32) (736 -1728 32) (736 -1728 40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28137" + "plane" "(752 -1536 32) (752 -1728 32) (752 -1728 40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28136" + "plane" "(736 -1728 32) (736 -1536 32) (736 -1536 40)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 200] 0.125" + "vaxis" "[0 0 -1 -762] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "218 235 0" + "groupid" "25308" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25403" + side + { + "id" "28153" + "plane" "(1088 -1408 192) (1088 -1280 192) (1280 -1280 192)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28152" + "plane" "(1088 -1280 96) (1088 -1408 96) (1280 -1408 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28151" + "plane" "(1088 -1408 96) (1088 -1280 96) (1088 -1280 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28150" + "plane" "(1280 -1280 96) (1280 -1408 96) (1280 -1408 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28149" + "plane" "(1088 -1280 96) (1280 -1280 96) (1280 -1280 192)" + "material" "VALLEY/DEV/DEV_ROCK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28148" + "plane" "(1280 -1408 96) (1088 -1408 96) (1088 -1408 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25408" + side + { + "id" "28165" + "plane" "(1344 -992 192) (1408 -992 192) (1408 -1216 192)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 768] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28164" + "plane" "(1344 -1280 96) (1408 -1216 96) (1408 -992 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28163" + "plane" "(1344 -992 96) (1344 -992 192) (1344 -1280 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28162" + "plane" "(1408 -1216 96) (1408 -1216 192) (1408 -992 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28161" + "plane" "(1408 -992 96) (1408 -992 192) (1344 -992 192)" + "material" "VALLEY/DEV/DEV_ROCK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28160" + "plane" "(1344 -1280 96) (1344 -1280 192) (1408 -1216 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25411" + side + { + "id" "28177" + "plane" "(1088 -1280 192) (1088 -992 192) (1344 -992 192)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28176" + "plane" "(1088 -992 96) (1088 -1280 96) (1344 -1280 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28175" + "plane" "(1088 -1280 96) (1088 -992 96) (1088 -992 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28174" + "plane" "(1344 -992 96) (1344 -1280 96) (1344 -1280 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28173" + "plane" "(1088 -992 96) (1344 -992 96) (1344 -992 192)" + "material" "VALLEY/DEV/DEV_ROCK" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28172" + "plane" "(1344 -1280 96) (1088 -1280 96) (1088 -1280 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25421" + side + { + "id" "28189" + "plane" "(704 -2208 48) (704 -2192 48) (1024 -2192 48)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28188" + "plane" "(704 -2192 32) (704 -2208 32) (1024 -2208 32)" + "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" "28187" + "plane" "(704 -2208 32) (704 -2192 32) (704 -2192 48)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28186" + "plane" "(1024 -2192 32) (1024 -2208 32) (1024 -2208 48)" + "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" "28185" + "plane" "(704 -2192 32) (1024 -2192 32) (1024 -2192 48)" + "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" "28184" + "plane" "(1024 -2208 32) (704 -2208 32) (704 -2208 48)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25428" + side + { + "id" "28201" + "plane" "(704 -2208 288) (704 -2192 288) (1024 -2192 288)" + "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" "28200" + "plane" "(704 -2192 272) (704 -2208 272) (1024 -2208 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28199" + "plane" "(704 -2208 272) (704 -2192 272) (704 -2192 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28198" + "plane" "(1024 -2192 272) (1024 -2208 272) (1024 -2208 288)" + "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" "28197" + "plane" "(704 -2192 272) (1024 -2192 272) (1024 -2192 288)" + "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" "28196" + "plane" "(1024 -2208 272) (704 -2208 272) (704 -2208 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25429" + side + { + "id" "28213" + "plane" "(704 -2208 272) (704 -2192 272) (720 -2192 272)" + "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" "28212" + "plane" "(704 -2192 48) (704 -2208 48) (720 -2208 48)" + "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" "28211" + "plane" "(704 -2208 48) (704 -2192 48) (704 -2192 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28210" + "plane" "(720 -2192 48) (720 -2208 48) (720 -2208 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28209" + "plane" "(704 -2192 48) (720 -2192 48) (720 -2192 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28208" + "plane" "(720 -2208 48) (704 -2208 48) (704 -2208 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25431" + side + { + "id" "28225" + "plane" "(1008 -2208 272) (1008 -2192 272) (1024 -2192 272)" + "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" "28224" + "plane" "(1008 -2192 48) (1008 -2208 48) (1024 -2208 48)" + "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" "28223" + "plane" "(1008 -2208 48) (1008 -2192 48) (1008 -2192 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28222" + "plane" "(1024 -2192 48) (1024 -2208 48) (1024 -2208 272)" + "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" "28221" + "plane" "(1008 -2192 48) (1024 -2192 48) (1024 -2192 272)" + "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" "28220" + "plane" "(1024 -2208 48) (1008 -2208 48) (1008 -2208 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25432" + side + { + "id" "28237" + "plane" "(808 -2208 272) (808 -2192 272) (820 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28236" + "plane" "(808 -2192 48) (808 -2208 48) (820 -2208 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28235" + "plane" "(808 -2208 48) (808 -2192 48) (808 -2192 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28234" + "plane" "(820 -2192 48) (820 -2208 48) (820 -2208 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28233" + "plane" "(808 -2192 48) (820 -2192 48) (820 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28232" + "plane" "(820 -2208 48) (808 -2208 48) (808 -2208 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25439" + side + { + "id" "28249" + "plane" "(704 -2080 48) (720 -2080 48) (720 -2192 48)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28248" + "plane" "(704 -2192 32) (720 -2192 32) (720 -2080 32)" + "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" "28247" + "plane" "(704 -2080 32) (704 -2080 48) (704 -2192 48)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28246" + "plane" "(720 -2192 32) (720 -2192 48) (720 -2080 48)" + "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" "28245" + "plane" "(720 -2080 32) (720 -2080 48) (704 -2080 48)" + "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" "28244" + "plane" "(704 -2192 32) (704 -2192 48) (720 -2192 48)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25441" + side + { + "id" "28261" + "plane" "(704 -2080 288) (720 -2080 288) (720 -2192 288)" + "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" "28260" + "plane" "(704 -2192 272) (720 -2192 272) (720 -2080 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28259" + "plane" "(704 -2080 272) (704 -2080 288) (704 -2192 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28258" + "plane" "(720 -2192 272) (720 -2192 288) (720 -2080 288)" + "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" "28257" + "plane" "(720 -2080 272) (720 -2080 288) (704 -2080 288)" + "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" "28256" + "plane" "(704 -2192 272) (704 -2192 288) (720 -2192 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25442" + side + { + "id" "28273" + "plane" "(704 -2096 272) (704 -2080 272) (720 -2080 272)" + "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" "28272" + "plane" "(704 -2080 48) (704 -2096 48) (720 -2096 48)" + "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" "28271" + "plane" "(704 -2096 48) (704 -2080 48) (704 -2080 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28270" + "plane" "(720 -2080 48) (720 -2096 48) (720 -2096 272)" + "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" "28269" + "plane" "(704 -2080 48) (720 -2080 48) (720 -2080 272)" + "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" "28268" + "plane" "(720 -2096 48) (704 -2096 48) (704 -2096 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25445" + side + { + "id" "28285" + "plane" "(908 -2208 272) (908 -2192 272) (920 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28284" + "plane" "(908 -2192 48) (908 -2208 48) (920 -2208 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28283" + "plane" "(908 -2208 48) (908 -2192 48) (908 -2192 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28282" + "plane" "(920 -2192 48) (920 -2208 48) (920 -2208 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28281" + "plane" "(908 -2192 48) (920 -2192 48) (920 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28280" + "plane" "(920 -2208 48) (908 -2208 48) (908 -2208 272)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25447" + side + { + "id" "28297" + "plane" "(820 -2200 272) (820 -2192 272) (908 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28296" + "plane" "(820 -2192 48) (820 -2200 48) (908 -2200 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28295" + "plane" "(820 -2200 48) (820 -2192 48) (820 -2192 272)" + "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" "28294" + "plane" "(908 -2192 48) (908 -2200 48) (908 -2200 272)" + "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" "28293" + "plane" "(820 -2192 48) (908 -2192 48) (908 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28292" + "plane" "(908 -2200 48) (820 -2200 48) (820 -2200 272)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25462" + side + { + "id" "28309" + "plane" "(720 -2200 272) (720 -2192 272) (808 -2192 272)" + "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" "28308" + "plane" "(720 -2192 48) (720 -2200 48) (808 -2200 48)" + "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" "28307" + "plane" "(720 -2200 48) (720 -2192 48) (720 -2192 272)" + "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" "28306" + "plane" "(808 -2192 48) (808 -2200 48) (808 -2200 272)" + "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" "28305" + "plane" "(720 -2192 48) (808 -2192 48) (808 -2192 272)" + "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" "28304" + "plane" "(808 -2200 48) (720 -2200 48) (720 -2200 272)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25463" + side + { + "id" "28321" + "plane" "(920 -2200 272) (920 -2192 272) (1008 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28320" + "plane" "(920 -2192 48) (920 -2200 48) (1008 -2200 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28319" + "plane" "(920 -2200 48) (920 -2192 48) (920 -2192 272)" + "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" "28318" + "plane" "(1008 -2192 48) (1008 -2200 48) (1008 -2200 272)" + "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" "28317" + "plane" "(920 -2192 48) (1008 -2192 48) (1008 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28316" + "plane" "(1008 -2200 48) (920 -2200 48) (920 -2200 272)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "134 203 0" + "groupid" "25668" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25464" + side + { + "id" "28333" + "plane" "(720 -2096 272) (720 -2192 272) (712 -2192 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 32] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28332" + "plane" "(712 -2096 48) (712 -2192 48) (720 -2192 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 32] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28331" + "plane" "(720 -2096 48) (720 -2096 272) (712 -2096 272)" + "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" "28330" + "plane" "(712 -2192 48) (712 -2192 272) (720 -2192 272)" + "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" "28329" + "plane" "(720 -2192 48) (720 -2192 272) (720 -2096 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28328" + "plane" "(712 -2096 48) (712 -2096 272) (712 -2192 272)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25542" + side + { + "id" "28405" + "plane" "(1024 -2208 352) (704 -2208 352) (704 -1984 352)" + "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" "28404" + "plane" "(1024 -1984 288) (704 -1984 288) (704 -2208 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28403" + "plane" "(704 -2208 352) (704 -2208 288) (704 -1984 288)" + "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" "28402" + "plane" "(1024 -1984 352) (1024 -1984 288) (1024 -2208 288)" + "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" "28401" + "plane" "(704 -1984 352) (704 -1984 288) (1024 -1984 288)" + "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" "28400" + "plane" "(1024 -2208 352) (1024 -2208 288) (704 -2208 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25571" + side + { + "id" "28459" + "plane" "(1344 -3072 192) (1216 -3072 192) (1216 -2816 192)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28458" + "plane" "(1344 -2816 32) (1216 -2816 32) (1216 -3072 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -0.00195312] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28457" + "plane" "(1344 -2816 192) (1216 -2816 192) (1216 -2816 32)" + "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" "28456" + "plane" "(1216 -3072 192) (1344 -3072 192) (1344 -3072 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28455" + "plane" "(1216 -2816 192) (1216 -3072 192) (1216 -3072 32)" + "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" "28454" + "plane" "(1344 -3072 192) (1344 -2816 192) (1344 -2816 32)" + "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 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25572" + side + { + "id" "28465" + "plane" "(1536 -3072 256) (1344 -3072 192) (1344 -2816 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28464" + "plane" "(1536 -2816 32) (1344 -2816 32) (1344 -3072 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -0.00195312] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28463" + "plane" "(1536 -3072 256) (1536 -2816 256) (1536 -2816 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0.00195312] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28462" + "plane" "(1536 -2816 256) (1344 -2816 192) (1344 -2816 32)" + "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" "28461" + "plane" "(1344 -3072 192) (1536 -3072 256) (1536 -3072 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28460" + "plane" "(1344 -2816 192) (1344 -3072 192) (1344 -3072 32)" + "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 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25573" + side + { + "id" "28471" + "plane" "(1024 -2816 128) (1216 -2816 192) (1216 -3072 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28470" + "plane" "(1024 -3072 32) (1216 -3072 32) (1216 -2816 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -0.00195312] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28469" + "plane" "(1024 -2816 128) (1024 -3072 128) (1024 -3072 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0.00195312] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28468" + "plane" "(1216 -2816 192) (1024 -2816 128) (1024 -2816 32)" + "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" "28467" + "plane" "(1024 -3072 128) (1216 -3072 192) (1216 -3072 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28466" + "plane" "(1216 -3072 192) (1216 -2816 192) (1216 -2816 32)" + "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 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25604" + side + { + "id" "28488" + "plane" "(768 -2560 32) (768 -2816 32) (1024 -2816 32)" + "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" "28487" + "plane" "(768 -2816 32) (768 -2560 32) (768 -2816 128)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28486" + "plane" "(1024 -2560 32) (1024 -2816 32) (1024 -2816 128)" + "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" "28485" + "plane" "(1024 -2816 32) (768 -2816 32) (768 -2816 128)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28484" + "plane" "(1024 -2816 128) (768 -2816 128) (768 -2560 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25624" + side + { + "id" "28495" + "plane" "(768 -2944 128) (768 -2816 128) (1024 -2816 128)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28494" + "plane" "(768 -2816 32) (768 -2944 32) (896 -3072 32)" + "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" "28493" + "plane" "(768 -2944 32) (768 -2816 32) (768 -2816 128)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28492" + "plane" "(1024 -2816 32) (1024 -3072 32) (1024 -3072 128)" + "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" "28491" + "plane" "(768 -2816 32) (1024 -2816 32) (1024 -2816 128)" + "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" "28490" + "plane" "(1024 -3072 32) (896 -3072 32) (896 -3072 128)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28489" + "plane" "(896 -3072 32) (768 -2944 32) (768 -2944 128)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25642" + side + { + "id" "28543" + "plane" "(1024 -2240 416) (1024 -2208 416) (1056 -2208 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28542" + "plane" "(1024 -2208 32) (1024 -2240 32) (1056 -2240 32)" + "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" "28541" + "plane" "(1024 -2240 32) (1024 -2208 32) (1024 -2208 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28540" + "plane" "(1056 -2208 32) (1056 -2240 32) (1056 -2240 416)" + "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" "28539" + "plane" "(1024 -2208 32) (1056 -2208 32) (1056 -2208 416)" + "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" "28538" + "plane" "(1056 -2240 32) (1024 -2240 32) (1024 -2240 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25644" + side + { + "id" "28555" + "plane" "(1024 -2432 480) (1024 -2400 480) (1056 -2400 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28554" + "plane" "(1024 -2400 32) (1024 -2432 32) (1056 -2432 32)" + "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" "28553" + "plane" "(1024 -2432 32) (1024 -2400 32) (1024 -2400 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28552" + "plane" "(1056 -2400 32) (1056 -2432 32) (1056 -2432 480)" + "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" "28551" + "plane" "(1024 -2400 32) (1056 -2400 32) (1056 -2400 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28550" + "plane" "(1056 -2432 32) (1024 -2432 32) (1024 -2432 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25651" + side + { + "id" "28591" + "plane" "(1024 -2528 512) (1024 -2496 512) (1056 -2496 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28590" + "plane" "(1024 -2496 32) (1024 -2528 32) (1056 -2528 32)" + "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" "28589" + "plane" "(1024 -2528 32) (1024 -2496 32) (1024 -2496 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28588" + "plane" "(1056 -2496 32) (1056 -2528 32) (1056 -2528 512)" + "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" "28587" + "plane" "(1024 -2496 32) (1056 -2496 32) (1056 -2496 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28586" + "plane" "(1056 -2528 32) (1024 -2528 32) (1024 -2528 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25652" + side + { + "id" "28603" + "plane" "(1024 -2624 544) (1024 -2592 544) (1056 -2592 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28602" + "plane" "(1024 -2592 32) (1024 -2624 32) (1056 -2624 32)" + "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" "28601" + "plane" "(1024 -2624 32) (1024 -2592 32) (1024 -2592 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28600" + "plane" "(1056 -2592 32) (1056 -2624 32) (1056 -2624 544)" + "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" "28599" + "plane" "(1024 -2592 32) (1056 -2592 32) (1056 -2592 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28598" + "plane" "(1056 -2624 32) (1024 -2624 32) (1024 -2624 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25653" + side + { + "id" "28615" + "plane" "(1024 -2720 576) (1024 -2688 576) (1056 -2688 576)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28614" + "plane" "(1024 -2688 32) (1024 -2720 32) (1056 -2720 32)" + "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" "28613" + "plane" "(1024 -2720 32) (1024 -2688 32) (1024 -2688 576)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28612" + "plane" "(1056 -2688 32) (1056 -2720 32) (1056 -2720 576)" + "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" "28611" + "plane" "(1024 -2688 32) (1056 -2688 32) (1056 -2688 576)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28610" + "plane" "(1056 -2720 32) (1024 -2720 32) (1024 -2720 576)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25657" + side + { + "id" "28627" + "plane" "(1024 -2336 448) (1024 -2304 448) (1056 -2304 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28626" + "plane" "(1024 -2304 32) (1024 -2336 32) (1056 -2336 32)" + "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" "28625" + "plane" "(1024 -2336 32) (1024 -2304 32) (1024 -2304 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28624" + "plane" "(1056 -2304 32) (1056 -2336 32) (1056 -2336 448)" + "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" "28623" + "plane" "(1024 -2304 32) (1056 -2304 32) (1056 -2304 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28622" + "plane" "(1056 -2336 32) (1024 -2336 32) (1024 -2336 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25688" + side + { + "id" "28633" + "plane" "(512 -1984 352) (608 -1984 352) (608 -2240 352)" + "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" "28632" + "plane" "(512 -2304 288) (608 -2240 288) (608 -1984 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28631" + "plane" "(512 -1984 288) (512 -1984 352) (512 -2304 352)" + "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" "28630" + "plane" "(608 -1984 288) (608 -1984 352) (512 -1984 352)" + "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" "28629" + "plane" "(512 -2304 288) (512 -2304 352) (608 -2240 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28628" + "plane" "(608 -2240 288) (608 -2240 352) (608 -1984 352)" + "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 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25689" + side + { + "id" "28639" + "plane" "(704 -1984 352) (704 -2208 352) (608 -2240 352)" + "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" "28638" + "plane" "(704 -2208 288) (704 -1984 288) (608 -1984 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28637" + "plane" "(704 -2208 288) (704 -2208 352) (704 -1984 352)" + "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" "28636" + "plane" "(704 -1984 288) (704 -1984 352) (608 -1984 352)" + "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" "28635" + "plane" "(608 -2240 288) (608 -2240 352) (704 -2208 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28634" + "plane" "(608 -1984 288) (608 -1984 352) (608 -2240 352)" + "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 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25692" + side + { + "id" "28651" + "plane" "(1024 -2144 384) (1024 -2112 384) (1056 -2112 384)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28650" + "plane" "(1024 -2112 352) (1024 -2144 352) (1056 -2144 352)" + "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" "28649" + "plane" "(1024 -2144 352) (1024 -2112 352) (1024 -2112 384)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28648" + "plane" "(1056 -2112 352) (1056 -2144 352) (1056 -2144 384)" + "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" "28647" + "plane" "(1024 -2112 352) (1056 -2112 352) (1056 -2112 384)" + "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" "28646" + "plane" "(1056 -2144 352) (1024 -2144 352) (1024 -2144 384)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25736" + side + { + "id" "28735" + "plane" "(1024 -2144 384) (1056 -2144 384) (1056 -2208 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28734" + "plane" "(1024 -2208 384) (1056 -2208 384) (1056 -2144 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28733" + "plane" "(1024 -2144 352) (1024 -2144 384) (1024 -2208 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28732" + "plane" "(1056 -2208 384) (1056 -2208 416) (1056 -2144 384)" + "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" "28731" + "plane" "(1056 -2144 352) (1056 -2144 384) (1024 -2144 384)" + "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" "28730" + "plane" "(1024 -2208 384) (1024 -2208 416) (1056 -2208 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25739" + side + { + "id" "28747" + "plane" "(1024 -2240 416) (1056 -2240 416) (1056 -2304 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28746" + "plane" "(1024 -2304 416) (1056 -2304 416) (1056 -2240 384)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28745" + "plane" "(1024 -2240 384) (1024 -2240 416) (1024 -2304 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28744" + "plane" "(1056 -2304 416) (1056 -2304 448) (1056 -2240 416)" + "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" "28743" + "plane" "(1056 -2240 384) (1056 -2240 416) (1024 -2240 416)" + "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" "28742" + "plane" "(1024 -2304 416) (1024 -2304 448) (1056 -2304 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25740" + side + { + "id" "28759" + "plane" "(1024 -2336 448) (1056 -2336 448) (1056 -2400 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28758" + "plane" "(1024 -2400 448) (1056 -2400 448) (1056 -2336 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28757" + "plane" "(1024 -2336 416) (1024 -2336 448) (1024 -2400 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28756" + "plane" "(1056 -2400 448) (1056 -2400 480) (1056 -2336 448)" + "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" "28755" + "plane" "(1056 -2336 416) (1056 -2336 448) (1024 -2336 448)" + "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" "28754" + "plane" "(1024 -2400 448) (1024 -2400 480) (1056 -2400 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25741" + side + { + "id" "28771" + "plane" "(1024 -2432 480) (1056 -2432 480) (1056 -2496 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28770" + "plane" "(1024 -2496 480) (1056 -2496 480) (1056 -2432 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28769" + "plane" "(1024 -2432 448) (1024 -2432 480) (1024 -2496 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28768" + "plane" "(1056 -2496 480) (1056 -2496 512) (1056 -2432 480)" + "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" "28767" + "plane" "(1056 -2432 448) (1056 -2432 480) (1024 -2432 480)" + "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" "28766" + "plane" "(1024 -2496 480) (1024 -2496 512) (1056 -2496 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25742" + side + { + "id" "28783" + "plane" "(1024 -2528 512) (1056 -2528 512) (1056 -2592 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28782" + "plane" "(1024 -2592 512) (1056 -2592 512) (1056 -2528 480)" + "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" "28781" + "plane" "(1024 -2528 480) (1024 -2528 512) (1024 -2592 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28780" + "plane" "(1056 -2592 512) (1056 -2592 544) (1056 -2528 512)" + "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" "28779" + "plane" "(1056 -2528 480) (1056 -2528 512) (1024 -2528 512)" + "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" "28778" + "plane" "(1024 -2592 512) (1024 -2592 544) (1056 -2592 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25744" + side + { + "id" "28795" + "plane" "(1024 -2624 544) (1056 -2624 544) (1056 -2688 576)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28794" + "plane" "(1024 -2688 544) (1056 -2688 544) (1056 -2624 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28793" + "plane" "(1024 -2624 512) (1024 -2624 544) (1024 -2688 576)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28792" + "plane" "(1056 -2688 544) (1056 -2688 576) (1056 -2624 544)" + "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" "28791" + "plane" "(1056 -2624 512) (1056 -2624 544) (1024 -2624 544)" + "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" "28790" + "plane" "(1024 -2688 544) (1024 -2688 576) (1056 -2688 576)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25745" + side + { + "id" "28807" + "plane" "(1024 -2720 576) (1056 -2720 576) (1056 -2784 608)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28806" + "plane" "(1024 -2784 576) (1056 -2784 576) (1056 -2720 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28805" + "plane" "(1024 -2720 544) (1024 -2720 576) (1024 -2784 608)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28804" + "plane" "(1056 -2784 576) (1056 -2784 608) (1056 -2720 576)" + "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" "28803" + "plane" "(1056 -2720 544) (1056 -2720 576) (1024 -2720 576)" + "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" "28802" + "plane" "(1024 -2784 576) (1024 -2784 608) (1056 -2784 608)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25774" + side + { + "id" "28999" + "plane" "(1024 -2400 192) (1024 -2336 192) (1056 -2336 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28998" + "plane" "(1024 -2336 160) (1024 -2400 160) (1056 -2400 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28997" + "plane" "(1024 -2400 160) (1024 -2336 160) (1024 -2336 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "28996" + "plane" "(1056 -2336 160) (1056 -2400 160) (1056 -2400 192)" + "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" "28995" + "plane" "(1024 -2336 160) (1056 -2336 160) (1056 -2336 192)" + "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" "28994" + "plane" "(1056 -2400 160) (1024 -2400 160) (1024 -2400 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25779" + side + { + "id" "29011" + "plane" "(1024 -2304 192) (1024 -2240 192) (1056 -2240 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29010" + "plane" "(1024 -2240 160) (1024 -2304 160) (1056 -2304 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29009" + "plane" "(1024 -2304 160) (1024 -2240 160) (1024 -2240 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29008" + "plane" "(1056 -2240 160) (1056 -2304 160) (1056 -2304 192)" + "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" "29007" + "plane" "(1024 -2240 160) (1056 -2240 160) (1056 -2240 192)" + "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" "29006" + "plane" "(1056 -2304 160) (1024 -2304 160) (1024 -2304 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25780" + side + { + "id" "29023" + "plane" "(1024 -2496 192) (1024 -2432 192) (1056 -2432 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29022" + "plane" "(1024 -2432 160) (1024 -2496 160) (1056 -2496 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29021" + "plane" "(1024 -2496 160) (1024 -2432 160) (1024 -2432 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29020" + "plane" "(1056 -2432 160) (1056 -2496 160) (1056 -2496 192)" + "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" "29019" + "plane" "(1024 -2432 160) (1056 -2432 160) (1056 -2432 192)" + "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" "29018" + "plane" "(1056 -2496 160) (1024 -2496 160) (1024 -2496 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25781" + side + { + "id" "29035" + "plane" "(1024 -2592 192) (1024 -2528 192) (1056 -2528 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29034" + "plane" "(1024 -2528 160) (1024 -2592 160) (1056 -2592 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29033" + "plane" "(1024 -2592 160) (1024 -2528 160) (1024 -2528 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29032" + "plane" "(1056 -2528 160) (1056 -2592 160) (1056 -2592 192)" + "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" "29031" + "plane" "(1024 -2528 160) (1056 -2528 160) (1056 -2528 192)" + "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" "29030" + "plane" "(1056 -2592 160) (1024 -2592 160) (1024 -2592 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25782" + side + { + "id" "29047" + "plane" "(1024 -2688 192) (1024 -2624 192) (1056 -2624 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29046" + "plane" "(1024 -2624 160) (1024 -2688 160) (1056 -2688 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29045" + "plane" "(1024 -2688 160) (1024 -2624 160) (1024 -2624 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29044" + "plane" "(1056 -2624 160) (1056 -2688 160) (1056 -2688 192)" + "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" "29043" + "plane" "(1024 -2624 160) (1056 -2624 160) (1056 -2624 192)" + "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" "29042" + "plane" "(1056 -2688 160) (1024 -2688 160) (1024 -2688 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25783" + side + { + "id" "29059" + "plane" "(1024 -2784 192) (1024 -2720 192) (1056 -2720 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29058" + "plane" "(1024 -2720 160) (1024 -2784 160) (1056 -2784 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29057" + "plane" "(1024 -2784 160) (1024 -2720 160) (1024 -2720 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29056" + "plane" "(1056 -2720 160) (1056 -2784 160) (1056 -2784 192)" + "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" "29055" + "plane" "(1024 -2720 160) (1056 -2720 160) (1056 -2720 192)" + "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" "29054" + "plane" "(1056 -2784 160) (1024 -2784 160) (1024 -2784 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25784" + side + { + "id" "29101" + "plane" "(1024 -2784 352) (1024 -2720 352) (1056 -2720 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29100" + "plane" "(1024 -2720 320) (1024 -2784 320) (1056 -2784 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29099" + "plane" "(1024 -2784 320) (1024 -2720 320) (1024 -2720 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29098" + "plane" "(1056 -2720 320) (1056 -2784 320) (1056 -2784 352)" + "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" "29097" + "plane" "(1024 -2720 320) (1056 -2720 320) (1056 -2720 352)" + "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" "29096" + "plane" "(1056 -2784 320) (1024 -2784 320) (1024 -2784 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25785" + side + { + "id" "29107" + "plane" "(1024 -2688 352) (1024 -2624 352) (1056 -2624 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29106" + "plane" "(1024 -2624 320) (1024 -2688 320) (1056 -2688 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29105" + "plane" "(1024 -2688 320) (1024 -2624 320) (1024 -2624 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29104" + "plane" "(1056 -2624 320) (1056 -2688 320) (1056 -2688 352)" + "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" "29103" + "plane" "(1024 -2624 320) (1056 -2624 320) (1056 -2624 352)" + "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" "29102" + "plane" "(1056 -2688 320) (1024 -2688 320) (1024 -2688 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25786" + side + { + "id" "29113" + "plane" "(1024 -2592 352) (1024 -2528 352) (1056 -2528 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29112" + "plane" "(1024 -2528 320) (1024 -2592 320) (1056 -2592 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29111" + "plane" "(1024 -2592 320) (1024 -2528 320) (1024 -2528 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29110" + "plane" "(1056 -2528 320) (1056 -2592 320) (1056 -2592 352)" + "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" "29109" + "plane" "(1024 -2528 320) (1056 -2528 320) (1056 -2528 352)" + "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" "29108" + "plane" "(1056 -2592 320) (1024 -2592 320) (1024 -2592 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25787" + side + { + "id" "29119" + "plane" "(1024 -2496 352) (1024 -2432 352) (1056 -2432 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29118" + "plane" "(1024 -2432 320) (1024 -2496 320) (1056 -2496 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29117" + "plane" "(1024 -2496 320) (1024 -2432 320) (1024 -2432 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29116" + "plane" "(1056 -2432 320) (1056 -2496 320) (1056 -2496 352)" + "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" "29115" + "plane" "(1024 -2432 320) (1056 -2432 320) (1056 -2432 352)" + "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" "29114" + "plane" "(1056 -2496 320) (1024 -2496 320) (1024 -2496 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25788" + side + { + "id" "29125" + "plane" "(1024 -2400 352) (1024 -2336 352) (1056 -2336 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29124" + "plane" "(1024 -2336 320) (1024 -2400 320) (1056 -2400 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29123" + "plane" "(1024 -2400 320) (1024 -2336 320) (1024 -2336 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29122" + "plane" "(1056 -2336 320) (1056 -2400 320) (1056 -2400 352)" + "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" "29121" + "plane" "(1024 -2336 320) (1056 -2336 320) (1056 -2336 352)" + "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" "29120" + "plane" "(1056 -2400 320) (1024 -2400 320) (1024 -2400 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25789" + side + { + "id" "29131" + "plane" "(1024 -2304 352) (1024 -2240 352) (1056 -2240 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29130" + "plane" "(1024 -2240 320) (1024 -2304 320) (1056 -2304 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29129" + "plane" "(1024 -2304 320) (1024 -2240 320) (1024 -2240 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29128" + "plane" "(1056 -2240 320) (1056 -2304 320) (1056 -2304 352)" + "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" "29127" + "plane" "(1024 -2240 320) (1056 -2240 320) (1056 -2240 352)" + "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" "29126" + "plane" "(1056 -2304 320) (1024 -2304 320) (1024 -2304 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25791" + side + { + "id" "29161" + "plane" "(1024 -2688 512) (1024 -2624 512) (1056 -2624 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29160" + "plane" "(1024 -2624 480) (1024 -2688 480) (1056 -2688 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29159" + "plane" "(1024 -2688 480) (1024 -2624 480) (1024 -2624 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29158" + "plane" "(1056 -2624 480) (1056 -2688 480) (1056 -2688 512)" + "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" "29157" + "plane" "(1024 -2624 480) (1056 -2624 480) (1056 -2624 512)" + "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" "29156" + "plane" "(1056 -2688 480) (1024 -2688 480) (1024 -2688 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25792" + side + { + "id" "29167" + "plane" "(1024 -2784 512) (1024 -2720 512) (1056 -2720 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29166" + "plane" "(1024 -2720 480) (1024 -2784 480) (1056 -2784 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29165" + "plane" "(1024 -2784 480) (1024 -2720 480) (1024 -2720 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29164" + "plane" "(1056 -2720 480) (1056 -2784 480) (1056 -2784 512)" + "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" "29163" + "plane" "(1024 -2720 480) (1056 -2720 480) (1056 -2720 512)" + "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" "29162" + "plane" "(1056 -2784 480) (1024 -2784 480) (1024 -2784 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25804" + side + { + "id" "29172" + "plane" "(1024 -2528 480) (1024 -2592 480) (1056 -2592 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29171" + "plane" "(1024 -2592 480) (1024 -2528 480) (1024 -2592 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29170" + "plane" "(1056 -2528 480) (1056 -2592 480) (1056 -2592 512)" + "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" "29169" + "plane" "(1056 -2592 480) (1024 -2592 480) (1024 -2592 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29168" + "plane" "(1056 -2592 512) (1024 -2592 512) (1024 -2528 480)" + "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 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25942" + side + { + "id" "29184" + "plane" "(1040 -2304 160) (1040 -2240 160) (1056 -2240 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29183" + "plane" "(1040 -2240 32) (1040 -2304 32) (1056 -2304 32)" + "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" "29182" + "plane" "(1040 -2304 32) (1040 -2240 32) (1040 -2240 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29181" + "plane" "(1056 -2240 32) (1056 -2304 32) (1056 -2304 160)" + "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" "29180" + "plane" "(1040 -2240 32) (1056 -2240 32) (1056 -2240 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29179" + "plane" "(1056 -2304 32) (1040 -2304 32) (1040 -2304 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25957" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25950" + side + { + "id" "29196" + "plane" "(1040 -2304 320) (1040 -2240 320) (1056 -2240 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29195" + "plane" "(1040 -2240 192) (1040 -2304 192) (1056 -2304 192)" + "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" "29194" + "plane" "(1040 -2304 192) (1040 -2240 192) (1040 -2240 320)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29193" + "plane" "(1056 -2240 192) (1056 -2304 192) (1056 -2304 320)" + "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" "29192" + "plane" "(1040 -2240 192) (1056 -2240 192) (1056 -2240 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29191" + "plane" "(1056 -2304 192) (1040 -2304 192) (1040 -2304 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25957" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25951" + side + { + "id" "29214" + "plane" "(1040 -2400 320) (1040 -2336 320) (1056 -2336 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29213" + "plane" "(1040 -2336 192) (1040 -2400 192) (1056 -2400 192)" + "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" "29212" + "plane" "(1040 -2400 192) (1040 -2336 192) (1040 -2336 320)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29211" + "plane" "(1056 -2336 192) (1056 -2400 192) (1056 -2400 320)" + "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" "29210" + "plane" "(1040 -2336 192) (1056 -2336 192) (1056 -2336 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29209" + "plane" "(1056 -2400 192) (1040 -2400 192) (1040 -2400 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25957" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25952" + side + { + "id" "29220" + "plane" "(1040 -2400 160) (1040 -2336 160) (1056 -2336 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29219" + "plane" "(1040 -2336 32) (1040 -2400 32) (1056 -2400 32)" + "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" "29218" + "plane" "(1040 -2400 32) (1040 -2336 32) (1040 -2336 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29217" + "plane" "(1056 -2336 32) (1056 -2400 32) (1056 -2400 160)" + "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" "29216" + "plane" "(1040 -2336 32) (1056 -2336 32) (1056 -2336 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29215" + "plane" "(1056 -2400 32) (1040 -2400 32) (1040 -2400 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25957" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25959" + side + { + "id" "29250" + "plane" "(1040 -2592 320) (1040 -2528 320) (1056 -2528 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29249" + "plane" "(1040 -2528 192) (1040 -2592 192) (1056 -2592 192)" + "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" "29248" + "plane" "(1040 -2592 192) (1040 -2528 192) (1040 -2528 320)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29247" + "plane" "(1056 -2528 192) (1056 -2592 192) (1056 -2592 320)" + "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" "29246" + "plane" "(1040 -2528 192) (1056 -2528 192) (1056 -2528 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29245" + "plane" "(1056 -2592 192) (1040 -2592 192) (1040 -2592 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25958" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25960" + side + { + "id" "29256" + "plane" "(1040 -2592 160) (1040 -2528 160) (1056 -2528 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29255" + "plane" "(1040 -2528 32) (1040 -2592 32) (1056 -2592 32)" + "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" "29254" + "plane" "(1040 -2592 32) (1040 -2528 32) (1040 -2528 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29253" + "plane" "(1056 -2528 32) (1056 -2592 32) (1056 -2592 160)" + "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" "29252" + "plane" "(1040 -2528 32) (1056 -2528 32) (1056 -2528 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29251" + "plane" "(1056 -2592 32) (1040 -2592 32) (1040 -2592 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25958" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25961" + side + { + "id" "29262" + "plane" "(1040 -2496 320) (1040 -2432 320) (1056 -2432 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29261" + "plane" "(1040 -2432 192) (1040 -2496 192) (1056 -2496 192)" + "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" "29260" + "plane" "(1040 -2496 192) (1040 -2432 192) (1040 -2432 320)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29259" + "plane" "(1056 -2432 192) (1056 -2496 192) (1056 -2496 320)" + "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" "29258" + "plane" "(1040 -2432 192) (1056 -2432 192) (1056 -2432 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29257" + "plane" "(1056 -2496 192) (1040 -2496 192) (1040 -2496 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25958" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25962" + side + { + "id" "29268" + "plane" "(1040 -2496 160) (1040 -2432 160) (1056 -2432 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29267" + "plane" "(1040 -2432 32) (1040 -2496 32) (1056 -2496 32)" + "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" "29266" + "plane" "(1040 -2496 32) (1040 -2432 32) (1040 -2432 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29265" + "plane" "(1056 -2432 32) (1056 -2496 32) (1056 -2496 160)" + "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" "29264" + "plane" "(1040 -2432 32) (1056 -2432 32) (1056 -2432 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29263" + "plane" "(1056 -2496 32) (1040 -2496 32) (1040 -2496 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25958" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25964" + side + { + "id" "29298" + "plane" "(1040 -2784 320) (1040 -2720 320) (1056 -2720 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29297" + "plane" "(1040 -2720 192) (1040 -2784 192) (1056 -2784 192)" + "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" "29296" + "plane" "(1040 -2784 192) (1040 -2720 192) (1040 -2720 320)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29295" + "plane" "(1056 -2720 192) (1056 -2784 192) (1056 -2784 320)" + "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" "29294" + "plane" "(1040 -2720 192) (1056 -2720 192) (1056 -2720 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29293" + "plane" "(1056 -2784 192) (1040 -2784 192) (1040 -2784 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25963" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25965" + side + { + "id" "29304" + "plane" "(1040 -2784 160) (1040 -2720 160) (1056 -2720 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29303" + "plane" "(1040 -2720 32) (1040 -2784 32) (1056 -2784 32)" + "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" "29302" + "plane" "(1040 -2784 32) (1040 -2720 32) (1040 -2720 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29301" + "plane" "(1056 -2720 32) (1056 -2784 32) (1056 -2784 160)" + "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" "29300" + "plane" "(1040 -2720 32) (1056 -2720 32) (1056 -2720 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29299" + "plane" "(1056 -2784 32) (1040 -2784 32) (1040 -2784 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25963" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25966" + side + { + "id" "29310" + "plane" "(1040 -2688 320) (1040 -2624 320) (1056 -2624 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29309" + "plane" "(1040 -2624 192) (1040 -2688 192) (1056 -2688 192)" + "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" "29308" + "plane" "(1040 -2688 192) (1040 -2624 192) (1040 -2624 320)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29307" + "plane" "(1056 -2624 192) (1056 -2688 192) (1056 -2688 320)" + "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" "29306" + "plane" "(1040 -2624 192) (1056 -2624 192) (1056 -2624 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29305" + "plane" "(1056 -2688 192) (1040 -2688 192) (1040 -2688 320)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25963" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25967" + side + { + "id" "29316" + "plane" "(1040 -2688 160) (1040 -2624 160) (1056 -2624 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29315" + "plane" "(1040 -2624 32) (1040 -2688 32) (1056 -2688 32)" + "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" "29314" + "plane" "(1040 -2688 32) (1040 -2624 32) (1040 -2624 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29313" + "plane" "(1056 -2624 32) (1056 -2688 32) (1056 -2688 160)" + "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" "29312" + "plane" "(1040 -2624 32) (1056 -2624 32) (1056 -2624 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29311" + "plane" "(1056 -2688 32) (1040 -2688 32) (1040 -2688 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "130 143 0" + "groupid" "25963" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25968" + side + { + "id" "29334" + "plane" "(1040 -2688 480) (1040 -2624 480) (1056 -2624 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29333" + "plane" "(1040 -2624 352) (1040 -2688 352) (1056 -2688 352)" + "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" "29332" + "plane" "(1040 -2688 352) (1040 -2624 352) (1040 -2624 480)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29331" + "plane" "(1056 -2624 352) (1056 -2688 352) (1056 -2688 480)" + "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" "29330" + "plane" "(1040 -2624 352) (1056 -2624 352) (1056 -2624 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29329" + "plane" "(1056 -2688 352) (1040 -2688 352) (1040 -2688 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 227 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25969" + side + { + "id" "29340" + "plane" "(1040 -2784 480) (1040 -2720 480) (1056 -2720 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29339" + "plane" "(1040 -2720 352) (1040 -2784 352) (1056 -2784 352)" + "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" "29338" + "plane" "(1040 -2784 352) (1040 -2720 352) (1040 -2720 480)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29337" + "plane" "(1056 -2720 352) (1056 -2784 352) (1056 -2784 480)" + "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" "29336" + "plane" "(1040 -2720 352) (1056 -2720 352) (1056 -2720 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29335" + "plane" "(1056 -2784 352) (1040 -2784 352) (1040 -2784 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 179 112" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25970" + side + { + "id" "29352" + "plane" "(1040 -2592 480) (1040 -2528 480) (1056 -2528 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29351" + "plane" "(1040 -2528 352) (1040 -2592 352) (1056 -2592 352)" + "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" "29350" + "plane" "(1040 -2592 352) (1040 -2528 352) (1040 -2528 480)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29349" + "plane" "(1056 -2528 352) (1056 -2592 352) (1056 -2592 480)" + "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" "29348" + "plane" "(1040 -2528 352) (1056 -2528 352) (1056 -2528 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29347" + "plane" "(1056 -2592 352) (1040 -2592 352) (1040 -2592 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 216" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25971" + side + { + "id" "29364" + "plane" "(1040 -2432 448) (1056 -2432 448) (1056 -2496 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29363" + "plane" "(1040 -2496 352) (1056 -2496 352) (1056 -2432 352)" + "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" "29362" + "plane" "(1040 -2432 352) (1040 -2432 448) (1040 -2496 480)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29361" + "plane" "(1056 -2496 352) (1056 -2496 480) (1056 -2432 448)" + "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" "29360" + "plane" "(1056 -2432 352) (1056 -2432 448) (1040 -2432 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29359" + "plane" "(1040 -2496 352) (1040 -2496 480) (1056 -2496 480)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 115 244" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25982" + side + { + "id" "29382" + "plane" "(1040 -2400 448) (1040 -2336 416) (1056 -2336 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29381" + "plane" "(1040 -2336 352) (1040 -2336 416) (1040 -2400 448)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29380" + "plane" "(1056 -2400 448) (1056 -2336 416) (1056 -2336 352)" + "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" "29379" + "plane" "(1056 -2336 352) (1056 -2336 416) (1040 -2336 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29378" + "plane" "(1040 -2400 352) (1040 -2400 448) (1056 -2400 448)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29377" + "plane" "(1040 -2336 352) (1040 -2400 352) (1056 -2400 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 239 156" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "25987" + side + { + "id" "29400" + "plane" "(1040 -2304 416) (1040 -2240 384) (1056 -2240 384)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29399" + "plane" "(1040 -2240 352) (1040 -2240 384) (1040 -2304 416)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29398" + "plane" "(1056 -2304 352) (1056 -2304 416) (1056 -2240 384)" + "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" "29397" + "plane" "(1056 -2240 352) (1056 -2240 384) (1040 -2240 384)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29396" + "plane" "(1040 -2304 352) (1040 -2304 416) (1056 -2304 416)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29395" + "plane" "(1040 -2240 352) (1040 -2304 352) (1056 -2304 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 107 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "26010" + side + { + "id" "29453" + "plane" "(1040 -2208 384) (1040 -2144 352) (1056 -2144 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29452" + "plane" "(1040 -2144 352) (1040 -2208 384) (1040 -2208 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29451" + "plane" "(1056 -2208 352) (1056 -2208 384) (1056 -2144 352)" + "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" "29450" + "plane" "(1040 -2208 352) (1040 -2208 384) (1056 -2208 384)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29449" + "plane" "(1056 -2144 352) (1040 -2144 352) (1040 -2208 352)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 227 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "26011" + side + { + "id" "29469" + "plane" "(1040 -2688 544) (1040 -2624 512) (1056 -2624 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29468" + "plane" "(1040 -2624 512) (1040 -2688 544) (1040 -2688 512)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29467" + "plane" "(1056 -2688 512) (1056 -2688 544) (1056 -2624 512)" + "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" "29466" + "plane" "(1040 -2688 512) (1040 -2688 544) (1056 -2688 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29465" + "plane" "(1056 -2624 512) (1040 -2624 512) (1040 -2688 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 111 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "26012" + side + { + "id" "29475" + "plane" "(1040 -2784 576) (1040 -2720 544) (1056 -2720 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29474" + "plane" "(1040 -2720 512) (1040 -2720 544) (1040 -2784 576)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29473" + "plane" "(1056 -2784 512) (1056 -2784 576) (1056 -2720 544)" + "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" "29472" + "plane" "(1056 -2720 512) (1056 -2720 544) (1040 -2720 544)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29471" + "plane" "(1040 -2784 512) (1040 -2784 576) (1056 -2784 576)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "29470" + "plane" "(1040 -2720 512) (1040 -2784 512) (1056 -2784 512)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 111 168" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14763" + side + { + "id" "10538" + "plane" "(64 -1472 320) (96 -1472 320) (96 -1504 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10539" + "plane" "(64 -1504 64) (96 -1504 64) (96 -1472 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10540" + "plane" "(64 -1472 320) (64 -1504 320) (64 -1504 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10541" + "plane" "(96 -1472 64) (96 -1504 64) (96 -1504 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10542" + "plane" "(96 -1472 320) (64 -1472 320) (64 -1472 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10543" + "plane" "(96 -1504 64) (64 -1504 64) (64 -1504 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14764" + side + { + "id" "10555" + "plane" "(64 -1376 320) (96 -1376 320) (96 -1408 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10554" + "plane" "(64 -1408 64) (96 -1408 64) (96 -1376 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10553" + "plane" "(64 -1376 320) (64 -1408 320) (64 -1408 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10552" + "plane" "(96 -1376 64) (96 -1408 64) (96 -1408 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10551" + "plane" "(96 -1376 320) (64 -1376 320) (64 -1376 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10550" + "plane" "(96 -1408 64) (64 -1408 64) (64 -1408 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14766" + side + { + "id" "10567" + "plane" "(64 -1280 320) (96 -1280 320) (96 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10566" + "plane" "(64 -1312 64) (96 -1312 64) (96 -1280 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10565" + "plane" "(64 -1280 320) (64 -1312 320) (64 -1312 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10564" + "plane" "(96 -1280 64) (96 -1312 64) (96 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10563" + "plane" "(96 -1280 320) (64 -1280 320) (64 -1280 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10562" + "plane" "(96 -1312 64) (64 -1312 64) (64 -1312 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14767" + side + { + "id" "10579" + "plane" "(-32 -1280 320) (0 -1280 320) (0 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10578" + "plane" "(-32 -1312 64) (0 -1312 64) (0 -1280 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10577" + "plane" "(-32 -1280 320) (-32 -1312 320) (-32 -1312 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10576" + "plane" "(0 -1280 64) (0 -1312 64) (0 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10575" + "plane" "(0 -1280 320) (-32 -1280 320) (-32 -1280 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10574" + "plane" "(0 -1312 64) (-32 -1312 64) (-32 -1312 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14769" + side + { + "id" "10591" + "plane" "(-32 -1184 320) (0 -1184 320) (0 -1216 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10590" + "plane" "(-32 -1216 64) (0 -1216 64) (0 -1184 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10589" + "plane" "(-32 -1184 320) (-32 -1216 320) (-32 -1216 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10588" + "plane" "(0 -1184 64) (0 -1216 64) (0 -1216 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10587" + "plane" "(0 -1184 320) (-32 -1184 320) (-32 -1184 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10586" + "plane" "(0 -1216 64) (-32 -1216 64) (-32 -1216 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14770" + side + { + "id" "10603" + "plane" "(-32 -1088 320) (0 -1088 320) (0 -1120 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10602" + "plane" "(-32 -1120 64) (0 -1120 64) (0 -1088 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10601" + "plane" "(-32 -1088 320) (-32 -1120 320) (-32 -1120 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10600" + "plane" "(0 -1088 64) (0 -1120 64) (0 -1120 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10599" + "plane" "(0 -1088 320) (-32 -1088 320) (-32 -1088 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10598" + "plane" "(0 -1120 64) (-32 -1120 64) (-32 -1120 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14771" + side + { + "id" "10615" + "plane" "(-32 -992 320) (0 -992 320) (0 -1024 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10614" + "plane" "(-32 -1024 64) (0 -1024 64) (0 -992 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10613" + "plane" "(-32 -992 320) (-32 -1024 320) (-32 -1024 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10612" + "plane" "(0 -992 64) (0 -1024 64) (0 -1024 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10611" + "plane" "(0 -992 320) (-32 -992 320) (-32 -992 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10610" + "plane" "(0 -1024 64) (-32 -1024 64) (-32 -1024 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14772" + side + { + "id" "10627" + "plane" "(-32 -896 320) (0 -896 320) (0 -928 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10626" + "plane" "(-32 -928 64) (0 -928 64) (0 -896 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10625" + "plane" "(-32 -896 320) (-32 -928 320) (-32 -928 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10624" + "plane" "(0 -896 64) (0 -928 64) (0 -928 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10623" + "plane" "(0 -896 320) (-32 -896 320) (-32 -896 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10622" + "plane" "(0 -928 64) (-32 -928 64) (-32 -928 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14773" + side + { + "id" "10639" + "plane" "(64 -896 320) (96 -896 320) (96 -928 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10638" + "plane" "(64 -928 64) (96 -928 64) (96 -896 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10637" + "plane" "(64 -896 320) (64 -928 320) (64 -928 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10636" + "plane" "(96 -896 64) (96 -928 64) (96 -928 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10635" + "plane" "(96 -896 320) (64 -896 320) (64 -896 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10634" + "plane" "(96 -928 64) (64 -928 64) (64 -928 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14774" + side + { + "id" "10651" + "plane" "(80 -1408 320) (96 -1408 320) (96 -1472 320)" + "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" "10650" + "plane" "(80 -1472 64) (96 -1472 64) (96 -1408 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10649" + "plane" "(80 -1408 320) (80 -1472 320) (80 -1472 64)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10648" + "plane" "(96 -1408 64) (96 -1472 64) (96 -1472 320)" + "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" "10647" + "plane" "(96 -1408 320) (80 -1408 320) (80 -1408 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10646" + "plane" "(96 -1472 64) (80 -1472 64) (80 -1472 320)" + "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 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14780" + side + { + "id" "10663" + "plane" "(80 -1312 320) (96 -1312 320) (96 -1376 320)" + "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" "10662" + "plane" "(80 -1376 64) (96 -1376 64) (96 -1312 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10661" + "plane" "(80 -1312 320) (80 -1376 320) (80 -1376 64)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10660" + "plane" "(96 -1312 64) (96 -1376 64) (96 -1376 320)" + "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" "10659" + "plane" "(96 -1312 320) (80 -1312 320) (80 -1312 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10658" + "plane" "(96 -1376 64) (80 -1376 64) (80 -1376 320)" + "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 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14781" + side + { + "id" "10675" + "plane" "(0 -1280 320) (64 -1280 320) (64 -1296 320)" + "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" "10674" + "plane" "(0 -1296 64) (64 -1296 64) (64 -1280 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10673" + "plane" "(0 -1280 320) (0 -1296 320) (0 -1296 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10672" + "plane" "(64 -1280 64) (64 -1296 64) (64 -1296 320)" + "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" "10671" + "plane" "(64 -1280 320) (0 -1280 320) (0 -1280 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10670" + "plane" "(64 -1296 64) (0 -1296 64) (0 -1296 320)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14783" + side + { + "id" "10687" + "plane" "(-16 -1216 320) (0 -1216 320) (0 -1280 320)" + "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" "10686" + "plane" "(-16 -1280 64) (0 -1280 64) (0 -1216 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10685" + "plane" "(-16 -1216 320) (-16 -1280 320) (-16 -1280 64)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10684" + "plane" "(0 -1216 64) (0 -1280 64) (0 -1280 320)" + "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" "10683" + "plane" "(0 -1216 320) (-16 -1216 320) (-16 -1216 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10682" + "plane" "(0 -1280 64) (-16 -1280 64) (-16 -1280 320)" + "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 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14786" + side + { + "id" "10699" + "plane" "(-16 -1120 320) (0 -1120 320) (0 -1184 320)" + "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" "10698" + "plane" "(-16 -1184 64) (0 -1184 64) (0 -1120 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10697" + "plane" "(-16 -1120 320) (-16 -1184 320) (-16 -1184 64)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10696" + "plane" "(0 -1120 64) (0 -1184 64) (0 -1184 320)" + "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" "10695" + "plane" "(0 -1120 320) (-16 -1120 320) (-16 -1120 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10694" + "plane" "(0 -1184 64) (-16 -1184 64) (-16 -1184 320)" + "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 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14787" + side + { + "id" "10711" + "plane" "(-16 -1024 320) (0 -1024 320) (0 -1088 320)" + "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" "10710" + "plane" "(-16 -1088 64) (0 -1088 64) (0 -1024 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10709" + "plane" "(-16 -1024 320) (-16 -1088 320) (-16 -1088 64)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10708" + "plane" "(0 -1024 64) (0 -1088 64) (0 -1088 320)" + "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" "10707" + "plane" "(0 -1024 320) (-16 -1024 320) (-16 -1024 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10706" + "plane" "(0 -1088 64) (-16 -1088 64) (-16 -1088 320)" + "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 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14788" + side + { + "id" "10723" + "plane" "(-16 -928 320) (0 -928 320) (0 -992 320)" + "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" "10722" + "plane" "(-16 -992 64) (0 -992 64) (0 -928 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10721" + "plane" "(-16 -928 320) (-16 -992 320) (-16 -992 64)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10720" + "plane" "(0 -928 64) (0 -992 64) (0 -992 320)" + "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" "10719" + "plane" "(0 -928 320) (-16 -928 320) (-16 -928 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10718" + "plane" "(0 -992 64) (-16 -992 64) (-16 -992 320)" + "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 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14789" + side + { + "id" "10735" + "plane" "(0 -912 320) (64 -912 320) (64 -928 320)" + "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" "10734" + "plane" "(0 -928 64) (64 -928 64) (64 -912 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10733" + "plane" "(0 -912 320) (0 -928 320) (0 -928 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10732" + "plane" "(64 -912 64) (64 -928 64) (64 -928 320)" + "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" "10731" + "plane" "(64 -912 320) (0 -912 320) (0 -912 64)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10730" + "plane" "(64 -928 64) (0 -928 64) (0 -928 320)" + "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 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14795" + side + { + "id" "10759" + "plane" "(64 -1408 320) (80 -1408 320) (80 -1472 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10758" + "plane" "(64 -1472 304) (80 -1472 304) (80 -1408 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10757" + "plane" "(64 -1408 320) (64 -1472 320) (64 -1472 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10756" + "plane" "(80 -1408 304) (80 -1472 304) (80 -1472 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10755" + "plane" "(80 -1408 320) (64 -1408 320) (64 -1408 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10754" + "plane" "(80 -1472 304) (64 -1472 304) (64 -1472 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14796" + side + { + "id" "10777" + "plane" "(64 -1312 192) (80 -1312 192) (80 -1376 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10776" + "plane" "(64 -1376 176) (80 -1376 176) (80 -1312 176)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10775" + "plane" "(64 -1312 192) (64 -1376 192) (64 -1376 176)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10774" + "plane" "(80 -1312 176) (80 -1376 176) (80 -1376 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10773" + "plane" "(80 -1312 192) (64 -1312 192) (64 -1312 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10772" + "plane" "(80 -1376 176) (64 -1376 176) (64 -1376 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14797" + side + { + "id" "10783" + "plane" "(64 -1312 320) (80 -1312 320) (80 -1376 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10782" + "plane" "(64 -1376 304) (80 -1376 304) (80 -1312 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10781" + "plane" "(64 -1312 320) (64 -1376 320) (64 -1376 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10780" + "plane" "(80 -1312 304) (80 -1376 304) (80 -1376 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10779" + "plane" "(80 -1312 320) (64 -1312 320) (64 -1312 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10778" + "plane" "(80 -1376 304) (64 -1376 304) (64 -1376 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14798" + side + { + "id" "10801" + "plane" "(0 -1296 192) (64 -1296 192) (64 -1312 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10800" + "plane" "(0 -1312 176) (64 -1312 176) (64 -1296 176)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10799" + "plane" "(0 -1296 192) (0 -1312 192) (0 -1312 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10798" + "plane" "(64 -1296 176) (64 -1312 176) (64 -1312 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10797" + "plane" "(64 -1296 192) (0 -1296 192) (0 -1296 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10796" + "plane" "(64 -1312 176) (0 -1312 176) (0 -1312 192)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14799" + side + { + "id" "10807" + "plane" "(0 -1296 320) (64 -1296 320) (64 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10806" + "plane" "(0 -1312 304) (64 -1312 304) (64 -1296 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10805" + "plane" "(0 -1296 320) (0 -1312 320) (0 -1312 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10804" + "plane" "(64 -1296 304) (64 -1312 304) (64 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10803" + "plane" "(64 -1296 320) (0 -1296 320) (0 -1296 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10802" + "plane" "(64 -1312 304) (0 -1312 304) (0 -1312 320)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14803" + side + { + "id" "10831" + "plane" "(-32 -1216 320) (-16 -1216 320) (-16 -1280 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10830" + "plane" "(-32 -1280 304) (-16 -1280 304) (-16 -1216 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10829" + "plane" "(-32 -1216 320) (-32 -1280 320) (-32 -1280 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10828" + "plane" "(-16 -1216 304) (-16 -1280 304) (-16 -1280 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10827" + "plane" "(-16 -1216 320) (-32 -1216 320) (-32 -1216 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10826" + "plane" "(-16 -1280 304) (-32 -1280 304) (-32 -1280 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14804" + side + { + "id" "10849" + "plane" "(-32 -1120 192) (-16 -1120 192) (-16 -1184 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10848" + "plane" "(-32 -1184 176) (-16 -1184 176) (-16 -1120 176)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10847" + "plane" "(-32 -1120 192) (-32 -1184 192) (-32 -1184 176)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10846" + "plane" "(-16 -1120 176) (-16 -1184 176) (-16 -1184 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10845" + "plane" "(-16 -1120 192) (-32 -1120 192) (-32 -1120 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10844" + "plane" "(-16 -1184 176) (-32 -1184 176) (-32 -1184 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14805" + side + { + "id" "10855" + "plane" "(-32 -1120 320) (-16 -1120 320) (-16 -1184 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10854" + "plane" "(-32 -1184 304) (-16 -1184 304) (-16 -1120 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10853" + "plane" "(-32 -1120 320) (-32 -1184 320) (-32 -1184 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10852" + "plane" "(-16 -1120 304) (-16 -1184 304) (-16 -1184 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10851" + "plane" "(-16 -1120 320) (-32 -1120 320) (-32 -1120 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10850" + "plane" "(-16 -1184 304) (-32 -1184 304) (-32 -1184 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14806" + side + { + "id" "10873" + "plane" "(-32 -1024 192) (-16 -1024 192) (-16 -1088 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10872" + "plane" "(-32 -1088 176) (-16 -1088 176) (-16 -1024 176)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10871" + "plane" "(-32 -1024 192) (-32 -1088 192) (-32 -1088 176)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10870" + "plane" "(-16 -1024 176) (-16 -1088 176) (-16 -1088 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10869" + "plane" "(-16 -1024 192) (-32 -1024 192) (-32 -1024 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10868" + "plane" "(-16 -1088 176) (-32 -1088 176) (-32 -1088 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14807" + side + { + "id" "10879" + "plane" "(-32 -1024 320) (-16 -1024 320) (-16 -1088 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10878" + "plane" "(-32 -1088 304) (-16 -1088 304) (-16 -1024 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10877" + "plane" "(-32 -1024 320) (-32 -1088 320) (-32 -1088 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10876" + "plane" "(-16 -1024 304) (-16 -1088 304) (-16 -1088 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10875" + "plane" "(-16 -1024 320) (-32 -1024 320) (-32 -1024 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10874" + "plane" "(-16 -1088 304) (-32 -1088 304) (-32 -1088 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14812" + side + { + "id" "10915" + "plane" "(-32 -928 320) (-16 -928 320) (-16 -992 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10914" + "plane" "(-32 -992 304) (-16 -992 304) (-16 -928 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10913" + "plane" "(-32 -928 320) (-32 -992 320) (-32 -992 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10912" + "plane" "(-16 -928 304) (-16 -992 304) (-16 -992 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10911" + "plane" "(-16 -928 320) (-32 -928 320) (-32 -928 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10910" + "plane" "(-16 -992 304) (-32 -992 304) (-32 -992 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14814" + side + { + "id" "10939" + "plane" "(0 -896 320) (64 -896 320) (64 -912 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10938" + "plane" "(0 -912 304) (64 -912 304) (64 -896 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10937" + "plane" "(0 -896 320) (0 -912 320) (0 -912 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10936" + "plane" "(64 -896 304) (64 -912 304) (64 -912 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10935" + "plane" "(64 -896 320) (0 -896 320) (0 -896 304)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10934" + "plane" "(64 -912 304) (0 -912 304) (0 -912 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14823" + side + { + "id" "10961" + "plane" "(-128 -704 64) (-64 -928 64) (-160 -928 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10960" + "plane" "(-64 -928 32) (-128 -704 32) (-224 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10959" + "plane" "(-64 -928 64) (-128 -704 64) (-128 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10958" + "plane" "(-128 -704 64) (-224 -704 32) (-128 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10957" + "plane" "(-64 -928 64) (-64 -928 32) (-160 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14829" + side + { + "id" "10971" + "plane" "(-224 -544 32) (-128 -544 64) (-128 -704 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10970" + "plane" "(-224 -704 32) (-128 -704 32) (-128 -544 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10969" + "plane" "(-128 -704 32) (-128 -704 64) (-128 -544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10968" + "plane" "(-128 -544 32) (-128 -544 64) (-224 -544 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10967" + "plane" "(-224 -704 32) (-128 -704 64) (-128 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14831" + side + { + "id" "10981" + "plane" "(-128 -544 64) (-224 -544 32) (-160 -384 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10980" + "plane" "(-64 -384 32) (-160 -384 32) (-224 -544 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10979" + "plane" "(-64 -384 64) (-64 -384 32) (-128 -544 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10978" + "plane" "(-160 -384 32) (-64 -384 32) (-64 -384 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10977" + "plane" "(-128 -544 32) (-224 -544 32) (-128 -544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14849" + side + { + "id" "11027" + "plane" "(-160 -384 32) (-160 -288 32) (-64 -192 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11026" + "plane" "(-160 -288 32) (-160 -384 32) (-64 -384 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11025" + "plane" "(-64 -192 32) (-64 -384 32) (-64 -384 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11024" + "plane" "(-64 -192 32) (-64 -192 64) (-160 -288 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11023" + "plane" "(-160 -384 32) (-64 -384 64) (-64 -384 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14853" + side + { + "id" "11037" + "plane" "(-320 -288 32) (-320 -192 64) (-64 -192 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11036" + "plane" "(-160 -288 32) (-64 -192 32) (-320 -192 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11035" + "plane" "(-64 -192 32) (-64 -192 64) (-320 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11034" + "plane" "(-320 -192 64) (-320 -288 32) (-320 -192 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11033" + "plane" "(-64 -192 64) (-64 -192 32) (-160 -288 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14858" + side + { + "id" "11049" + "plane" "(-320 -352 32) (-160 -384 32) (-224 -544 32)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11048" + "plane" "(-416 -448 0) (-224 -544 0) (-160 -384 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11047" + "plane" "(-320 -352 32) (-416 -448 32) (-416 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11046" + "plane" "(-160 -384 32) (-320 -352 32) (-320 -352 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11045" + "plane" "(-416 -448 32) (-224 -544 32) (-224 -544 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11044" + "plane" "(-224 -544 32) (-160 -384 32) (-160 -384 0)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14860" + side + { + "id" "11061" + "plane" "(-224 -544 32) (-224 -704 32) (-416 -704 32)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11060" + "plane" "(-224 -704 0) (-224 -544 0) (-416 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11059" + "plane" "(-416 -704 32) (-416 -704 0) (-416 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11058" + "plane" "(-416 -448 32) (-416 -448 0) (-224 -544 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11057" + "plane" "(-224 -704 32) (-224 -704 0) (-416 -704 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11056" + "plane" "(-224 -544 32) (-224 -544 0) (-224 -704 0)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14862" + side + { + "id" "11073" + "plane" "(-160 -928 32) (-352 -928 32) (-416 -704 32)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11072" + "plane" "(-224 -704 0) (-416 -704 0) (-352 -928 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11071" + "plane" "(-352 -928 0) (-416 -704 0) (-416 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11070" + "plane" "(-416 -704 0) (-224 -704 0) (-224 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11069" + "plane" "(-160 -928 0) (-352 -928 0) (-352 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11068" + "plane" "(-224 -704 0) (-160 -928 0) (-160 -928 32)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14864" + side + { + "id" "11085" + "plane" "(-320 -1152 32) (-352 -928 32) (-160 -928 32)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11084" + "plane" "(-352 -928 0) (-320 -1152 0) (-160 -1152 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11083" + "plane" "(-352 -928 0) (-352 -928 32) (-320 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11082" + "plane" "(-160 -928 0) (-160 -928 32) (-352 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11081" + "plane" "(-320 -1152 0) (-320 -1152 32) (-160 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11080" + "plane" "(-160 -1152 0) (-160 -1152 32) (-160 -928 32)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[0 1 0 896] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14869" + side + { + "id" "11097" + "plane" "(-320 -1152 32) (-160 -1152 32) (-160 -1472 32)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11096" + "plane" "(-288 -1472 0) (-160 -1472 0) (-160 -1152 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11095" + "plane" "(-320 -1152 32) (-288 -1472 32) (-288 -1472 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11094" + "plane" "(-160 -1152 32) (-320 -1152 32) (-320 -1152 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11093" + "plane" "(-288 -1472 32) (-160 -1472 32) (-160 -1472 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11092" + "plane" "(-160 -1472 32) (-160 -1152 32) (-160 -1152 0)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[0 1 0 768] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14884" + side + { + "id" "11111" + "plane" "(-312 -1232 32) (-392 -1232 64) (-320 -1152 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11110" + "plane" "(-320 -1152 32) (-392 -1232 32) (-312 -1232 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11109" + "plane" "(-392 -1232 32) (-392 -1232 64) (-312 -1232 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11108" + "plane" "(-392 -1232 64) (-392 -1232 32) (-320 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14890" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14885" + side + { + "id" "11116" + "plane" "(-320 -1152 32) (-392 -1232 64) (-416 -1152 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[-1 0 0 320] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11115" + "plane" "(-320 -1152 32) (-416 -1152 32) (-392 -1232 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11114" + "plane" "(-416 -1152 64) (-392 -1232 64) (-392 -1232 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11113" + "plane" "(-416 -1152 64) (-416 -1152 32) (-320 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11112" + "plane" "(-392 -1232 32) (-392 -1232 64) (-320 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14890" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14892" + side + { + "id" "11130" + "plane" "(-352 -928 32) (-416 -1152 64) (-416 -928 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[-1 0 0 320] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11129" + "plane" "(-352 -928 32) (-416 -928 32) (-416 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11128" + "plane" "(-416 -928 64) (-416 -1152 64) (-416 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11127" + "plane" "(-416 -928 64) (-416 -928 32) (-352 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11126" + "plane" "(-416 -1152 32) (-416 -1152 64) (-352 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14891" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14893" + side + { + "id" "11134" + "plane" "(-320 -1152 32) (-416 -1152 64) (-352 -928 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11133" + "plane" "(-352 -928 32) (-416 -1152 32) (-320 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11132" + "plane" "(-416 -1152 32) (-416 -1152 64) (-320 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11131" + "plane" "(-416 -1152 64) (-416 -1152 32) (-352 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14891" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14913" + side + { + "id" "11145" + "plane" "(-416 -704 32) (-352 -928 32) (-416 -928 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11144" + "plane" "(-416 -928 32) (-352 -928 32) (-416 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11143" + "plane" "(-416 -704 32) (-416 -928 64) (-416 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11142" + "plane" "(-416 -928 32) (-416 -928 64) (-352 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 154 211" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14922" + side + { + "id" "11157" + "plane" "(64 -1376 64) (64 -1312 64) (80 -1312 64)" + "material" "DEV/REFLECTIVITY_30" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11156" + "plane" "(64 -1312 32) (64 -1376 32) (80 -1376 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11155" + "plane" "(64 -1376 32) (64 -1312 32) (64 -1312 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 661] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11154" + "plane" "(80 -1312 32) (80 -1376 32) (80 -1376 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11153" + "plane" "(64 -1312 32) (80 -1312 32) (80 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11152" + "plane" "(80 -1376 32) (64 -1376 32) (64 -1376 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14925" + side + { + "id" "11169" + "plane" "(64 -1472 64) (64 -1408 64) (80 -1408 64)" + "material" "DEV/REFLECTIVITY_30" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11168" + "plane" "(64 -1408 32) (64 -1472 32) (80 -1472 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11167" + "plane" "(64 -1472 32) (64 -1408 32) (64 -1408 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 853] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11166" + "plane" "(80 -1408 32) (80 -1472 32) (80 -1472 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11165" + "plane" "(64 -1408 32) (80 -1408 32) (80 -1408 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11164" + "plane" "(80 -1472 32) (64 -1472 32) (64 -1472 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14926" + side + { + "id" "11181" + "plane" "(0 -1312 64) (0 -1296 64) (64 -1296 64)" + "material" "DEV/REFLECTIVITY_30" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11180" + "plane" "(0 -1296 32) (0 -1312 32) (64 -1312 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11179" + "plane" "(0 -1312 32) (0 -1296 32) (0 -1296 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 629] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11178" + "plane" "(64 -1296 32) (64 -1312 32) (64 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11177" + "plane" "(0 -1296 32) (64 -1296 32) (64 -1296 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11176" + "plane" "(64 -1312 32) (0 -1312 32) (0 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14928" + side + { + "id" "11193" + "plane" "(-32 -1280 64) (-32 -1216 64) (-16 -1216 64)" + "material" "DEV/REFLECTIVITY_30" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11192" + "plane" "(-32 -1216 32) (-32 -1280 32) (-16 -1280 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11191" + "plane" "(-32 -1280 32) (-32 -1216 32) (-32 -1216 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 565] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11190" + "plane" "(-16 -1216 32) (-16 -1280 32) (-16 -1280 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11189" + "plane" "(-32 -1216 32) (-16 -1216 32) (-16 -1216 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11188" + "plane" "(-16 -1280 32) (-32 -1280 32) (-32 -1280 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14930" + side + { + "id" "11205" + "plane" "(-32 -1184 64) (-32 -1120 64) (-16 -1120 64)" + "material" "DEV/REFLECTIVITY_30" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11204" + "plane" "(-32 -1120 32) (-32 -1184 32) (-16 -1184 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11203" + "plane" "(-32 -1184 32) (-32 -1120 32) (-32 -1120 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 373] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11202" + "plane" "(-16 -1120 32) (-16 -1184 32) (-16 -1184 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11201" + "plane" "(-32 -1120 32) (-16 -1120 32) (-16 -1120 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11200" + "plane" "(-16 -1184 32) (-32 -1184 32) (-32 -1184 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14931" + side + { + "id" "11217" + "plane" "(-32 -1088 64) (-32 -1024 64) (-16 -1024 64)" + "material" "DEV/REFLECTIVITY_30" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11216" + "plane" "(-32 -1024 32) (-32 -1088 32) (-16 -1088 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11215" + "plane" "(-32 -1088 32) (-32 -1024 32) (-32 -1024 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 181] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11214" + "plane" "(-16 -1024 32) (-16 -1088 32) (-16 -1088 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11213" + "plane" "(-32 -1024 32) (-16 -1024 32) (-16 -1024 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11212" + "plane" "(-16 -1088 32) (-32 -1088 32) (-32 -1088 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14932" + side + { + "id" "11229" + "plane" "(-32 -992 64) (-32 -928 64) (-16 -928 64)" + "material" "DEV/REFLECTIVITY_30" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11228" + "plane" "(-32 -928 32) (-32 -992 32) (-16 -992 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11227" + "plane" "(-32 -992 32) (-32 -928 32) (-32 -928 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -11] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11226" + "plane" "(-16 -928 32) (-16 -992 32) (-16 -992 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11225" + "plane" "(-32 -928 32) (-16 -928 32) (-16 -928 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11224" + "plane" "(-16 -992 32) (-32 -992 32) (-32 -992 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14935" + side + { + "id" "11241" + "plane" "(-1.90735e-06 -912 64) (-1.90735e-06 -896 64) (64 -896 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 640] 0.25" + "vaxis" "[0 -1 0 768] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11240" + "plane" "(-1.90735e-06 -896 32) (-1.90735e-06 -912 32) (64 -912 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11239" + "plane" "(-1.90735e-06 -912 32) (-1.90735e-06 -896 32) (-1.90735e-06 -896 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -75] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11238" + "plane" "(64 -896 32) (64 -912 32) (64 -912 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11237" + "plane" "(-1.90735e-06 -896 32) (64 -896 32) (64 -896 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11236" + "plane" "(64 -912 32) (-1.90735e-06 -912 32) (-1.90735e-06 -912 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14941" + side + { + "id" "11255" + "plane" "(-384 -1312 64) (-392 -1232 64) (-312 -1232 32)" + "material" "DEV/VALUESAND30" + "uaxis" "[-1 0 0 320] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11254" + "plane" "(-392 -1232 32) (-384 -1312 32) (-312 -1232 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11253" + "plane" "(-384 -1312 64) (-384 -1312 32) (-392 -1232 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11252" + "plane" "(-392 -1232 32) (-312 -1232 32) (-392 -1232 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11251" + "plane" "(-384 -1312 64) (-312 -1232 32) (-384 -1312 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14940" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14942" + side + { + "id" "11259" + "plane" "(-384 -1312 64) (-312 -1232 32) (-304 -1312 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11258" + "plane" "(-384 -1312 32) (-304 -1312 32) (-312 -1232 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11257" + "plane" "(-384 -1312 64) (-304 -1312 32) (-384 -1312 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11256" + "plane" "(-384 -1312 32) (-312 -1232 32) (-384 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14940" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14946" + side + { + "id" "11273" + "plane" "(-304 -1312 32) (-416 -1392 64) (-384 -1312 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[-1 0 0 320] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11272" + "plane" "(-304 -1312 32) (-384 -1312 32) (-416 -1392 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11271" + "plane" "(-384 -1312 32) (-384 -1312 64) (-416 -1392 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11270" + "plane" "(-384 -1312 64) (-384 -1312 32) (-304 -1312 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11269" + "plane" "(-416 -1392 32) (-416 -1392 64) (-304 -1312 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14945" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14947" + side + { + "id" "11277" + "plane" "(-296 -1392 32) (-416 -1392 64) (-304 -1312 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11276" + "plane" "(-304 -1312 32) (-416 -1392 32) (-296 -1392 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11275" + "plane" "(-416 -1392 32) (-416 -1392 64) (-296 -1392 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11274" + "plane" "(-416 -1392 64) (-416 -1392 32) (-304 -1312 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14945" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14957" + side + { + "id" "11291" + "plane" "(-296 -1392 32) (-416 -1472 64) (-416 -1392 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[-1 0 0 320] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11290" + "plane" "(-296 -1392 32) (-416 -1392 32) (-416 -1472 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11289" + "plane" "(-416 -1392 32) (-416 -1392 64) (-416 -1472 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11288" + "plane" "(-416 -1392 64) (-416 -1392 32) (-296 -1392 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11287" + "plane" "(-416 -1472 32) (-416 -1472 64) (-296 -1392 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14956" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14958" + side + { + "id" "11295" + "plane" "(-288 -1472 32) (-416 -1472 64) (-296 -1392 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11294" + "plane" "(-296 -1392 32) (-416 -1472 32) (-288 -1472 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11293" + "plane" "(-416 -1472 32) (-416 -1472 64) (-288 -1472 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11292" + "plane" "(-416 -1472 64) (-416 -1472 32) (-296 -1392 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "228 201 0" + "groupid" "14956" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14993" + side + { + "id" "11349" + "plane" "(-448 -1392 320) (-448 -1312 320) (-384 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11348" + "plane" "(-448 -1312 64) (-448 -1392 64) (-416 -1392 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11347" + "plane" "(-448 -1392 64) (-448 -1312 64) (-448 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11346" + "plane" "(-448 -1312 64) (-384 -1312 64) (-384 -1312 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11345" + "plane" "(-416 -1392 64) (-448 -1392 64) (-448 -1392 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11344" + "plane" "(-384 -1312 64) (-416 -1392 64) (-416 -1392 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0.371391 0.928477 0 5.45685] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14994" + side + { + "id" "11361" + "plane" "(-448 -1392 320) (-416 -1392 320) (-416 -1472 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11360" + "plane" "(-448 -1472 64) (-416 -1472 64) (-416 -1392 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11359" + "plane" "(-448 -1392 64) (-448 -1392 320) (-448 -1472 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11358" + "plane" "(-416 -1392 64) (-416 -1392 320) (-448 -1392 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11357" + "plane" "(-448 -1472 64) (-448 -1472 320) (-416 -1472 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11356" + "plane" "(-416 -1472 64) (-416 -1472 320) (-416 -1392 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -88.9004] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14996" + side + { + "id" "11373" + "plane" "(-384 -1312 320) (-448 -1312 320) (-448 -1232 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11372" + "plane" "(-392 -1232 64) (-448 -1232 64) (-448 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11371" + "plane" "(-448 -1312 320) (-448 -1312 64) (-448 -1232 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11370" + "plane" "(-384 -1312 320) (-384 -1312 64) (-448 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11369" + "plane" "(-448 -1232 320) (-448 -1232 64) (-392 -1232 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11368" + "plane" "(-392 -1232 320) (-392 -1232 64) (-384 -1312 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.0995039 0.995037 0 -181.536] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14999" + side + { + "id" "11385" + "plane" "(-448 -1232 320) (-448 -1152 320) (-416 -1152 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11384" + "plane" "(-448 -1152 64) (-448 -1232 64) (-392 -1232 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11383" + "plane" "(-448 -1232 64) (-448 -1152 64) (-448 -1152 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11382" + "plane" "(-392 -1232 64) (-448 -1232 64) (-448 -1232 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11381" + "plane" "(-448 -1152 64) (-416 -1152 64) (-416 -1152 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11380" + "plane" "(-416 -1152 64) (-392 -1232 64) (-392 -1232 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.287349 0.957826 0 -420.494] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15001" + side + { + "id" "11397" + "plane" "(-448 -928 320) (-416 -928 320) (-416 -1152 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11396" + "plane" "(-448 -1152 64) (-416 -1152 64) (-416 -928 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11395" + "plane" "(-448 -928 64) (-448 -928 320) (-448 -1152 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11394" + "plane" "(-416 -928 64) (-416 -928 320) (-448 -928 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11393" + "plane" "(-448 -1152 64) (-448 -1152 320) (-416 -1152 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11392" + "plane" "(-416 -1152 64) (-416 -1152 320) (-416 -928 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -88.9004] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15017" + side + { + "id" "11427" + "plane" "(-416 -704 320) (-512 -704 320) (-512 -608 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11426" + "plane" "(-464 -608 32) (-512 -608 32) (-512 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11425" + "plane" "(-512 -704 32) (-512 -608 32) (-512 -608 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11424" + "plane" "(-512 -608 32) (-464 -608 32) (-464 -608 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-1 0 0 -161.872] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11423" + "plane" "(-416 -704 32) (-512 -704 32) (-512 -704 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11422" + "plane" "(-416 -656 32) (-416 -704 32) (-416 -704 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -88.9005] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11421" + "plane" "(-464 -608 32) (-416 -656 32) (-416 -656 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.707107 0.707107 0 -64.6953] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15053" + side + { + "id" "11511" + "plane" "(-416 -704 320) (-416 -928 320) (-448 -928 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11510" + "plane" "(-416 -928 64) (-416 -704 32) (-448 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11509" + "plane" "(-448 -704 320) (-448 -928 320) (-448 -928 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11508" + "plane" "(-416 -704 320) (-448 -704 320) (-448 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11507" + "plane" "(-448 -928 320) (-416 -928 320) (-416 -928 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11506" + "plane" "(-416 -928 320) (-416 -704 320) (-416 -704 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -88.9005] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15057" + side + { + "id" "11523" + "plane" "(-400 -1152 320) (-416 -1152 320) (-416 -1040 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11522" + "plane" "(-400 -1040 208) (-416 -1040 176) (-416 -1152 176)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.0105297 1 -0.0210591 -90.8001] 0.5" + "vaxis" "[-0.44709 -0.0235448 -0.894179 -327.94] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11521" + "plane" "(-416 -1152 320) (-416 -1152 176) (-416 -1040 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11520" + "plane" "(-416 -1040 320) (-416 -1040 176) (-400 -1040 208)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11519" + "plane" "(-400 -1152 320) (-400 -1152 208) (-416 -1152 176)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0.980198 0.19802 0 -130.102] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11518" + "plane" "(-400 -1040 320) (-400 -1040 208) (-400 -1152 208)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -90.4965] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15064" + side + { + "id" "11535" + "plane" "(-384 -1040 320) (-416 -1040 320) (-416 -1008 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11534" + "plane" "(-384 -1008 208) (-416 -1008 176) (-416 -1040 176)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.0292041 1 -0.0292039 -104.613] 0.5" + "vaxis" "[-0.706504 -0.0413007 -0.706503 -133.062] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11533" + "plane" "(-416 -1040 320) (-416 -1040 176) (-416 -1008 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11532" + "plane" "(-416 -1008 320) (-416 -1008 176) (-384 -1008 208)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11531" + "plane" "(-384 -1040 320) (-384 -1040 208) (-416 -1040 176)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0.980198 0.19802 0 -951.385] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11530" + "plane" "(-384 -1008 320) (-384 -1008 208) (-384 -1040 208)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -92.0928] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15068" + side + { + "id" "11547" + "plane" "(-416 -1008 320) (-416 -976 320) (-368 -976 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11546" + "plane" "(-416 -976 160) (-416 -1008 160) (-368 -1008 208)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.0292041 1 -0.0292039 -105.548] 0.5" + "vaxis" "[-0.706504 -0.0413007 -0.706503 -123.67] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11545" + "plane" "(-416 -1008 160) (-416 -976 160) (-416 -976 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11544" + "plane" "(-416 -976 160) (-368 -976 208) (-368 -976 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-1 0 0 -827.943] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11543" + "plane" "(-368 -1008 208) (-416 -1008 160) (-416 -1008 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0.980198 0.19802 0 -893.465] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11542" + "plane" "(-368 -976 208) (-368 -1008 208) (-368 -1008 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -93.6888] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15071" + side + { + "id" "11559" + "plane" "(-416 -976 320) (-416 -944 320) (-384 -944 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11558" + "plane" "(-416 -944 176) (-416 -976 176) (-384 -976 240)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.0105297 1 -0.0210591 -90.8001] 0.5" + "vaxis" "[-0.44709 -0.0235448 -0.894179 -327.94] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11557" + "plane" "(-416 -976 176) (-416 -944 176) (-416 -944 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11556" + "plane" "(-416 -944 176) (-384 -944 240) (-384 -944 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-1 0 0 -770.023] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11555" + "plane" "(-384 -976 240) (-416 -976 176) (-416 -976 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11554" + "plane" "(-384 -944 240) (-384 -976 240) (-384 -976 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -92.0928] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15073" + side + { + "id" "11571" + "plane" "(-400 -1456 320) (-416 -1456 320) (-416 -1408 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11570" + "plane" "(-400 -1408 208) (-416 -1408 176) (-416 -1456 176)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.0105297 1 -0.0210591 -90.8001] 0.5" + "vaxis" "[-0.44709 -0.0235448 -0.894179 -327.94] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11569" + "plane" "(-416 -1456 320) (-416 -1456 176) (-416 -1408 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11568" + "plane" "(-416 -1408 320) (-416 -1408 176) (-400 -1408 208)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-1 0 0 -585.852] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11567" + "plane" "(-400 -1456 320) (-400 -1456 208) (-416 -1456 176)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0.980198 0.19802 0 -680.334] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11566" + "plane" "(-400 -1408 320) (-400 -1408 208) (-400 -1456 208)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -90.4965] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15079" + side + { + "id" "11583" + "plane" "(-400 -816 320) (-416 -816 320) (-416 -704 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11582" + "plane" "(-400 -704 208) (-416 -704 176) (-416 -816 176)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-0.0105297 1 -0.0210591 -90.8001] 0.5" + "vaxis" "[-0.44709 -0.0235448 -0.894179 -327.94] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11581" + "plane" "(-416 -816 320) (-416 -816 176) (-416 -704 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11580" + "plane" "(-416 -704 320) (-416 -704 176) (-400 -704 208)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[-1 0 0 -335.629] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11579" + "plane" "(-400 -816 320) (-400 -816 208) (-416 -816 176)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0.980198 0.19802 0 -545.95] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11578" + "plane" "(-400 -704 320) (-400 -704 208) (-400 -816 208)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -90.4965] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 252 233" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15118" + side + { + "id" "11624" + "plane" "(-160 -1472 32) (-160 -1152 32) (-64 -1152 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11623" + "plane" "(-160 -1152 32) (-160 -1472 32) (-64 -1472 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11622" + "plane" "(-64 -1152 32) (-64 -1472 32) (-64 -1472 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11621" + "plane" "(-64 -1472 32) (-160 -1472 32) (-64 -1472 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11620" + "plane" "(-64 -1152 64) (-159.984 -1152 32) (-64 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15119" + side + { + "id" "11629" + "plane" "(-160 -1152 32) (-160 -928 32) (-64 -928 64)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11628" + "plane" "(-160 -928 32) (-160 -1152 32) (-64 -1152 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11627" + "plane" "(-64 -928 32) (-64 -1152 32) (-64 -1152 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11626" + "plane" "(-64 -928 64) (-159.984 -928 32) (-64 -928 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11625" + "plane" "(-64 -1152 32) (-160 -1152 32) (-64 -1152 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15318" + side + { + "id" "11666" + "plane" "(224 -1312 320) (-32 -1312 384) (-32 -896 384)" + "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" "11667" + "plane" "(224 -896 320) (-32 -896 320) (-32 -1312 320)" + "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" "11668" + "plane" "(-32 -1312 320) (-32 -896 320) (-32 -896 384)" + "material" "DEV/REFLECTIVITY_60" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11670" + "plane" "(-32 -896 320) (224 -896 320) (-32 -896 384)" + "material" "DEV/REFLECTIVITY_60" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11671" + "plane" "(-32 -1312 384) (224 -1312 320) (-32 -1312 320)" + "material" "DEV/REFLECTIVITY_60" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 220 125" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "15324" + side + { + "id" "11681" + "plane" "(64 -1504 360) (64 -1312 360) (224 -1312 320)" + "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" "11680" + "plane" "(64 -1312 320) (64 -1504 320) (224 -1504 320)" + "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" "11679" + "plane" "(64 -1312 320) (64 -1312 360) (64 -1504 360)" + "material" "DEV/REFLECTIVITY_60" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "11678" + "plane" "(224 -1312 320) (64 -1312 360) (64 -1312 320)" + "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" "11677" + "plane" "(224 -1504 320) (64 -1504 320) (64 -1504 360)" + "material" "DEV/REFLECTIVITY_60" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 220 125" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19816" + side + { + "id" "24511" + "plane" "(448 784 400) (448 800 400) (1216 800 400)" + "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" "24510" + "plane" "(448 800 294) (448 784 294) (1216 784 294)" + "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" "24509" + "plane" "(448 784 294) (448 800 294) (448 800 400)" + "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" "24508" + "plane" "(1216 800 294) (1216 784 294) (1216 784 400)" + "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" "24507" + "plane" "(448 800 294) (1216 800 294) (1216 800 400)" + "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" "24506" + "plane" "(1216 784 294) (448 784 294) (448 784 400)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "138 159 0" + "groupid" "19815" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19817" + side + { + "id" "24517" + "plane" "(448 784 294) (448 800 294) (496 800 294)" + "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" "24516" + "plane" "(448 800 96) (448 784 96) (496 784 96)" + "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" "24515" + "plane" "(448 784 96) (448 800 96) (448 800 294)" + "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" "24514" + "plane" "(496 800 96) (496 784 96) (496 784 294)" + "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" "24513" + "plane" "(448 800 96) (496 800 96) (496 800 294)" + "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" "24512" + "plane" "(496 784 96) (448 784 96) (448 784 294)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "138 159 0" + "groupid" "19815" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19818" + side + { + "id" "24523" + "plane" "(768 784 294) (768 800 294) (816 800 294)" + "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" "24522" + "plane" "(768 800 96) (768 784 96) (816 784 96)" + "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" "24521" + "plane" "(768 784 96) (768 800 96) (768 800 294)" + "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" "24520" + "plane" "(816 800 96) (816 784 96) (816 784 294)" + "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" "24519" + "plane" "(768 800 96) (816 800 96) (816 800 294)" + "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" "24518" + "plane" "(816 784 96) (768 784 96) (768 784 294)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "138 159 0" + "groupid" "19815" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19819" + side + { + "id" "24529" + "plane" "(624 784 294) (624 800 294) (640 800 294)" + "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" "24528" + "plane" "(624 800 96) (624 784 96) (640 784 96)" + "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" "24527" + "plane" "(624 784 96) (624 800 96) (624 800 294)" + "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" "24526" + "plane" "(640 800 96) (640 784 96) (640 784 294)" + "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" "24525" + "plane" "(624 800 96) (640 800 96) (640 800 294)" + "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" "24524" + "plane" "(640 784 96) (624 784 96) (624 784 294)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "138 159 0" + "groupid" "19815" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19820" + side + { + "id" "24535" + "plane" "(944 784 294) (944 800 294) (960 800 294)" + "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" "24534" + "plane" "(944 800 96) (944 784 96) (960 784 96)" + "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" "24533" + "plane" "(944 784 96) (944 800 96) (944 800 294)" + "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" "24532" + "plane" "(960 800 96) (960 784 96) (960 784 294)" + "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" "24531" + "plane" "(944 800 96) (960 800 96) (960 800 294)" + "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" "24530" + "plane" "(960 784 96) (944 784 96) (944 784 294)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "138 159 0" + "groupid" "19815" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19821" + side + { + "id" "24541" + "plane" "(1088 784 294) (1088 800 294) (1216 800 294)" + "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" "24540" + "plane" "(1088 800 96) (1088 784 96) (1216 784 96)" + "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" "24539" + "plane" "(1088 784 96) (1088 800 96) (1088 800 294)" + "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" "24538" + "plane" "(1216 800 96) (1216 784 96) (1216 784 294)" + "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" "24537" + "plane" "(1088 800 96) (1216 800 96) (1216 800 294)" + "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" "24536" + "plane" "(1216 784 96) (1088 784 96) (1088 784 294)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "138 159 0" + "groupid" "19815" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19822" + side + { + "id" "24547" + "plane" "(816 784 464) (816 800 464) (1216 800 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24546" + "plane" "(816 800 400) (816 784 400) (1216 784 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24545" + "plane" "(816 784 400) (816 800 400) (816 800 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24544" + "plane" "(1216 800 400) (1216 784 400) (1216 784 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24543" + "plane" "(816 800 400) (1216 800 400) (1216 800 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24542" + "plane" "(1216 784 400) (816 784 400) (816 784 464)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "138 159 0" + "groupid" "19815" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19824" + side + { + "id" "24553" + "plane" "(448 544 96) (224 544 96) (224 864 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24552" + "plane" "(448 864 64) (224 864 64) (224 544 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24551" + "plane" "(448 544 64) (224 544 64) (224 544 96)" + "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" "24550" + "plane" "(224 864 64) (448 864 64) (448 864 96)" + "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" "24549" + "plane" "(224 544 64) (224 864 64) (224 864 96)" + "material" "ASPHALT/HR_C/HR_ASPHALT_001" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24548" + "plane" "(448 864 64) (448 544 64) (448 544 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19825" + side + { + "id" "24559" + "plane" "(287.984 573.434 126) (271.379 559 126) (134.914 715.988 126)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0.75471 0.656059 0 -46.2065] 0.25" + "vaxis" "[0.656059 -0.75471 0 -48.6169] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24558" + "plane" "(194.543 767.809 96) (134.926 715.984 96) (271.382 559 96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0.75471 0.656059 0 -46.2065] 0.25" + "vaxis" "[0.656059 -0.75471 0 -48.6169] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24557" + "plane" "(271.379 559 96) (134.922 715.984 96) (134.918 715.984 126)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[-0.656059 0.75471 0 48.6169] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24556" + "plane" "(134.922 715.988 96) (194.541 767.815 96) (151.516 730.414 126)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0.75471 0.656059 0 -46.2065] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24555" + "plane" "(331 610.832 96) (271.375 559 96) (271.375 559 126)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0.75471 0.656059 0 -46.2065] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24554" + "plane" "(287.977 573.438 126) (151.52 730.418 126) (194.539 767.816 96)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0.75471 0.656059 0 -46.2065] 0.25" + "vaxis" "[0.656059 -0.75471 0 -48.6169] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19826" + side + { + "id" "24566" + "plane" "(48 716 126) (48 880 126) (152 880 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24565" + "plane" "(48 880 96) (48 716 96) (136 716 96)" + "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" "24564" + "plane" "(48 716 96) (48 880 96) (48 880 126)" + "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" "24563" + "plane" "(152 880 96) (152 730 96) (152 730 126)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_001" + "uaxis" "[0 1 0 -160] 0.5" + "vaxis" "[0 0 -1 -273] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24562" + "plane" "(48 880 96) (152 880 96) (152 880 126)" + "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" "24561" + "plane" "(136 716 96) (48 716 96) (48 716 126)" + "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" "24560" + "plane" "(152 730 96) (136 716 96) (136 716 126)" + "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" "150 243 0" + "groupid" "19823" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19827" + side + { + "id" "24573" + "plane" "(48 384 126) (48 716 126) (136 716 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24572" + "plane" "(48 716 96) (48 384 96) (273 384 96)" + "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" "24571" + "plane" "(48 384 96) (48 716 96) (48 716 126)" + "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" "24570" + "plane" "(273 558 96) (273 384 96) (273 384 126)" + "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" "24569" + "plane" "(273 384 96) (48 384 96) (48 384 126)" + "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" "24568" + "plane" "(48 716 96) (136 716 96) (136 716 126)" + "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" "24567" + "plane" "(136 716 96) (273 558 96) (273 558 126)" + "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" "150 243 0" + "groupid" "19823" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19828" + side + { + "id" "24579" + "plane" "(-288 496 126) (-288 880 126) (48 880 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24578" + "plane" "(-288 880 96) (-288 496 96) (48 496 96)" + "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" "24577" + "plane" "(-288 496 96) (-288 880 96) (-288 880 126)" + "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" "24576" + "plane" "(48 880 96) (48 496 96) (48 496 126)" + "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" "24575" + "plane" "(-288 880 96) (48 880 96) (48 880 126)" + "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" "24574" + "plane" "(48 496 96) (-288 496 96) (-288 496 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19829" + side + { + "id" "24585" + "plane" "(-258 56 126) (-258 384 126) (136 384 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24584" + "plane" "(-258 384 96) (-258 56 96) (136 56 96)" + "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" "24583" + "plane" "(-258 56 96) (-258 384 96) (-258 384 126)" + "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" "24582" + "plane" "(136 384 96) (136 56 96) (136 56 126)" + "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" "24581" + "plane" "(-258 384 96) (136 384 96) (136 384 126)" + "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" "24580" + "plane" "(136 56 96) (-258 56 96) (-258 56 126)" + "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" "150 243 0" + "groupid" "19823" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19830" + side + { + "id" "24591" + "plane" "(-79 496 126) (48 496 126) (48 384 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24590" + "plane" "(-79 384 96) (48 384 96) (48 496 96)" + "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" "24589" + "plane" "(48 496 96) (48 384 96) (48 384 126)" + "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" "24588" + "plane" "(48 384 96) (-79 384 96) (-79 384 126)" + "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" "24587" + "plane" "(-79 496 96) (48 496 96) (48 496 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24586" + "plane" "(-79 384 96) (-79 496 96) (-79 496 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19831" + side + { + "id" "24597" + "plane" "(-159 384 126) (-288 384 126) (-288 496 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24596" + "plane" "(-159 496 96) (-288 496 96) (-288 384 96)" + "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" "24595" + "plane" "(-288 384 96) (-288 496 96) (-288 496 126)" + "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" "24594" + "plane" "(-159 384 96) (-288 384 96) (-288 384 126)" + "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" "24593" + "plane" "(-288 496 96) (-159 496 96) (-159 496 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24592" + "plane" "(-159 496 96) (-159 384 96) (-159 384 126)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19832" + side + { + "id" "24603" + "plane" "(272 560 288) (272 384 288) (136 384 288)" + "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" "24602" + "plane" "(136 384 96) (272 384 96) (272 560 96)" + "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" "24601" + "plane" "(272 560 96) (272 384 96) (272 384 288)" + "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" "24600" + "plane" "(272 384 96) (136 384 96) (136 384 288)" + "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" "24599" + "plane" "(136 424 96) (272 560 96) (272 560 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[0 1 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24598" + "plane" "(136 384 96) (136 424 96) (136 424 288)" + "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" "150 243 0" + "groupid" "19823" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19833" + side + { + "id" "24609" + "plane" "(448 352 288) (272 352 288) (272 560 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 44] 0.25" + "vaxis" "[0 -1 0 -56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24608" + "plane" "(448 560 96) (272 560 96) (272 352 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 44] 0.25" + "vaxis" "[0 -1 0 -56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24607" + "plane" "(272 560 96) (448 560 96) (448 560 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[1 0 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24606" + "plane" "(272 352 96) (272 560 96) (272 560 288)" + "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" "24605" + "plane" "(448 352 96) (272 352 96) (272 352 288)" + "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" "24604" + "plane" "(448 560 96) (448 352 96) (448 352 288)" + "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" "150 243 0" + "groupid" "19823" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19834" + side + { + "id" "24615" + "plane" "(448 864 96) (152 864 96) (152 896 96)" + "material" "SOLUTION/CARPETTILEGRAY" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24614" + "plane" "(448 896 64) (152 896 64) (152 864 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24613" + "plane" "(152 864 64) (152 896 64) (152 896 96)" + "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" "24612" + "plane" "(448 864 64) (152 864 64) (152 864 96)" + "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" "24611" + "plane" "(152 896 64) (448 896 64) (448 896 96)" + "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" "24610" + "plane" "(448 896 64) (448 864 64) (448 864 96)" + "material" "SOLUTION/CARPETTILEGRAY" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19835" + side + { + "id" "24621" + "plane" "(224 544 96) (192 544 96) (192 864 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24620" + "plane" "(224 864 64) (192 864 64) (192 544 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24619" + "plane" "(192 544 64) (192 864 64) (192 864 96)" + "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" "24618" + "plane" "(224 544 64) (192 544 64) (192 544 96)" + "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" "24617" + "plane" "(192 864 64) (224 864 64) (224 864 96)" + "material" "ASPHALT/HR_C/HR_ASPHALT_001" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24616" + "plane" "(224 864 64) (224 544 64) (224 544 96)" + "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" "150 243 0" + "groupid" "19823" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19836" + side + { + "id" "24627" + "plane" "(448 910 96) (192 910 96) (192 1136 96)" + "material" "ASPHALT/HR_C/HR_ASPHALT_001" + "uaxis" "[1 0 0 -652] 0.125" + "vaxis" "[0 -1 0 -567] 0.125" + "rotation" "0" + "lightmapscale" "32" + "smoothing_groups" "0" + } + side + { + "id" "24626" + "plane" "(448 1136 64) (192 1136 64) (192 910 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24625" + "plane" "(192 910 64) (192 1136 64) (192 1136 96)" + "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" "24624" + "plane" "(192 1136 64) (448 1136 64) (448 1136 96)" + "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" "24623" + "plane" "(448 910 64) (192 910 64) (192 910 96)" + "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" "24622" + "plane" "(448 1136 64) (448 910 64) (448 910 96)" + "material" "ASPHALT/HR_C/HR_ASPHALT_001" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19845" + side + { + "id" "24662" + "plane" "(1024 192 256) (1024 336 256) (1072 336 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 -21.3334] 0.75" + "vaxis" "[0 -1 0 21.3333] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24661" + "plane" "(1024 336 192) (1024 192 192) (1072 192 192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 -21.3334] 0.75" + "vaxis" "[0 -1 0 21.3333] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24660" + "plane" "(1024 192 192) (1024 336 192) (1024 336 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -21.3333] 2.25" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24659" + "plane" "(1072 336 192) (1072 192 192) (1072 192 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -21.3333] 2.25" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24658" + "plane" "(1024 336 192) (1072 336 192) (1072 336 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 -21.3334] 0.75" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24657" + "plane" "(1072 192 192) (1024 192 192) (1024 192 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 -21.3334] 0.75" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "205 138 0" + "groupid" "19844" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19874" + side + { + "id" "24668" + "plane" "(1024 416 160) (1024 560 160) (1072 560 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 -21.3334] 0.75" + "vaxis" "[0 -1 0 56.8889] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24667" + "plane" "(1024 560 96) (1024 416 96) (1072 416 96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 -21.3334] 0.75" + "vaxis" "[0 -1 0 56.8889] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24666" + "plane" "(1024 416 96) (1024 560 96) (1024 560 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -56.8889] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24665" + "plane" "(1072 560 96) (1072 416 96) (1072 416 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -56.8889] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24664" + "plane" "(1024 560 96) (1072 560 96) (1072 560 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 -21.3334] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24663" + "plane" "(1072 416 96) (1024 416 96) (1024 416 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 -21.3334] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "205 138 0" + "groupid" "19873" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19879" + side + { + "id" "24674" + "plane" "(768 720 160) (768 752 160) (816 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.75" + "vaxis" "[0 -1 0 14.2222] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24673" + "plane" "(768 752 96) (768 720 96) (816 720 96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.75" + "vaxis" "[0 -1 0 14.2222] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24672" + "plane" "(768 720 96) (768 752 96) (768 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -14.2222] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24671" + "plane" "(816 752 96) (816 720 96) (816 720 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -14.2222] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24670" + "plane" "(768 752 96) (816 752 96) (816 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24669" + "plane" "(816 720 96) (768 720 96) (768 720 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "205 138 0" + "groupid" "19878" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19884" + side + { + "id" "24680" + "plane" "(480 720 160) (480 752 160) (496 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 21.3333] 0.75" + "vaxis" "[0 -1 0 14.2222] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24679" + "plane" "(480 752 96) (480 720 96) (496 720 96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 21.3333] 0.75" + "vaxis" "[0 -1 0 14.2222] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24678" + "plane" "(480 720 96) (480 752 96) (480 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -14.2222] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24677" + "plane" "(496 752 96) (496 720 96) (496 720 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -14.2222] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24676" + "plane" "(480 752 96) (496 752 96) (496 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 21.3333] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24675" + "plane" "(496 720 96) (480 720 96) (480 720 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 21.3333] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "205 138 0" + "groupid" "19883" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19937" + side + { + "id" "24758" + "plane" "(1120 688 160) (1120 752 160) (1183.69 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.75" + "vaxis" "[0 -1 0 14.2222] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24757" + "plane" "(1120 752 96) (1120 688 96) (1183.69 688 96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.75" + "vaxis" "[0 -1 0 14.2222] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24756" + "plane" "(1120 688 96) (1120 752 96) (1120 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -14.2222] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24755" + "plane" "(1183.69 752 96) (1183.69 688 96) (1183.69 688 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 -14.2222] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24754" + "plane" "(1120 752 96) (1183.69 752 96) (1183.69 752 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24753" + "plane" "(1183.69 688 96) (1120 688 96) (1120 688 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "205 138 0" + "groupid" "19936" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19942" + side + { + "id" "24764" + "plane" "(576.172 432 160) (576.172 464 160) (608.175 464 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 37.7804] 0.75" + "vaxis" "[0 -1 0 -14.2223] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24763" + "plane" "(576.172 464 96) (576.172 432 96) (608.175 432 96)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 37.7804] 0.75" + "vaxis" "[0 -1 0 -14.2223] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24762" + "plane" "(576.17 432 96) (576.17 464 96) (576.17 464 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 14.2223] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24761" + "plane" "(608.175 464 96) (608.175 432 96) (608.175 432 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 14.2223] 2.25" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24760" + "plane" "(576.172 464 96) (608.175 464 96) (608.176 464 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 37.7804] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24759" + "plane" "(608.176 432 96) (576.172 432 96) (576.172 432 160)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 37.7804] 0.75" + "vaxis" "[0 0 -1 32] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "205 138 0" + "groupid" "19941" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20129" + side + { + "id" "24812" + "plane" "(1440 -992 416) (1440 -64 416) (1648 -64 416)" + "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" "24811" + "plane" "(1440 -64 400) (1440 -992 400) (1648 -992 400)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24810" + "plane" "(1440 -992 400) (1440 -64 400) (1440 -64 416)" + "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" "24809" + "plane" "(1648 -64 400) (1648 -992 400) (1648 -992 416)" + "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" "24808" + "plane" "(1440 -64 400) (1648 -64 400) (1648 -64 416)" + "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" "24807" + "plane" "(1648 -992 400) (1440 -992 400) (1440 -992 416)" + "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 120 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20130" + side + { + "id" "24818" + "plane" "(1232 176 80) (1232 368 80) (1248 352 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24817" + "plane" "(1232 368 64) (1232 176 64) (1248 176 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -37.8775] 12.25" + "vaxis" "[0 -1 0 48] 7" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24816" + "plane" "(1232 176 64) (1232 368 64) (1232 368 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24815" + "plane" "(1248 352 64) (1248 176 64) (1248 176 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24814" + "plane" "(1232 368 64) (1248 352 64) (1248 352 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24813" + "plane" "(1248 176 64) (1232 176 64) (1232 176 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 210 163" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20131" + side + { + "id" "24824" + "plane" "(1248 176 80) (1248 352 80) (1312 352 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24823" + "plane" "(1248 352 64) (1248 176 64) (1312 176 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -39.1836] 12.25" + "vaxis" "[0 -1 0 48] 7" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24822" + "plane" "(1248 176 64) (1248 352 64) (1248 352 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24821" + "plane" "(1312 352 64) (1312 176 64) (1312 176 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24820" + "plane" "(1248 352 64) (1312 352 64) (1312 352 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24819" + "plane" "(1312 176 64) (1248 176 64) (1248 176 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 210 163" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20132" + side + { + "id" "24829" + "plane" "(1232 352 352) (1232 368 352) (1248 352 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24828" + "plane" "(1248 352 80) (1232 368 80) (1232 352 80)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24827" + "plane" "(1232 352 80) (1232 368 80) (1232 368 352)" + "material" "TERRI/TOOLS/TOOLS_HINT" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24826" + "plane" "(1232 368 80) (1248 352 80) (1248 352 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24825" + "plane" "(1248 352 80) (1232 352 80) (1232 352 352)" + "material" "TERRI/TOOLS/TOOLS_HINT" + "uaxis" "[-1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 156 241" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20133" + side + { + "id" "24835" + "plane" "(1600 512 352) (1328 512 352) (1312 528 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24834" + "plane" "(1616 528 192) (1312 528 192) (1328 512 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24833" + "plane" "(1600 512 192) (1328 512 192) (1328 512 352)" + "material" "PLASTER/PLASTERCEILING_INT_01" + "uaxis" "[-1 0 0 -320] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24832" + "plane" "(1312 528 192) (1616 528 192) (1616 528 352)" + "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" "24831" + "plane" "(1328 512 192) (1312 528 192) (1312 528 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24830" + "plane" "(1616 528 192) (1600 512 192) (1600 512 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20134" + side + { + "id" "24841" + "plane" "(496 784 96) (448 784 96) (448 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 12] 0.16" + "vaxis" "[0 -1 0 25] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24840" + "plane" "(496 800 80) (448 800 80) (448 784 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24839" + "plane" "(448 784 80) (448 800 80) (448 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24838" + "plane" "(448 800 80) (496 800 80) (496 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24837" + "plane" "(496 784 80) (448 784 80) (448 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24836" + "plane" "(496 800 80) (496 784 80) (496 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 129 150" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20135" + side + { + "id" "24847" + "plane" "(640 784 96) (624 784 96) (624 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -56] 0.16" + "vaxis" "[0 -1 0 25] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24846" + "plane" "(640 800 80) (624 800 80) (624 784 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24845" + "plane" "(624 784 80) (624 800 80) (624 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24844" + "plane" "(624 800 80) (640 800 80) (640 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24843" + "plane" "(640 784 80) (624 784 80) (624 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24842" + "plane" "(640 800 80) (640 784 80) (640 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 129 150" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20136" + side + { + "id" "24853" + "plane" "(816 784 96) (768 784 96) (768 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -60] 0.16" + "vaxis" "[0 -1 0 25] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24852" + "plane" "(816 800 80) (768 800 80) (768 784 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24851" + "plane" "(768 784 80) (768 800 80) (768 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24850" + "plane" "(768 800 80) (816 800 80) (816 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24849" + "plane" "(816 784 80) (768 784 80) (768 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24848" + "plane" "(816 800 80) (816 784 80) (816 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 129 150" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20137" + side + { + "id" "24859" + "plane" "(960 784 96) (944 784 96) (944 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.16" + "vaxis" "[0 -1 0 25] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24858" + "plane" "(960 800 80) (944 800 80) (944 784 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24857" + "plane" "(944 784 80) (944 800 80) (944 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24856" + "plane" "(944 800 80) (960 800 80) (960 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24855" + "plane" "(960 784 80) (944 784 80) (944 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24854" + "plane" "(960 800 80) (960 784 80) (960 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 129 150" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20138" + side + { + "id" "24865" + "plane" "(1216 784 96) (1088 784 96) (1088 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -4] 0.16" + "vaxis" "[0 -1 0 25] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24864" + "plane" "(1216 800 80) (1088 800 80) (1088 784 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24863" + "plane" "(1088 784 80) (1088 800 80) (1088 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24862" + "plane" "(1088 800 80) (1216 800 80) (1216 800 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24861" + "plane" "(1216 784 80) (1088 784 80) (1088 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24860" + "plane" "(1216 800 80) (1216 784 80) (1216 784 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 129 150" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20139" + side + { + "id" "24871" + "plane" "(1456 -64 416) (1456 96 416) (1648 96 416)" + "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" "24870" + "plane" "(1456 96 352) (1456 -64 400) (1648 -64 400)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 0.957826 -0.287348 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24869" + "plane" "(1456 96 416) (1456 -64 416) (1456 -64 400)" + "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" "24868" + "plane" "(1648 96 352) (1648 -64 400) (1648 -64 416)" + "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" "24867" + "plane" "(1456 96 352) (1648 96 352) (1648 96 416)" + "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" "24866" + "plane" "(1648 -64 400) (1456 -64 400) (1456 -64 416)" + "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 120 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20140" + side + { + "id" "24877" + "plane" "(768 176 96) (736 176 96) (736 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24876" + "plane" "(768 384 80) (736 384 80) (736 176 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24875" + "plane" "(736 384 80) (768 384 80) (768 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24874" + "plane" "(768 176 80) (736 176 80) (736 176 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24873" + "plane" "(768 384 80) (768 176 80) (768 176 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24872" + "plane" "(736 176 80) (736 384 80) (736 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20141" + side + { + "id" "24883" + "plane" "(768 176 192) (736 176 192) (736 336 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24882" + "plane" "(768 336 96) (736 336 96) (736 176 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24881" + "plane" "(736 336 96) (768 336 96) (768 336 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24880" + "plane" "(768 176 96) (736 176 96) (736 176 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24879" + "plane" "(768 336 96) (768 176 96) (768 176 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24878" + "plane" "(736 176 96) (736 336 96) (736 336 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20170" + side + { + "id" "24889" + "plane" "(1312 352 176) (1648 352 176) (1648 96 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24888" + "plane" "(1312 96 80) (1648 96 80) (1648 352 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24887" + "plane" "(1648 352 80) (1648 96 80) (1648 96 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24886" + "plane" "(1312 352 80) (1648 352 80) (1648 352 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24885" + "plane" "(1648 96 80) (1312 96 80) (1312 96 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24884" + "plane" "(1312 96 80) (1312 352 80) (1312 352 176)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 235 216" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20171" + side + { + "id" "24895" + "plane" "(736 176 368) (736 384 368) (768 384 368)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24894" + "plane" "(736 384 352) (736 176 352) (768 192 352)" + "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" "24893" + "plane" "(736 176 352) (736 384 352) (736 384 368)" + "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" "24892" + "plane" "(768 384 352) (768 192 352) (768 192 368)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24891" + "plane" "(736 384 352) (768 384 352) (768 384 368)" + "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" "24890" + "plane" "(768 192 352) (736 176 352) (736 176 368)" + "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 156 157" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20172" + side + { + "id" "24901" + "plane" "(768 448 368) (768 464 368) (1216 464 368)" + "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" "24900" + "plane" "(768 464 352) (768 448 352) (1216 448 352)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[1 0 0 576] 0.25" + "vaxis" "[0 -1 0 255] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24899" + "plane" "(768 448 352) (768 464 352) (768 464 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24898" + "plane" "(1216 464 352) (1216 448 352) (1216 448 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24897" + "plane" "(768 464 352) (1216 464 352) (1216 464 368)" + "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" "24896" + "plane" "(1216 448 352) (768 448 352) (768 448 368)" + "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 156 157" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20173" + side + { + "id" "24906" + "plane" "(1160 504 144) (1080 424 144) (1032 472 96)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[-0.707105 -0.707104 0 204.803] 0.22097" + "vaxis" "[-0.707104 0.707105 0 426.657] 0.132582" + "rotation" "225" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24905" + "plane" "(1112 552 96) (1032 472 96) (1080 424 100)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24904" + "plane" "(1160 504 100) (1080 424 100) (1080 424 144)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24903" + "plane" "(1160 504 144) (1112 552 96) (1160 504 100)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24902" + "plane" "(1080 424 100) (1032 472 96) (1080 424 144)" + "material" "TOOLS/TOOLSPLAYERCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 224 241" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20174" + side + { + "id" "24911" + "plane" "(1088 420 144) (1088 348 144) (1216 348 144)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[1 0 0 -152] 0.242424" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24910" + "plane" "(1088 348 192) (1088 348 144) (1088 420 144)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24909" + "plane" "(1216 420 144) (1216 348 144) (1216 348 192)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24908" + "plane" "(1216 348 192) (1216 348 144) (1088 348 144)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[1 0 0 -152] 0.242424" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24907" + "plane" "(1088 348 192) (1088 420 144) (1216 420 144)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 426.667] 0.140625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 194 191" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20175" + side + { + "id" "24916" + "plane" "(448 304 96) (448 240 96) (640 240 96)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[-1 0 0 256] 0.25" + "vaxis" "[0 1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24915" + "plane" "(640 304 96) (640 240 96) (640 240 128)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[0 -1 0 128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24914" + "plane" "(448 240 128) (448 240 96) (448 304 96)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[0 -1 0 128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24913" + "plane" "(640 240 128) (640 240 96) (448 240 96)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[-1 0 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24912" + "plane" "(448 240 128) (448 304 96) (640 304 96)" + "material" "TERRI/TOOLS/TOOLS_PLAYERCLIP" + "uaxis" "[-1 0 0 350.46] 0.187" + "vaxis" "[0 1 0 -384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 242 115" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20176" + side + { + "id" "24922" + "plane" "(1232 368 352) (1232 528 352) (1312 528 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24921" + "plane" "(1232 528 80) (1232 368 80) (1312 368 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24920" + "plane" "(1232 368 80) (1232 528 80) (1232 528 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24919" + "plane" "(1312 528 80) (1312 368 80) (1312 368 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24918" + "plane" "(1232 528 80) (1312 528 80) (1312 528 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24917" + "plane" "(1312 368 80) (1232 368 80) (1232 368 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 210 163" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20177" + side + { + "id" "24928" + "plane" "(1248 352 352) (1232 368 352) (1312 368 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24927" + "plane" "(1232 368 80) (1248 352 80) (1312 352 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24926" + "plane" "(1248 352 80) (1232 368 80) (1232 368 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24925" + "plane" "(1312 368 80) (1312 352 80) (1312 352 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24924" + "plane" "(1232 368 80) (1312 368 80) (1312 368 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24923" + "plane" "(1312 352 80) (1248 352 80) (1248 352 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 210 163" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20178" + side + { + "id" "24934" + "plane" "(448 176 80) (448 784 80) (1232 784 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24933" + "plane" "(448 784 64) (448 176 64) (1232 176 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -36.5714] 12.25" + "vaxis" "[0 -1 0 48] 7" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24932" + "plane" "(448 176 64) (448 784 64) (448 784 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24931" + "plane" "(1232 784 64) (1232 176 64) (1232 176 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24930" + "plane" "(448 784 64) (1232 784 64) (1232 784 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24929" + "plane" "(1232 176 64) (448 176 64) (448 176 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 210 163" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20179" + side + { + "id" "24939" + "plane" "(1088 384 352) (640 384 352) (1088 784 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24938" + "plane" "(1088 784 96) (640 384 96) (1088 384 96)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24937" + "plane" "(1088 384 96) (640 384 96) (640 384 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24936" + "plane" "(640 384 96) (1088 784 96) (1088 784 352)" + "material" "TERRI/TOOLS/TOOLS_HINT" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24935" + "plane" "(1088 784 96) (1088 384 96) (1088 384 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 156 241" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20276" + side + { + "id" "24963" + "plane" "(736 96 352) (736 176 352) (1312 176 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24962" + "plane" "(736 176 64) (736 96 64) (1312 96 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -17.7778] 9" + "vaxis" "[0 -1 0 12.8] 1.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24961" + "plane" "(736 96 64) (736 176 64) (736 176 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24960" + "plane" "(1312 176 64) (1312 96 64) (1312 96 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24959" + "plane" "(736 176 64) (1312 176 64) (1312 176 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24958" + "plane" "(1312 96 64) (736 96 64) (736 96 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 129" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20277" + side + { + "id" "24969" + "plane" "(736 336 192) (736 176 192) (768 192 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24968" + "plane" "(736 176 352) (736 176 192) (736 336 192)" + "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" "24967" + "plane" "(768 336 192) (768 192 192) (768 192 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 608] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24966" + "plane" "(768 192 352) (768 192 192) (736 176 192)" + "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" "24965" + "plane" "(736 176 352) (736 336 352) (768 336 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24964" + "plane" "(736 336 352) (736 336 192) (768 336 192)" + "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 226 211" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20278" + side + { + "id" "24975" + "plane" "(736 80 96) (640 80 96) (640 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24974" + "plane" "(736 384 80) (640 384 80) (640 80 80)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24973" + "plane" "(640 384 80) (736 384 80) (736 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24972" + "plane" "(736 80 80) (640 80 80) (640 80 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24971" + "plane" "(736 384 80) (736 80 80) (736 80 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24970" + "plane" "(640 80 80) (640 384 80) (640 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20279" + side + { + "id" "24981" + "plane" "(768 320 352) (768 336 352) (1024 336 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24980" + "plane" "(768 336 192) (768 320 192) (1024 320 192)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24979" + "plane" "(768 320 192) (768 336 192) (768 336 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24978" + "plane" "(1024 336 192) (1024 320 192) (1024 320 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24977" + "plane" "(768 336 192) (1024 336 192) (1024 336 352)" + "material" "TERRI/TOOLS/TOOLS_HINT" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24976" + "plane" "(1024 320 192) (768 320 192) (768 320 352)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 104 241" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20280" + side + { + "id" "24987" + "plane" "(656 80 400) (640 80 400) (640 288 400)" + "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" "24986" + "plane" "(656 288 352) (640 288 352) (640 80 352)" + "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" "24985" + "plane" "(640 288 352) (656 288 352) (656 288 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24984" + "plane" "(656 80 352) (640 80 352) (640 80 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24983" + "plane" "(656 288 352) (656 80 352) (656 80 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24982" + "plane" "(640 80 352) (640 288 352) (640 288 400)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 -1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20340" + side + { + "id" "24993" + "plane" "(640 -160 416) (448 -160 416) (448 384 416)" + "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" "24992" + "plane" "(448 -160 400) (448 384 400) (448 384 416)" + "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" "24991" + "plane" "(640 384 400) (448 384 400) (448 -160 400)" + "material" "CEILING/HR_C/HR_CEILING_TILE_001_COLOR" + "uaxis" "[1 0 0 -944] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24990" + "plane" "(640 384 416) (448 384 416) (448 384 400)" + "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" "24989" + "plane" "(640 -160 400) (448 -160 400) (448 -160 416)" + "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" "24988" + "plane" "(640 384 400) (640 -160 400) (640 -160 416)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 36] 0.125" + "vaxis" "[0 0 -1 41] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 244 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20344" + side + { + "id" "25017" + "plane" "(768 384 368) (448 384 368) (448 464 368)" + "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" "25016" + "plane" "(448 384 352) (448 464 352) (448 464 368)" + "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" "25015" + "plane" "(768 464 352) (448 464 352) (448 384 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25014" + "plane" "(768 464 368) (448 464 368) (448 464 352)" + "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" "25013" + "plane" "(768 384 352) (448 384 352) (448 384 368)" + "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" "25012" + "plane" "(768 464 352) (768 384 352) (768 384 368)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 244 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20345" + side + { + "id" "25023" + "plane" "(656 -256 128) (656 -160 128) (800 -160 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 320] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25022" + "plane" "(656 -160 96) (656 -256 96) (800 -256 96)" + "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" "25021" + "plane" "(656 -256 96) (656 -160 96) (656 -160 128)" + "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" "25020" + "plane" "(800 -160 96) (800 -256 96) (800 -256 128)" + "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" "25019" + "plane" "(656 -160 96) (800 -160 96) (800 -160 128)" + "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" "25018" + "plane" "(800 -256 96) (656 -256 96) (656 -256 128)" + "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 155 232" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20346" + side + { + "id" "25029" + "plane" "(656 -256 388) (344 -256 388) (344 -240 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25028" + "plane" "(640 -240 128) (344 -240 128) (344 -256 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25027" + "plane" "(344 -256 128) (344 -240 128) (344 -240 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25026" + "plane" "(344 -240 128) (640 -240 128) (640 -240 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 0 -1 24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25025" + "plane" "(656 -256 128) (344 -256 128) (344 -256 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 0 -1 24] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25024" + "plane" "(640 -240 128) (656 -256 128) (656 -256 388)" + "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 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20347" + side + { + "id" "25035" + "plane" "(736 384 96) (736 336 96) (768 336 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25034" + "plane" "(736 336 352) (736 336 96) (736 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25033" + "plane" "(768 384 96) (768 336 96) (768 336 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25032" + "plane" "(768 336 352) (768 336 96) (736 336 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25031" + "plane" "(736 336 352) (736 384 352) (768 384 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25030" + "plane" "(736 384 352) (736 384 96) (768 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 226 211" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20410" + side + { + "id" "25041" + "plane" "(796 -864 448) (796 -864 432) (1024 -864 432)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 4] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25040" + "plane" "(796 -864 432) (796 -864 448) (796 -1056 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25039" + "plane" "(1024 -864 448) (1024 -864 432) (1024 -1056 432)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -60] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25038" + "plane" "(796 -1056 448) (796 -864 448) (1024 -864 448)" + "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" "25037" + "plane" "(1024 -1056 448) (1024 -1056 432) (796 -1056 432)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 4] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25036" + "plane" "(1024 -864 432) (796 -864 432) (796 -1056 432)" + "material" "DEV/REFLECTIVITY_40" + "uaxis" "[1 0 0 452] 0.125" + "vaxis" "[0 -1 0 -64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20411" + side + { + "id" "25047" + "plane" "(1424 -864 184) (1424 -832 184) (1440 -832 184)" + "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" "25046" + "plane" "(1424 -832 92) (1424 -864 92) (1440 -864 92)" + "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" "25045" + "plane" "(1424 -864 92) (1424 -832 92) (1424 -832 184)" + "material" "SOLUTION2/OVERLAYS/BLUEWALL" + "uaxis" "[0 1 0 960] 0.25" + "vaxis" "[0 0 -1 368] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25044" + "plane" "(1440 -832 92) (1440 -864 92) (1440 -864 184)" + "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" "25043" + "plane" "(1424 -832 92) (1440 -832 92) (1440 -832 184)" + "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" "25042" + "plane" "(1440 -864 92) (1424 -864 92) (1424 -864 184)" + "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 238 207" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20412" + side + { + "id" "25053" + "plane" "(1424 -864 390) (1424 -832 390) (1440 -832 390)" + "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" "25052" + "plane" "(1424 -832 184) (1424 -864 184) (1440 -864 184)" + "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" "25051" + "plane" "(1424 -864 184) (1424 -832 184) (1424 -832 390)" + "material" "SOLUTION2/OVERLAYS/BLUEWALL" + "uaxis" "[0 1 0 832] 0.25" + "vaxis" "[0 0 -1 420.444] 0.27" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25050" + "plane" "(1440 -832 184) (1440 -864 184) (1440 -864 390)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25049" + "plane" "(1424 -832 184) (1440 -832 184) (1440 -832 390)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25048" + "plane" "(1440 -864 184) (1424 -864 184) (1424 -864 390)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 238 207" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20413" + side + { + "id" "25059" + "plane" "(1168 -864 304) (1168 -864 92) (1424 -864 92)" + "material" "SOLUTION2/OVERLAYS/BLUEWALL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 368] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25058" + "plane" "(1168 -864 92) (1168 -864 304) (1168 -880 304)" + "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" "25057" + "plane" "(1424 -864 304) (1424 -864 92) (1424 -880 92)" + "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" "25056" + "plane" "(1168 -880 304) (1168 -864 304) (1424 -864 304)" + "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" "25055" + "plane" "(1424 -880 304) (1424 -880 92) (1168 -880 92)" + "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" "25054" + "plane" "(1424 -864 92) (1168 -864 92) (1168 -880 92)" + "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 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20430" + side + { + "id" "25161" + "plane" "(1248 -216 142) (1248 -216 126) (1248 -16 126)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_001_DARKGREY" + "uaxis" "[0 1 0 -444] 0.125" + "vaxis" "[0 0 -1 320] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25160" + "plane" "(1248 -16 142) (1248 -16 126) (1280 -16 126)" + "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" "25159" + "plane" "(1280 -16 126) (1248 -16 126) (1248 -216 126)" + "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" "25158" + "plane" "(1280 -16 142) (1280 -16 126) (1280 -216 126)" + "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" "25157" + "plane" "(1280 -216 142) (1280 -216 126) (1248 -216 126)" + "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" "25156" + "plane" "(1248 -216 142) (1248 -16 142) (1280 -16 142)" + "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 124 161" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20431" + side + { + "id" "25167" + "plane" "(784 -160 128) (656 -160 128) (656 64 128)" + "material" "FLOORS/HR_C/HR_FLOOR_TILE_001" + "uaxis" "[1 0 0 -640] 0.125" + "vaxis" "[0 -1 0 512] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25166" + "plane" "(656 -160 96) (784 -160 96) (784 64 96)" + "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" "25165" + "plane" "(784 -160 96) (656 -160 96) (656 -160 128)" + "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" "25164" + "plane" "(784 64 96) (784 -160 96) (784 -160 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 55] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25163" + "plane" "(656 64 96) (784 64 96) (784 64 128)" + "material" "FLOORS/HR_C/HR_FLOOR_TILE_001" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25162" + "plane" "(656 -160 96) (656 64 96) (656 64 128)" + "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 204 217" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20432" + side + { + "id" "25173" + "plane" "(448 -160 128) (448 240 128) (640 240 128)" + "material" "CONCRETE/HR_C/HR_CONCRETE_POLISHED_001" + "uaxis" "[1 0 0 -128] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25172" + "plane" "(640 240 96) (448 240 96) (448 -160 96)" + "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" "25171" + "plane" "(448 -160 96) (448 240 96) (448 240 128)" + "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" "25170" + "plane" "(448 240 96) (640 240 96) (640 240 128)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 0 -1 800] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25169" + "plane" "(640 240 96) (640 -160 96) (640 -160 128)" + "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" "25168" + "plane" "(640 -160 96) (448 -160 96) (448 -160 128)" + "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 204 217" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20433" + side + { + "id" "25179" + "plane" "(817 336 186.71) (817 369 186.71) (1024 369 186.71)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25178" + "plane" "(817 369 95.7105) (817 336 95.7105) (1024 336 95.7105)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25177" + "plane" "(817 336 95.7107) (817 369 95.7107) (817 369 186.711)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25176" + "plane" "(1024 369 95.7107) (1024 336 95.7107) (1024 336 186.711)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25175" + "plane" "(817 369 95.7107) (1024 369 95.7107) (1024 369 186.711)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25174" + "plane" "(1024 336 95.7107) (817 336 95.7107) (817 336 186.711)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 130 127" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20434" + side + { + "id" "25185" + "plane" "(784 64 128) (800 64 128) (800 -160 128)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_001" + "uaxis" "[0 1 0 91] 0.125" + "vaxis" "[1 0 0 -87] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25184" + "plane" "(784 -160 96) (800 -160 96) (800 64 96)" + "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" "25183" + "plane" "(800 64 96) (800 -160 96) (800 -160 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25182" + "plane" "(784 64 96) (800 64 96) (800 64 128)" + "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" "25181" + "plane" "(800 -160 96) (784 -160 96) (784 -160 128)" + "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" "25180" + "plane" "(784 -160 96) (784 64 96) (784 64 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 55] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 204 217" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20436" + side + { + "id" "25197" + "plane" "(1328 352 176) (1328 336 176) (1600 336 176)" + "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" "25196" + "plane" "(1328 336 192) (1328 336 176) (1328 352 176)" + "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" "25195" + "plane" "(1600 352 176) (1600 336 176) (1600 336 192)" + "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" "25194" + "plane" "(1600 336 192) (1600 336 176) (1328 336 176)" + "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" "25193" + "plane" "(1328 336 192) (1328 352 192) (1600 352 192)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[1 0 0 28] 0.25" + "vaxis" "[0 -1 0 -30] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25192" + "plane" "(1328 352 192) (1328 352 176) (1600 352 176)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20437" + side + { + "id" "25203" + "plane" "(1328 352 64) (1600 352 64) (1600 512 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25202" + "plane" "(1328 512 64) (1328 512 192) (1328 352 192)" + "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" "25201" + "plane" "(1600 512 64) (1600 352 64) (1600 352 192)" + "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" "25200" + "plane" "(1328 512 64) (1600 512 64) (1600 512 192)" + "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" "25199" + "plane" "(1328 512 192) (1600 512 192) (1600 352 192)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25198" + "plane" "(1600 352 64) (1328 352 64) (1328 352 192)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20438" + side + { + "id" "25209" + "plane" "(1312 352 352) (1312 528 352) (1328 512 352)" + "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" "25208" + "plane" "(1312 528 192) (1312 352 192) (1328 336 192)" + "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" "25207" + "plane" "(1312 352 192) (1312 528 192) (1312 528 352)" + "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" "25206" + "plane" "(1328 512 192) (1328 336 192) (1328 336 352)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 -1 0 -629.019] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25205" + "plane" "(1312 528 192) (1328 512 192) (1328 512 352)" + "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" "25204" + "plane" "(1328 336 192) (1312 352 192) (1312 352 352)" + "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 241 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20439" + side + { + "id" "25215" + "plane" "(1600 352 352) (1600 512 352) (1616 528 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25214" + "plane" "(1600 512 192) (1600 352 192) (1616 352 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25213" + "plane" "(1600 352 192) (1600 512 192) (1600 512 352)" + "material" "PLASTER/PLASTERCEILING_INT_01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25212" + "plane" "(1616 528 192) (1616 352 192) (1616 352 352)" + "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" "25211" + "plane" "(1600 512 192) (1616 528 192) (1616 528 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25210" + "plane" "(1616 352 192) (1600 352 192) (1600 352 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20440" + side + { + "id" "25221" + "plane" "(1680 352 352) (1680 336 352) (1600 336 352)" + "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" "25220" + "plane" "(1680 352 192) (1680 336 192) (1680 336 352)" + "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" "25219" + "plane" "(1600 336 352) (1680 336 352) (1680 336 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_001" + "uaxis" "[1 0 0 -160] 0.5" + "vaxis" "[0 0 -1 -273] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25218" + "plane" "(1600 352 192) (1600 336 192) (1680 336 192)" + "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" "25217" + "plane" "(1600 352 352) (1600 336 352) (1600 336 192)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[0 0 -1 28] 0.25" + "vaxis" "[0 -1 0 98] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25216" + "plane" "(1600 352 192) (1680 352 192) (1680 352 352)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20441" + side + { + "id" "25228" + "plane" "(1440 -142 221) (1440 -89 221) (1474 -89 221)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 4] 0.25" + "vaxis" "[0 -1 0 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25227" + "plane" "(1440 -89 192.125) (1440 -142 192.125) (1492 -142 192.125)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 4] 0.25" + "vaxis" "[0 -1 0 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25226" + "plane" "(1440 -142 192.125) (1440 -89 192.125) (1440 -89 221)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[0 1 0 28] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25225" + "plane" "(1492 -105 192.125) (1492 -142 192.125) (1492 -142 221)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[0 1 0 28] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25224" + "plane" "(1440 -89 192.125) (1474 -89 192.125) (1474 -89 221)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 4] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25223" + "plane" "(1492 -142 192.125) (1440 -142 192.125) (1440 -142 221)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 4] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25222" + "plane" "(1474 -89 192.125) (1492 -105 192.125) (1492 -105 221)" + "material" "TOOLS/TOOLSCLIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 106 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20442" + side + { + "id" "25234" + "plane" "(815 432 135) (815 502 135) (944 502 135)" + "material" "TOOLS/TOOLSCLIP_METAL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25233" + "plane" "(815 502 95.75) (815 432 95.75) (944 432 95.75)" + "material" "TOOLS/TOOLSCLIP_METAL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25232" + "plane" "(815 432 95.75) (815 502 95.75) (815 502 135)" + "material" "TOOLS/TOOLSCLIP_METAL" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25231" + "plane" "(944 502 95.75) (944 432 95.75) (944 432 135)" + "material" "TOOLS/TOOLSCLIP_METAL" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25230" + "plane" "(815 502 95.75) (944 502 95.75) (944 502 135)" + "material" "TOOLS/TOOLSCLIP_METAL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25229" + "plane" "(944 432 95.75) (815 432 95.75) (815 432 135)" + "material" "TOOLS/TOOLSCLIP_METAL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 253 110" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20445" + side + { + "id" "25252" + "plane" "(1648 194 192) (1648 258 192) (1656 258 192)" + "material" "SOLUTION/CARPETTILEGRAY" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25251" + "plane" "(1648 258 64) (1648 194 64) (1656 194 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25250" + "plane" "(1648 194 64) (1648 258 64) (1648 258 192)" + "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" "25249" + "plane" "(1656 258 64) (1656 194 64) (1656 194 192)" + "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" "25248" + "plane" "(1648 258 64) (1656 258 64) (1656 258 192)" + "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" "25247" + "plane" "(1656 194 64) (1648 194 64) (1648 194 192)" + "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 154 239" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20446" + side + { + "id" "25258" + "plane" "(1648 39 192) (1648 103 192) (1656 103 192)" + "material" "SOLUTION/CARPETTILEGRAY" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25257" + "plane" "(1648 103 64) (1648 39 64) (1656 39 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25256" + "plane" "(1648 39 64) (1648 103 64) (1648 103 192)" + "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" "25255" + "plane" "(1656 103 64) (1656 39 64) (1656 39 192)" + "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" "25254" + "plane" "(1648 103 64) (1656 103 64) (1656 103 192)" + "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" "25253" + "plane" "(1656 39 64) (1648 39 64) (1648 39 192)" + "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 176 253" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20447" + side + { + "id" "25264" + "plane" "(512 128 126) (512 144 126) (528 144 126)" + "material" "FLOORS/HR_C/HR_FLOOR_TILE_001" + "uaxis" "[1 0 0 -128] 0.125" + "vaxis" "[0 -1 0 -544] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25263" + "plane" "(512 144 96) (512 128 96) (528 128 96)" + "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" "25262" + "plane" "(512 128 96) (512 144 96) (512 144 126)" + "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" "25261" + "plane" "(528 144 96) (528 128 96) (528 128 126)" + "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" "25260" + "plane" "(512 144 96) (528 144 96) (528 144 126)" + "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" "25259" + "plane" "(528 128 96) (512 128 96) (512 128 126)" + "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 238 203" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20448" + side + { + "id" "25270" + "plane" "(1648 103 352) (1648 194 352) (1680 194 352)" + "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" "25269" + "plane" "(1648 194 192) (1648 194 352) (1648 103 352)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[0 1 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25268" + "plane" "(1680 103 192) (1680 103 352) (1680 194 352)" + "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" "25267" + "plane" "(1648 103 192) (1648 103 352) (1680 103 352)" + "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" "25266" + "plane" "(1680 194 192) (1680 194 352) (1648 194 352)" + "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" "25265" + "plane" "(1648 194 192) (1648 103 192) (1680 103 192)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20449" + side + { + "id" "25276" + "plane" "(1648 258 352) (1648 336 352) (1680 336 352)" + "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" "25275" + "plane" "(1648 336 192) (1648 336 352) (1648 258 352)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[0 1 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25274" + "plane" "(1680 258 192) (1680 258 352) (1680 336 352)" + "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" "25273" + "plane" "(1680 336 192) (1680 336 352) (1648 336 352)" + "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" "25272" + "plane" "(1648 258 192) (1648 258 352) (1680 258 352)" + "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" "25271" + "plane" "(1648 336 192) (1648 258 192) (1680 258 192)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20450" + side + { + "id" "25282" + "plane" "(1648 -64 400) (1648 39 400) (1680 39 400)" + "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" "25281" + "plane" "(1648 39 192) (1648 39 400) (1648 -64 400)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[0 1 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25280" + "plane" "(1680 -64 192) (1680 -64 400) (1680 39 400)" + "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" "25279" + "plane" "(1648 -64 192) (1648 -64 400) (1680 -64 400)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[-1 0 0 187.998] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25278" + "plane" "(1680 39 192) (1680 39 400) (1648 39 400)" + "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" "25277" + "plane" "(1648 39 192) (1648 -64 192) (1680 -64 192)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20451" + side + { + "id" "25288" + "plane" "(1648 194 352) (1648 258 352) (1680 258 352)" + "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" "25287" + "plane" "(1648 258 305) (1648 258 352) (1648 194 352)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[0 1 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25286" + "plane" "(1680 194 305) (1680 194 352) (1680 258 352)" + "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" "25285" + "plane" "(1648 194 305) (1648 194 352) (1680 194 352)" + "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" "25284" + "plane" "(1680 258 305) (1680 258 352) (1648 258 352)" + "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" "25283" + "plane" "(1648 258 305) (1648 194 305) (1680 194 305)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20452" + side + { + "id" "25294" + "plane" "(1656 258 192) (1656 194 192) (1680 194 192)" + "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" "25293" + "plane" "(1656 194 305) (1656 194 192) (1656 258 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25292" + "plane" "(1680 258 305) (1680 258 192) (1680 194 192)" + "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" "25291" + "plane" "(1680 194 305) (1680 194 192) (1656 194 192)" + "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" "25290" + "plane" "(1656 258 305) (1656 258 192) (1680 258 192)" + "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" "25289" + "plane" "(1656 194 305) (1656 258 305) (1680 258 305)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20453" + side + { + "id" "25300" + "plane" "(1648 39 368) (1648 103 368) (1680 103 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25299" + "plane" "(1648 103 305) (1648 103 368) (1648 39 368)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[0 1 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25298" + "plane" "(1680 39 305) (1680 39 368) (1680 103 368)" + "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" "25297" + "plane" "(1648 39 305) (1648 39 368) (1680 39 368)" + "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" "25296" + "plane" "(1680 103 305) (1680 103 368) (1648 103 368)" + "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" "25295" + "plane" "(1648 103 305) (1648 39 305) (1680 39 305)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20454" + side + { + "id" "25306" + "plane" "(1656 103 192) (1656 39 192) (1680 39 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25305" + "plane" "(1656 39 305) (1656 39 192) (1656 103 192)" + "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" "25304" + "plane" "(1680 103 305) (1680 103 192) (1680 39 192)" + "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" "25303" + "plane" "(1680 39 305) (1680 39 192) (1656 39 192)" + "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" "25302" + "plane" "(1656 103 305) (1656 103 192) (1680 103 192)" + "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" "25301" + "plane" "(1656 39 305) (1656 103 305) (1680 103 305)" + "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 239 152" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20455" + side + { + "id" "25312" + "plane" "(1504 128 256) (1504 160 256) (1536 160 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25311" + "plane" "(1504 160 192) (1504 128 192) (1536 128 192)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25310" + "plane" "(1504 128 192) (1504 160 192) (1504 160 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25309" + "plane" "(1536 160 192) (1536 128 192) (1536 128 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25308" + "plane" "(1504 160 192) (1536 160 192) (1536 160 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25307" + "plane" "(1536 128 192) (1504 128 192) (1504 128 256)" + "material" "TOOLS/TOOLSSKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 187" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20456" + side + { + "id" "25318" + "plane" "(1232 64 432) (1232 96 432) (1456 96 432)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25317" + "plane" "(1232 96 64) (1232 64 64) (1440 64 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 3.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25316" + "plane" "(1232 64 64) (1232 96 64) (1232 96 432)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25315" + "plane" "(1456 96 64) (1440 64 64) (1440 64 432)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25314" + "plane" "(1232 96 64) (1456 96 64) (1456 96 432)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25313" + "plane" "(1440 64 64) (1232 64 64) (1232 64 432)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -672] 0.25" + "vaxis" "[0 0 -1 448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 220 145" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20457" + side + { + "id" "25324" + "plane" "(656 64 432) (640 80 432) (720 80 432)" + "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" "25323" + "plane" "(640 80 128) (656 64 128) (720 64 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25322" + "plane" "(656 64 128) (640 80 128) (640 80 432)" + "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" "25321" + "plane" "(720 80 128) (720 64 128) (720 64 432)" + "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" "25320" + "plane" "(640 80 128) (720 80 128) (720 80 432)" + "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" "25319" + "plane" "(720 64 128) (656 64 128) (656 64 432)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20458" + side + { + "id" "25330" + "plane" "(720 60 328) (720 64 328) (1232 64 328)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25329" + "plane" "(720 64 326) (720 60 326) (1232 60 326)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 1 0 -110] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25328" + "plane" "(720 60 326) (720 64 326) (720 64 328)" + "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" "25327" + "plane" "(1232 64 326) (1232 60 326) (1232 60 328)" + "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" "25326" + "plane" "(720 64 326) (1232 64 326) (1232 64 328)" + "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" "25325" + "plane" "(1232 60 326) (720 60 326) (720 60 328)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 141 250" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20459" + side + { + "id" "25336" + "plane" "(640 48 128) (656 48 128) (656 -144 128)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_001" + "uaxis" "[0 1 0 91] 0.125" + "vaxis" "[1 0 0 41] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25335" + "plane" "(640 -144 96) (656 -144 96) (656 48 96)" + "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" "25334" + "plane" "(656 48 96) (656 -144 96) (656 -144 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25333" + "plane" "(640 48 96) (656 48 96) (656 48 128)" + "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" "25332" + "plane" "(656 -144 96) (640 -144 96) (640 -144 128)" + "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" "25331" + "plane" "(640 -144 96) (640 48 96) (640 48 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 55] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 204 217" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20460" + side + { + "id" "25342" + "plane" "(640 80 390) (656 64 390) (656 48 390)" + "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" "25341" + "plane" "(656 64 128) (640 80 128) (640 48 128)" + "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" "25340" + "plane" "(640 80 128) (656 64 128) (656 64 390)" + "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" "25339" + "plane" "(656 48 128) (640 48 128) (640 48 390)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25338" + "plane" "(656 64 128) (656 48 128) (656 48 390)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25337" + "plane" "(640 48 128) (640 80 128) (640 80 390)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 -1 0 896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20461" + side + { + "id" "25348" + "plane" "(656 -256 390) (640 -240 390) (640 -144 390)" + "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" "25347" + "plane" "(656 -144 128) (640 -144 128) (640 -240 128)" + "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" "25346" + "plane" "(640 -144 128) (656 -144 128) (656 -144 390)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25345" + "plane" "(656 -256 128) (640 -240 128) (640 -240 390)" + "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" "25344" + "plane" "(656 -144 128) (656 -256 128) (656 -256 390)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25343" + "plane" "(640 -240 128) (640 -144 128) (640 -144 390)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 -1 0 64] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20462" + side + { + "id" "25354" + "plane" "(736 80 352) (640 80 352) (640 384 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25353" + "plane" "(736 384 96) (640 384 96) (640 80 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25352" + "plane" "(640 384 96) (736 384 96) (736 384 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25351" + "plane" "(736 80 96) (640 80 96) (640 80 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25350" + "plane" "(736 384 96) (736 80 96) (736 80 352)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25349" + "plane" "(640 80 96) (640 384 96) (640 384 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 -1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 100" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20463" + side + { + "id" "25359" + "plane" "(1024 -1056 448) (800 -1056 448) (1024 -864 448)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25358" + "plane" "(1024 -864 92) (800 -1056 92) (1024 -1056 92)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25357" + "plane" "(1024 -1056 92) (800 -1056 92) (800 -1056 448)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25356" + "plane" "(800 -1056 92) (1024 -864 92) (1024 -864 448)" + "material" "TERRI/TOOLS/TOOLS_HINT" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25355" + "plane" "(1024 -864 92) (1024 -1056 92) (1024 -1056 448)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 148 253" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20486" + side + { + "id" "25365" + "plane" "(848 72 320) (720 72 320) (720 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25364" + "plane" "(848 80 128) (720 80 128) (720 72 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25363" + "plane" "(848 72 128) (720 72 128) (720 72 320)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[-1 0 0 -96] 0.5" + "vaxis" "[0 0 -1 170.667] 0.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25362" + "plane" "(720 80 128) (848 80 128) (848 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25361" + "plane" "(720 72 128) (720 80 128) (720 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25360" + "plane" "(848 80 128) (848 72 128) (848 72 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "227 232 0" + "groupid" "20485" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20487" + side + { + "id" "25371" + "plane" "(1104 72 320) (976 72 320) (976 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25370" + "plane" "(1104 80 128) (976 80 128) (976 72 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25369" + "plane" "(1104 72 128) (976 72 128) (976 72 320)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[-1 0 0 -96] 0.5" + "vaxis" "[0 0 -1 170.667] 0.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25368" + "plane" "(976 80 128) (1104 80 128) (1104 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25367" + "plane" "(976 72 128) (976 80 128) (976 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25366" + "plane" "(1104 80 128) (1104 72 128) (1104 72 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "227 232 0" + "groupid" "20485" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20488" + side + { + "id" "25377" + "plane" "(976 72 320) (848 72 320) (848 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25376" + "plane" "(976 80 128) (848 80 128) (848 72 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25375" + "plane" "(976 72 128) (848 72 128) (848 72 320)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[-1 0 0 -96] 0.5" + "vaxis" "[0 0 -1 170.667] 0.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25374" + "plane" "(848 80 128) (976 80 128) (976 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25373" + "plane" "(848 72 128) (848 80 128) (848 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25372" + "plane" "(976 80 128) (976 72 128) (976 72 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "227 232 0" + "groupid" "20485" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20489" + side + { + "id" "25383" + "plane" "(1232 72 320) (1104 72 320) (1104 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25382" + "plane" "(1232 80 128) (1104 80 128) (1104 72 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[1 0 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25381" + "plane" "(1232 72 128) (1104 72 128) (1104 72 320)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[-1 0 0 -96] 0.5" + "vaxis" "[0 0 -1 170.667] 0.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25380" + "plane" "(1104 80 128) (1232 80 128) (1232 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25379" + "plane" "(1104 72 128) (1104 80 128) (1104 80 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25378" + "plane" "(1232 80 128) (1232 72 128) (1232 72 320)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "227 232 0" + "groupid" "20485" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20523" + side + { + "id" "25389" + "plane" "(720 64 128) (720 80 128) (1232 80 128)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[-1 0 0 0] 0.15" + "vaxis" "[0 1 0 -94] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25388" + "plane" "(720 80 64) (720 64 64) (1232 64 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25387" + "plane" "(720 64 64) (720 80 64) (720 80 128)" + "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" "25386" + "plane" "(1232 80 64) (1232 64 64) (1232 64 128)" + "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" "25385" + "plane" "(720 80 64) (1232 80 64) (1232 80 128)" + "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" "25384" + "plane" "(1232 64 64) (720 64 64) (720 64 128)" + "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 236 197" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20591" + side + { + "id" "25395" + "plane" "(720 64 432) (720 80 432) (1232 80 432)" + "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" "25394" + "plane" "(720 80 326) (720 64 326) (1232 64 326)" + "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" "25393" + "plane" "(720 64 326) (720 80 326) (720 80 432)" + "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" "25392" + "plane" "(1232 80 326) (1232 64 326) (1232 64 432)" + "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" "25391" + "plane" "(720 80 326) (1232 80 326) (1232 80 432)" + "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" "25390" + "plane" "(1232 64 326) (720 64 326) (720 64 432)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 220 145" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20592" + side + { + "id" "25401" + "plane" "(1424 -64 432) (1424 -48 432) (1440 -48 432)" + "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" "25400" + "plane" "(1424 -48 92) (1424 -64 92) (1440 -64 92)" + "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" "25399" + "plane" "(1424 -64 92) (1424 -48 92) (1424 -48 432)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[0 0 1 -170.667] 0.15" + "vaxis" "[0 -1 0 -170.667] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25398" + "plane" "(1440 -48 92) (1440 -64 92) (1440 -64 432)" + "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" "25397" + "plane" "(1424 -48 92) (1440 -48 92) (1440 -48 432)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[0 0 1 -170.667] 0.15" + "vaxis" "[-1 0 0 170.666] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25396" + "plane" "(1440 -64 92) (1424 -64 92) (1424 -64 432)" + "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 107 208" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20593" + side + { + "id" "25407" + "plane" "(1440 -64 432) (1440 64 432) (1456 96 432)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25406" + "plane" "(1440 64 64) (1440 -64 64) (1456 -64 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 42.6667] 2.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25405" + "plane" "(1440 -64 64) (1440 64 64) (1440 64 432)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25404" + "plane" "(1456 96 64) (1456 -64 64) (1456 -64 432)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25403" + "plane" "(1440 64 64) (1456 96 64) (1456 96 432)" + "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" "25402" + "plane" "(1456 -64 64) (1440 -64 64) (1440 -64 432)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 -672] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 107 208" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20594" + side + { + "id" "25413" + "plane" "(656 -64 448) (656 64 448) (1440 64 448)" + "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" "25412" + "plane" "(656 64 432) (656 -64 432) (1440 -64 432)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[-1 0 0 576] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25411" + "plane" "(656 -64 432) (656 64 432) (656 64 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25410" + "plane" "(1440 64 432) (1440 -64 432) (1440 -64 448)" + "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" "25409" + "plane" "(656 64 432) (1440 64 432) (1440 64 448)" + "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" "25408" + "plane" "(1440 -64 432) (656 -64 432) (656 -64 448)" + "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 107 208" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20599" + side + { + "id" "25437" + "plane" "(1424 -864 448) (1424 -64 448) (1440 -64 448)" + "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" "25436" + "plane" "(1424 -64 390) (1424 -864 390) (1440 -864 390)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25435" + "plane" "(1424 -864 390) (1424 -64 390) (1424 -64 448)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 -1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25434" + "plane" "(1440 -64 390) (1440 -864 390) (1440 -864 448)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 -1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25433" + "plane" "(1424 -64 390) (1440 -64 390) (1440 -64 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25432" + "plane" "(1440 -864 390) (1424 -864 390) (1424 -864 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 238 207" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20600" + side + { + "id" "25443" + "plane" "(1664 -64 192) (1680 -64 192) (1680 -928 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_TRIM_002_COLOR" + "uaxis" "[0 1 0 608] 0.125" + "vaxis" "[-1 0 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25442" + "plane" "(1664 -928 64) (1680 -928 64) (1680 -64 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25441" + "plane" "(1680 -64 64) (1680 -928 64) (1680 -928 192)" + "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" "25440" + "plane" "(1664 -64 64) (1680 -64 64) (1680 -64 192)" + "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" "25439" + "plane" "(1680 -928 64) (1664 -928 64) (1664 -928 192)" + "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" "25438" + "plane" "(1664 -928 64) (1664 -64 64) (1664 -64 192)" + "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 178 115" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20601" + side + { + "id" "25449" + "plane" "(1024 -1056 96) (1024 -880 96) (1040 -880 96)" + "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" "25448" + "plane" "(1024 -880 92) (1024 -1056 92) (1040 -1056 92)" + "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" "25447" + "plane" "(1024 -1056 92) (1024 -880 92) (1024 -880 96)" + "material" "DEV/REFLECTIVITY_40" + "uaxis" "[0 0 1 -444] 0.125" + "vaxis" "[0 -1 0 -64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25446" + "plane" "(1040 -880 92) (1040 -1056 92) (1040 -1056 96)" + "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" "25445" + "plane" "(1024 -880 92) (1040 -880 92) (1040 -880 96)" + "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" "25444" + "plane" "(1040 -1056 92) (1024 -1056 92) (1024 -1056 96)" + "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 116 197" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20602" + side + { + "id" "25455" + "plane" "(1024 -624 92) (1024 -624 64) (1440 -624 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -60.0034] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25454" + "plane" "(1024 -624 64) (1024 -624 92) (1024 -864 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 4] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25453" + "plane" "(1440 -624 92) (1440 -624 64) (1440 -864 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.5" + "vaxis" "[0 0 -1 63] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25452" + "plane" "(1024 -864 92) (1024 -624 92) (1440 -624 92)" + "material" "GROUND/HR_G/HR_GRAVEL_001" + "uaxis" "[1 0 0 -975] 0.125" + "vaxis" "[0 -1 0 128] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25451" + "plane" "(1440 -864 92) (1440 -864 64) (1024 -864 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -0.00170898] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25450" + "plane" "(1440 -624 64) (1024 -624 64) (1024 -864 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20603" + side + { + "id" "25461" + "plane" "(1168 -880 96) (1040 -880 96) (1040 -864 96)" + "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" "25460" + "plane" "(1168 -864 92) (1040 -864 92) (1040 -880 92)" + "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" "25459" + "plane" "(1040 -864 92) (1168 -864 92) (1168 -864 96)" + "material" "DEV/REFLECTIVITY_40" + "uaxis" "[0 0 1 -444] 0.125" + "vaxis" "[-1 0 0 320] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25458" + "plane" "(1168 -880 92) (1040 -880 92) (1040 -880 96)" + "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" "25457" + "plane" "(1168 -864 92) (1168 -880 92) (1168 -880 96)" + "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" "25456" + "plane" "(1040 -880 92) (1040 -864 92) (1040 -864 96)" + "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 116 197" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20604" + side + { + "id" "25467" + "plane" "(512 -624 128) (512 -448 128) (800 -448 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25466" + "plane" "(512 -448 92) (512 -624 92) (800 -624 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25465" + "plane" "(512 -624 92) (512 -448 92) (512 -448 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25464" + "plane" "(800 -448 92) (800 -624 92) (800 -624 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25463" + "plane" "(512 -448 92) (800 -448 92) (800 -448 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25462" + "plane" "(800 -624 92) (512 -624 92) (512 -624 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 109 158" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20605" + side + { + "id" "25473" + "plane" "(800 64 92) (800 64 64) (1440 64 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25472" + "plane" "(800 64 64) (800 64 92) (800 -624 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -60] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25471" + "plane" "(1440 64 92) (1440 64 64) (1440 -624 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 63] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25470" + "plane" "(800 -624 92) (800 64 92) (1440 64 92)" + "material" "GROUND/HR_G/HR_GRAVEL_001" + "uaxis" "[1 0 0 -975] 0.125" + "vaxis" "[0 -1 0 128] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25469" + "plane" "(1440 -624 92) (1440 -624 64) (800 -624 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25468" + "plane" "(1440 64 64) (800 64 64) (800 -624 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -16] 10" + "vaxis" "[0 -1 0 5.95349] 10.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20606" + side + { + "id" "25479" + "plane" "(800 -288 120) (800 64 120) (1248 64 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25478" + "plane" "(1248 -288 92) (1248 64 92) (800 64 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25477" + "plane" "(1248 64 92) (1248 -288 92) (1248 -288 120)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 447.999] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25476" + "plane" "(800 64 92) (1248 64 92) (1248 64 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25475" + "plane" "(800 -288 92) (800 64 92) (800 64 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -15] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25474" + "plane" "(1248 -288 92) (800 -288 92) (800 -288 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + editor + { + "color" "0 247 132" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20607" + side + { + "id" "25485" + "plane" "(800 -480 120) (800 -288 120) (1248 -288 120)" + "material" "GROUND/HR_G/HR_GRAVEL_001" + "uaxis" "[1 0 0 -207] 0.125" + "vaxis" "[0 -1 0 128] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25484" + "plane" "(800 -288 92) (800 -480 92) (1248 -480 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25483" + "plane" "(1248 -288 92) (1248 -480 92) (1248 -480 120)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 448] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25482" + "plane" "(800 -480 92) (800 -288 92) (800 -288 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -15] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25481" + "plane" "(1248 -480 92) (800 -480 92) (800 -480 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25480" + "plane" "(800 -288 92) (1248 -288 92) (1248 -288 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + editor + { + "color" "0 151 156" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20608" + side + { + "id" "25491" + "plane" "(1248 -480 120) (1248 -624 120) (800 -624 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25490" + "plane" "(800 -480 92) (800 -624 92) (1248 -624 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25489" + "plane" "(1248 -480 92) (1248 -624 92) (1248 -624 120)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 447.999] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25488" + "plane" "(1248 -624 92) (800 -624 92) (800 -624 120)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25487" + "plane" "(800 -624 92) (800 -480 92) (800 -480 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -15] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25486" + "plane" "(800 -480 92) (1248 -480 92) (1248 -480 120)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + editor + { + "color" "0 235 248" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20609" + side + { + "id" "25497" + "plane" "(1040 -864 128) (1040 -864 96) (1152 -864 96)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25496" + "plane" "(1040 -864 96) (1040 -864 128) (1040 -880 128)" + "material" "SOLUTION/OUTSIDE_WALL_WHITE" + "uaxis" "[0 1 0 -700] 0.125" + "vaxis" "[0 0 -1 448] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25495" + "plane" "(1152 -864 128) (1152 -864 96) (1152 -880 96)" + "material" "SOLUTION/OUTSIDE_WALL_WHITE" + "uaxis" "[0 1 0 -512] 0.5" + "vaxis" "[0 0 -1 -273] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25494" + "plane" "(1040 -880 128) (1040 -864 128) (1152 -864 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25493" + "plane" "(1152 -880 128) (1152 -880 96) (1040 -880 96)" + "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" "25492" + "plane" "(1152 -864 96) (1040 -864 96) (1040 -880 96)" + "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 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20610" + side + { + "id" "25503" + "plane" "(1024 -864 304) (1024 -864 92) (1040 -864 92)" + "material" "DEV/REFLECTIVITY_40" + "uaxis" "[1 0 0 196] 0.125" + "vaxis" "[0 0 -1 448] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25502" + "plane" "(1024 -864 92) (1024 -864 304) (1024 -880 304)" + "material" "DEV/REFLECTIVITY_40" + "uaxis" "[0 1 0 -444] 0.125" + "vaxis" "[0 0 -1 448] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25501" + "plane" "(1040 -864 304) (1040 -864 92) (1040 -880 92)" + "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" "25500" + "plane" "(1024 -880 304) (1024 -864 304) (1040 -864 304)" + "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" "25499" + "plane" "(1040 -880 304) (1040 -880 92) (1024 -880 92)" + "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" "25498" + "plane" "(1040 -864 92) (1024 -864 92) (1024 -880 92)" + "material" "DEV/REFLECTIVITY_40" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20611" + side + { + "id" "25509" + "plane" "(1152 -864 304) (1152 -864 96) (1168 -864 96)" + "material" "DEV/REFLECTIVITY_40" + "uaxis" "[1 0 0 -316] 0.125" + "vaxis" "[0 0 -1 448] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25508" + "plane" "(1152 -864 96) (1152 -864 304) (1152 -880 304)" + "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" "25507" + "plane" "(1168 -864 304) (1168 -864 96) (1168 -880 96)" + "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" "25506" + "plane" "(1152 -880 304) (1152 -864 304) (1168 -864 304)" + "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" "25505" + "plane" "(1168 -880 304) (1168 -880 96) (1152 -880 96)" + "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" "25504" + "plane" "(1168 -864 96) (1152 -864 96) (1152 -880 96)" + "material" "DEV/REFLECTIVITY_40" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20612" + side + { + "id" "25515" + "plane" "(800 -624 92) (800 -624 64) (1024 -624 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25514" + "plane" "(800 -624 64) (800 -624 92) (800 -1056 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 4] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25513" + "plane" "(1024 -624 92) (1024 -624 64) (1024 -1056 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.5" + "vaxis" "[0 0 -1 63] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25512" + "plane" "(800 -1056 92) (800 -624 92) (1024 -624 92)" + "material" "GROUND/HR_G/HR_GRAVEL_001" + "uaxis" "[1 0 0 -207] 0.125" + "vaxis" "[0 -1 0 128] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25511" + "plane" "(1024 -1056 92) (1024 -1056 64) (800 -1056 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25510" + "plane" "(1024 -624 64) (800 -624 64) (800 -1056 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20613" + side + { + "id" "25521" + "plane" "(1024 -880 304) (1024 -880 128) (1040 -880 128)" + "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" "25520" + "plane" "(1024 -880 128) (1024 -880 304) (1024 -1040 304)" + "material" "SOLUTION2/GARAGE/BUMPWALL_WHITE" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25519" + "plane" "(1040 -880 304) (1040 -880 128) (1040 -1040 128)" + "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" "25518" + "plane" "(1024 -1040 304) (1024 -880 304) (1040 -880 304)" + "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" "25517" + "plane" "(1040 -1040 304) (1040 -1040 128) (1024 -1040 128)" + "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" "25516" + "plane" "(1040 -880 128) (1024 -880 128) (1024 -1040 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20614" + side + { + "id" "25527" + "plane" "(1152 -864 304) (1152 -864 128) (1152 -880 128)" + "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" "25526" + "plane" "(1152 -864 128) (1152 -864 304) (1040 -864 304)" + "material" "SOLUTION2/GARAGE/BUMPWALL_WHITE" + "uaxis" "[1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25525" + "plane" "(1152 -880 304) (1152 -880 128) (1040 -880 128)" + "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" "25524" + "plane" "(1040 -864 304) (1152 -864 304) (1152 -880 304)" + "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" "25523" + "plane" "(1040 -880 304) (1040 -880 128) (1040 -864 128)" + "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" "25522" + "plane" "(1040 -880 128) (1152 -880 128) (1152 -864 128)" + "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 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20615" + side + { + "id" "25533" + "plane" "(352 -672 128) (352 -480 128) (512 -480 128)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25532" + "plane" "(352 -480 96) (352 -672 96) (512 -672 96)" + "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" "25531" + "plane" "(352 -672 96) (352 -480 96) (352 -480 128)" + "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" "25530" + "plane" "(512 -480 96) (512 -672 96) (512 -672 128)" + "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" "25529" + "plane" "(352 -480 96) (512 -480 96) (512 -480 128)" + "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" "25528" + "plane" "(512 -672 96) (352 -672 96) (352 -672 128)" + "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 145 222" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20616" + side + { + "id" "25539" + "plane" "(352 -512 128) (352 -672 128) (128 -672 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25538" + "plane" "(352 -672 32) (352 -512 32) (128 -512 32)" + "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" "25537" + "plane" "(128 -512 64) (128 -672 64) (128 -672 32)" + "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" "25536" + "plane" "(352 -672 128) (352 -512 128) (352 -512 32)" + "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" "25535" + "plane" "(352 -512 128) (128 -512 64) (128 -512 32)" + "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" "25534" + "plane" "(128 -672 64) (352 -672 128) (352 -672 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 249" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20617" + side + { + "id" "25545" + "plane" "(1024 -880 128) (1024 -880 96) (1040 -880 96)" + "material" "SOLUTION/OUTSIDE_WALL_WHITE" + "uaxis" "[1 0 0 196] 0.125" + "vaxis" "[0 0 -1 448] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25544" + "plane" "(1024 -880 96) (1024 -880 128) (1024 -1040 128)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25543" + "plane" "(1040 -880 128) (1040 -880 96) (1040 -1040 96)" + "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" "25542" + "plane" "(1024 -1040 128) (1024 -880 128) (1040 -880 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25541" + "plane" "(1040 -1040 128) (1040 -1040 96) (1024 -1040 96)" + "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" "25540" + "plane" "(1040 -880 96) (1024 -880 96) (1024 -1040 96)" + "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 132 105" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20619" + side + { + "id" "25557" + "plane" "(1440 -64 192) (1664 -64 192) (1664 -992 192)" + "material" "SOLUTION2/OFFICE/CARPET/CARPET_WHITE_WEAVE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -768] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25556" + "plane" "(1440 -992 64) (1664 -992 64) (1664 -64 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25555" + "plane" "(1664 -64 64) (1664 -992 64) (1664 -992 192)" + "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" "25554" + "plane" "(1440 -64 64) (1664 -64 64) (1664 -64 192)" + "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" "25553" + "plane" "(1664 -992 64) (1440 -992 64) (1440 -992 192)" + "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" "25552" + "plane" "(1440 -992 64) (1440 -64 64) (1440 -64 192)" + "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 178 115" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20620" + side + { + "id" "25563" + "plane" "(1424 -832 184) (1424 -64 184) (1440 -64 184)" + "material" "SOLUTION2/GARAGE/BUMPWALL_WHITE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25562" + "plane" "(1424 -64 92) (1424 -832 92) (1440 -832 92)" + "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" "25561" + "plane" "(1424 -832 92) (1424 -64 92) (1424 -64 184)" + "material" "SOLUTION2/OVERLAYS/BLUEWALL" + "uaxis" "[0 1 0 960] 0.25" + "vaxis" "[0 0 -1 368] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25560" + "plane" "(1440 -64 92) (1440 -832 92) (1440 -832 184)" + "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" "25559" + "plane" "(1424 -64 92) (1440 -64 92) (1440 -64 184)" + "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" "25558" + "plane" "(1440 -832 92) (1424 -832 92) (1424 -832 184)" + "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 238 207" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "22880" + side + { + "id" "25880" + "plane" "(928 -288 126) (1120 -288 126) (1120 -480 126)" + "material" "LIQUIDS/GREECE_WATER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25881" + "plane" "(928 -480 120) (1120 -480 120) (1120 -288 120)" + "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" "25882" + "plane" "(928 -288 126) (928 -480 126) (928 -480 120)" + "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" "25883" + "plane" "(1120 -288 120) (1120 -480 120) (1120 -480 126)" + "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" "25884" + "plane" "(1120 -288 126) (928 -288 126) (928 -288 120)" + "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" "25885" + "plane" "(1120 -480 120) (928 -480 120) (928 -480 126)" + "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 140 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23160" + side + { + "id" "26234" + "plane" "(1072 -301 0) (1107 -336 0) (1120 -288 0)" + "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" "26235" + "plane" "(1120 -288 128) (1107 -336 128) (1072 -301 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26236" + "plane" "(1107 -336 0) (1107 -336 128) (1120 -288 128)" + "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" "26237" + "plane" "(1072 -301 128) (1072 -301 0) (1120 -288 0)" + "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" "26239" + "plane" "(1072 -301 128) (1107 -336 128) (1107 -336 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23161" + side + { + "id" "26240" + "plane" "(1072 -301 0) (1120 -288 0) (1024 -288 0)" + "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" "26241" + "plane" "(1120 -288 128) (1072 -301 128) (1024 -288 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26242" + "plane" "(1072 -301 0) (1072 -301 128) (1120 -288 128)" + "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" "26244" + "plane" "(1120 -288 128) (1024 -288 128) (1024 -288 0)" + "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" "26245" + "plane" "(1024 -288 128) (1072 -301 128) (1072 -301 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23162" + side + { + "id" "26246" + "plane" "(976 -301 0) (1024 -288 0) (928 -288 0)" + "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" "26247" + "plane" "(928 -288 128) (1024 -288 128) (976 -301 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26249" + "plane" "(976 -301 128) (976 -301 0) (928 -288 0)" + "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" "26250" + "plane" "(1024 -288 128) (928 -288 128) (928 -288 0)" + "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" "26251" + "plane" "(976 -301 128) (1024 -288 128) (1024 -288 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23163" + side + { + "id" "26252" + "plane" "(941 -336 0) (976 -301 0) (928 -288 0)" + "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" "26253" + "plane" "(928 -288 128) (976 -301 128) (941 -336 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26254" + "plane" "(976 -301 0) (976 -301 128) (928 -288 128)" + "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" "26255" + "plane" "(941 -336 128) (941 -336 0) (928 -288 0)" + "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" "26257" + "plane" "(941 -336 128) (976 -301 128) (976 -301 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23164" + side + { + "id" "26258" + "plane" "(941 -336 0) (928 -288 0) (928 -384 0)" + "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" "26259" + "plane" "(928 -288 128) (941 -336 128) (928 -384 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26260" + "plane" "(941 -336 0) (941 -336 128) (928 -288 128)" + "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" "26262" + "plane" "(928 -288 128) (928 -384 128) (928 -384 0)" + "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" "26263" + "plane" "(928 -384 128) (941 -336 128) (941 -336 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23165" + side + { + "id" "26264" + "plane" "(941 -432 0) (928 -384 0) (928 -480 0)" + "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" "26265" + "plane" "(928 -480 128) (928 -384 128) (941 -432 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26267" + "plane" "(941 -432 128) (941 -432 0) (928 -480 0)" + "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" "26268" + "plane" "(928 -384 128) (928 -480 128) (928 -480 0)" + "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" "26269" + "plane" "(941 -432 128) (928 -384 128) (928 -384 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23166" + side + { + "id" "26270" + "plane" "(941 -432 0) (928 -480 0) (976 -467 0)" + "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" "26271" + "plane" "(928 -480 128) (941 -432 128) (976 -467 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26272" + "plane" "(941 -432 0) (941 -432 128) (928 -480 128)" + "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" "26273" + "plane" "(976 -467 128) (976 -467 0) (928 -480 0)" + "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" "26275" + "plane" "(976 -467 128) (941 -432 128) (941 -432 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23167" + side + { + "id" "26276" + "plane" "(976 -467 0) (928 -480 0) (1024 -480 0)" + "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" "26277" + "plane" "(928 -480 128) (976 -467 128) (1024 -480 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26278" + "plane" "(976 -467 0) (976 -467 128) (928 -480 128)" + "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" "26280" + "plane" "(928 -480 128) (1024 -480 128) (1024 -480 0)" + "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" "26281" + "plane" "(1024 -480 128) (976 -467 128) (976 -467 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23168" + side + { + "id" "26282" + "plane" "(1072 -467 0) (1024 -480 0) (1120 -480 0)" + "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" "26283" + "plane" "(1120 -480 128) (1024 -480 128) (1072 -467 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26285" + "plane" "(1072 -467 128) (1072 -467 0) (1120 -480 0)" + "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" "26286" + "plane" "(1024 -480 128) (1120 -480 128) (1120 -480 0)" + "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" "26287" + "plane" "(1072 -467 128) (1024 -480 128) (1024 -480 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23169" + side + { + "id" "26288" + "plane" "(1107 -432 0) (1072 -467 0) (1120 -480 0)" + "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" "26289" + "plane" "(1120 -480 128) (1072 -467 128) (1107 -432 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26290" + "plane" "(1072 -467 0) (1072 -467 128) (1120 -480 128)" + "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" "26291" + "plane" "(1107 -432 128) (1107 -432 0) (1120 -480 0)" + "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" "26293" + "plane" "(1107 -432 128) (1072 -467 128) (1072 -467 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23170" + side + { + "id" "26294" + "plane" "(1107 -432 0) (1120 -480 0) (1120 -384 0)" + "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" "26295" + "plane" "(1120 -480 128) (1107 -432 128) (1120 -384 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26296" + "plane" "(1107 -432 0) (1107 -432 128) (1120 -480 128)" + "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" "26298" + "plane" "(1120 -480 128) (1120 -384 128) (1120 -384 0)" + "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" "26299" + "plane" "(1120 -384 128) (1107 -432 128) (1107 -432 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23171" + side + { + "id" "26300" + "plane" "(1107 -336 0) (1120 -384 0) (1120 -288 0)" + "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" "26301" + "plane" "(1120 -288 128) (1120 -384 128) (1107 -336 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26303" + "plane" "(1107 -336 128) (1107 -336 0) (1120 -288 0)" + "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" "26304" + "plane" "(1120 -384 128) (1120 -288 128) (1120 -288 0)" + "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" "26305" + "plane" "(1107 -336 128) (1120 -384 128) (1120 -384 0)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 220 220" + "groupid" "23159" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23341" + side + { + "id" "26497" + "plane" "(352 -480 128) (352 -256 128) (512 -256 128)" + "material" "SOLUTION2/GARAGE/BUMPWALL_WHITE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 768] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26496" + "plane" "(352 -256 96) (352 -480 96) (512 -480 96)" + "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" "26495" + "plane" "(352 -480 96) (352 -256 96) (352 -256 128)" + "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" "26494" + "plane" "(512 -256 96) (512 -480 96) (512 -480 128)" + "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" "26493" + "plane" "(352 -256 96) (512 -256 96) (512 -256 128)" + "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" "26492" + "plane" "(512 -480 96) (352 -480 96) (352 -480 128)" + "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 145 222" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23345" + side + { + "id" "26498" + "plane" "(512 -448 304) (520 -448 304) (520 -456 304)" + "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" "26499" + "plane" "(512 -456 160) (520 -456 160) (520 -448 160)" + "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" "26500" + "plane" "(512 -448 304) (512 -456 304) (512 -456 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26501" + "plane" "(520 -448 160) (520 -456 160) (520 -456 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26502" + "plane" "(520 -448 304) (512 -448 304) (512 -448 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26503" + "plane" "(520 -456 160) (512 -456 160) (512 -456 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23380" + side + { + "id" "26587" + "plane" "(512 -528 304) (520 -528 304) (520 -544 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26586" + "plane" "(512 -544 160) (520 -544 160) (520 -528 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26585" + "plane" "(512 -528 304) (512 -544 304) (512 -544 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26584" + "plane" "(520 -528 160) (520 -544 160) (520 -544 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26583" + "plane" "(520 -528 304) (512 -528 304) (512 -528 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26582" + "plane" "(520 -544 160) (512 -544 160) (512 -544 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23385" + side + { + "id" "26599" + "plane" "(512 -456 304) (520 -456 304) (520 -528 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26598" + "plane" "(512 -528 160) (520 -528 160) (520 -456 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26597" + "plane" "(512 -456 304) (512 -528 304) (512 -528 160)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[0 1 0 170.667] 0.140625" + "vaxis" "[0 0 -1 56.8889] 0.28125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26596" + "plane" "(520 -456 160) (520 -528 160) (520 -528 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26595" + "plane" "(520 -456 304) (512 -456 304) (512 -456 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26594" + "plane" "(520 -528 160) (512 -528 160) (512 -528 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23389" + side + { + "id" "26611" + "plane" "(512 -544 304) (520 -544 304) (520 -616 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26610" + "plane" "(512 -616 160) (520 -616 160) (520 -544 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26609" + "plane" "(512 -544 304) (512 -616 304) (512 -616 160)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[0 1 0 284.444] 0.140625" + "vaxis" "[0 0 -1 56.8889] 0.28125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26608" + "plane" "(520 -544 160) (520 -616 160) (520 -616 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26607" + "plane" "(520 -544 304) (512 -544 304) (512 -544 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26606" + "plane" "(520 -616 160) (512 -616 160) (512 -616 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23393" + side + { + "id" "26623" + "plane" "(512 -616 304) (520 -616 304) (520 -624 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26622" + "plane" "(512 -624 160) (520 -624 160) (520 -616 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26621" + "plane" "(512 -616 304) (512 -624 304) (512 -624 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26620" + "plane" "(520 -616 160) (520 -624 160) (520 -624 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26619" + "plane" "(520 -616 304) (512 -616 304) (512 -616 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26618" + "plane" "(520 -624 160) (512 -624 160) (512 -624 304)" + "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 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23396" + side + { + "id" "26635" + "plane" "(464 -880 304) (464 -640 304) (480 -640 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 63.9959] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26634" + "plane" "(464 -640 128) (464 -880 128) (480 -880 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 63.9959] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26633" + "plane" "(464 -880 128) (464 -640 128) (464 -640 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26632" + "plane" "(480 -640 128) (480 -880 128) (480 -880 304)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26631" + "plane" "(464 -640 128) (480 -640 128) (480 -640 304)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26630" + "plane" "(480 -880 128) (464 -880 128) (464 -880 304)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 194 159" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23422" + side + { + "id" "26695" + "plane" "(792 -448 304) (800 -448 304) (800 -456 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26694" + "plane" "(792 -456 160) (800 -456 160) (800 -448 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26693" + "plane" "(792 -448 304) (792 -456 304) (792 -456 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26692" + "plane" "(800 -448 160) (800 -456 160) (800 -456 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26691" + "plane" "(800 -448 304) (792 -448 304) (792 -448 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26690" + "plane" "(800 -456 160) (792 -456 160) (792 -456 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23425" + side + { + "id" "26707" + "plane" "(792 -616 304) (800 -616 304) (800 -624 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26706" + "plane" "(792 -624 160) (800 -624 160) (800 -616 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26705" + "plane" "(792 -616 304) (792 -624 304) (792 -624 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26704" + "plane" "(800 -616 160) (800 -624 160) (800 -624 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26703" + "plane" "(800 -616 304) (792 -616 304) (792 -616 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26702" + "plane" "(800 -624 160) (792 -624 160) (792 -624 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23430" + side + { + "id" "26719" + "plane" "(792 -528 304) (800 -528 304) (800 -544 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26718" + "plane" "(792 -544 160) (800 -544 160) (800 -528 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26717" + "plane" "(792 -528 304) (792 -544 304) (792 -544 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26716" + "plane" "(800 -528 160) (800 -544 160) (800 -544 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26715" + "plane" "(800 -528 304) (792 -528 304) (792 -528 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26714" + "plane" "(800 -544 160) (792 -544 160) (792 -544 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23433" + side + { + "id" "26731" + "plane" "(648 -448 304) (664 -448 304) (664 -456 304)" + "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" "26730" + "plane" "(648 -456 160) (664 -456 160) (664 -448 160)" + "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" "26729" + "plane" "(648 -448 304) (648 -456 304) (648 -456 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26728" + "plane" "(664 -448 160) (664 -456 160) (664 -456 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26727" + "plane" "(664 -448 304) (648 -448 304) (648 -448 160)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26726" + "plane" "(664 -456 160) (648 -456 160) (648 -456 304)" + "material" "DEV/REFLECTIVITY_10" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23444" + side + { + "id" "26761" + "plane" "(792 -544 304) (800 -544 304) (800 -616 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26760" + "plane" "(792 -616 160) (800 -616 160) (800 -544 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26759" + "plane" "(792 -544 304) (792 -616 304) (792 -616 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 4] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26758" + "plane" "(800 -544 160) (800 -616 160) (800 -616 304)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[0 1 0 284.444] 0.140625" + "vaxis" "[0 0 -1 56.8889] 0.28125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26757" + "plane" "(800 -544 304) (792 -544 304) (792 -544 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26756" + "plane" "(800 -616 160) (792 -616 160) (792 -616 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23445" + side + { + "id" "26767" + "plane" "(792 -456 304) (800 -456 304) (800 -528 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26766" + "plane" "(792 -528 160) (800 -528 160) (800 -456 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26765" + "plane" "(792 -456 304) (792 -528 304) (792 -528 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 4] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26764" + "plane" "(800 -456 160) (800 -528 160) (800 -528 304)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[0 1 0 170.667] 0.140625" + "vaxis" "[0 0 -1 56.8889] 0.28125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26763" + "plane" "(800 -456 304) (792 -456 304) (792 -456 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26762" + "plane" "(800 -528 160) (792 -528 160) (792 -528 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23448" + side + { + "id" "26791" + "plane" "(520 -448 304) (648 -448 304) (648 -456 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26790" + "plane" "(520 -456 160) (648 -456 160) (648 -448 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26789" + "plane" "(520 -448 304) (520 -456 304) (520 -456 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -60] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26788" + "plane" "(648 -448 160) (648 -456 160) (648 -456 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26787" + "plane" "(648 -448 304) (520 -448 304) (520 -448 160)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 56.8889] 0.28125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26786" + "plane" "(648 -456 160) (520 -456 160) (520 -456 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23456" + side + { + "id" "26803" + "plane" "(664 -448 304) (792 -448 304) (792 -456 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26802" + "plane" "(664 -456 160) (792 -456 160) (792 -448 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26801" + "plane" "(664 -448 304) (664 -456 304) (664 -456 160)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -60] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26800" + "plane" "(792 -448 160) (792 -456 160) (792 -456 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26799" + "plane" "(792 -448 304) (664 -448 304) (664 -448 160)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 56.8889] 0.28125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26798" + "plane" "(792 -456 160) (664 -456 160) (664 -456 304)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 231 136" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23532" + side + { + "id" "26876" + "plane" "(1688 -64 400) (1688 -72 392) (1680 -72 392)" + "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" "26877" + "plane" "(1688 -72 200) (1688 -64 192) (1680 -64 192)" + "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" "26878" + "plane" "(1680 -72 392) (1680 -72 200) (1680 -64 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26879" + "plane" "(1688 -72 200) (1688 -72 392) (1688 -64 400)" + "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" "26880" + "plane" "(1680 -64 400) (1680 -64 192) (1688 -64 192)" + "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" "26881" + "plane" "(1680 -72 200) (1680 -72 392) (1688 -72 392)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23537" + side + { + "id" "26893" + "plane" "(1680 -384 400) (1680 -376 392) (1688 -376 392)" + "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" "26892" + "plane" "(1680 -376 200) (1680 -384 192) (1688 -384 192)" + "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" "26891" + "plane" "(1680 -384 400) (1680 -384 192) (1680 -376 200)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26890" + "plane" "(1688 -384 192) (1688 -384 400) (1688 -376 392)" + "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" "26889" + "plane" "(1688 -384 400) (1688 -384 192) (1680 -384 192)" + "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" "26888" + "plane" "(1688 -376 200) (1688 -376 392) (1680 -376 392)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23539" + side + { + "id" "26905" + "plane" "(1688 -72 200) (1688 -376 200) (1680 -376 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26904" + "plane" "(1688 -384 192) (1688 -64 192) (1680 -64 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26903" + "plane" "(1680 -64 192) (1680 -72 200) (1680 -376 200)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26902" + "plane" "(1688 -72 200) (1688 -64 192) (1688 -384 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26901" + "plane" "(1680 -384 192) (1680 -376 200) (1688 -376 200)" + "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" "26900" + "plane" "(1680 -72 200) (1680 -64 192) (1688 -64 192)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23543" + side + { + "id" "26917" + "plane" "(1680 -72 392) (1680 -376 392) (1688 -376 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26916" + "plane" "(1680 -384 400) (1680 -64 400) (1688 -64 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26915" + "plane" "(1680 -384 400) (1680 -376 392) (1680 -72 392)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26914" + "plane" "(1688 -376 392) (1688 -384 400) (1688 -64 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 32] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26913" + "plane" "(1688 -384 400) (1688 -376 392) (1680 -376 392)" + "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" "26912" + "plane" "(1688 -72 392) (1688 -64 400) (1680 -64 400)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23545" + side + { + "id" "26929" + "plane" "(1696 -392 392) (1688 -392 392) (1680 -384 400)" + "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" "26928" + "plane" "(1688 -384 192) (1680 -384 192) (1688 -392 200)" + "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" "26927" + "plane" "(1688 -392 200) (1680 -384 192) (1680 -384 400)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26926" + "plane" "(1696 -392 392) (1688 -384 400) (1688 -384 192)" + "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" "26925" + "plane" "(1680 -384 192) (1688 -384 192) (1688 -384 400)" + "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" "26924" + "plane" "(1688 -392 392) (1696 -392 392) (1696 -392 200)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23576" + side + { + "id" "26995" + "plane" "(1688 -392 200) (1696 -392 200) (1784 -480 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26994" + "plane" "(1688 -384 192) (1680 -384 192) (1792 -496 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26993" + "plane" "(1680 -384 192) (1688 -392 200) (1784 -488 200)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26992" + "plane" "(1792 -488 192) (1784 -480 200) (1696 -392 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "26991" + "plane" "(1688 -384 192) (1696 -392 200) (1688 -392 200)" + "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" "26990" + "plane" "(1792 -496 192) (1784 -488 200) (1784 -480 200)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23578" + side + { + "id" "27031" + "plane" "(2112 -496 400) (2104 -496 392) (2104 -488 392)" + "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" "27030" + "plane" "(2104 -496 200) (2112 -496 192) (2112 -488 192)" + "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" "27029" + "plane" "(2112 -496 400) (2112 -496 192) (2104 -496 200)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27028" + "plane" "(2112 -488 192) (2112 -488 400) (2104 -488 392)" + "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" "27027" + "plane" "(2112 -488 400) (2112 -488 192) (2112 -496 192)" + "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" "27026" + "plane" "(2104 -488 200) (2104 -488 392) (2104 -496 392)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23579" + side + { + "id" "27037" + "plane" "(1800 -488 200) (2104 -488 200) (2104 -496 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27036" + "plane" "(2112 -488 192) (1792 -488 192) (1792 -496 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27035" + "plane" "(1792 -496 192) (1800 -496 200) (2104 -496 200)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27034" + "plane" "(1800 -488 200) (1792 -488 192) (2112 -488 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27033" + "plane" "(2112 -496 192) (2104 -496 200) (2104 -488 200)" + "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" "27032" + "plane" "(1800 -496 200) (1792 -496 192) (1792 -488 192)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23580" + side + { + "id" "27043" + "plane" "(1792 -488 400) (1800 -488 392) (1800 -496 392)" + "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" "27042" + "plane" "(1800 -488 200) (1792 -488 192) (1792 -496 192)" + "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" "27041" + "plane" "(1800 -496 392) (1800 -496 200) (1792 -496 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27040" + "plane" "(1800 -488 200) (1800 -488 392) (1792 -488 400)" + "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" "27039" + "plane" "(1792 -496 400) (1792 -496 192) (1792 -488 192)" + "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" "27038" + "plane" "(1800 -496 200) (1800 -496 392) (1800 -488 392)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23581" + side + { + "id" "27049" + "plane" "(1800 -496 392) (2104 -496 392) (2104 -488 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27048" + "plane" "(2112 -496 400) (1792 -496 400) (1792 -488 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27047" + "plane" "(2112 -496 400) (2104 -496 392) (1800 -496 392)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27046" + "plane" "(2104 -488 392) (2112 -488 400) (1792 -488 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27045" + "plane" "(2112 -488 400) (2104 -488 392) (2104 -496 392)" + "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" "27044" + "plane" "(1800 -488 392) (1792 -488 400) (1792 -496 400)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23590" + side + { + "id" "27061" + "plane" "(1792 -488 400) (1792 -496 400) (1784 -488 392)" + "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" "27060" + "plane" "(1784 -480 200) (1784 -488 200) (1792 -496 192)" + "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" "27059" + "plane" "(1784 -488 392) (1792 -496 400) (1792 -496 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27058" + "plane" "(1784 -480 200) (1792 -488 192) (1792 -488 400)" + "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" "27057" + "plane" "(1792 -496 400) (1792 -488 400) (1792 -488 192)" + "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" "27056" + "plane" "(1784 -488 200) (1784 -480 200) (1784 -480 392)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23605" + side + { + "id" "27073" + "plane" "(1784 -488 392) (1784 -480 392) (1696 -392 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27072" + "plane" "(1792 -488 400) (1792 -496 400) (1680 -384 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27071" + "plane" "(1792 -496 400) (1784 -488 392) (1688 -392 392)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27070" + "plane" "(1688 -384 400) (1696 -392 392) (1784 -480 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -32] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27069" + "plane" "(1680 -384 400) (1688 -392 392) (1696 -392 392)" + "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" "27068" + "plane" "(1792 -488 400) (1784 -480 392) (1784 -488 392)" + "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 195 120" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23607" + side + { + "id" "27085" + "plane" "(1728 -664.21 336) (1728 -576.21 336) (1736 -576.21 336)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -0.841309] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27084" + "plane" "(1728 -576.21 192) (1728 -664.21 192) (1736 -664.21 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -0.841309] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27083" + "plane" "(1728 -664.21 192) (1728 -576.21 192) (1728 -576.21 336)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27082" + "plane" "(1736 -576.21 192) (1736 -664.21 192) (1736 -664.21 336)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0.841309] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27081" + "plane" "(1728 -576.21 192) (1736 -576.21 192) (1736 -576.21 336)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[1 0 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27080" + "plane" "(1736 -664.21 192) (1728 -664.21 192) (1728 -664.21 336)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[1 0 0 -32] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 109 190" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23613" + side + { + "id" "27097" + "plane" "(1736 -572.21 336) (1780 -496 336) (1786.93 -500 336)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.866025 -0.5 0 -22.1012] 0.25" + "vaxis" "[-0.5 -0.866025 0 49.8054] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27096" + "plane" "(1780 -496 192) (1736 -572.21 192) (1742.93 -576.21 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.866025 -0.5 0 -22.1012] 0.25" + "vaxis" "[-0.5 -0.866025 0 49.8054] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27095" + "plane" "(1736 -572.21 192) (1780 -496 192) (1780 -496 336)" + "material" "DEV/GRAYGRID" + "uaxis" "[0.5 0.866025 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27094" + "plane" "(1786.93 -500 192) (1742.93 -576.21 192) (1742.93 -576.21 336)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.5 0.866025 0 -49.8054] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27093" + "plane" "(1780 -496 192) (1786.93 -500 192) (1786.93 -500 336)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[0.866025 -0.5 0 -22.1012] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27092" + "plane" "(1742.93 -576.21 192) (1736 -572.21 192) (1736 -572.21 336)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[0.866025 -0.5 0 -22.1012] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 109 190" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23618" + side + { + "id" "27098" + "plane" "(1680 -72 392) (1688 -72 392) (1688 -376 392)" + "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" "27099" + "plane" "(1680 -376 200) (1688 -376 200) (1688 -72 200)" + "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" "27100" + "plane" "(1680 -72 392) (1680 -376 392) (1680 -376 200)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[0 1 0 121.263] 0.59375" + "vaxis" "[0 0 -1 21.3334] 0.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27101" + "plane" "(1688 -72 200) (1688 -376 200) (1688 -376 392)" + "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" "27102" + "plane" "(1688 -72 392) (1680 -72 392) (1680 -72 200)" + "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" "27103" + "plane" "(1688 -376 200) (1680 -376 200) (1680 -376 392)" + "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 249 114" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23621" + side + { + "id" "27115" + "plane" "(1696 -392 392) (1784 -480 392) (1784 -488 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27114" + "plane" "(1784 -480 200) (1696 -392 200) (1688 -392 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27113" + "plane" "(1784 -488 392) (1784 -488 200) (1688 -392 200)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[0 1 0 42.6667] 0.1875" + "vaxis" "[0 0 -1 21.3334] 0.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27112" + "plane" "(1784 -480 200) (1784 -480 392) (1696 -392 392)" + "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" "27111" + "plane" "(1688 -392 392) (1688 -392 200) (1696 -392 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27110" + "plane" "(1784 -488 200) (1784 -488 392) (1784 -480 392)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 249 114" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23625" + side + { + "id" "27127" + "plane" "(1800 -496 392) (1800 -488 392) (2104 -488 392)" + "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" "27126" + "plane" "(2104 -496 200) (2104 -488 200) (1800 -488 200)" + "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" "27125" + "plane" "(1800 -496 392) (2104 -496 392) (2104 -496 200)" + "material" "GLASS/HR_G/HR_GLASS_PANEL_001" + "uaxis" "[-1 0 0 471.579] 0.59375" + "vaxis" "[0 0 -1 21.3334] 0.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27124" + "plane" "(1800 -488 200) (2104 -488 200) (2104 -488 392)" + "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" "27123" + "plane" "(1800 -488 392) (1800 -496 392) (1800 -496 200)" + "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" "27122" + "plane" "(2104 -488 200) (2104 -496 200) (2104 -496 392)" + "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 249 114" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23647" + side + { + "id" "27139" + "plane" "(1648 -64 416) (1680 -64 416) (1680 -384 416)" + "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" "27138" + "plane" "(1648 -416 400) (1680 -384 400) (1680 -64 400)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27137" + "plane" "(1648 -64 400) (1648 -64 416) (1648 -416 416)" + "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" "27136" + "plane" "(1680 -384 400) (1680 -384 416) (1680 -64 416)" + "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" "27135" + "plane" "(1680 -64 400) (1680 -64 416) (1648 -64 416)" + "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" "27134" + "plane" "(1648 -416 400) (1648 -416 416) (1680 -384 416)" + "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 120 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23653" + side + { + "id" "27151" + "plane" "(1792 -496 416) (1760 -528 416) (1648 -416 416)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27150" + "plane" "(1680 -384 400) (1648 -416 400) (1760 -528 400)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 -96] 0.25" + "vaxis" "[0 -1 0 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27149" + "plane" "(1760 -528 416) (1760 -528 400) (1648 -416 400)" + "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" "27148" + "plane" "(1680 -384 416) (1680 -384 400) (1792 -496 400)" + "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" "27147" + "plane" "(1648 -416 416) (1648 -416 400) (1680 -384 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27146" + "plane" "(1792 -496 416) (1792 -496 400) (1760 -528 400)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 120 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23655" + side + { + "id" "27163" + "plane" "(1760 -528 416) (1792 -496 416) (2112 -496 416)" + "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" "27162" + "plane" "(2112 -528 400) (2112 -496 400) (1792 -496 400)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27161" + "plane" "(1760 -528 400) (1760 -528 416) (2112 -528 416)" + "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" "27160" + "plane" "(2112 -496 400) (2112 -496 416) (1792 -496 416)" + "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" "27159" + "plane" "(2112 -528 400) (2112 -528 416) (2112 -496 416)" + "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" "27158" + "plane" "(1792 -496 400) (1792 -496 416) (1760 -528 416)" + "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 120 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23660" + side + { + "id" "27175" + "plane" "(1760 -528 416) (1760 -672 416) (1648 -672 416)" + "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" "27174" + "plane" "(1760 -672 400) (1760 -528 400) (1648 -416 400)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27173" + "plane" "(1648 -416 416) (1648 -672 416) (1648 -672 400)" + "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" "27172" + "plane" "(1760 -672 416) (1760 -528 416) (1760 -528 400)" + "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" "27171" + "plane" "(1760 -528 416) (1648 -416 416) (1648 -416 400)" + "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" "27170" + "plane" "(1648 -672 416) (1760 -672 416) (1760 -672 400)" + "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 120 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23663" + side + { + "id" "27187" + "plane" "(2112 -672 416) (1760 -672 416) (1760 -528 416)" + "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" "27186" + "plane" "(2112 -528 400) (1760 -528 400) (1760 -672 400)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 -448] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27185" + "plane" "(1760 -672 416) (1760 -672 400) (1760 -528 400)" + "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" "27184" + "plane" "(2112 -528 416) (2112 -528 400) (2112 -672 400)" + "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" "27183" + "plane" "(1760 -528 416) (1760 -528 400) (2112 -528 400)" + "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" "27182" + "plane" "(2112 -672 416) (2112 -672 400) (1760 -672 400)" + "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 120 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23672" + side + { + "id" "27223" + "plane" "(1648 -64 196) (1680 -64 196) (1680 -384 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27222" + "plane" "(1648 -416 192) (1680 -384 192) (1680 -64 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27221" + "plane" "(1648 -64 192) (1648 -64 196) (1648 -416 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27220" + "plane" "(1680 -384 192) (1680 -384 196) (1680 -64 196)" + "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" "27219" + "plane" "(1680 -64 192) (1680 -64 196) (1648 -64 196)" + "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" "27218" + "plane" "(1648 -416 192) (1648 -416 196) (1680 -384 196)" + "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 120 217" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23673" + side + { + "id" "27229" + "plane" "(1792 -496 196) (1760 -528 196) (1648 -416 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27228" + "plane" "(1680 -384 192) (1648 -416 192) (1760 -528 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 -96] 0.25" + "vaxis" "[0 -1 0 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27227" + "plane" "(1760 -528 196) (1760 -528 192) (1648 -416 192)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27226" + "plane" "(1680 -384 196) (1680 -384 192) (1792 -496 192)" + "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" "27225" + "plane" "(1648 -416 196) (1648 -416 192) (1680 -384 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27224" + "plane" "(1792 -496 196) (1792 -496 192) (1760 -528 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 120 217" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23674" + side + { + "id" "27235" + "plane" "(1760 -528 196) (1792 -496 196) (2112 -496 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27234" + "plane" "(2112 -528 192) (2112 -496 192) (1792 -496 192)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27233" + "plane" "(1760 -528 192) (1760 -528 196) (2112 -528 196)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27232" + "plane" "(2112 -496 192) (2112 -496 196) (1792 -496 196)" + "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" "27231" + "plane" "(2112 -528 192) (2112 -528 196) (2112 -496 196)" + "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" "27230" + "plane" "(1792 -496 192) (1792 -496 196) (1760 -528 196)" + "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 120 217" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23740" + side + { + "id" "27344" + "plane" "(512 -2368 32) (512 -2592 64) (128 -2592 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27345" + "plane" "(512 -2592 32) (512 -2368 32) (128 -2368 32)" + "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" "27346" + "plane" "(128 -2592 64) (128 -2592 32) (128 -2368 32)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27347" + "plane" "(512 -2592 32) (512 -2592 64) (512 -2368 32)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27349" + "plane" "(128 -2592 32) (128 -2592 64) (512 -2592 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 223 220" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23783" + side + { + "id" "27455" + "plane" "(128 -3291.19 64) (128 -2688 64) (512 -2688 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[512 -2688 64]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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.794684 0.0421952 1.27149 0.780738 -0.746192 1.04098 0.583753 -1.14168 0.778337 0.48746 -1.30462 0.557097 0.390015 -1.37812 0.445731 0.366404 -1.40766 0.366404 0.349218 -1.42537 0.310416 0.297606 -1.44618 0.264539 0.292074 -1.45262 0.233659" + "row2" "1.14146 0.152052 0.961227 1.14568 -0.493112 0.833222 1.00119 -0.895608 0.66746 0.868788 -1.10912 0.514837 0.762294 -1.22148 0.420576 0.700254 -1.27947 0.350127 0.638604 -1.32358 0.30052 0.598748 -1.35073 0.258918 0.560551 -1.37219 0.22997" + "row3" "1.28939 0.263768 0.719658 1.32833 -0.249497 0.65061 1.24512 -0.627252 0.553386 1.13309 -0.868133 0.460919 1.0471 -1.00205 0.386621 0.962185 -1.10244 0.329892 0.901364 -1.1647 0.284641 0.845705 -1.21326 0.250579 0.804442 -1.24598 0.224496" + "row4" "1.33971 0.358364 0.571612 1.40098 -0.049002 0.533708 1.37721 -0.365371 0.468836 1.30899 -0.609228 0.406677 1.23183 -0.78021 0.351951 1.16806 -0.889814 0.306377 1.10493 -0.977892 0.269907 1.0584 -1.03542 0.240205 1.01207 -1.08587 0.215907" + "row5" "1.34914 0.453587 0.473381 1.42571 0.137307 0.445534 1.43672 -0.148454 0.404711 1.40667 -0.375765 0.360683 1.36289 -0.539357 0.318804 1.31124 -0.671019 0.283512 1.26407 -0.766527 0.254085 1.21829 -0.844641 0.228787 1.17935 -0.903508 0.206903" + "row6" "1.33661 0.546428 0.406059 1.42201 0.284345 0.383463 1.45723 0.0411623 0.353267 1.45654 -0.157112 0.322184 1.43555 -0.323497 0.290745 1.4063 -0.45093 0.262655 1.37234 -0.556897 0.237806 1.33922 -0.639782 0.217171 1.30692 -0.708909 0.198519" + "row7" "1.30875 0.640771 0.355778 1.39941 0.421381 0.337788 1.45102 0.21292 0.314951 1.47105 0.0356505 0.291092 1.47125 -0.119707 0.266634 1.45967 -0.244621 0.244004 1.44182 -0.34804 0.223662 1.4197 -0.438201 0.205967 1.39798 -0.509454 0.190017" + "row8" "1.27306 0.726657 0.318265 1.36567 0.541163 0.303481 1.4264 0.366067 0.28528 1.46153 0.208118 0.265733 1.47799 0.0697577 0.246332 1.48175 -0.0494253 0.227962 1.47735 -0.151284 0.21105 1.46798 -0.238168 0.195731 1.45578 -0.312412 0.181972" + } + distances + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "9.43772 11.5276 15.4175 21.5402 26.922 32.7507 38.6578 45.362 51.3568" + "row2" "24.9681 28.8039 35.9572 46.6167 57.0646 68.5465 79.8617 92.6935 104.362" + "row3" "50.0238 55.3327 65.0541 78.1048 93.1143 109.127 126.475 143.667 160.36" + "row4" "83.9731 89.9368 102.381 118.03 136.383 156.67 177.839 199.83 222.318" + "row5" "126.748 134.67 148.254 166.351 188.204 211.632 236.142 262.252 289.991" + "row6" "177.314 187.763 203.812 223.475 247.639 274.124 302.768 331.536 362.685" + "row7" "236.103 248.677 266.708 288.569 315.038 344.257 375.567 407.832 442.066" + "row8" "301.636 316.329 336.512 361.265 389.718 421.123 454.868 490.47 527.554" + } + 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" "0 0 0 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" + } + offset_normals + { + "row0" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + "row1" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + "row2" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + "row3" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + "row4" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + "row5" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + "row6" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + "row7" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + "row8" "0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5 0 0 1.5" + } + 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" "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" "27454" + "plane" "(128 -2688 -32) (128 -3291.2 -32) (512 -3291.19 -32)" + "material" "CONCRETE/CONCRETEFLOOR005A" + "uaxis" "[-1 0 0 2816] 0.25" + "vaxis" "[0 1 0 11154.1] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27453" + "plane" "(512 -2688 -32) (512 -3291.2 -32) (512 -3291.19 64)" + "material" "CONCRETE/CONCRETEFLOOR005A" + "uaxis" "[0 -1 0 -11154.1] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27452" + "plane" "(128 -3291.19 -32) (128 -2688 -32) (128 -2688 64)" + "material" "CONCRETE/CONCRETEFLOOR005A" + "uaxis" "[0 -1 0 -11154.1] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27451" + "plane" "(512 -3291.19 -32) (128 -3291.19 -32) (128 -3291.19 64)" + "material" "CONCRETE/CONCRETEFLOOR005A" + "uaxis" "[-1 0 0 2816] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27450" + "plane" "(128 -2688 -32) (512 -2688 -32) (512 -2688 64)" + "material" "CONCRETE/CONCRETEFLOOR005A" + "uaxis" "[-1 0 0 2816] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 173 190" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23855" + side + { + "id" "27564" + "plane" "(192 -2048 320) (448 -2048 320) (448 -2080 320)" + "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" "27565" + "plane" "(192 -2080 288) (448 -2080 288) (448 -2048 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27566" + "plane" "(192 -2048 320) (192 -2080 320) (192 -2080 288)" + "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" "27567" + "plane" "(448 -2048 288) (448 -2080 288) (448 -2080 320)" + "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" "27568" + "plane" "(448 -2048 320) (192 -2048 320) (192 -2048 288)" + "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" "27569" + "plane" "(448 -2080 288) (192 -2080 288) (192 -2080 320)" + "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 114 127" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23858" + side + { + "id" "27570" + "plane" "(496 -2288 288) (512 -2288 288) (512 -2304 288)" + "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" "27571" + "plane" "(496 -2304 32) (512 -2304 32) (512 -2288 32)" + "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" "27572" + "plane" "(496 -2288 288) (496 -2304 288) (496 -2304 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27573" + "plane" "(512 -2288 32) (512 -2304 32) (512 -2304 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27574" + "plane" "(512 -2288 288) (496 -2288 288) (496 -2288 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27575" + "plane" "(512 -2304 32) (496 -2304 32) (496 -2304 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "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 117" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "23859" + side + { + "id" "27587" + "plane" "(-8 -2400 288) (8 -2400 288) (8 -2416 288)" + "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" "27586" + "plane" "(-8 -2416 32) (8 -2416 32) (8 -2400 32)" + "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" "27585" + "plane" "(-8 -2400 288) (-8 -2416 288) (-8 -2416 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27584" + "plane" "(8 -2400 32) (8 -2416 32) (8 -2416 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27583" + "plane" "(8 -2400 288) (-8 -2400 288) (-8 -2400 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "27582" + "plane" "(8 -2416 32) (-8 -2416 32) (-8 -2416 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "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 117" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14512" + side + { + "id" "10452" + "plane" "(736 -2016 32) (512 -2016 32) (512 -1856 32)" + "material" "SOLUTION/GHERR" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10451" + "plane" "(736 -1856 0) (512 -1856 0) (512 -2016 0)" + "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" "10450" + "plane" "(512 -2016 0) (512 -1856 0) (512 -1856 32)" + "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" "10449" + "plane" "(512 -1856 0) (736 -1856 0) (736 -1856 32)" + "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" "10448" + "plane" "(736 -2016 0) (512 -2016 0) (512 -2016 32)" + "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" "10447" + "plane" "(736 -1856 0) (736 -2016 0) (736 -2016 32)" + "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 111" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14513" + side + { + "id" "10458" + "plane" "(512 -1856 32) (512 -1536 32) (736 -1536 32)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10457" + "plane" "(512 -1536 0) (512 -1856 0) (736 -1856 0)" + "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" "10456" + "plane" "(512 -1856 0) (512 -1536 0) (512 -1536 32)" + "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" "10455" + "plane" "(736 -1536 0) (736 -1856 0) (736 -1856 32)" + "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" "10454" + "plane" "(512 -1536 0) (736 -1536 0) (736 -1536 32)" + "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" "10453" + "plane" "(736 -1856 0) (512 -1856 0) (512 -1856 32)" + "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 252 169" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14514" + side + { + "id" "10464" + "plane" "(1024 -1728 128) (1024 -1536 128) (1280 -1536 128)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 -320] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10463" + "plane" "(1024 -1536 96) (1024 -1728 96) (1280 -1728 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -40] 0.25" + "vaxis" "[0 -1 0 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10462" + "plane" "(1024 -1728 96) (1024 -1536 96) (1024 -1536 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 28] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10461" + "plane" "(1280 -1536 96) (1280 -1728 96) (1280 -1728 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 28] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10460" + "plane" "(1024 -1536 96) (1280 -1536 96) (1280 -1536 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10459" + "plane" "(1280 -1728 96) (1024 -1728 96) (1024 -1728 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 121 122" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14515" + side + { + "id" "10470" + "plane" "(928 -1728 80) (832 -1728 80) (832 -1536 80)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[0 -1 0 0] 0.125" + "vaxis" "[-1 0 0 -896] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10469" + "plane" "(928 -1536 32) (832 -1536 32) (832 -1728 32)" + "material" "DEV/DEV_MEASURESTAIRS01A" + "uaxis" "[0 -1 0 -32] 0.25" + "vaxis" "[-1 0 0 -144] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10468" + "plane" "(832 -1536 32) (928 -1536 32) (928 -1536 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10467" + "plane" "(928 -1728 32) (832 -1728 32) (832 -1728 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10466" + "plane" "(832 -1728 32) (832 -1536 32) (832 -1536 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10465" + "plane" "(928 -1536 32) (928 -1728 32) (928 -1728 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 230 219" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14524" + side + { + "id" "20909" + "plane" "(440 -1344 32) (440 -1120 32) (800 -1120 32)" + "material" "FLOORS/HR_C/HR_FLOOR_TILE_001" + "uaxis" "[1 0 0 -128] 0.125" + "vaxis" "[0 -1 0 -544] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "20908" + "plane" "(440 -1120 0) (440 -1344 0) (800 -1344 0)" + "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" "20907" + "plane" "(440 -1344 0) (440 -1120 0) (440 -1120 32)" + "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" "20906" + "plane" "(800 -1120 0) (800 -1344 0) (800 -1344 32)" + "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" "20905" + "plane" "(440 -1120 0) (800 -1120 0) (800 -1120 32)" + "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" "20904" + "plane" "(800 -1344 0) (440 -1344 0) (440 -1344 32)" + "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 123 204" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14525" + side + { + "id" "20915" + "plane" "(800 -1384 32) (800 -1072 32) (1024 -1072 32)" + "material" "SOLUTION2/OFFICE/CARPET/CARPET_BLACK_WEAVE" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -192] 0.25" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "20914" + "plane" "(800 -1072 0) (800 -1384 0) (1024 -1384 0)" + "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" "20913" + "plane" "(800 -1384 0) (800 -1072 0) (800 -1072 32)" + "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" "20912" + "plane" "(1024 -1072 0) (1024 -1384 0) (1024 -1384 32)" + "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" "20911" + "plane" "(800 -1072 0) (1024 -1072 0) (1024 -1072 32)" + "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" "20910" + "plane" "(1024 -1384 0) (800 -1384 0) (800 -1384 32)" + "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 239 124" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12317" + side + { + "id" "8494" + "plane" "(-480 -2080 288) (-32 -2080 288) (-32 -2112 288)" + "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" "8493" + "plane" "(-480 -2112 160) (-32 -2112 160) (-32 -2080 160)" + "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" "8492" + "plane" "(-480 -2080 288) (-480 -2112 288) (-480 -2112 160)" + "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" "8491" + "plane" "(-32 -2080 160) (-32 -2112 160) (-32 -2112 288)" + "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" "8490" + "plane" "(-32 -2080 288) (-480 -2080 288) (-480 -2080 160)" + "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" "8489" + "plane" "(-32 -2112 160) (-480 -2112 160) (-480 -2112 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12327" + side + { + "id" "8530" + "plane" "(-31.9999 -2112 288) (0 -2112 288) (0 -2208 288)" + "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" "8529" + "plane" "(-31.9999 -2208 32) (0 -2208 32) (0 -2112 32)" + "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" "8528" + "plane" "(-31.9999 -2112 288) (-31.9999 -2208 288) (-31.9999 -2208 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8527" + "plane" "(0 -2112 32) (0 -2208 32) (0 -2208 288)" + "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" "8526" + "plane" "(0 -2112 288) (-31.9999 -2112 288) (-31.9999 -2112 32)" + "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" "8525" + "plane" "(0 -2208 32) (-31.9999 -2208 32) (-31.9999 -2208 288)" + "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 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12333" + side + { + "id" "8542" + "plane" "(0 -2560 96) (128 -2560 96) (128 -2592 96)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8541" + "plane" "(0 -2592 32) (128 -2592 32) (128 -2560 32)" + "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" "8540" + "plane" "(0 -2560 96) (0 -2592 96) (0 -2592 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8539" + "plane" "(128 -2560 32) (128 -2592 32) (128 -2592 96)" + "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" "8538" + "plane" "(128 -2560 96) (0 -2560 96) (0 -2560 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8537" + "plane" "(128 -2592 32) (0 -2592 32) (0 -2592 96)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12336" + side + { + "id" "9088" + "plane" "(-224 -2560 40) (-256 -2592 40) (-512 -2336 40)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0.707107 -0.707107 0 -266] 0.5" + "vaxis" "[-0.707107 -0.707107 0 -301] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9087" + "plane" "(-256 -2592 32) (-224 -2560 32) (-480 -2304 32)" + "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" "9086" + "plane" "(-512 -2336 40) (-512 -2336 32) (-480 -2304 32)" + "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" "9085" + "plane" "(-256 -2592 32) (-256 -2592 40) (-224 -2560 40)" + "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" "9084" + "plane" "(-480 -2304 40) (-480 -2304 32) (-224 -2560 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9083" + "plane" "(-512 -2336 32) (-512 -2336 40) (-256 -2592 40)" + "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 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12343" + side + { + "id" "9094" + "plane" "(-256 -2592 48) (-288 -2624 48) (-544 -2368 48)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0.707107 -0.707107 0 -266] 0.5" + "vaxis" "[-0.707107 -0.707107 0 -301] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9093" + "plane" "(-288 -2624 40) (-256 -2592 40) (-512 -2336 40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9092" + "plane" "(-544 -2368 48) (-544 -2368 40) (-512 -2336 40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9091" + "plane" "(-288 -2624 40) (-288 -2624 48) (-256 -2592 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9090" + "plane" "(-512 -2336 48) (-512 -2336 40) (-256 -2592 40)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9089" + "plane" "(-544 -2368 40) (-544 -2368 48) (-288 -2624 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12348" + side + { + "id" "9100" + "plane" "(-320 -2656 56) (-576 -2400 56) (-544 -2368 56)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0.707107 -0.707107 0 -266] 0.5" + "vaxis" "[-0.707107 -0.707107 0 -301] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9099" + "plane" "(-288 -2624 48) (-544 -2368 48) (-576 -2400 48)" + "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" "9098" + "plane" "(-576 -2400 48) (-544 -2368 48) (-544 -2368 56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9097" + "plane" "(-320 -2656 56) (-288 -2624 56) (-288 -2624 48)" + "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" "9096" + "plane" "(-544 -2368 48) (-288 -2624 48) (-288 -2624 56)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9095" + "plane" "(-576 -2400 56) (-320 -2656 56) (-320 -2656 48)" + "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 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12350" + side + { + "id" "9106" + "plane" "(-352 -2688 64) (-608 -2432 64) (-576 -2400 64)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0.707107 -0.707107 0 -266] 0.5" + "vaxis" "[-0.707107 -0.707107 0 -301] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9105" + "plane" "(-320 -2656 56) (-576 -2400 56) (-608 -2432 56)" + "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" "9104" + "plane" "(-608 -2432 56) (-576 -2400 56) (-576 -2400 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9103" + "plane" "(-352 -2688 64) (-320 -2656 64) (-320 -2656 56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9102" + "plane" "(-576 -2400 56) (-320 -2656 56) (-320 -2656 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9101" + "plane" "(-608 -2432 64) (-352 -2688 64) (-352 -2688 56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12360" + side + { + "id" "8662" + "plane" "(-352 -3424 64) (-352 -2688 64) (0 -2688 64)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8661" + "plane" "(-352 -2688 32) (-352 -3424 32) (0 -3424 32)" + "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" "8660" + "plane" "(-352 -3424 32) (-352 -2688 32) (-352 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8659" + "plane" "(0 -2688 32) (0 -3424 32) (0 -3424 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8658" + "plane" "(-352 -2688 32) (0 -2688 32) (0 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8657" + "plane" "(0 -3424 32) (-352 -3424 32) (-352 -3424 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12405" + side + { + "id" "8674" + "plane" "(-352 -2688 64) (-512 -2688 64) (-688 -2512 64)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0.707107 -0.707107 0 -266] 0.5" + "vaxis" "[-0.707107 -0.707107 0 -301] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8673" + "plane" "(-512 -2688 32) (-352 -2688 32) (-608 -2432 32)" + "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" "8672" + "plane" "(-688 -2512 64) (-688 -2512 32) (-608 -2432 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8671" + "plane" "(-512 -2688 32) (-512 -2688 64) (-352 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8670" + "plane" "(-608 -2432 64) (-608 -2432 32) (-352 -2688 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8669" + "plane" "(-688 -2512 32) (-688 -2512 64) (-512 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12408" + side + { + "id" "8686" + "plane" "(-1120 -3296 64) (-1472 -3296 64) (-688 -2512 64)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[0.707107 -0.707107 0 -266] 0.5" + "vaxis" "[-0.707107 -0.707107 0 -301] 0.5" + "rotation" "-45" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8685" + "plane" "(-1472 -3296 32) (-1120 -3296 32) (-512 -2688 32)" + "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" "8684" + "plane" "(-688 -2512 32) (-688 -2512 64) (-1472 -3296 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8683" + "plane" "(-1120 -3296 32) (-1120 -3296 64) (-512 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.707107 0.707107 0 26.9653] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8682" + "plane" "(-512 -2688 32) (-512 -2688 64) (-688 -2512 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8681" + "plane" "(-1472 -3296 32) (-1472 -3296 64) (-1120 -3296 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12421" + side + { + "id" "8698" + "plane" "(-512 -2272 160) (-480 -2272 160) (-480 -2304 160)" + "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" "8697" + "plane" "(-512 -2304 32) (-480 -2304 32) (-480 -2272 32)" + "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" "8696" + "plane" "(-512 -2272 160) (-512 -2304 160) (-512 -2304 32)" + "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" "8695" + "plane" "(-480 -2272 32) (-480 -2304 32) (-480 -2304 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8694" + "plane" "(-480 -2272 160) (-512 -2272 160) (-512 -2272 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8693" + "plane" "(-480 -2304 32) (-512 -2304 32) (-512 -2304 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12424" + side + { + "id" "8710" + "plane" "(-512 -2112 192) (-480 -2112 192) (-480 -2304 192)" + "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" "8709" + "plane" "(-512 -2304 160) (-480 -2304 160) (-480 -2112 160)" + "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" "8708" + "plane" "(-512 -2112 192) (-512 -2304 192) (-512 -2304 160)" + "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" "8707" + "plane" "(-480 -2112 160) (-480 -2304 160) (-480 -2304 192)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8706" + "plane" "(-480 -2112 192) (-512 -2112 192) (-512 -2112 160)" + "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" "8705" + "plane" "(-480 -2304 160) (-512 -2304 160) (-512 -2304 192)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12427" + side + { + "id" "8722" + "plane" "(0 -2304 32) (-480 -2304 32) (-480 -2112 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 200" + "vaxis" "[0 -1 0 0] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8721" + "plane" "(0 -2112 0) (-480 -2112 0) (-480 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8720" + "plane" "(-480 -2304 32) (-480 -2304 0) (-480 -2112 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8719" + "plane" "(0 -2112 32) (0 -2112 0) (0 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8718" + "plane" "(-480 -2112 32) (-480 -2112 0) (0 -2112 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8717" + "plane" "(0 -2304 32) (0 -2304 0) (-480 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12433" + side + { + "id" "8734" + "plane" "(-512 -2112 160) (-480 -2112 160) (-480 -2144 160)" + "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" "8733" + "plane" "(-512 -2144 32) (-480 -2144 32) (-480 -2112 32)" + "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" "8732" + "plane" "(-512 -2112 160) (-512 -2144 160) (-512 -2144 32)" + "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" "8731" + "plane" "(-480 -2112 32) (-480 -2144 32) (-480 -2144 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8730" + "plane" "(-480 -2112 160) (-512 -2112 160) (-512 -2112 32)" + "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" "8729" + "plane" "(-480 -2144 32) (-512 -2144 32) (-512 -2144 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12453" + side + { + "id" "8775" + "plane" "(-128 -2560 32) (-128 -2688 32) (0 -2688 32)" + "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" "8774" + "plane" "(-128 -2688 32) (-128 -2560 32) (-128 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8773" + "plane" "(0 -2560 32) (0 -2688 32) (0 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8772" + "plane" "(0 -2688 32) (-128 -2688 32) (-128 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8771" + "plane" "(0 -2688 64) (-128 -2688 64) (-128 -2560 32)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -0.970142 0.242536 2.94116] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12470" + side + { + "id" "8781" + "plane" "(-128 -2656 56) (-320 -2656 56) (-288 -2624 56)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8780" + "plane" "(-128 -2624 48) (-288 -2624 48) (-320 -2656 48)" + "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" "8779" + "plane" "(-320 -2656 48) (-288 -2624 48) (-288 -2624 56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8778" + "plane" "(-288 -2624 48) (-128 -2624 48) (-128 -2624 56)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8777" + "plane" "(-128 -2656 48) (-320 -2656 48) (-320 -2656 56)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8776" + "plane" "(-128 -2624 48) (-128 -2656 48) (-128 -2656 56)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12471" + side + { + "id" "8787" + "plane" "(-128 -2624 48) (-288 -2624 48) (-256 -2592 48)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8786" + "plane" "(-128 -2592 40) (-256 -2592 40) (-288 -2624 40)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8785" + "plane" "(-288 -2624 40) (-256 -2592 40) (-256 -2592 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8784" + "plane" "(-256 -2592 40) (-128 -2592 40) (-128 -2592 48)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8783" + "plane" "(-128 -2624 40) (-288 -2624 40) (-288 -2624 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8782" + "plane" "(-128 -2592 40) (-128 -2624 40) (-128 -2624 48)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12472" + side + { + "id" "8793" + "plane" "(-128 -2592 40) (-256 -2592 40) (-224 -2560 40)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8792" + "plane" "(-128 -2560 32) (-224 -2560 32) (-256 -2592 32)" + "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" "8791" + "plane" "(-256 -2592 32) (-224 -2560 32) (-224 -2560 40)" + "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" "8790" + "plane" "(-224 -2560 32) (-128 -2560 32) (-128 -2560 40)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8789" + "plane" "(-128 -2592 32) (-256 -2592 32) (-256 -2592 40)" + "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" "8788" + "plane" "(-128 -2560 32) (-128 -2592 32) (-128 -2592 40)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12473" + side + { + "id" "8799" + "plane" "(-128 -2688 64) (-352 -2688 64) (-320 -2656 64)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 192] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8798" + "plane" "(-128 -2656 56) (-320 -2656 56) (-352 -2688 56)" + "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" "8797" + "plane" "(-352 -2688 56) (-320 -2656 56) (-320 -2656 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8796" + "plane" "(-320 -2656 56) (-128 -2656 56) (-128 -2656 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8795" + "plane" "(-128 -2688 56) (-352 -2688 56) (-352 -2688 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8794" + "plane" "(-128 -2656 56) (-128 -2688 56) (-128 -2688 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12476" + side + { + "id" "8811" + "plane" "(-480 -2080 160) (-352 -2080 160) (-352 -2112 160)" + "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" "8810" + "plane" "(-480 -2112 32) (-352 -2112 32) (-352 -2080 32)" + "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" "8809" + "plane" "(-480 -2080 160) (-480 -2112 160) (-480 -2112 32)" + "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" "8808" + "plane" "(-352 -2080 32) (-352 -2112 32) (-352 -2112 160)" + "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" "8807" + "plane" "(-352 -2080 160) (-480 -2080 160) (-480 -2080 32)" + "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" "8806" + "plane" "(-352 -2112 32) (-480 -2112 32) (-480 -2112 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12479" + side + { + "id" "8823" + "plane" "(-160 -2080 160) (-32 -2080 160) (-32 -2112 160)" + "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" "8822" + "plane" "(-160 -2112 32) (-32 -2112 32) (-32 -2080 32)" + "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" "8821" + "plane" "(-160 -2080 160) (-160 -2112 160) (-160 -2112 32)" + "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" "8820" + "plane" "(-32 -2080 32) (-32 -2112 32) (-32 -2112 160)" + "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" "8819" + "plane" "(-32 -2080 160) (-160 -2080 160) (-160 -2080 32)" + "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" "8818" + "plane" "(-32 -2112 32) (-160 -2112 32) (-160 -2112 160)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12518" + side + { + "id" "8878" + "plane" "(-352 -2112 160) (-352 -2080 160) (-160 -2080 160)" + "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" "8877" + "plane" "(-352 -2080 32) (-352 -2112 32) (-320 -2144 32)" + "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" "8876" + "plane" "(-352 -2112 32) (-352 -2080 32) (-352 -2080 160)" + "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" "8875" + "plane" "(-160 -2080 32) (-160 -2112 32) (-160 -2112 160)" + "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" "8874" + "plane" "(-352 -2080 32) (-160 -2080 32) (-160 -2080 160)" + "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" "8873" + "plane" "(-320 -2144 32) (-352 -2112 32) (-352 -2112 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8872" + "plane" "(-160 -2112 32) (-192 -2144 32) (-192 -2144 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8871" + "plane" "(-192 -2144 32) (-224 -2160 32) (-224 -2160 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8870" + "plane" "(-288 -2160 32) (-320 -2144 32) (-320 -2144 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8869" + "plane" "(-224 -2160 32) (-288 -2160 32) (-288 -2160 160)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12519" + side + { + "id" "8890" + "plane" "(-48 -2208 288) (-6.19888e-05 -2208 288) (-6.19888e-05 -2256 288)" + "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" "8889" + "plane" "(-48 -2256 32) (-6.19888e-05 -2256 32) (-6.19888e-05 -2208 32)" + "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" "8888" + "plane" "(-48 -2208 288) (-48 -2256 288) (-48 -2256 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8887" + "plane" "(-6.19888e-05 -2208 32) (-6.19888e-05 -2256 32) (-6.19888e-05 -2256 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8886" + "plane" "(-6.19888e-05 -2208 288) (-48 -2208 288) (-48 -2208 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8885" + "plane" "(-6.19888e-05 -2256 32) (-48 -2256 32) (-48 -2256 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12521" + side + { + "id" "8902" + "plane" "(-512 -2144 288) (-480 -2144 288) (-480 -2272 288)" + "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" "8901" + "plane" "(-512 -2272 192) (-480 -2272 192) (-480 -2144 192)" + "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" "8900" + "plane" "(-512 -2144 288) (-512 -2272 288) (-512 -2272 192)" + "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" "8899" + "plane" "(-480 -2144 192) (-480 -2272 192) (-480 -2272 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8898" + "plane" "(-480 -2144 288) (-512 -2144 288) (-512 -2144 192)" + "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" "8897" + "plane" "(-480 -2272 192) (-512 -2272 192) (-512 -2272 288)" + "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 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12532" + side + { + "id" "8914" + "plane" "(128 -2560 32) (0 -2560 32) (0 -2304 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 200" + "vaxis" "[0 -1 0 0] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8913" + "plane" "(128 -2304 0) (0 -2304 0) (0 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8912" + "plane" "(0 -2560 32) (0 -2560 0) (0 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8911" + "plane" "(128 -2304 32) (128 -2304 0) (128 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8910" + "plane" "(0 -2304 32) (0 -2304 0) (128 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8909" + "plane" "(128 -2560 32) (128 -2560 0) (0 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12554" + side + { + "id" "8926" + "plane" "(-736 -2496 352) (-864 -2624 352) (-1024 -2464 288)" + "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" "8925" + "plane" "(-896 -2336 96) (-1024 -2464 96) (-864 -2624 96)" + "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" "8924" + "plane" "(-864 -2624 96) (-1024 -2464 96) (-1024 -2464 288)" + "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" "8923" + "plane" "(-736 -2496 352) (-896 -2336 288) (-896 -2336 96)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8922" + "plane" "(-1024 -2464 96) (-896 -2336 96) (-896 -2336 288)" + "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" "8921" + "plane" "(-864 -2624 352) (-736 -2496 352) (-736 -2496 96)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12559" + side + { + "id" "8938" + "plane" "(-640 -2336 352) (-768 -2464 352) (-928 -2304 288)" + "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" "8937" + "plane" "(-800 -2176 96) (-928 -2304 96) (-768 -2464 96)" + "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" "8936" + "plane" "(-768 -2464 96) (-928 -2304 96) (-928 -2304 288)" + "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" "8935" + "plane" "(-640 -2336 352) (-800 -2176 288) (-800 -2176 96)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8934" + "plane" "(-928 -2304 96) (-800 -2176 96) (-800 -2176 288)" + "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" "8933" + "plane" "(-768 -2464 352) (-640 -2336 352) (-640 -2336 96)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12564" + side + { + "id" "8950" + "plane" "(-672 -2272 288) (-512 -2272 288) (-512 -2304 288)" + "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" "8949" + "plane" "(-672 -2304 32) (-512 -2304 32) (-512 -2272 32)" + "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" "8948" + "plane" "(-672 -2272 288) (-672 -2304 288) (-672 -2304 32)" + "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" "8947" + "plane" "(-512 -2272 32) (-512 -2304 32) (-512 -2304 288)" + "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" "8946" + "plane" "(-512 -2272 288) (-672 -2272 288) (-672 -2272 32)" + "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" "8945" + "plane" "(-512 -2304 32) (-672 -2304 32) (-672 -2304 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12580" + side + { + "id" "8962" + "plane" "(-512 -2272 288) (-480 -2272 288) (-480 -2304 288)" + "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" "8961" + "plane" "(-512 -2304 192) (-480 -2304 192) (-480 -2272 192)" + "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" "8960" + "plane" "(-512 -2272 288) (-512 -2304 288) (-512 -2304 192)" + "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" "8959" + "plane" "(-480 -2272 192) (-480 -2304 192) (-480 -2304 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8958" + "plane" "(-480 -2272 288) (-512 -2272 288) (-512 -2272 192)" + "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" "8957" + "plane" "(-480 -2304 192) (-512 -2304 192) (-512 -2304 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12602" + side + { + "id" "8974" + "plane" "(-512 -2112 288) (-480 -2112 288) (-480 -2144 288)" + "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" "8973" + "plane" "(-512 -2144 192) (-480 -2144 192) (-480 -2112 192)" + "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" "8972" + "plane" "(-512 -2112 288) (-512 -2144 288) (-512 -2144 192)" + "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" "8971" + "plane" "(-480 -2112 192) (-480 -2144 192) (-480 -2144 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8970" + "plane" "(-480 -2112 288) (-512 -2112 288) (-512 -2112 192)" + "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" "8969" + "plane" "(-480 -2144 192) (-512 -2144 192) (-512 -2144 288)" + "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 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12677" + side + { + "id" "9022" + "plane" "(-512 -2080 352) (0 -2080 352) (0 -2416 352)" + "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" "9021" + "plane" "(-512 -2304 288) (-384 -2368 288) (-256 -2400 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9020" + "plane" "(-512 -2080 288) (-512 -2080 352) (-512 -2304 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9019" + "plane" "(0 -2080 288) (0 -2080 352) (-512 -2080 352)" + "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" "9018" + "plane" "(-256 -2400 288) (-256 -2400 352) (0 -2416 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9017" + "plane" "(-512 -2304 288) (-512 -2304 352) (-384 -2368 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9016" + "plane" "(-384 -2368 288) (-384 -2368 352) (-256 -2400 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9015" + "plane" "(0 -2416 288) (0 -2416 352) (0 -2080 352)" + "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" "230 107 0" + "groupid" "12683" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12678" + side + { + "id" "9030" + "plane" "(512 -2080 352) (512 -2304 352) (384 -2368 352)" + "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" "9029" + "plane" "(256 -2400 288) (384 -2368 288) (512 -2304 288)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9028" + "plane" "(512 -2304 288) (512 -2304 352) (512 -2080 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9027" + "plane" "(512 -2080 288) (512 -2080 352) (0 -2080 352)" + "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" "9026" + "plane" "(0 -2416 288) (0 -2416 352) (256 -2400 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9025" + "plane" "(384 -2368 288) (384 -2368 352) (512 -2304 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9024" + "plane" "(256 -2400 288) (256 -2400 352) (384 -2368 352)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9023" + "plane" "(0 -2080 288) (0 -2080 352) (0 -2416 352)" + "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" "230 107 0" + "groupid" "12683" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12690" + side + { + "id" "9058" + "plane" "(-1184 -2304 96) (-512 -2304 96) (-512 -2336 96)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9057" + "plane" "(-512 -2304 0) (-1184 -2304 0) (-832 -2656 0)" + "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" "9056" + "plane" "(-512 -2304 0) (-512 -2304 96) (-1184 -2304 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9055" + "plane" "(-512 -2336 96) (-512 -2336 0) (-832 -2656 0)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9054" + "plane" "(-512 -2336 0) (-512 -2336 96) (-512 -2304 96)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9053" + "plane" "(-832 -2656 96) (-832 -2656 0) (-1184 -2304 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "12993" + side + { + "id" "9305" + "plane" "(1024 -2816 608) (1024 -2784 608) (1056 -2784 608)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9304" + "plane" "(1024 -2784 32) (1024 -2816 32) (1056 -2816 32)" + "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" "9303" + "plane" "(1024 -2816 32) (1024 -2784 32) (1024 -2784 608)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9302" + "plane" "(1056 -2784 32) (1056 -2816 32) (1056 -2816 608)" + "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" "9301" + "plane" "(1024 -2784 32) (1056 -2784 32) (1056 -2784 608)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9300" + "plane" "(1056 -2816 32) (1024 -2816 32) (1024 -2816 608)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13002" + side + { + "id" "9311" + "plane" "(0 -2240 288) (0 -2080 288) (128 -2080 288)" + "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" "9310" + "plane" "(0 -2080 32) (0 -2240 32) (128 -2240 32)" + "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" "9309" + "plane" "(0 -2240 32) (0 -2080 32) (0 -2080 288)" + "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" "9308" + "plane" "(0 -2080 32) (128 -2080 32) (128 -2080 288)" + "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" "9307" + "plane" "(128 -2240 32) (0 -2240 32) (0 -2240 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9306" + "plane" "(128 -2080 32) (128 -2240 32) (128 -2240 288)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13177" + side + { + "id" "9503" + "plane" "(512 -2560 32) (512 -2080 32) (640 -2080 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9502" + "plane" "(512 -2080 0) (512 -2560 0) (640 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9501" + "plane" "(512 -2560 0) (512 -2080 0) (512 -2080 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9500" + "plane" "(640 -2080 0) (640 -2560 0) (640 -2560 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9499" + "plane" "(512 -2080 0) (640 -2080 0) (640 -2080 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9498" + "plane" "(640 -2560 0) (512 -2560 0) (512 -2560 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13182" + side + { + "id" "9515" + "plane" "(896 -2560 32) (896 -2080 32) (1024 -2080 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9514" + "plane" "(896 -2080 0) (896 -2560 0) (1024 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9513" + "plane" "(896 -2560 0) (896 -2080 0) (896 -2080 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9512" + "plane" "(1024 -2080 0) (1024 -2560 0) (1024 -2560 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9511" + "plane" "(896 -2080 0) (1024 -2080 0) (1024 -2080 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9510" + "plane" "(1024 -2560 0) (896 -2560 0) (896 -2560 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13183" + side + { + "id" "9527" + "plane" "(896 -2560 32) (640 -2560 32) (640 -2432 32)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9526" + "plane" "(896 -2432 0) (640 -2432 0) (640 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9525" + "plane" "(640 -2560 32) (640 -2560 0) (640 -2432 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9524" + "plane" "(896 -2432 32) (896 -2432 0) (896 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9523" + "plane" "(640 -2432 32) (640 -2432 0) (896 -2432 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9522" + "plane" "(896 -2560 32) (896 -2560 0) (640 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13186" + side + { + "id" "9539" + "plane" "(640 -2432 32) (640 -2080 32) (896 -2080 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9538" + "plane" "(640 -2080 0) (640 -2432 0) (896 -2432 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9537" + "plane" "(640 -2432 0) (640 -2080 0) (640 -2080 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9536" + "plane" "(896 -2080 0) (896 -2432 0) (896 -2432 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9535" + "plane" "(640 -2080 0) (896 -2080 0) (896 -2080 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9534" + "plane" "(896 -2432 0) (640 -2432 0) (640 -2432 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13428" + side + { + "id" "9909" + "plane" "(496 -1840 288) (128 -1840 288) (128 -1536 288)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9908" + "plane" "(128 -1536 32) (128 -1840 32) (496 -1840 32)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9907" + "plane" "(128 -1840 32) (128 -1536 32) (128 -1536 288)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9906" + "plane" "(128 -1536 32) (496 -1840 32) (496 -1840 288)" + "material" "TERRI/TOOLS/TOOLS_HINT" + "uaxis" "[1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9905" + "plane" "(496 -1840 32) (128 -1840 32) (128 -1840 288)" + "material" "TERRI/TOOLS/TOOLS_INVISKIP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13430" + side + { + "id" "9915" + "plane" "(220 -1344 328) (404 -1344 328) (404 -1416 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9914" + "plane" "(220 -1416 288) (404 -1416 288) (404 -1344 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9913" + "plane" "(220 -1344 328) (220 -1416 328) (220 -1416 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9912" + "plane" "(404 -1344 288) (404 -1416 288) (404 -1416 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9911" + "plane" "(404 -1344 328) (220 -1344 328) (220 -1344 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9910" + "plane" "(404 -1416 288) (220 -1416 288) (220 -1416 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13429" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13431" + side + { + "id" "9921" + "plane" "(128 -1416 328) (496 -1416 328) (496 -1920 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9920" + "plane" "(128 -1920 288) (496 -1920 288) (496 -1416 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9919" + "plane" "(128 -1416 328) (128 -1920 328) (128 -1920 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9918" + "plane" "(496 -1416 288) (496 -1920 288) (496 -1920 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9917" + "plane" "(496 -1416 328) (128 -1416 328) (128 -1416 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9916" + "plane" "(496 -1920 288) (128 -1920 288) (128 -1920 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13429" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13432" + side + { + "id" "9927" + "plane" "(220 -1920 328) (404 -1920 328) (404 -1992 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9926" + "plane" "(220 -1992 288) (404 -1992 288) (404 -1920 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9925" + "plane" "(220 -1920 328) (220 -1992 328) (220 -1992 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9924" + "plane" "(404 -1920 288) (404 -1992 288) (404 -1992 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9923" + "plane" "(404 -1920 328) (220 -1920 328) (220 -1920 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9922" + "plane" "(404 -1992 288) (220 -1992 288) (220 -1992 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13429" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13433" + side + { + "id" "9933" + "plane" "(128 -1992 328) (496 -1992 328) (496 -2032 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9932" + "plane" "(128 -2032 288) (496 -2032 288) (496 -1992 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9931" + "plane" "(128 -1992 328) (128 -2032 328) (128 -2032 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9930" + "plane" "(496 -1992 288) (496 -2032 288) (496 -2032 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9929" + "plane" "(496 -1992 328) (128 -1992 328) (128 -1992 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9928" + "plane" "(496 -2032 288) (128 -2032 288) (128 -2032 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13434" + side + { + "id" "9939" + "plane" "(496 -1504 288) (496 -1344 288) (512 -1344 288)" + "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" "9938" + "plane" "(496 -1344 48) (496 -1504 48) (512 -1504 48)" + "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" "9937" + "plane" "(496 -1504 48) (496 -1344 48) (496 -1344 288)" + "material" "SOLUTION2/GARAGE/BUMPWALL_WHITE" + "uaxis" "[0 1 0 -768] 0.125" + "vaxis" "[0 0 -1 -255] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9936" + "plane" "(512 -1344 48) (512 -1504 48) (512 -1504 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9935" + "plane" "(496 -1344 48) (512 -1344 48) (512 -1344 288)" + "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" "9934" + "plane" "(512 -1504 48) (496 -1504 48) (496 -1504 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[-1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13435" + side + { + "id" "9945" + "plane" "(496 -1440 48) (496 -1344 48) (512 -1344 48)" + "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" "9944" + "plane" "(496 -1344 32) (496 -1440 32) (512 -1440 32)" + "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" "9943" + "plane" "(496 -1440 32) (496 -1344 32) (496 -1344 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 1 0 -828] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9942" + "plane" "(512 -1344 32) (512 -1440 32) (512 -1440 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 -1 0 580.002] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9941" + "plane" "(496 -1344 32) (512 -1344 32) (512 -1344 48)" + "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" "9940" + "plane" "(512 -1440 32) (496 -1440 32) (496 -1440 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[-1 0 0 -188] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13436" + side + { + "id" "9951" + "plane" "(128 -1368 288) (128 -1328 288) (192 -1328 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9950" + "plane" "(128 -1328 32) (128 -1368 32) (192 -1368 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9949" + "plane" "(192 -1328 32) (192 -1368 32) (192 -1368 288)" + "material" "SOLUTION2/GARAGE/BUMPWALL_BLUE" + "uaxis" "[0 -1 0 -127.998] 0.125" + "vaxis" "[0 0 1 -255] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9948" + "plane" "(128 -1368 32) (128 -1328 32) (128 -1328 288)" + "material" "SOLUTION2/GARAGE/BUMPWALL_BLUE" + "uaxis" "[0 1 0 -640] 0.125" + "vaxis" "[0 0 1 -255] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9947" + "plane" "(192 -1368 32) (128 -1368 32) (128 -1368 288)" + "material" "SOLUTION2/GARAGE/BUMPWALL_BLUE" + "uaxis" "[-1 0 0 0] 0.125" + "vaxis" "[0 0 1 -255] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9946" + "plane" "(128 -1328 32) (192 -1328 32) (192 -1328 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 512] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13437" + side + { + "id" "9957" + "plane" "(503 -1568 208) (505 -1568 208) (505 -1808 208)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9956" + "plane" "(503 -1808 32) (505 -1808 32) (505 -1568 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9955" + "plane" "(503 -1568 208) (503 -1808 208) (503 -1808 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 34.1333] 3.75" + "vaxis" "[0 0 -1 11.6364] 2.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9954" + "plane" "(505 -1568 32) (505 -1808 32) (505 -1808 208)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 34.1333] 3.75" + "vaxis" "[0 0 -1 11.6364] 2.75" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9953" + "plane" "(505 -1568 208) (503 -1568 208) (503 -1568 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9952" + "plane" "(505 -1808 32) (503 -1808 32) (503 -1808 208)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13438" + side + { + "id" "9963" + "plane" "(496 -1568 48) (496 -1440 48) (512 -1440 48)" + "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" "9962" + "plane" "(496 -1440 32) (496 -1568 32) (512 -1568 32)" + "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" "9961" + "plane" "(496 -1568 32) (496 -1440 32) (496 -1440 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 1 0 196] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9960" + "plane" "(512 -1440 32) (512 -1568 32) (512 -1568 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 -1 0 -443.998] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9959" + "plane" "(496 -1440 32) (512 -1440 32) (512 -1440 48)" + "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" "9958" + "plane" "(512 -1568 32) (496 -1568 32) (496 -1568 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[-1 0 0 -188] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13439" + side + { + "id" "9969" + "plane" "(496 -1840 48) (496 -1808 48) (512 -1808 48)" + "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" "9968" + "plane" "(496 -1808 32) (496 -1840 32) (512 -1840 32)" + "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" "9967" + "plane" "(496 -1840 32) (496 -1808 32) (496 -1808 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 1 0 196] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9966" + "plane" "(512 -1808 32) (512 -1840 32) (512 -1840 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 -1 0 -955.995] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9965" + "plane" "(496 -1808 32) (512 -1808 32) (512 -1808 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[1 0 0 -827.996] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9964" + "plane" "(512 -1840 32) (496 -1840 32) (496 -1840 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[-1 0 0 -315.998] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13440" + side + { + "id" "9975" + "plane" "(496 -2016 288) (496 -1504 288) (512 -1504 288)" + "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" "9974" + "plane" "(496 -1504 240) (496 -2016 240) (512 -2016 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 552.296] 0.27" + "vaxis" "[1 0 0 -576] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9973" + "plane" "(496 -2016 240) (496 -1504 240) (496 -1504 288)" + "material" "SOLUTION2/OUTDOOR/PARKINGCRETE" + "uaxis" "[0 1 0 896] 0.25" + "vaxis" "[0 0 -1 960] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9972" + "plane" "(512 -1504 240) (512 -2016 240) (512 -2016 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 552.296] 0.27" + "vaxis" "[0 0 -1 320] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9971" + "plane" "(496 -1504 240) (512 -1504 240) (512 -1504 288)" + "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" "9970" + "plane" "(512 -2016 240) (496 -2016 240) (496 -2016 288)" + "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" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13441" + side + { + "id" "9981" + "plane" "(128 -2048 48) (128 -2016 48) (192 -2016 48)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9980" + "plane" "(128 -2016 32) (128 -2048 32) (192 -2048 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9979" + "plane" "(128 -2048 32) (128 -2016 32) (128 -2016 48)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9978" + "plane" "(192 -2016 32) (192 -2048 32) (192 -2048 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 -1 0 -699.992] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9977" + "plane" "(128 -2016 32) (192 -2016 32) (192 -2016 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[1 0 0 -443.994] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9976" + "plane" "(192 -2048 32) (128 -2048 32) (128 -2048 48)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13442" + side + { + "id" "9987" + "plane" "(448 -2048 48) (448 -2016 48) (512 -2016 48)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9986" + "plane" "(448 -2016 32) (448 -2048 32) (512 -2048 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9985" + "plane" "(448 -2048 32) (448 -2016 32) (448 -2016 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 1 0 836.002] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9984" + "plane" "(512 -2016 32) (512 -2048 32) (512 -2048 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 -1 0 -187.994] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9983" + "plane" "(448 -2016 32) (512 -2016 32) (512 -2016 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[1 0 0 -443.996] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9982" + "plane" "(512 -2048 32) (448 -2048 32) (448 -2048 48)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13443" + side + { + "id" "9993" + "plane" "(128 -2048 288) (128 -2016 288) (192 -2016 288)" + "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" "9992" + "plane" "(128 -2016 48) (128 -2048 48) (192 -2048 48)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9991" + "plane" "(128 -2048 48) (128 -2016 48) (128 -2016 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9990" + "plane" "(192 -2016 48) (192 -2048 48) (192 -2048 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9989" + "plane" "(128 -2016 48) (192 -2016 48) (192 -2016 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 -768] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9988" + "plane" "(192 -2048 48) (128 -2048 48) (128 -2048 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13444" + side + { + "id" "9999" + "plane" "(448 -2048 288) (448 -2016 288) (512 -2016 288)" + "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" "9998" + "plane" "(448 -2016 48) (448 -2048 48) (512 -2048 48)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9997" + "plane" "(448 -2048 48) (448 -2016 48) (448 -2016 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 992] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9996" + "plane" "(512 -2016 48) (512 -2048 48) (512 -2048 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9995" + "plane" "(448 -2016 48) (512 -2016 48) (512 -2016 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9994" + "plane" "(512 -2048 48) (448 -2048 48) (448 -2048 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13445" + side + { + "id" "10005" + "plane" "(640 -2016 288) (704 -2016 288) (704 -2048 288)" + "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" "10004" + "plane" "(640 -2048 32) (704 -2048 32) (704 -2016 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10003" + "plane" "(640 -2016 288) (640 -2048 288) (640 -2048 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 448] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10002" + "plane" "(704 -2016 32) (704 -2048 32) (704 -2048 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10001" + "plane" "(704 -2016 288) (640 -2016 288) (640 -2016 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10000" + "plane" "(704 -2048 32) (640 -2048 32) (640 -2048 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13446" + side + { + "id" "10011" + "plane" "(192 -1344 32) (448 -1344 32) (448 -2016 32)" + "material" "CONCRETE/BAGGAGE_CONCRETEFLOORA" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10010" + "plane" "(192 -2016 0) (448 -2016 0) (448 -1344 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10009" + "plane" "(448 -1344 0) (448 -2016 0) (448 -2016 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10008" + "plane" "(448 -2016 0) (192 -2016 0) (192 -2016 32)" + "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" "10007" + "plane" "(192 -1344 0) (448 -1344 0) (448 -1344 32)" + "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" "10006" + "plane" "(192 -2016 0) (192 -1344 0) (192 -1344 32)" + "material" "SOLUTION/BRICKFLOOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13447" + side + { + "id" "10017" + "plane" "(736 -2016 32) (512 -2016 32) (512 -1856 32)" + "material" "SOLUTION/GHERR" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10016" + "plane" "(736 -1856 0) (512 -1856 0) (512 -2016 0)" + "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" "10015" + "plane" "(512 -2016 0) (512 -1856 0) (512 -1856 32)" + "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" "10014" + "plane" "(512 -1856 0) (736 -1856 0) (736 -1856 32)" + "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" "10013" + "plane" "(736 -2016 0) (512 -2016 0) (512 -2016 32)" + "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" "10012" + "plane" "(736 -1856 0) (736 -2016 0) (736 -2016 32)" + "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" "247 248 0" + "groupid" "13874" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13448" + side + { + "id" "10023" + "plane" "(512 -1856 32) (512 -1536 32) (736 -1536 32)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10022" + "plane" "(512 -1536 0) (512 -1856 0) (736 -1856 0)" + "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" "10021" + "plane" "(512 -1856 0) (512 -1536 0) (512 -1536 32)" + "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" "10020" + "plane" "(736 -1536 0) (736 -1856 0) (736 -1856 32)" + "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" "10019" + "plane" "(512 -1536 0) (736 -1536 0) (736 -1536 32)" + "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" "10018" + "plane" "(736 -1856 0) (512 -1856 0) (512 -1856 32)" + "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" "247 248 0" + "groupid" "13874" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13450" + side + { + "id" "10035" + "plane" "(128 -2016 32) (704 -2016 32) (704 -2080 32)" + "material" "CONCRETE/BAGGAGE_CONCRETEFLOORA" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10034" + "plane" "(128 -2080 0) (704 -2080 0) (704 -2016 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10033" + "plane" "(704 -2016 0) (704 -2080 0) (704 -2080 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 4] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10032" + "plane" "(704 -2080 0) (128 -2080 0) (128 -2080 32)" + "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" "10031" + "plane" "(128 -2016 0) (704 -2016 0) (704 -2016 32)" + "material" "ASPHALT/HR_C/HR_ASPHALT_GRAVEL_BLEND_001" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10030" + "plane" "(128 -2080 0) (128 -2016 0) (128 -2016 32)" + "material" "SOLUTION/BRICKFLOOR" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13451" + side + { + "id" "10041" + "plane" "(512 -2040 288) (640 -2040 288) (640 -2048 288)" + "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" "10040" + "plane" "(512 -2048 168) (640 -2048 168) (640 -2040 168)" + "material" "DEV/REFLECTIVITY_20" + "uaxis" "[1 0 0 -460] 0.25" + "vaxis" "[0 -1 0 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10039" + "plane" "(512 -2040 288) (512 -2048 288) (512 -2048 168)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10038" + "plane" "(640 -2040 168) (640 -2048 168) (640 -2048 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10037" + "plane" "(640 -2040 288) (512 -2040 288) (512 -2040 168)" + "material" "DEV/REFLECTIVITY_20" + "uaxis" "[1 0 0 -460] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10036" + "plane" "(640 -2048 168) (512 -2048 168) (512 -2048 288)" + "material" "DEV/REFLECTIVITY_20" + "uaxis" "[1 0 0 -460] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13452" + side + { + "id" "10047" + "plane" "(496 -2016 240) (496 -1840 240) (512 -1840 240)" + "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" "10046" + "plane" "(496 -1840 176) (496 -2016 176) (512 -2016 176)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 320] 0.5" + "vaxis" "[-1 0 0 352] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10045" + "plane" "(496 -2016 176) (496 -1840 176) (496 -1840 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10044" + "plane" "(512 -1840 176) (512 -2016 176) (512 -2016 240)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 320] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10043" + "plane" "(496 -1840 176) (512 -1840 176) (512 -1840 240)" + "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" "10042" + "plane" "(512 -2016 176) (496 -2016 176) (496 -2016 240)" + "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" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13453" + side + { + "id" "10053" + "plane" "(496 -1840 240) (496 -1808 240) (512 -1808 240)" + "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" "10052" + "plane" "(496 -1808 48) (496 -1840 48) (512 -1840 48)" + "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" "10051" + "plane" "(496 -1840 48) (496 -1808 48) (496 -1808 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10050" + "plane" "(512 -1808 48) (512 -1840 48) (512 -1840 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10049" + "plane" "(496 -1808 48) (512 -1808 48) (512 -1808 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 -63.998] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10048" + "plane" "(512 -1840 48) (496 -1840 48) (496 -1840 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[-1 0 0 -320] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13454" + side + { + "id" "10059" + "plane" "(496 -1568 240) (496 -1504 240) (512 -1504 240)" + "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" "10058" + "plane" "(496 -1504 48) (496 -1568 48) (512 -1568 48)" + "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" "10057" + "plane" "(496 -1568 48) (496 -1504 48) (496 -1504 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10056" + "plane" "(512 -1504 48) (512 -1568 48) (512 -1568 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10055" + "plane" "(496 -1504 48) (512 -1504 48) (512 -1504 240)" + "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" "10054" + "plane" "(512 -1568 48) (496 -1568 48) (496 -1568 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[-1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13455" + side + { + "id" "10065" + "plane" "(496 -1808 240) (496 -1568 240) (512 -1568 240)" + "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" "10064" + "plane" "(496 -1568 208) (496 -1808 208) (512 -1808 208)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 552.296] 0.27" + "vaxis" "[1 0 0 -576] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10063" + "plane" "(496 -1808 208) (496 -1568 208) (496 -1568 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 552.296] 0.27" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10062" + "plane" "(512 -1568 208) (512 -1808 208) (512 -1808 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 552.296] 0.27" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10061" + "plane" "(496 -1568 208) (512 -1568 208) (512 -1568 240)" + "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" "10060" + "plane" "(512 -1808 208) (496 -1808 208) (496 -1808 240)" + "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" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13456" + side + { + "id" "10071" + "plane" "(448 -1344 32) (512 -1344 32) (512 -2016 32)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 -256] 0.125" + "vaxis" "[0 -1 0 -640] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10070" + "plane" "(448 -2016 0) (512 -2016 0) (512 -1344 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10069" + "plane" "(512 -1344 0) (512 -2016 0) (512 -2016 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10068" + "plane" "(512 -2016 0) (448 -2016 0) (448 -2016 32)" + "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" "10067" + "plane" "(448 -1344 0) (512 -1344 0) (512 -1344 32)" + "material" "ASPHALT/HR_C/HR_ASPHALT_GRAVEL_BLEND_001" + "uaxis" "[1 0 0 -192] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10066" + "plane" "(448 -2016 0) (448 -1344 0) (448 -1344 32)" + "material" "SOLUTION/BRICKFLOOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13457" + side + { + "id" "10077" + "plane" "(128 -1344 32) (192 -1344 32) (192 -2016 32)" + "material" "SOLUTION2/OUTDOOR/PATH" + "uaxis" "[1 0 0 -768] 0.125" + "vaxis" "[0 -1 0 -640] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10076" + "plane" "(128 -2016 0) (192 -2016 0) (192 -1344 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10075" + "plane" "(192 -1344 0) (192 -2016 0) (192 -2016 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10074" + "plane" "(192 -2016 0) (128 -2016 0) (128 -2016 32)" + "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" "10073" + "plane" "(128 -1344 0) (192 -1344 0) (192 -1344 32)" + "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" "10072" + "plane" "(128 -2016 0) (128 -1344 0) (128 -1344 32)" + "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" "247 248 0" + "groupid" "13874" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13485" + side + { + "id" "10089" + "plane" "(404 -1344 328) (496 -1344 328) (496 -1416 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10088" + "plane" "(404 -1416 288) (496 -1416 288) (496 -1344 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10087" + "plane" "(404 -1344 328) (404 -1416 328) (404 -1416 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10086" + "plane" "(496 -1344 288) (496 -1416 288) (496 -1416 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10085" + "plane" "(496 -1344 328) (404 -1344 328) (404 -1344 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10084" + "plane" "(496 -1416 288) (404 -1416 288) (404 -1416 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13484" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13486" + side + { + "id" "10095" + "plane" "(128 -1344 328) (220 -1344 328) (220 -1416 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10094" + "plane" "(128 -1416 288) (220 -1416 288) (220 -1344 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 208] 0.25" + "vaxis" "[0 -1 0 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10093" + "plane" "(128 -1344 328) (128 -1416 328) (128 -1416 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10092" + "plane" "(220 -1344 288) (220 -1416 288) (220 -1416 328)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 29.8772] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10091" + "plane" "(220 -1344 328) (128 -1344 328) (128 -1344 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10090" + "plane" "(220 -1416 288) (128 -1416 288) (128 -1416 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13484" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13488" + side + { + "id" "10101" + "plane" "(128 -1920 328) (220 -1920 328) (220 -1992 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10100" + "plane" "(128 -1992 288) (220 -1992 288) (220 -1920 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 208] 0.25" + "vaxis" "[0 -1 0 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10099" + "plane" "(128 -1920 328) (128 -1992 328) (128 -1992 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10098" + "plane" "(220 -1920 288) (220 -1992 288) (220 -1992 328)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 29.8772] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10097" + "plane" "(220 -1920 328) (128 -1920 328) (128 -1920 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 29.8772] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10096" + "plane" "(220 -1992 288) (128 -1992 288) (128 -1992 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13487" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13489" + side + { + "id" "10107" + "plane" "(404 -1920 328) (496 -1920 328) (496 -1992 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10106" + "plane" "(404 -1992 288) (496 -1992 288) (496 -1920 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10105" + "plane" "(404 -1920 328) (404 -1992 328) (404 -1992 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 29.8772] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10104" + "plane" "(496 -1920 288) (496 -1992 288) (496 -1992 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10103" + "plane" "(496 -1920 328) (404 -1920 328) (404 -1920 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 29.8772] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10102" + "plane" "(496 -1992 288) (404 -1992 288) (404 -1992 328)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "groupid" "13487" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14212" + side + { + "id" "10119" + "plane" "(512 -2592 96) (512 -2560 96) (768 -2560 96)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10118" + "plane" "(512 -2560 32) (512 -2592 32) (768 -2592 32)" + "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" "10117" + "plane" "(512 -2592 32) (512 -2560 32) (512 -2560 96)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10116" + "plane" "(768 -2560 32) (768 -2592 32) (768 -2592 96)" + "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" "10115" + "plane" "(512 -2560 32) (768 -2560 32) (768 -2560 96)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10114" + "plane" "(768 -2592 32) (512 -2592 32) (512 -2592 96)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 118 135" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14216" + side + { + "id" "10131" + "plane" "(512 -2592 32) (128 -2592 32) (128 -2080 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 200" + "vaxis" "[0 -1 0 0] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10130" + "plane" "(512 -2080 0) (128 -2080 0) (128 -2592 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10129" + "plane" "(128 -2592 32) (128 -2592 0) (128 -2080 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10128" + "plane" "(512 -2080 32) (512 -2080 0) (512 -2592 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10127" + "plane" "(128 -2080 32) (128 -2080 0) (512 -2080 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10126" + "plane" "(512 -2592 32) (512 -2592 0) (128 -2592 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "14223" + side + { + "id" "10143" + "plane" "(128 -2304 32) (0 -2304 32) (0 -2240 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 200" + "vaxis" "[0 -1 0 0] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10142" + "plane" "(128 -2240 0) (0 -2240 0) (0 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10141" + "plane" "(0 -2304 32) (0 -2304 0) (0 -2240 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10140" + "plane" "(128 -2240 32) (128 -2240 0) (128 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10139" + "plane" "(0 -2240 32) (0 -2240 0) (128 -2240 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "10138" + "plane" "(128 -2304 32) (128 -2304 0) (0 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11948" + side + { + "id" "8188" + "plane" "(-1536 -192 416) (-1536 -128 416) (-1440 -128 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8187" + "plane" "(-1536 -128 64) (-1536 -192 64) (-1440 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8186" + "plane" "(-1536 -192 64) (-1536 -128 64) (-1536 -128 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8185" + "plane" "(-1440 -128 64) (-1440 -192 64) (-1440 -192 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8184" + "plane" "(-1536 -128 64) (-1440 -128 64) (-1440 -128 416)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8183" + "plane" "(-1440 -192 64) (-1536 -192 64) (-1536 -192 416)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11952" + side + { + "id" "8200" + "plane" "(-1824 -192 416) (-1824 -128 416) (-1728 -128 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8199" + "plane" "(-1824 -128 64) (-1824 -192 64) (-1728 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8198" + "plane" "(-1824 -192 64) (-1824 -128 64) (-1824 -128 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8197" + "plane" "(-1728 -128 64) (-1728 -192 64) (-1728 -192 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8196" + "plane" "(-1824 -128 64) (-1728 -128 64) (-1728 -128 416)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8195" + "plane" "(-1728 -192 64) (-1824 -192 64) (-1824 -192 416)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11954" + side + { + "id" "8212" + "plane" "(-1728 -192 416) (-1728 -128 416) (-1536 -128 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8211" + "plane" "(-1728 -128 192) (-1728 -192 192) (-1536 -192 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8210" + "plane" "(-1728 -192 192) (-1728 -128 192) (-1728 -128 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8209" + "plane" "(-1536 -128 192) (-1536 -192 192) (-1536 -192 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8208" + "plane" "(-1728 -128 192) (-1536 -128 192) (-1536 -128 416)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 -224] 0.25" + "vaxis" "[0 0 -1 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8207" + "plane" "(-1536 -192 192) (-1728 -192 192) (-1728 -192 416)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11957" + side + { + "id" "8224" + "plane" "(-1728 -192 192) (-1728 -128 192) (-1536 -128 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8223" + "plane" "(-1728 -128 64) (-1728 -192 64) (-1536 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8222" + "plane" "(-1728 -192 64) (-1728 -128 64) (-1728 -128 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8221" + "plane" "(-1536 -128 64) (-1536 -192 64) (-1536 -192 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8220" + "plane" "(-1728 -128 64) (-1536 -128 64) (-1536 -128 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8219" + "plane" "(-1536 -192 64) (-1728 -192 64) (-1728 -192 192)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11960" + side + { + "id" "8236" + "plane" "(-2016 -128 448) (-2016 576 448) (-1088 576 448)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8235" + "plane" "(-2016 576 416) (-2016 -128 416) (-1088 -128 416)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8234" + "plane" "(-2016 -128 416) (-2016 576 416) (-2016 576 448)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8233" + "plane" "(-1088 576 416) (-1088 -128 416) (-1088 -128 448)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8232" + "plane" "(-2016 576 416) (-1088 576 416) (-1088 576 448)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8231" + "plane" "(-1088 -128 416) (-2016 -128 416) (-2016 -128 448)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11733" + side + { + "id" "8123" + "plane" "(-1728 -704 416) (-1664 -704 416) (-1664 -1536 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8124" + "plane" "(-1728 -1536 64) (-1664 -1536 64) (-1664 -704 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8125" + "plane" "(-1728 -704 416) (-1728 -1536 416) (-1728 -1536 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8126" + "plane" "(-1664 -704 64) (-1664 -1536 64) (-1664 -1536 416)" + "material" "DEV/DEV_MEASUREWALL01C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8127" + "plane" "(-1664 -704 416) (-1728 -704 416) (-1728 -704 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8128" + "plane" "(-1664 -1536 64) (-1728 -1536 64) (-1728 -1536 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11734" + side + { + "id" "8140" + "plane" "(-1344 -704 416) (-1280 -704 416) (-1280 -1536 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8139" + "plane" "(-1344 -1536 64) (-1280 -1536 64) (-1280 -704 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8138" + "plane" "(-1344 -704 416) (-1344 -1536 416) (-1344 -1536 64)" + "material" "DEV/DEV_MEASUREWALL01C" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8137" + "plane" "(-1280 -704 64) (-1280 -1536 64) (-1280 -1536 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8136" + "plane" "(-1280 -704 416) (-1344 -704 416) (-1344 -704 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8135" + "plane" "(-1280 -1536 64) (-1344 -1536 64) (-1344 -1536 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11735" + side + { + "id" "8152" + "plane" "(-1728 -384 416) (-1280 -384 416) (-1280 -448 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8151" + "plane" "(-1728 -448 64) (-1280 -448 64) (-1280 -384 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8150" + "plane" "(-1728 -384 416) (-1728 -448 416) (-1728 -448 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8149" + "plane" "(-1280 -384 64) (-1280 -448 64) (-1280 -448 416)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8148" + "plane" "(-1280 -384 416) (-1728 -384 416) (-1728 -384 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8147" + "plane" "(-1280 -448 64) (-1728 -448 64) (-1728 -448 416)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11738" + side + { + "id" "8164" + "plane" "(-1408 -704 272) (-1344 -704 272) (-1344 -1536 272)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8163" + "plane" "(-1408 -1536 256) (-1344 -1536 256) (-1344 -704 256)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8162" + "plane" "(-1408 -704 272) (-1408 -1536 272) (-1408 -1536 256)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8161" + "plane" "(-1344 -704 256) (-1344 -1536 256) (-1344 -1536 272)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8160" + "plane" "(-1344 -704 272) (-1408 -704 272) (-1408 -704 256)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8159" + "plane" "(-1344 -1536 256) (-1408 -1536 256) (-1408 -1536 272)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "11741" + side + { + "id" "8176" + "plane" "(-1664 -704 272) (-1600 -704 272) (-1600 -1536 272)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8175" + "plane" "(-1664 -1536 256) (-1600 -1536 256) (-1600 -704 256)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8174" + "plane" "(-1664 -704 272) (-1664 -1536 272) (-1664 -1536 256)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8173" + "plane" "(-1600 -704 256) (-1600 -1536 256) (-1600 -1536 272)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8172" + "plane" "(-1600 -704 272) (-1664 -704 272) (-1664 -704 256)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8171" + "plane" "(-1600 -1536 256) (-1664 -1536 256) (-1664 -1536 272)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 189 146" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "9499" + side + { + "id" "7659" + "plane" "(112 -896 320) (112 -672 320) (128 -672 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7658" + "plane" "(112 -672 64) (112 -896 64) (128 -896 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7657" + "plane" "(112 -896 64) (112 -672 64) (112 -672 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 -1 0 981] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7656" + "plane" "(128 -672 64) (128 -896 64) (128 -896 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -171] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7655" + "plane" "(112 -672 64) (128 -672 64) (128 -672 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 21] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7654" + "plane" "(128 -896 64) (112 -896 64) (112 -896 320)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 21] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "9584" + side + { + "id" "7762" + "plane" "(-64 -383.988 64) (-64 -544 64) (-128 -544 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7761" + "plane" "(-128 -544 32) (-64 -544 32) (-64 -384.003 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7760" + "plane" "(-64 -384.003 32) (-64 -544 32) (-64 -544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7759" + "plane" "(-64 -544 32) (-128 -544 32) (-128 -544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7758" + "plane" "(-128 -544 32) (-64 -384.003 32) (-64 -384.003 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 -1 0 661] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "9591" + side + { + "id" "7792" + "plane" "(-128 -704 64) (-64 -704 64) (-64 -928 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7791" + "plane" "(-64 -928 32) (-64 -704 32) (-128 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7790" + "plane" "(-64 -704 32) (-64 -928 32) (-64 -928 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7789" + "plane" "(-128 -704 32) (-64 -704 32) (-64 -704 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7788" + "plane" "(-64 -928 32) (-128 -704 32) (-128 -704 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 661] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "9599" + side + { + "id" "7826" + "plane" "(-128 -704 64) (-128 -544 64) (-64 -544 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7825" + "plane" "(-128 -544 32) (-128 -704 32) (-64 -704 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7824" + "plane" "(-128 -704 32) (-128 -544 32) (-128 -544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7823" + "plane" "(-64 -544 32) (-64 -704 32) (-64 -704 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7822" + "plane" "(-128 -544 32) (-64 -544 32) (-64 -544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7821" + "plane" "(-64 -704 32) (-128 -704 32) (-128 -704 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8145" + side + { + "id" "5457" + "plane" "(352 32 320) (352 -512 320) (128 -512 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5456" + "plane" "(352 -512 64) (352 32 64) (128 32 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5455" + "plane" "(128 32 320) (128 -512 320) (128 -512 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 -1 0 661] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5454" + "plane" "(352 -512 320) (352 32 320) (352 32 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -875] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5453" + "plane" "(352 32 320) (128 32 320) (128 32 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 -43] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5452" + "plane" "(128 -512 320) (352 -512 320) (352 -512 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 -43] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8162" + side + { + "id" "5520" + "plane" "(-320 -352 288) (-416 -448 288) (-416 -352 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5519" + "plane" "(-320 -352 32) (-416 -352 32) (-416 -448 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5518" + "plane" "(-416 -352 288) (-416 -448 288) (-416 -448 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 21] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5517" + "plane" "(-320 -352 288) (-416 -352 288) (-416 -352 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 277] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5516" + "plane" "(-416 -448 288) (-320 -352 288) (-320 -352 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0.707107 0.707107 0 282.881] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8168" + side + { + "id" "5532" + "plane" "(-320 -192 288) (-320 -352 288) (-640 -352 288)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5531" + "plane" "(-320 -352 32) (-320 -192 32) (-640 -192 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5530" + "plane" "(-640 -192 288) (-640 -352 288) (-640 -352 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 -1 0 277] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5529" + "plane" "(-320 -352 288) (-320 -192 288) (-320 -192 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 -491] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5528" + "plane" "(-320 -192 288) (-640 -192 288) (-640 -192 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 277] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5527" + "plane" "(-640 -352 288) (-320 -352 288) (-320 -352 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 277] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8204" + side + { + "id" "5583" + "plane" "(-672 -32 320) (-672 -192 320) (-832 -192 320)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5582" + "plane" "(-672 -192 64) (-672 -32 64) (-832 -32 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5581" + "plane" "(-832 -32 320) (-832 -192 320) (-832 -192 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 -1 0 -427] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5580" + "plane" "(-672 -192 320) (-672 -32 320) (-672 -32 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 213] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5579" + "plane" "(-672 -32 320) (-832 -32 320) (-832 -32 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 917] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5578" + "plane" "(-832 -192 320) (-672 -192 320) (-672 -192 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 917] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8644" + side + { + "id" "6315" + "plane" "(-320 -352 32) (-320 -288 32) (-160 -288 32)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6314" + "plane" "(-320 -288 0) (-320 -352 0) (-160 -384 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6313" + "plane" "(-320 -288 0) (-320 -288 32) (-320 -352 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6312" + "plane" "(-160 -288 0) (-160 -288 32) (-320 -288 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6311" + "plane" "(-320 -352 0) (-320 -352 32) (-160 -384 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6310" + "plane" "(-160 -384 0) (-160 -384 32) (-160 -288 32)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8725" + side + { + "id" "6461" + "plane" "(-160 -1472 64) (-160 -1664 64) (-320 -1664 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 896] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6460" + "plane" "(-160 -1664 32) (-160 -1472 32) (-320 -1472 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6459" + "plane" "(-320 -1472 64) (-320 -1664 64) (-320 -1664 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6458" + "plane" "(-160 -1664 64) (-160 -1472 64) (-160 -1472 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6457" + "plane" "(-160 -1472 64) (-320 -1472 64) (-320 -1472 32)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[1 0 0 661] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6456" + "plane" "(-320 -1664 64) (-160 -1664 64) (-160 -1664 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8727" + side + { + "id" "6473" + "plane" "(-32 -1504 65) (-32 -1632 65) (-192 -1632 65)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 -83] 0.5" + "vaxis" "[0 -1 0 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6472" + "plane" "(-32 -1632 64) (-32 -1504 64) (-192 -1504 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6471" + "plane" "(-192 -1504 65) (-192 -1632 65) (-192 -1632 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6470" + "plane" "(-32 -1632 65) (-32 -1504 65) (-32 -1504 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6469" + "plane" "(-32 -1504 65) (-192 -1504 65) (-192 -1504 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6468" + "plane" "(-192 -1632 65) (-32 -1632 65) (-32 -1632 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8974" + side + { + "id" "6733" + "plane" "(-64 -1312 64) (-64 -896 64) (-32 -896 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6732" + "plane" "(-64 -896 32) (-64 -1312 32) (-32 -1312 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6731" + "plane" "(-64 -1312 32) (-64 -896 32) (-64 -896 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 661] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6730" + "plane" "(-32 -896 32) (-32 -1312 32) (-32 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6729" + "plane" "(-64 -896 32) (-32 -896 32) (-32 -896 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6728" + "plane" "(-32 -1312 32) (-64 -1312 32) (-64 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "8976" + side + { + "id" "6745" + "plane" "(-64 -1504 64) (-64 -1312 64) (64 -1312 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6744" + "plane" "(-64 -1312 32) (-64 -1504 32) (64 -1504 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6743" + "plane" "(-64 -1504 32) (-64 -1312 32) (-64 -1312 64)" + "material" "VALLEY/NATURE/DESERT_WALL" + "uaxis" "[0 1 0 661] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6742" + "plane" "(64 -1312 32) (64 -1504 32) (64 -1504 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6741" + "plane" "(-64 -1312 32) (64 -1312 32) (64 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6740" + "plane" "(64 -1504 32) (-64 -1504 32) (-64 -1504 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3104" + side + { + "id" "5271" + "plane" "(-1.52588e-05 -2304 32) (-1.52588e-05 -2560 32) (-224 -2560 32)" + "material" "DEV/VALUESAND40" + "uaxis" "[1 0 0 0] 200" + "vaxis" "[0 -1 0 0] 200" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5270" + "plane" "(-1.52588e-05 -2560 0) (-1.52588e-05 -2304 0) (-480 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5269" + "plane" "(-480 -2304 32) (-224 -2560 32) (-224 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5268" + "plane" "(-1.52588e-05 -2560 32) (-1.52588e-05 -2304 32) (-1.52588e-05 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5267" + "plane" "(-1.52588e-05 -2304 32) (-480 -2304 32) (-480 -2304 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5266" + "plane" "(-224 -2560 32) (-1.52588e-05 -2560 32) (-1.52588e-05 -2560 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1913" + side + { + "id" "21017" + "plane" "(1408 -1216 192) (1408 -992 192) (1664 -992 192)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21016" + "plane" "(1408 -992 96) (1408 -1216 96) (1664 -1216 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21015" + "plane" "(1408 -1216 96) (1408 -992 96) (1408 -992 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21014" + "plane" "(1664 -992 96) (1664 -1216 96) (1664 -1216 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21013" + "plane" "(1408 -992 96) (1664 -992 96) (1664 -992 192)" + "material" "VALLEY/DEV/DEV_ROCK" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21012" + "plane" "(1664 -1216 96) (1408 -1216 96) (1408 -1216 192)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1972" + side + { + "id" "3551" + "plane" "(128 672 128) (160 704 128) (288 576 128)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3550" + "plane" "(160 704 64) (128 672 64) (256 544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3549" + "plane" "(128 672 64) (160 704 64) (160 704 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3548" + "plane" "(288 576 64) (256 544 64) (256 544 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3547" + "plane" "(160 704 64) (288 576 64) (288 576 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3546" + "plane" "(256 544 64) (128 672 64) (128 672 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1981" + side + { + "id" "3570" + "plane" "(-288 384 128) (-288 672 128) (128 672 128)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 768] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3569" + "plane" "(-288 672 96) (-288 384 96) (256 384 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3568" + "plane" "(-288 384 96) (-288 672 96) (-288 672 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3567" + "plane" "(256 544 96) (256 384 96) (256 384 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3566" + "plane" "(-288 672 96) (128 672 96) (128 672 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3565" + "plane" "(256 384 96) (-288 384 96) (-288 384 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3564" + "plane" "(128 672 96) (256 544 96) (256 544 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1983" + side + { + "id" "3582" + "plane" "(-256 64 128) (-256 384 128) (128 384 128)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 768] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3581" + "plane" "(-256 384 96) (-256 64 96) (128 64 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3580" + "plane" "(-256 64 96) (-256 384 96) (-256 384 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3579" + "plane" "(128 384 96) (128 64 96) (128 64 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3578" + "plane" "(-256 384 96) (128 384 96) (128 384 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3577" + "plane" "(128 64 96) (-256 64 96) (-256 64 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1986" + side + { + "id" "3594" + "plane" "(-128 64 64) (0 64 64) (0 32 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3593" + "plane" "(-128 32 32) (0 32 32) (0 64 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3592" + "plane" "(-128 64 64) (-128 32 64) (-128 32 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3591" + "plane" "(0 64 32) (0 32 32) (0 32 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3590" + "plane" "(0 64 64) (-128 64 64) (-128 64 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3589" + "plane" "(0 32 32) (-128 32 32) (-128 32 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1988" + side + { + "id" "3606" + "plane" "(-352 32 64) (128 32 64) (128 -192 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3605" + "plane" "(-352 -192 32) (128 -192 32) (128 32 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3604" + "plane" "(-352 32 64) (-352 -192 64) (-352 -192 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3603" + "plane" "(128 32 32) (128 -192 32) (128 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3602" + "plane" "(128 32 64) (-352 32 64) (-352 32 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3601" + "plane" "(128 -192 32) (-352 -192 32) (-352 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1995" + side + { + "id" "3618" + "plane" "(-64 -896 64) (-64 -192 64) (128 -192 64)" + "material" "DEV/VALUESAND30" + "uaxis" "[1 0 0 320] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3617" + "plane" "(-64 -192 32) (-64 -896 32) (128 -896 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3616" + "plane" "(-64 -896 32) (-64 -192 32) (-64 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3615" + "plane" "(128 -192 32) (128 -896 32) (128 -896 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3614" + "plane" "(-64 -192 32) (128 -192 32) (128 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3613" + "plane" "(128 -896 32) (-64 -896 32) (-64 -896 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2039" + side + { + "id" "3752" + "plane" "(-1280 -1632 64) (-416 -1632 64) (-416 -1856 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 896] 0.25" + "vaxis" "[0 -1 0 -512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3751" + "plane" "(-1280 -1856 0) (-416 -1856 0) (-416 -1632 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3750" + "plane" "(-1280 -1632 64) (-1280 -1856 64) (-1280 -1856 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3749" + "plane" "(-416 -1632 0) (-416 -1856 0) (-416 -1856 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3748" + "plane" "(-416 -1632 64) (-1280 -1632 64) (-1280 -1632 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3747" + "plane" "(-416 -1856 0) (-1280 -1856 0) (-1280 -1856 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2042" + side + { + "id" "3764" + "plane" "(-1280 -1536 64) (-1088 -1536 64) (-1088 -1632 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3763" + "plane" "(-1280 -1632 0) (-1088 -1632 0) (-1088 -1536 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3762" + "plane" "(-1280 -1536 64) (-1280 -1632 64) (-1280 -1632 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3761" + "plane" "(-1088 -1536 0) (-1088 -1632 0) (-1088 -1632 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3760" + "plane" "(-1088 -1536 64) (-1280 -1536 64) (-1280 -1536 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3759" + "plane" "(-1088 -1632 0) (-1280 -1632 0) (-1280 -1632 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2044" + side + { + "id" "3776" + "plane" "(-1376 -1536 64) (-1280 -1536 64) (-1280 -1760 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 768] 0.25" + "vaxis" "[0 -1 0 -512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3775" + "plane" "(-1376 -1760 0) (-1280 -1760 0) (-1280 -1536 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3774" + "plane" "(-1376 -1536 64) (-1376 -1760 64) (-1376 -1760 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3773" + "plane" "(-1280 -1536 0) (-1280 -1760 0) (-1280 -1760 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3772" + "plane" "(-1280 -1536 64) (-1376 -1536 64) (-1376 -1536 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3771" + "plane" "(-1280 -1760 0) (-1376 -1760 0) (-1376 -1760 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2046" + side + { + "id" "3788" + "plane" "(-1632 -1312 64) (-1088 -1312 64) (-1088 -1536 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3787" + "plane" "(-1632 -1536 0) (-1088 -1536 0) (-1088 -1312 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3786" + "plane" "(-1632 -1312 64) (-1632 -1536 64) (-1632 -1536 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3785" + "plane" "(-1088 -1312 0) (-1088 -1536 0) (-1088 -1536 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3784" + "plane" "(-1088 -1312 64) (-1632 -1312 64) (-1632 -1312 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3783" + "plane" "(-1088 -1536 0) (-1632 -1536 0) (-1632 -1536 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2049" + side + { + "id" "3800" + "plane" "(-1632 -672 64) (-1376 -672 64) (-1376 -1312 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3799" + "plane" "(-1632 -1312 0) (-1376 -1312 0) (-1376 -672 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3798" + "plane" "(-1632 -672 64) (-1632 -1312 64) (-1632 -1312 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3797" + "plane" "(-1376 -672 0) (-1376 -1312 0) (-1376 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3796" + "plane" "(-1376 -672 64) (-1632 -672 64) (-1632 -672 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3795" + "plane" "(-1376 -1312 0) (-1632 -1312 0) (-1632 -1312 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2051" + side + { + "id" "3812" + "plane" "(-1376 -928 64) (-1312 -928 64) (-1312 -1152 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3811" + "plane" "(-1376 -1152 0) (-1312 -1152 0) (-1312 -928 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3810" + "plane" "(-1376 -928 64) (-1376 -1152 64) (-1376 -1152 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3809" + "plane" "(-1312 -928 0) (-1312 -1152 0) (-1312 -1152 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3808" + "plane" "(-1312 -928 64) (-1376 -928 64) (-1376 -928 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3807" + "plane" "(-1312 -1152 0) (-1376 -1152 0) (-1376 -1152 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2054" + side + { + "id" "3824" + "plane" "(-2048 -448 64) (-1088 -448 64) (-1088 -672 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 768] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3823" + "plane" "(-2048 -672 0) (-1088 -672 0) (-1088 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3822" + "plane" "(-2048 -448 64) (-2048 -672 64) (-2048 -672 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3821" + "plane" "(-1088 -448 0) (-1088 -672 0) (-1088 -672 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3820" + "plane" "(-1088 -448 64) (-2048 -448 64) (-2048 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3819" + "plane" "(-1088 -672 0) (-2048 -672 0) (-2048 -672 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2057" + side + { + "id" "3836" + "plane" "(-2304 -448 96) (-2048 -448 96) (-2048 -672 96)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 768] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3835" + "plane" "(-2304 -672 0) (-2048 -672 0) (-2048 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3834" + "plane" "(-2304 -448 96) (-2304 -672 96) (-2304 -672 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3833" + "plane" "(-2048 -448 0) (-2048 -672 0) (-2048 -672 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3832" + "plane" "(-2048 -448 96) (-2304 -448 96) (-2304 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3831" + "plane" "(-2048 -672 0) (-2304 -672 0) (-2304 -672 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2062" + side + { + "id" "3848" + "plane" "(-2368 128 96) (-2048 128 96) (-2048 -448 96)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 640] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3847" + "plane" "(-2368 -448 0) (-2048 -448 0) (-2048 128 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3846" + "plane" "(-2368 128 96) (-2368 -448 96) (-2368 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3845" + "plane" "(-2048 128 0) (-2048 -448 0) (-2048 -448 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3844" + "plane" "(-2048 128 96) (-2368 128 96) (-2368 128 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3843" + "plane" "(-2048 -448 0) (-2368 -448 0) (-2368 -448 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2065" + side + { + "id" "3860" + "plane" "(-1408 96 64) (-1088 96 64) (-1088 -448 64)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3859" + "plane" "(-1408 -448 0) (-1088 -448 0) (-1088 96 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3858" + "plane" "(-1408 96 64) (-1408 -448 64) (-1408 -448 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3857" + "plane" "(-1088 96 0) (-1088 -448 0) (-1088 -448 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3856" + "plane" "(-1088 96 64) (-1408 96 64) (-1408 96 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3855" + "plane" "(-1088 -448 0) (-1408 -448 0) (-1408 -448 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2069" + side + { + "id" "3872" + "plane" "(-1824 96 64) (-1440 96 64) (-1440 -128 64)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3871" + "plane" "(-1824 -128 0) (-1440 -128 0) (-1440 96 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3870" + "plane" "(-1824 96 64) (-1824 -128 64) (-1824 -128 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3869" + "plane" "(-1440 96 0) (-1440 -128 0) (-1440 -128 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3868" + "plane" "(-1440 96 64) (-1824 96 64) (-1824 96 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3867" + "plane" "(-1440 -128 0) (-1824 -128 0) (-1824 -128 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2071" + side + { + "id" "3884" + "plane" "(-2016 544 64) (-1088 544 64) (-1088 96 64)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3883" + "plane" "(-2016 96 0) (-1088 96 0) (-1088 544 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3882" + "plane" "(-2016 544 64) (-2016 96 64) (-2016 96 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3881" + "plane" "(-1088 544 0) (-1088 96 0) (-1088 96 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3880" + "plane" "(-1088 544 64) (-2016 544 64) (-2016 544 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3879" + "plane" "(-1088 96 0) (-2016 96 0) (-2016 96 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2077" + side + { + "id" "3896" + "plane" "(-1088 288 32) (-736 288 32) (-736 32 32)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -896] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3895" + "plane" "(-1088 32 0) (-736 32 0) (-736 288 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3894" + "plane" "(-1088 288 32) (-1088 32 32) (-1088 32 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3893" + "plane" "(-736 288 0) (-736 32 0) (-736 32 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3892" + "plane" "(-736 288 32) (-1088 288 32) (-1088 288 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3891" + "plane" "(-736 32 0) (-1088 32 0) (-1088 32 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2081" + side + { + "id" "3908" + "plane" "(-1088 480 64) (-672 480 64) (-672 288 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3907" + "plane" "(-1088 288 0) (-672 288 0) (-672 480 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3906" + "plane" "(-1088 480 64) (-1088 288 64) (-1088 288 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3905" + "plane" "(-672 480 0) (-672 288 0) (-672 288 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3904" + "plane" "(-672 480 64) (-1088 480 64) (-1088 480 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3903" + "plane" "(-672 288 0) (-1088 288 0) (-1088 288 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2089" + side + { + "id" "3920" + "plane" "(-672 480 64) (-448 480 64) (-448 -192 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3919" + "plane" "(-672 -192 0) (-448 -192 0) (-448 480 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3918" + "plane" "(-672 480 64) (-672 -192 64) (-672 -192 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3917" + "plane" "(-448 480 0) (-448 -192 0) (-448 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3916" + "plane" "(-448 480 64) (-672 480 64) (-672 480 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3915" + "plane" "(-448 -192 0) (-672 -192 0) (-672 -192 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2095" + side + { + "id" "3932" + "plane" "(-448 32 64) (-352 32 64) (-352 -160 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3931" + "plane" "(-448 -160 32) (-352 -160 32) (-352 32 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3930" + "plane" "(-448 32 64) (-448 -160 64) (-448 -160 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3929" + "plane" "(-352 32 32) (-352 -160 32) (-352 -160 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3928" + "plane" "(-352 32 64) (-448 32 64) (-448 32 32)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3927" + "plane" "(-352 -160 32) (-448 -160 32) (-448 -160 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2097" + side + { + "id" "3944" + "plane" "(-1792 896 64) (-1440 896 64) (-1440 544 64)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3943" + "plane" "(-1792 544 0) (-1440 544 0) (-1440 896 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3942" + "plane" "(-1792 896 64) (-1792 544 64) (-1792 544 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3941" + "plane" "(-1440 896 0) (-1440 544 0) (-1440 544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3940" + "plane" "(-1440 896 64) (-1792 896 64) (-1792 896 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3939" + "plane" "(-1440 544 0) (-1792 544 0) (-1792 544 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2099" + side + { + "id" "3956" + "plane" "(-1440 768 64) (-1056 768 64) (-1056 576 64)" + "material" "DEV/DEV_MEASUREICE01" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3955" + "plane" "(-1440 576 0) (-1056 576 0) (-1056 768 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3954" + "plane" "(-1440 768 64) (-1440 576 64) (-1440 576 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3953" + "plane" "(-1056 768 0) (-1056 576 0) (-1056 576 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3952" + "plane" "(-1056 768 64) (-1440 768 64) (-1440 768 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3951" + "plane" "(-1056 576 0) (-1440 576 0) (-1440 576 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2104" + side + { + "id" "3968" + "plane" "(-1056 576 64) (-1056 768 64) (-704 768 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 896] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3967" + "plane" "(-1056 768 0) (-1056 576 0) (-704 576 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3966" + "plane" "(-1056 576 0) (-1056 768 0) (-1056 768 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3965" + "plane" "(-704 768 0) (-704 576 0) (-704 576 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3964" + "plane" "(-1056 768 0) (-704 768 0) (-704 768 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3963" + "plane" "(-704 576 0) (-1056 576 0) (-1056 576 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2106" + side + { + "id" "3980" + "plane" "(-256 928 128) (-256 1600 128) (480 1600 128)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3979" + "plane" "(-256 1600 64) (-256 928 64) (480 928 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3978" + "plane" "(-256 928 64) (-256 1600 64) (-256 1600 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3977" + "plane" "(480 1600 64) (480 928 64) (480 928 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3976" + "plane" "(-256 1600 64) (480 1600 64) (480 1600 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3975" + "plane" "(480 928 64) (-256 928 64) (-256 928 128)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2108" + side + { + "id" "3992" + "plane" "(160 864 96) (160 928 96) (480 928 96)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3991" + "plane" "(160 928 64) (160 864 64) (480 864 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3990" + "plane" "(160 864 64) (160 928 64) (160 928 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3989" + "plane" "(480 928 64) (480 864 64) (480 864 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3988" + "plane" "(160 928 64) (480 928 64) (480 928 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3987" + "plane" "(480 864 64) (160 864 64) (160 864 96)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2136" + side + { + "id" "4047" + "plane" "(-800 -1984 64) (-800 -1856 64) (-672 -1856 64)" + "material" "VALLEY/DEV/DEV_GRAVEL" + "uaxis" "[1 0 0 896] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4046" + "plane" "(-800 -1856 0) (-800 -1984 0) (-672 -1856 0)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4045" + "plane" "(-800 -1984 0) (-800 -1856 0) (-800 -1856 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4044" + "plane" "(-800 -1856 0) (-672 -1856 0) (-672 -1856 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4043" + "plane" "(-672 -1856 0) (-800 -1984 0) (-800 -1984 64)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 160 201" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + hidden + { + solid + { + "id" "2" + side + { + "id" "1" + "plane" "(1.52588e-05 -3072 16) (1.52588e-05 -2112 16) (384 -2112 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2" + "plane" "(1.52588e-05 -2112 0) (1.52588e-05 -3072 0) (384 -3072 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3" + "plane" "(1.52588e-05 -3072 0) (1.52588e-05 -2112 0) (1.52588e-05 -2112 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4" + "plane" "(384 -2112 0) (384 -3072 0) (384 -3072 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5" + "plane" "(384 -3072 0) (1.52588e-05 -3072 0) (1.52588e-05 -3072 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6" + "plane" "(1.52588e-05 -2112 0) (384 -2112 0) (384 -2112 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "3" + side + { + "id" "1610" + "plane" "(-1088 32 256) (-1088 288 256) (-672 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1609" + "plane" "(-1088 288 224) (-1088 32 224) (-672 32 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1608" + "plane" "(-1088 32 224) (-1088 288 224) (-1088 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1607" + "plane" "(-672 288 224) (-672 32 224) (-672 32 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1606" + "plane" "(-1088 288 224) (-672 288 224) (-672 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1605" + "plane" "(-672 32 224) (-1088 32 224) (-1088 32 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "4" + side + { + "id" "1616" + "plane" "(512 -2056 32) (512 -1856 32) (648 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1615" + "plane" "(648 -1856 0) (512 -1856 0) (512 -2056 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1614" + "plane" "(512 -2056 0) (512 -1856 0) (512 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1613" + "plane" "(512 -1856 0) (648 -1856 0) (648 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1612" + "plane" "(648 -2056 0) (512 -2056 0) (512 -2056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1611" + "plane" "(648 -1856 0) (648 -2056 0) (648 -2056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "5" + side + { + "id" "1622" + "plane" "(464 -1856 32) (176 -1856 32) (176 -1712 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1621" + "plane" "(176 -1712 0) (176 -1856 0) (464 -1856 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1620" + "plane" "(176 -1856 0) (176 -1712 0) (176 -1712 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1619" + "plane" "(464 -1856 0) (176 -1856 0) (176 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1618" + "plane" "(464 -1712 0) (464 -1856 0) (464 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1617" + "plane" "(176 -1712 0) (464 -1712 0) (464 -1712 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "6" + side + { + "id" "1628" + "plane" "(176 -1680 32) (176 -1552 32) (464 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1627" + "plane" "(464 -1552 0) (176 -1552 0) (176 -1680 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1626" + "plane" "(176 -1552 0) (464 -1552 0) (464 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1625" + "plane" "(176 -1680 0) (176 -1552 0) (176 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1624" + "plane" "(464 -1552 0) (464 -1680 0) (464 -1680 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1623" + "plane" "(464 -1680 0) (176 -1680 0) (176 -1680 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "7" + side + { + "id" "1634" + "plane" "(496 -1375 32) (496 -1552 32) (176 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1633" + "plane" "(176 -1552 0) (496 -1552 0) (496 -1375 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1632" + "plane" "(496 -1375 0) (496 -1552 0) (496 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1631" + "plane" "(496 -1552 0) (176 -1552 0) (176 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1630" + "plane" "(176 -1375 0) (496 -1375 0) (496 -1375 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1629" + "plane" "(176 -1552 0) (176 -1375 0) (176 -1375 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "8" + side + { + "id" "1640" + "plane" "(160 -1344 32) (496 -1344 32) (496 -1375 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 6] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1639" + "plane" "(496 -1375 0) (496 -1344 0) (160 -1344 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1638" + "plane" "(496 -1344 0) (496 -1375 0) (496 -1375 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1637" + "plane" "(160 -1344 0) (496 -1344 0) (496 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1636" + "plane" "(160 -1375 0) (160 -1344 0) (160 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1635" + "plane" "(496 -1375 0) (160 -1375 0) (160 -1375 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "9" + side + { + "id" "1646" + "plane" "(176 -1712 32) (176 -1680 32) (464 -1680 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 2] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1645" + "plane" "(176 -1680 0) (176 -1712 0) (464 -1712 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1644" + "plane" "(176 -1712 0) (176 -1680 0) (176 -1680 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1643" + "plane" "(464 -1680 0) (464 -1712 0) (464 -1712 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1642" + "plane" "(176 -1680 0) (464 -1680 0) (464 -1680 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1641" + "plane" "(464 -1712 0) (176 -1712 0) (176 -1712 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "10" + side + { + "id" "1652" + "plane" "(149 -2080 32) (149 -1552 32) (176 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1651" + "plane" "(149 -1552 0) (149 -2080 0) (176 -2080 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1650" + "plane" "(149 -2080 0) (149 -1552 0) (149 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1649" + "plane" "(149 -1552 0) (176 -1552 0) (176 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1648" + "plane" "(176 -2080 0) (149 -2080 0) (149 -2080 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1647" + "plane" "(176 -1552 0) (176 -2080 0) (176 -2080 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "11" + side + { + "id" "1658" + "plane" "(528 -1824 32) (528 -1400 32) (752 -1400 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1657" + "plane" "(528 -1400 0) (528 -1824 0) (752 -1824 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1656" + "plane" "(528 -1824 0) (528 -1400 0) (528 -1400 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1655" + "plane" "(752 -1400 0) (752 -1824 0) (752 -1824 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1654" + "plane" "(528 -1400 0) (752 -1400 0) (752 -1400 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1653" + "plane" "(752 -1824 0) (528 -1824 0) (528 -1824 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "12" + side + { + "id" "1664" + "plane" "(752 -1400 32) (1112 -1400 32) (1112 -1544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1663" + "plane" "(752 -1544 0) (1112 -1544 0) (1112 -1400 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1662" + "plane" "(752 -1400 32) (752 -1544 32) (752 -1544 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1661" + "plane" "(1112 -1400 0) (1112 -1544 0) (1112 -1544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1660" + "plane" "(1112 -1400 32) (752 -1400 32) (752 -1400 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1659" + "plane" "(1112 -1544 0) (752 -1544 0) (752 -1544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "13" + side + { + "id" "1670" + "plane" "(752 -1720 32) (752 -1544 32) (1112 -1544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1669" + "plane" "(752 -1544 0) (752 -1720 0) (1112 -1720 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -8] 0.25" + "vaxis" "[0 -1 0 -28] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1668" + "plane" "(752 -1720 0) (752 -1544 0) (752 -1544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 28] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1667" + "plane" "(1112 -1544 0) (1112 -1720 0) (1112 -1720 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 28] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1666" + "plane" "(752 -1544 0) (1112 -1544 0) (1112 -1544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1665" + "plane" "(1112 -1720 0) (752 -1720 0) (752 -1720 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "14" + side + { + "id" "1676" + "plane" "(408 -1344 32) (312 -1344 32) (312 -1305 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1675" + "plane" "(312 -1305 0) (312 -1344 0) (408 -1344 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1674" + "plane" "(408 -1344 0) (312 -1344 0) (312 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1673" + "plane" "(312 -1344 0) (312 -1305 0) (312 -1305 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1672" + "plane" "(408 -1305 0) (408 -1344 0) (408 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1671" + "plane" "(312 -1305 0) (408 -1305 0) (408 -1305 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "15" + side + { + "id" "1682" + "plane" "(312 -1344 32) (192 -1344 32) (192 -1280 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1681" + "plane" "(192 -1280 0) (192 -1344 0) (312 -1344 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1680" + "plane" "(312 -1344 0) (192 -1344 0) (192 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1679" + "plane" "(192 -1344 0) (192 -1280 0) (192 -1280 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1678" + "plane" "(192 -1280 0) (312 -1280 0) (312 -1280 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1677" + "plane" "(312 -1280 0) (312 -1344 0) (312 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "16" + side + { + "id" "1688" + "plane" "(128 -1344 32) (128 -1113 32) (192 -1113 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1687" + "plane" "(128 -1113 0) (128 -1344 0) (192 -1344 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1686" + "plane" "(128 -1344 0) (128 -1113 0) (128 -1113 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1685" + "plane" "(192 -1113 0) (192 -1344 0) (192 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1684" + "plane" "(128 -1113 0) (192 -1113 0) (192 -1113 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1683" + "plane" "(192 -1344 0) (128 -1344 0) (128 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "17" + side + { + "id" "1694" + "plane" "(160 -1552 32) (128 -1552 32) (128 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1693" + "plane" "(160 -1344 0) (128 -1344 0) (128 -1552 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1692" + "plane" "(128 -1344 0) (160 -1344 0) (160 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1691" + "plane" "(160 -1552 0) (128 -1552 0) (128 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1690" + "plane" "(160 -1344 0) (160 -1552 0) (160 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1689" + "plane" "(128 -1552 0) (128 -1344 0) (128 -1344 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "18" + side + { + "id" "1700" + "plane" "(176 -1552 32) (160 -1552 32) (160 -1375 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1699" + "plane" "(160 -1375 0) (160 -1552 0) (176 -1552 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1698" + "plane" "(176 -1552 0) (160 -1552 0) (160 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1697" + "plane" "(160 -1552 0) (160 -1375 0) (160 -1375 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1696" + "plane" "(160 -1375 0) (176 -1375 0) (176 -1375 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1695" + "plane" "(176 -1375 0) (176 -1552 0) (176 -1552 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "19" + side + { + "id" "1706" + "plane" "(128 -1536 32) (-360 -1536 32) (-360 -920 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[128 -920 32]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0.998051 0 0.0416021 -0.99845 0.0332817 0 0.998051 0 0 0.998051 0 0.242278 0.969113 -0.0151424 0 0.000314342 -0.999999 0.000314335 0.00125734 -0.999998 0 0.998051 0 0 0.998051 0" + "row1" "-0.06231 0.99696 -0.0155775 0.0356639 -0.998588 0.0356639 -0.00390193 0.998895 -0.0156077 0.0312005 0.998416 -0.0156002 0.242333 0.969332 -0.0201944 0 1.59155e-05 -1 7.95775e-06 3.1831e-05 -1 0 0.998903 -0.0156079 0.242278 0.969113 -0.0151424" + "row2" "0 0 0 0.0346842 -0.998905 0.0277473 0 0 0 0 0 0 1.18615e-05 0 -1 0 0 -1 3.05176e-06 0 -1 0 0 -1 0 0 0" + "row3" "0 0 0 0.0346842 -0.998905 0.0277473 0 0 0 0 0 -1 6.10352e-06 0 -1 0 0 -1 4.13594e-06 -3.30875e-05 -1 0 0 -1 0 0 0" + "row4" "0 0 0 0.0227149 -0.999456 0.0198755 0 0 -0.999998 0 0 -1 4.57764e-06 0 -1 0 0 -1 0 -0.999024 0 0 0 0 0 0 0" + "row5" "0 0 0 0.0283878 -0.99925 0.0227102 0 0 -1 0 0 -1 6.10352e-06 0 -1 0 0 -1 0.992248 0 0 0 0 0 0 0 0" + "row6" "0 0 0 1.51122e-05 -0.000483592 -1 0 0 -1 0 0 -1 9.24504e-06 0 -1 0 0 -1 0.123915 -0.991317 0 0 0 0 0 0 0" + "row7" "0 0 0 1.02056e-05 -0.000391897 -1 0 0 -1 0 0 0 0.242195 0.96878 -0.0302744 0 0 0 0.992248 0 0 0 0 0 0 0 0" + "row8" "0 0 0 0.0208226 -0.999485 0.0208226 0 0 0 0 0 0 0.994819 0 0 0 0 0 0.992248 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "6.10352e-05 0.00091683 6.10352e-05 6.10352e-05 0.000125842 0.194168 0.097086 6.10352e-05 6.10352e-05" + "row1" "0.000122323 0.000855581 0.000122086 0.000122145 0.000188779 7.6699 3.83495 0.000122085 0.000125842" + "row2" "0 0.00109972 0 0 2.57282 7.42719 5 2.57281 0" + "row3" "0 0.00109972 0 1.31068 5 5 3.68932 3.68932 0" + "row4" "0 0.00134339 0.0485439 5 5 5 0.00012207 0 0" + "row5" "0 0.00134366 3.78641 5 5 5 1.52588e-05 0 0" + "row6" "0 2.52424 5 2.47573 2.47573 2.47573 0.00012302 0 0" + "row7" "0 3.73783 3.73786 0 0.000125885 0 1.52588e-05 0 0" + "row8" "0 0.00146548 0 0 2.28882e-05 0 1.52588e-05 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "4.95131 4.95131 4.95131 0 255 255 255 255 127.476" + "row1" "195.582 195.582 195.582 0 255 255 255 255 30.2913" + "row2" "255 255 255 131.214 255 255 255 123.786 0" + "row3" "255 255 255 255 255 255 255 66.8447 0" + "row4" "252.524 252.524 255 255 255 255 255 255 2.47573" + "row5" "61.8932 61.8933 255 255 255 255 255 255 193.107" + "row6" "0 0.000127573 126.262 214.612 204.515 191.893 204.515 242.379 255" + "row7" "0 0 0 130.825 115.874 97.1845 115.874 171.942 190.631" + "row8" "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" + "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" "1705" + "plane" "(-360 -920 32) (-360 -1536 32) (-360 -1536 31)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1704" + "plane" "(-360 -1536 31) (-360 -1536 32) (128 -1536 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1703" + "plane" "(128 -1536 31) (128 -1536 32) (128 -920 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 -28] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1702" + "plane" "(-360 -920 31) (-360 -1536 31) (128 -1536 31)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1701" + "plane" "(128 -920 31) (128 -920 32) (-360 -920 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "20" + side + { + "id" "1712" + "plane" "(-112 -920 16) (-360 -920 16) (-360 -832 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 2] 0.125" + "vaxis" "[0 -1 0 -1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1711" + "plane" "(-360 -832 0) (-360 -920 0) (-112 -920 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1710" + "plane" "(-360 -920 0) (-360 -832 0) (-360 -832 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1709" + "plane" "(-112 -920 0) (-360 -920 0) (-360 -920 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1708" + "plane" "(-112 -832 0) (-112 -920 0) (-112 -920 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1707" + "plane" "(-360 -832 0) (-112 -832 0) (-112 -832 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "21" + side + { + "id" "1718" + "plane" "(-360 -832 16) (-360 -320 16) (-112 -320 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1717" + "plane" "(-360 -320 0) (-360 -832 0) (-112 -832 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1716" + "plane" "(-360 -832 0) (-360 -320 0) (-360 -320 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1715" + "plane" "(-112 -320 0) (-112 -832 0) (-112 -832 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1714" + "plane" "(-360 -320 0) (-112 -320 0) (-112 -320 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1713" + "plane" "(-112 -832 0) (-360 -832 0) (-360 -832 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "22" + side + { + "id" "1724" + "plane" "(-112 -256 16) (-72 -256 16) (-72 -920 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 2] 0.125" + "vaxis" "[0 -1 0 -1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1723" + "plane" "(-112 -920 0) (-72 -920 0) (-72 -256 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1722" + "plane" "(-72 -256 0) (-72 -920 0) (-72 -920 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1721" + "plane" "(-112 -256 0) (-72 -256 0) (-72 -256 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1720" + "plane" "(-72 -920 0) (-112 -920 0) (-112 -920 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1719" + "plane" "(-112 -920 0) (-112 -256 0) (-112 -256 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "23" + side + { + "id" "1730" + "plane" "(-448 -795 16) (-448 -432 16) (-360 -432 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1729" + "plane" "(-448 -432 0) (-448 -795 0) (-360 -795 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1728" + "plane" "(-448 -795 0) (-448 -432 0) (-448 -432 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1727" + "plane" "(-360 -432 0) (-360 -795 0) (-360 -795 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1726" + "plane" "(-448 -432 0) (-360 -432 0) (-360 -432 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1725" + "plane" "(-360 -795 0) (-448 -795 0) (-448 -795 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "24" + side + { + "id" "1736" + "plane" "(-360 -320 16) (-360 -256 16) (-112 -256 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 2] 0.125" + "vaxis" "[0 -1 0 -1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1735" + "plane" "(-112 -256 0) (-360 -256 0) (-360 -320 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1734" + "plane" "(-360 -320 0) (-360 -256 0) (-360 -256 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1733" + "plane" "(-360 -256 0) (-112 -256 0) (-112 -256 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1732" + "plane" "(-112 -256 0) (-112 -320 0) (-112 -320 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1731" + "plane" "(-112 -320 0) (-360 -320 0) (-360 -320 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "25" + side + { + "id" "1742" + "plane" "(128 -768 62) (-72 -768 62) (-72 33 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-72 33 62]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 -0.847297 -0.533557 0.423648 0 0 0 0 0 0 0 1.66911 -0.0828305 0 0 0 0 0 0 0 0 0 0 1.67271 0" + "row1" "0 0 0 0.0955302 -0.962511 0.812006 0 0 1 0 0 -1 0.119935 1.61119 -0.239869 0 3.90754e-05 -1 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0.0955302 -0.962511 0.812006 0 0 1 0 0 -1 0 1.67271 0 0 0 -1 0 0 0 0 0 0 0 0 0" + "row3" "-0.666667 0 0 0.0746736 -1.00316 0.796518 -5.01501e-08 0 1 -5.01501e-08 0 -1 0 1.67271 0 -5.01501e-08 0 -1 -0.666667 0 0 -0.666667 0 0 -0.666667 0 0" + "row4" "0.988447 0 0.123556 0.409781 -0.917496 0.728499 9.54654e-06 0 1 9.54654e-06 0 -1 0.681998 1.22159 0 9.54654e-06 0 -1 0.988447 0 0.123556 0.988447 0 0.123556 0.702428 -1.17955 0.0878035" + "row5" "0.985594 0 -0.140799 0.409781 -0.917496 0.728499 2.32698e-05 1.11645e-05 1 2.32696e-05 0 -1 0.653697 1.25453 -0.0933853 2.32696e-05 2.23288e-05 -1 0.653697 1.25453 -0.0933853 0.985594 0 -0.140799 0.653697 1.25453 -0.0933853" + "row6" "0.996109 0 0 0.902254 -0.432887 0.343716 0.996109 0 0 0.996109 0 0 0.702428 1.17955 -0.0878035 0.996109 0 0 0.996109 0 0 0.996109 0 0 0.996109 0 0" + "row7" "0.996109 0 0 0.909778 -0.416656 0.330828 0.996109 0 0 0.996109 0 0 0.77661 1.04329 0.077661 0.996109 0 0 0.996109 0 0 0.996109 0 0 0.996109 0 0" + "row8" "0 0 0 0.847297 -0.533557 0.423648 0 0 0 0 0 0 0.321022 -1.48245 0.341085 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0.000143951 0 0 4.5935e-05 0 0 0 3.05176e-05" + "row1" "0 7.97445e-05 0.655735 0.655739 3.16873e-05 0.655739 0 0 0" + "row2" "0 7.97445e-05 2.70492 2.70492 3.05176e-05 2.70492 0 0 0" + "row3" "2.38419e-07 7.65082e-05 4.7541 4.7541 3.05176e-05 4.7541 2.38419e-07 2.38419e-07 2.38419e-07" + "row4" "3.07551e-05 8.36628e-05 3.19672 3.19672 4.18314e-05 3.19672 3.07551e-05 3.07551e-05 4.33266e-05" + "row5" "2.6974e-05 8.36628e-05 1.14753 1.14754 4.07298e-05 1.14754 4.07298e-05 2.6974e-05 4.07298e-05" + "row6" "3.05176e-05 0.000177455 3.05176e-05 3.05176e-05 4.33266e-05 3.05176e-05 3.05176e-05 3.05176e-05 3.05176e-05" + "row7" "3.05176e-05 0.000184373 3.05176e-05 3.05176e-05 4.90007e-05 3.05176e-05 3.05176e-05 3.05176e-05 3.05176e-05" + "row8" "0 0.000143951 0 0 0.000190009 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "239.672 255 255 255 195.902 246.639 255 255 255" + "row1" "205 255 255 255 185.492 255 254.344 255 251.066" + "row2" "205 255 255 255 218.279 255 252.295 255 238.77" + "row3" "105 255 255 255 251.066 255 250.246 255 226.475" + "row4" "80 255 255 255 255 255 251.803 253.197 206.967" + "row5" "155 255 255 255 255 255 253.852 251.148 186.475" + "row6" "30 254.099 255 255 255 255 255 250.902 143.443" + "row7" "155 252.049 255 255 255 255 255 252.951 71.7212" + "row8" "180 225 255 255 255 255 255 255 0" + } + 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" "1741" + "plane" "(-72 33 61) (128 33 61) (128 33 62)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1740" + "plane" "(-72 -768 62) (128 -768 62) (128 -768 61)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1739" + "plane" "(128 -768 61) (128 -768 62) (128 33 62)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1738" + "plane" "(128 33 61) (-72 33 61) (-72 -768 61)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1737" + "plane" "(-72 33 61) (-72 33 62) (-72 -768 62)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "26" + side + { + "id" "1748" + "plane" "(-72 -187 62) (-360 -187 62) (-360 33 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-72 33 62]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0.992248 0 0 0.992248 0 0 0 0 0 0 0 0 0 0 -0.969697 0 0 0 0 0 0 0 0 0" + "row1" "-0.847297 -0.146545 0.423648 -0.812995 -0.1607 0.464569 -4.65405e-05 -9.19939e-06 -1 -5.13544e-05 -4.44103e-06 -1 -0.000135392 -1.17084e-05 -1 -0.954035 -0.082503 0.238509 -0.954035 -0.082503 0.238509 -0.978669 -0.0564222 0.163111 -0.978669 -0.0564222 0.163111" + "row2" "0 0 0 0.992248 0 0 0.992248 0 0 0 0 0 0 0 0 0 0 -0.969697 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0.992248 0 0 5.64113e-06 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0" + "row4" "0 0.458433 -0.0828305 0 0.457641 0 3.05176e-06 2.90644e-06 -1 0 3.05677e-06 -1 0 2.13606e-06 -1 0 1.26637e-05 -1 0 3.54585e-06 -1 0 0.459421 0 -0.844875 -0.233802 0.168975" + "row5" "0 0 0 0.703222 0.324337 0 5.64113e-06 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0.992248 0 0 6.64847e-06 0 -1 0 0 -1 0 0 -1 0 0 -0.969697 0 0 -1 0 0 0 0 0 0" + "row7" "0 0 0 0.992248 0 0 0.992248 0 0 0 0 0 0 0 0 0 0 -0.969697 0 0 0 0 0 0 0 0 0" + "row8" "0 0.459421 0 0.992248 0 0 0.992248 0 0 0 0 0 0 0 0 0 0 -0.969697 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 1.52588e-05 1.52588e-05 0 0 3.8147e-06 0 0 0" + "row1" "0.000143951 0.000131261 2.29502 4.75404 1.80322 0.000255784 0.000255784 0.000374074 0.000374074" + "row2" "0 1.52588e-05 1.52588e-05 0 0 3.8147e-06 0 0 0" + "row3" "0 1.52588e-05 2.70492 5.2459 3.19672 1.14754 4.09836 2.95082 0" + "row4" "4.5935e-05 1.52588e-05 5 4.75409 6.80328 1.14754 4.09836 3.05176e-05 0.000361089" + "row5" "0 2.15792e-05 2.70492 5.2459 3.19672 5 0 0 0" + "row6" "0 1.52588e-05 2.29508 4.7541 6.80328 3.8147e-06 5 0 0" + "row7" "0 1.52588e-05 1.52588e-05 0 0 3.8147e-06 0 0 0" + "row8" "3.05176e-05 1.52588e-05 1.52588e-05 0 0 3.8147e-06 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "239.672 255 255 255 75 0 0 40.9836 100" + "row1" "255 255 255 255 255 255 255 255 255" + "row2" "255 230 255 205 205 255 255 255 255" + "row3" "255 255 252.705 250.246 253.197 255 255 255 255" + "row4" "195.902 240.164 252.295 255 255 230.902 255 255 255" + "row5" "246.639 228.934 238.77 255 255 255 255 255 255" + "row6" "255 255 252.705 250.246 253.197 255 255 255 255" + "row7" "255 255 255 255 255 255 255 255 0" + "row8" "255 255 255 255 255 255 255 150.492 0" + } + 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" "1747" + "plane" "(-360 33 61) (-360 33 62) (-360 -187 62)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1746" + "plane" "(-72 33 62) (-360 33 62) (-360 33 61)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1745" + "plane" "(-72 -187 61) (-360 -187 61) (-360 -187 62)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1744" + "plane" "(-72 33 61) (-360 33 61) (-360 -187 61)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1743" + "plane" "(-72 -187 61) (-72 -187 62) (-72 33 62)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "27" + side + { + "id" "1754" + "plane" "(-16 -951 45) (-16 -795 45) (128 -795 45)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-16 -951 45]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 -0.999976 0 0 -1 0 0 -0.999999 0 0 -1 0 0 -0.999999 0 0 -0.999999 0 0 0.999977 0 0 0" + "row1" "0 0 -0.999954 0 0 -0.999999 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999992 0 0 0" + "row2" "0 0 0.999993 0 0 -1 0 0 0.999996 0 0 -1 0 0 -1 0 0 -0.999998 0 0 0.999999 0 0 -0.999999 0 0 0.999995" + "row3" "0 0 -0.999992 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999999 0 0 1 0 0 -1 0 0 -0.999999 0 0 0" + "row4" "0 0 0 0 0 -0.999999 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999999 0 0 0" + "row5" "0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999998 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 -0.999987 0 0 -0.999998 0 0 -0.999998 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.00495148 0.277603 0.237122 0.280571 0.18248 0.0779495 0.00528336 0" + "row1" "0.00260925 0.219658 0.432701 0.85144 2.7627 0.832699 0.30978 0.0147667 0" + "row2" "0.0176277 0.263363 0.0331917 2.5783 0.407253 0.0599899 0.174152 0.111187 0.0234528" + "row3" "0.0144997 0.27145 0.878059 1.08813 0.0931473 0.277039 0.437954 0.186878 0" + "row4" "0 0.102749 0.379227 2.07138 3.13923 1.9677 2.74407 0.183949 0" + "row5" "0 0 0.216724 0.355942 0.756725 1.98199 0.341137 0.0753365 0" + "row6" "0 0 0 0.00953293 0.0655136 0.073555 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "255 255 255 255 255 255 255 255 0" + "row1" "0 255 255 255 255 255 255 75 0" + "row2" "0 255 255 255 255 255 255 255 0" + "row3" "0 0 255 255 255 255 255 255 0" + "row4" "0 0 255 255 255 255 255 255 0" + "row5" "0 0 255 255 255 255 192 0 0" + "row6" "0 0 0 0 255 255 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" "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" "1753" + "plane" "(-16 -795 43) (-16 -951 43) (128 -951 43)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1752" + "plane" "(-16 -951 43) (-16 -795 43) (-16 -795 45)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 12] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1751" + "plane" "(128 -795 43) (128 -951 43) (128 -951 45)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 12] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1750" + "plane" "(-16 -795 43) (128 -795 43) (128 -795 45)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1749" + "plane" "(128 -951 43) (-16 -951 43) (-16 -951 45)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "28" + side + { + "id" "1760" + "plane" "(5 -853 58) (-24 -853 58) (-24 -796 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -8] 0.125" + "vaxis" "[0 -1 0 104] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-24 -853 58]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 1 0 0 1 0 0 -0.999997 0 0 -0.999999 0 0 0.999997 0 0 1 0 0 -0.999998 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 -0.999999 0 0 0.999999" + "row2" "0 0 -1 0 0 -0.999999 0 0 -0.999998 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 0.999999 0 0 1 0 0 1 0 0 1 0 0 -0.999999" + "row4" "0 0 -0.999999 0 0 -1 0 0 1 0 0 -1 0 0 -1 0 0 0.999999 0 0 -0.999979 0 0 0.999993 0 0 0.999979" + "row5" "0 0 0.999998 0 0 0.999998 0 0 -0.999999 0 0 0.999995 0 0 0.999999 0 0 -0.999999 0 0 1 0 0 0.999999 0 0 1" + "row6" "0 0 -0.999998 0 0 1 0 0 -0.999965 0 0 -1 0 0 0.999997 0 0 1 0 0 0.999999 0 0 1 0 0 0.999999" + "row7" "0 0 1 0 0 0.999999 0 0 -1 0 0 -1 0 0 0.999999 0 0 0.999999 0 0 -1 0 0 -0.999998 0 0 0.999999" + "row8" "0 0 -0.999998 0 0 1 0 0 1 0 0 1 0 0 -0.999999 0 0 -1 0 0 -1 0 0 0.999999 0 0 -0.999998" + } + distances + { + "row0" "0.564041 0.424149 0.0382233 0.175125 0.0416946 0.295486 0.0666809 0.5895 0.675934" + "row1" "0.262657 0.244644 0.504829 0.384361 0.464165 0.34639 0.538994 0.213661 0.116646" + "row2" "0.674614 0.120697 0.0743713 0.432144 0.277458 1 0.627022 0.329445 0.741318" + "row3" "0.376366 0.657196 0.28022 0.303886 0.187767 0.41716 0.390038 0.697922 0.106155" + "row4" "0.137085 0.319199 0.258987 0.397972 0.385612 0.155617 0.00580597 0.0170135 0.00558472" + "row5" "0.0745087 0.0590057 0.181686 0.0230255 0.123688 0.0982895 0.273193 0.180351 0.510818" + "row6" "0.0751266 0.549126 0.00337982 0.562225 0.0453644 0.601196 0.231071 0.59333 0.17897" + "row7" "0.496307 0.143082 0.421814 0.693207 0.0855484 0.0920105 0.340477 0.0743866 0.105659" + "row8" "0.0502625 0.372131 0.45652 0.377983 0.20121 0.22718 0.521187 0.18425 0.0546112" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 25 75 100 0 0 0" + "row2" "0 0 50 0 25 0 0 0 0" + "row3" "0 0 0 200 175 255 0 0 0" + "row4" "0 0 250 0 255 200 0 0 0" + "row5" "75 225 100 150 125 75 100 0 0" + "row6" "0 25 25 75 0 0 255 255 0" + "row7" "0 0 50 0 0 0 0 0 0" + "row8" "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" + "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" "1759" + "plane" "(5 -796 57.625) (-24 -796 57.625) (-24 -853 57.625)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1758" + "plane" "(-24 -853 57.625) (-24 -796 57.625) (-24 -796 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 4] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-24 -853 57.625]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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" "0.999999 0 0 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" "0.999999 0 0 0.999999 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 0.999999 0 0 0.999999 0 0" + "row5" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999998 0 0 -0.999998 0 0 -0.999998 0 0" + "row6" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999999 0 0 -0.999999 0 0 -0.999998 0 0 0.999991 0 0 0.999998 0 0" + "row7" "-0.999999 0 0 -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" "-0.999995 0 0 -0.999996 0 0 -0.999996 0 0 -0.999999 0 0 -0.999998 0 0 -0.999996 0 0 -0.999979 0 0 0.999995 0 0 0.999998 0 0" + } + distances + { + "row0" "0.291739 0.335587 0.378004 0.387829 0.430449 0.469379 0.504623 0.536179 0.564045" + "row1" "0.485592 0.587742 0.453756 0.35775 0.312809 0.271654 0.391333 0.321501 0.262659" + "row2" "0.189352 0.252392 0.311167 1 0.953983 0.844303 0.761181 0.70462 0.674616" + "row3" "0.217524 0.220764 0.248262 0.273748 0.293509 0.305534 0.425751 0.407719 0.376364" + "row4" "0.454765 0.385393 0.321251 0.448881 0.371887 0.302212 0.239853 0.184811 0.137085" + "row5" "0.256649 0.324848 0.353535 0.367231 0.368677 0.357899 0.0751457 0.0746078 0.0745068" + "row6" "0.591612 0.532265 0.470371 0.281219 0.20009 0.123892 0.0526218 0.0137157 0.0751247" + "row7" "0.218937 0.881573 0.882631 0.836334 0.739386 0.657732 0.559801 0.522242 0.496305" + "row8" "0.0254288 0.0270252 0.0317974 0.0825768 0.0579262 0.0323162 0.00574875 0.0217762 0.0502605" + } + 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" "0 0 0 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" + } + 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 75" + "row6" "50 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" "9 0 0 0 0 0 0 0 0 0 0 9 0 0 0 0" + "row1" "9 9 1 0 0 9 0 0 0 0 0 9 0 0 0 0" + "row2" "0 9 1 0 0 9 0 0 0 0 0 9 0 0 0 0" + "row3" "0 0 0 0 0 9 0 0 0 0 0 9 0 0 0 0" + "row4" "0 0 0 0 0 9 0 0 0 0 0 9 0 0 0 0" + "row5" "0 1 1 0 0 9 9 0 0 9 9 9 0 9 1 0" + "row6" "0 1 1 0 1 9 9 9 9 9 9 9 0 9 1 0" + "row7" "0 0 0 0 1 0 0 9 9 0 0 9 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "1757" + "plane" "(-24 -796 57.625) (5 -796 57.625) (5 -796 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-24 -796 57.625]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0.999995 0 0 0.999996 0 0 0.999996 0 0 0.999999 0 0 0.999998 0 0 0.999996 0 0 0.999979 0 0 -0.999995 0 0 -0.999998 0" + "row1" "0 -0.999976 0 0 0.999996 0 0 0.999998 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 0.999998 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 1 0 0 1 0 0 1 0 0 1 0" + "row4" "0 -1 0 0 -1 0 0 -1 0 0 -0.999999 0 0 -0.999999 0 0 -0.999999 0 0 -0.999999 0 0 -0.999999 0 0 -0.999999 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 -0.999999 0 0 -0.99997 0 0 0.999998 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0.999999 0 0 0.999999 0" + "row8" "0 1 0 0 1 0 0 1 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 0.999997 0 0 -0.99999 0 0 -0.999998 0" + } + distances + { + "row0" "0.0254517 0.0270386 0.0317993 0.0825806 0.0579224 0.0322876 0.0057373 0.0217896 0.0502319" + "row1" "0.00494385 0.0332031 0.0790405 0.363159 0.407471 0.444702 0.428894 0.39624 0.372131" + "row2" "0.317078 0.335938 0.360779 0.584534 0.561768 0.537659 0.512024 0.484985 0.456543" + "row3" "0.0701904 0.0836182 0.103638 0.15094 0.219849 0.275635 0.324829 0.360291 0.377991" + "row4" "0.3526 0.364868 0.376038 0.195313 0.17395 0.163818 0.164978 0.17749 0.201233" + "row5" "0.332825 0.391174 0.434448 0.454773 0.476563 0.479675 0.408142 0.31311 0.227173" + "row6" "0.707703 0.682983 0.659607 0.735046 0.693176 0.650879 0.608093 0.56488 0.521179" + "row7" "0.101868 0.00402832 0.0772705 0.262451 0.281921 0.287048 0.267395 0.231201 0.184265" + "row8" "0.549866 0.488708 0.415222 0.216187 0.150635 0.0907593 0.0366211 0.0118408 0.0546265" + } + 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" "0 0 0 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" + } + 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" "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" "1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row5" "1 0 0 0 0 9 0 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 9 0 0 0 0 0 0 0 0 0 1" + "row7" "0 1 9 0 0 9 9 0 0 1 1 0 0 1 0 1" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "1756" + "plane" "(5 -853 57.625) (-24 -853 57.625) (-24 -853 58)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1755" + "plane" "(5 -796 57.625) (5 -853 57.625) (5 -853 58)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 4] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "29" + side + { + "id" "1766" + "plane" "(-24 -796 58) (-24 -901 58) (-64 -901 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -8] 0.125" + "vaxis" "[0 -1 0 104] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-64 -901 58]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 -1 0 0 0.999996 0 0 -0.999999 0 0 0.999999 0 0 -0.999998 0 0 -1 0 0 -1 0 0 -1 0 0 1" + "row1" "0 0 -0.999998 0 0 -0.999999 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 -1" + "row2" "0 0 -0.999999 0 0 -1 0 0 -1 0 0 -0.999999 0 0 1 0 0 1 0 0 -0.999999 0 0 -1 0 0 0.99999" + "row3" "0 0 -0.999998 0 0 -0.999999 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 -0.999944 0 0 1" + "row4" "0 0 1 0 0 1 0 0 0.999988 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 0.999999 0 0 -1" + "row5" "0 0 -0.999999 0 0 -0.999999 0 0 -1 0 0 1 0 0 0.999999 0 0 -1 0 0 1 0 0 -0.999999 0 0 1" + "row6" "0 0 -0.999997 0 0 -1 0 0 -1 0 0 1 0 0 -1 0 0 -0.999999 0 0 -0.999999 0 0 1 0 0 -1" + "row7" "0 0 1 0 0 1 0 0 0.999999 0 0 -1 0 0 1 0 0 0.999999 0 0 0.999999 0 0 -1 0 0 -0.999999" + "row8" "0 0 -0.999998 0 0 0.999998 0 0 -1 0 0 0.999998 0 0 1 0 0 0.999999 0 0 -1 0 0 1 0 0 -0.999998" + } + distances + { + "row0" "0.435219 0.0298157 0.0842972 0.1147 0.078949 0.456085 0.426682 0.640404 0.912491" + "row1" "0.0557709 0.0954208 0.385254 1 0.657242 0.672325 0.422112 0.88166 0.40667" + "row2" "0.0808487 0.319748 0.371254 0.099411 0.310005 0.572105 0.237862 0.275055 0.0113602" + "row3" "0.0640335 0.152092 0.941803 0.837189 1 0.283577 0.61335 0.00212097 0.263901" + "row4" "0.609123 0.223152 0.0102615 0.957428 0.444092 0.318665 0.273148 0.0981369 0.25415" + "row5" "0.159393 0.18364 0.309891 0.547844 0.0964584 0.537003 0.295441 0.150276 0.417419" + "row6" "0.0431976 0.34272 0.29435 0.451866 0.699837 0.146835 0.140892 0.51516 0.580841" + "row7" "0.750008 0.29834 0.186852 0.365288 0.563744 0.242905 0.16153 0.274643 0.115715" + "row8" "0.0549927 0.0739899 0.286186 0.0681992 0.778618 0.134674 0.469498 0.41909 0.0502625" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "0 0 0 0 0 100 225 150 0" + "row1" "0 255 255 255 255 255 255 255 255" + "row2" "0 255 255 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 75" + "row5" "0 255 0 0 0 0 0 0 255" + "row6" "0 255 255 0 0 0 0 0 0" + "row7" "0 0 175 125 0 0 0 0 0" + "row8" "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" + "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" "1765" + "plane" "(-64 -796 57) (-64 -901 57) (-24 -901 57)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1764" + "plane" "(-24 -796 57) (-24 -901 57) (-24 -901 58)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 44] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1763" + "plane" "(-24 -901 57) (-64 -901 57) (-64 -901 58)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1762" + "plane" "(-64 -901 57) (-64 -796 57) (-64 -796 58)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 4] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1761" + "plane" "(-64 -796 57) (-24 -796 57) (-24 -796 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-64 -796 57]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0.999999 0 0 0.999999 0 0 0.999999 0 0 0.999991 0 0 0.999996 0 0 -0.999999 0 0 -0.999999 0 0 -0.999993 0 0 -0.999998 0" + "row1" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999999 0 0 -0.999999 0 0 -0.999999 0 0 0.999998 0" + "row2" "0 -0.999998 0 0 -0.999998 0 0 -0.999989 0 0 -0.999998 0 0 -0.999999 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + "row3" "0 1 0 0 0.999999 0 0 0.999999 0 0 -0.999999 0 0 -0.999958 0 0 0.999999 0 0 0.999999 0 0 0.999993 0 0 0.999998 0" + "row4" "0 -0.999999 0 0 0 0 0 0.999997 0 0 0.999999 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 0.999999 0 0 0.999999 0 0 0.999999 0 0 0.999999 0" + "row6" "0 -0.999996 0 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 -0.999999 0 0 -0.999999 0 0 -0.999999 0 0 -0.999994 0 0 -0.99999 0 0 0.999995 0 0 0.999997 0 0 0.999995 0 0 -0.999998 0" + } + distances + { + "row0" "0.200745 0.164612 0.116028 0.0131836 0.0297852 0.174988 0.184387 0.0175171 0.0549927" + "row1" "0.440491 0.418213 0.53595 0.593018 0.43634 0.210022 0.110291 0.0889893 0.0739746" + "row2" "0.0575562 0.0540771 0.0106201 0.0616455 0.180359 0.435364 0.391663 0.311096 0.286194" + "row3" "0.25177 0.140808 0.0903931 0.10376 0.00286865 0.183533 0.170959 0.0166626 0.0681763" + "row4" "0.0831299 0 0.0442505 0.093811 0.345337 0.735352 0.760742 0.927734 0.778625" + "row5" "0.645569 0.536499 0.368042 0.301392 0.254395 0.132629 0.144348 0.12793 0.134644" + "row6" "0.027771 0.500549 0.685303 0.892761 0.982178 1 1 0.775391 0.469482" + "row7" "0.405029 0.891418 0.832642 0.80072 0.717102 0.353455 0.266296 0.494507 0.419067" + "row8" "0.110046 0.151062 0.145569 0.0185547 0.0117188 0.0254517 0.0367432 0.0235596 0.0502319" + } + 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" "0 0 0 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" + } + 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" "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 9 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0" + "row2" "0 0 0 0 9 0 0 0 0 9 0 0 1 0 0 0" + "row3" "0 0 0 0 9 0 0 0 0 0 0 0 1 0 1 0" + "row4" "0 0 0 9 0 0 0 0 0 0 0 0 0 0 1 0" + "row5" "0 9 9 1 0 9 0 0 0 0 0 0 0 0 0 0" + "row6" "0 9 9 0 0 9 0 0 9 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "30" + side + { + "id" "1772" + "plane" "(-24 -1056 50) (-64 -1056 50) (-64 -907 50)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -8] 0.125" + "vaxis" "[0 -1 0 112] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-64 -1056 50]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 -0.999994 0 0 -0.999999 0 0 1 0 0 1 0 0 1 0 0 0.999999 0 0 0.999997 0 0 1 0 0 0.999999" + "row1" "0 0 0.999999 0 0 1 0 0 -0.999994 0 0 -0.999999 0 0 1 0 0 -1 0 0 0.999999 0 0 1 0 0 0.999994" + "row2" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0.999999 0 0 0.999999 0 0 1 0 0 1" + "row3" "0 0 1 0 0 0.999999 0 0 -0.999996 0 0 1 0 0 1 0 0 1 0 0 -0.999997 0 0 1 0 0 -0.999998" + "row4" "0 0 -0.999999 0 0 1 0 0 -0.999999 0 0 1 0 0 1 0 0 1 0 0 0.999999 0 0 -0.999998 0 0 1" + "row5" "0 0 -0.999999 0 0 1 0 0 -1 0 0 1 0 0 0.999999 0 0 1 0 0 1 0 0 0.999998 0 0 0.999999" + "row6" "0 0 0.999999 0 0 -1 0 0 -0.999995 0 0 -1 0 0 -0.999999 0 0 1 0 0 1 0 0 1 0 0 1" + "row7" "0 0 1 0 0 1 0 0 0.999999 0 0 -1 0 0 1 0 0 1 0 0 -0.999999 0 0 1 0 0 -0.999999" + "row8" "0 0 -0.999999 0 0 1 0 0 0.999999 0 0 -1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + distances + { + "row0" "0.0193253 0.122482 0.427391 0.27356 0.594719 0.128815 0.0397949 0.62413 0.198311" + "row1" "0.132324 0.503525 0.019577 0.164627 0.280403 0.323624 0.126389 0.824722 0.0190735" + "row2" "0.796951 0.364883 0.391243 0.425491 0.398277 0.122681 0.10733 0.284958 0.869881" + "row3" "0.561325 0.141068 0.027832 0.525597 0.442589 0.27784 0.0408173 0.569687 0.0639572" + "row4" "0.119034 0.37204 0.229073 0.600433 0.42823 0.325554 0.145554 0.0480118 0.735725" + "row5" "0.120468 0.718147 0.5 0.972275 0.202232 0.277031 0.523735 0.0578613 0.0888138" + "row6" "0.126587 0.307693 0.0244675 0.36412 0.164032 0.410629 0.474846 0.920174 0.579903" + "row7" "0.768463 0.806229 0.087738 0.5 0.325729 0.478798 0.134148 0.260857 0.12635" + "row8" "0.135361 0.246788 0.154915 0.280655 0.540138 0.778816 0.384956 0.488258 0.461525" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 255 255 255 25 0 0" + "row2" "0 0 0 255 255 255 255 0 0" + "row3" "255 255 255 255 255 255 255 0 0" + "row4" "175 255 255 0 255 255 125 0 0" + "row5" "250 225 0 255 255 255 255 0 0" + "row6" "0 0 0 255 255 255 255 0 0" + "row7" "0 100 255 255 255 255 0 0 0" + "row8" "0 0 255 255 255 0 0 0 0" + } + 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" "1771" + "plane" "(-24 -907 49) (-64 -907 49) (-64 -1056 49)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1770" + "plane" "(-64 -907 49) (-24 -907 49) (-24 -907 50)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1769" + "plane" "(-24 -1056 49) (-64 -1056 49) (-64 -1056 50)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1768" + "plane" "(-64 -1056 49) (-64 -907 49) (-64 -907 50)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1767" + "plane" "(-24 -907 49) (-24 -1056 49) (-24 -1056 50)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "31" + side + { + "id" "1778" + "plane" "(5 -814 58) (5 -796 58) (104 -796 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -8] 0.125" + "vaxis" "[0 -1 0 104] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[5 -814 58]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 -0.999999 0 0 1 0 0 0.999999 0 0 -0.999999 0 0 -1 0 0 1 0 0 1 0 0 0.999998 0 0 1" + "row1" "0 0 -0.999999 0 0 -0.999997 0 0 -0.999999 0 0 -1 0 0 1 0 0 0.999995 0 0 1 0 0 1 0 0 1" + "row2" "0 0 0.999999 0 0 0.999994 0 0 -0.999999 0 0 -0.999999 0 0 -1 0 0 -0.999999 0 0 1 0 0 -0.999999 0 0 0.999999" + "row3" "0 0 0.999999 0 0 1 0 0 -0.999999 0 0 1 0 0 0.999999 0 0 0.999999 0 0 1 0 0 -1 0 0 1" + "row4" "0 0 -0.999999 0 0 1 0 0 -1 0 0 -1 0 0 -0.999998 0 0 0.999999 0 0 -0.999996 0 0 0.999999 0 0 -1" + "row5" "0 0 -0.999999 0 0 1 0 0 0.999996 0 0 0.999997 0 0 -0.999998 0 0 -1 0 0 -0.999999 0 0 -1 0 0 -1" + "row6" "0 0 -1 0 0 -1 0 0 -0.999998 0 0 -1 0 0 1 0 0 1 0 0 -1 0 0 -0.999999 0 0 1" + "row7" "0 0 -1 0 0 0.999999 0 0 -1 0 0 0.999999 0 0 -1 0 0 1 0 0 -1 0 0 0.999998 0 0 -0.999999" + "row8" "0 0 -0.999998 0 0 -1 0 0 0.999999 0 0 -1 0 0 -0.999999 0 0 0.999999 0 0 1 0 0 -1 0 0 1" + } + distances + { + "row0" "0.17363 0.591629 0.123184 0.203743 0.268562 0.37986 0.456612 0.0698929 0.770134" + "row1" "0.0963211 0.0434341 0.199257 0.342072 0.624451 0.0262909 0.325523 0.31427 0.708328" + "row2" "0.100937 0.0199738 0.142387 0.192726 0.59166 0.186905 0.304756 0.176224 0.210434" + "row3" "0.187515 0.513062 0.0955658 0.388336 0.0834045 0.135498 0.274704 1 0.26844" + "row4" "0.112434 1 0.290215 1 0.0503082 0.216301 0.0276947 0.247139 0.429962" + "row5" "0.114731 0.384102 0.0309601 0.0375671 0.0603027 0.258888 0.179039 0.462425 0.313309" + "row6" "0.576828 0.5159 0.0781631 0.36541 0.535263 0.255646 0.567329 0.193619 0.307854" + "row7" "0.430885 0.226952 0.301949 0.15226 0.418205 0.371101 0.926765 0.0635681 0.0864563" + "row8" "0.0546112 0.508606 0.156967 0.824165 0.111717 0.189285 0.315384 0.401909 0.592285" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "0 0 0 0 0 0 0 100 0" + "row1" "0 50 0 0 0 0 0 0 0" + "row2" "50 255 0 50 25 0 0 100 25" + "row3" "0 225 25 250 175 25 100 225 0" + "row4" "0 150 0 0 0 125 25 50 25" + "row5" "0 0 255 0 100 175 75 0 0" + "row6" "0 0 0 255 125 0 125 50 25" + "row7" "0 0 0 0 50 0 0 0 0" + "row8" "0 0 0 0 0 200 200 50 0" + } + 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" "1777" + "plane" "(5 -796 57.625) (5 -814 57.625) (104 -814 57.625)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1776" + "plane" "(5 -814 57.625) (5 -796 57.625) (5 -796 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[5 -814 57.625]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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 0.999999 0 0" + "row1" "0.999999 0 0 1 0 0 1 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0" + "row2" "1 0 0 0.999999 0 0 0.999999 0 0 -0.999996 0 0 -0.999998 0 0 -0.999998 0 0 -0.999999 0 0 -0.999999 0 0 -0.999999 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 -0.999999 0 0" + "row4" "0.999997 0 0 0.999999 0 0 0.999999 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0.999999 0 0 0.999999 0 0" + "row5" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999999 0 0 -0.999995 0 0 0.999998 0 0 0.999999 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 0.999999 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 -0.999999 0 0 -0.999999 0 0 -0.999999 0 0 -0.999997 0 0 0.99999 0 0 0.999998 0 0" + } + distances + { + "row0" "0.693107 0.650101 0.597511 0.632595 0.524603 0.42471 0.332916 0.249222 0.173626" + "row1" "0.184659 0.276073 0.357321 0.236065 0.197786 0.164673 0.136724 0.11394 0.0963202" + "row2" "0.251369 0.189233 0.12902 0.0271173 0.0512381 0.0706806 0.0854454 0.0955319 0.10094" + "row3" "0.521268 0.5178 0.522932 0.602413 0.50371 0.412868 0.329888 0.25477 0.187513" + "row4" "0.0423055 0.115438 0.183055 0.539994 0.433007 0.336758 0.251245 0.17647 0.112432" + "row5" "0.712196 0.644749 0.57271 0.428257 0.268865 0.13487 0.0262728 0.0569267 0.114729" + "row6" "0.670937 0.685646 0.699169 1 1 0.919374 0.813822 0.699639 0.576824" + "row7" "0.379128 0.333899 0.2788 0.206173 0.271233 0.326234 0.371176 0.40606 0.430885" + "row8" "0.549852 0.488716 0.415248 0.216168 0.150617 0.0907636 0.0366073 0.0118513 0.0546131" + } + 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" "0 0 0 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" + } + 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" "250 0 0 0 0 0 0 0 50" + "row3" "125 0 0 0 0 0 0 0 0" + "row4" "0 0 0 75 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" "9 0 0 9 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "9 0 0 9 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 9 9 0 0 9 9 0 0 9" + "row3" "0 9 9 0 0 9 0 9 9 0 0 9 9 0 0 9" + "row4" "9 9 9 9 9 9 0 9 9 0 0 9 9 0 0 1" + "row5" "1 0 0 9 9 9 0 9 9 0 0 9 9 0 0 1" + "row6" "0 0 0 1 9 9 0 1 1 0 0 0 0 0 0 0" + "row7" "0 1 9 1 9 9 9 9 1 1 1 0 0 1 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "1775" + "plane" "(104 -796 57.625) (104 -814 57.625) (104 -814 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[104 -814 57.625]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "1 0 0 1 0 0 0.999999 0 0 -1 0 0 0.999962 0 0 1 0 0 0.999999 0 0 -0.999999 0 0 1 0 0" + "row1" "1 0 0 1 0 0 -0.99999 0 0 -0.999999 0 0 -0.999993 0 0 1 0 0 0.999999 0 0 -0.999999 0 0 1 0 0" + "row2" "1 0 0 1 0 0 -0.999999 0 0 -0.999998 0 0 -0.999997 0 0 1 0 0 0.999999 0 0 -0.999999 0 0 1 0 0" + "row3" "1 0 0 1 0 0 -0.999999 0 0 0.999999 0 0 -1 0 0 -1 0 0 -0.999999 0 0 -1 0 0 1 0 0" + "row4" "1 0 0 1 0 0 -0.999995 0 0 0.999999 0 0 -1 0 0 -1 0 0 -0.999999 0 0 -1 0 0 1 0 0" + "row5" "1 0 0 1 0 0 0.999997 0 0 0.999999 0 0 -1 0 0 -1 0 0 0.999989 0 0 -0.999999 0 0 1 0 0" + "row6" "1 0 0 1 0 0 0.999999 0 0 1 0 0 -1 0 0 -1 0 0 0.999999 0 0 -0.999999 0 0 1 0 0" + "row7" "1 0 0 1 0 0 0.999999 0 0 1 0 0 -1 0 0 -1 0 0 0.999999 0 0 -0.999999 0 0 1 0 0" + "row8" "1 0 0 1 0 0 0.999999 0 0 1 0 0 -1 0 0 -1 0 0 1 0 0 -0.999999 0 0 1 0 0" + } + distances + { + "row0" "0.619965 0.451263 0.0964127 0.274651 0.00311279 0.420349 0.220192 0.216728 0.537155" + "row1" "0.632828 0.411583 0.0124207 0.170959 0.0165024 0.339981 0.191528 0.190941 0.54084" + "row2" "0.642761 0.386627 0.0995255 0.0799561 0.0478592 0.257942 0.175339 0.167374 0.546829" + "row3" "0.526489 0.733604 0.106873 0.118896 0.62706 0.252968 0.186394 0.321823 0.305397" + "row4" "0.593353 0.739792 0.0255966 0.175598 0.612793 0.254829 0.0880737 0.258369 0.383621" + "row5" "0.651154 0.740364 0.0467758 0.218903 0.585945 0.261795 0.0105133 0.203102 0.451424" + "row6" "0.699883 0.735306 0.110237 0.24881 0.546524 0.273865 0.109367 0.156029 0.508804" + "row7" "0.73954 0.724632 0.164795 0.26532 0.49453 0.291031 0.208481 0.117149 0.555756" + "row8" "0.770134 0.708328 0.210434 0.26844 0.429962 0.313309 0.307854 0.0864563 0.592285" + } + 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" "0 0 0 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" + } + 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 75 0 25 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 25 0 0 0 0" + "row3" "0 0 0 0 125 0 0 100 0" + "row4" "0 0 0 0 50 0 0 0 0" + "row5" "0 0 0 0 255 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 25 0 0 75 75 0 0" + } + triangle_tags + { + "row0" "0 0 0 9 9 0 0 0 0 9 9 0 0 0 0 0" + "row1" "0 0 0 9 9 0 0 0 0 9 9 0 0 0 0 0" + "row2" "9 0 0 0 0 0 0 9 9 9 9 9 9 9 9 9" + "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" "1774" + "plane" "(5 -796 57.625) (104 -796 57.625) (104 -796 58)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[5 -796 57.625]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 1 0 0 1 0 0 1 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 0.999997 0 0 -0.99999 0 0 -0.999998 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 0.999999 0 0 0.999999 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 -0.999999 0 0 -0.999999 0" + "row5" "0 -0.999999 0 0 -0.999999 0 0 -0.999999 0 0 0.999902 0 0 0.999996 0 0 0.999998 0 0 0.999999 0 0 0.999999 0 0 0.999999 0" + "row6" "0 -1 0 0 -0.999999 0 0 -0.999998 0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 1 0 0 1 0 0 1 0" + "row7" "0 -0.999999 0 0 -0.999999 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" + } + distances + { + "row0" "0.549866 0.488708 0.415222 0.216187 0.150635 0.0907593 0.0366211 0.0118408 0.0546265" + "row1" "0.410156 0.419678 0.431885 0.35968 0.445496 0.508423 0.527466 0.523315 0.508606" + "row2" "0.748169 0.662964 0.578308 0.533325 0.434082 0.346802 0.271484 0.208252 0.156982" + "row3" "0.594177 0.593018 0.597717 0.854187 0.804749 0.769409 0.779968 0.804565 0.824158" + "row4" "0.415039 0.425537 0.430481 0.595703 0.466248 0.353149 0.256348 0.175903 0.111694" + "row5" "0.214294 0.185242 0.150696 0.0012207 0.0305176 0.0623169 0.104858 0.148865 0.18927" + "row6" "0.292603 0.175781 0.0683594 0.0980225 0.158569 0.210571 0.254028 0.289001 0.315369" + "row7" "0.123047 0.208923 0.28186 0.221863 0.299255 0.360596 0.393188 0.404785 0.401917" + "row8" "0.53717 0.540833 0.546814 0.30542 0.383606 0.451416 0.508789 0.555786 0.592285" + } + 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" "0 0 0 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" + } + 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" "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" "25 0 0 25 25 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 200" + "row6" "25 0 0 0 0 0 0 0 200" + "row7" "150 0 0 0 0 0 0 0 50" + "row8" "25 0 0 0 0 0 0 0 0" + } + triangle_tags + { + "row0" "0 1 9 0 0 9 9 9 9 1 1 0 0 1 0 0" + "row1" "0 9 9 0 0 0 9 9 9 9 9 0 0 9 1 0" + "row2" "0 9 9 0 9 0 9 0 0 9 9 0 0 9 1 0" + "row3" "0 0 0 0 9 9 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 9 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" "9 0 0 9 0 0 0 9 1 0 0 0 0 0 0 0" + "row7" "9 0 0 9 0 9 0 9 1 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "1773" + "plane" "(104 -814 57.625) (5 -814 57.625) (5 -814 58)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -68] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "32" + side + { + "id" "1784" + "plane" "(160 -677 62) (160 -512 62) (512 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1783" + "plane" "(160 -512 32) (160 -677 32) (512 -677 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1782" + "plane" "(160 -677 32) (160 -512 32) (160 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1781" + "plane" "(512 -512 32) (512 -677 32) (512 -677 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1780" + "plane" "(160 -512 32) (512 -512 32) (512 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1779" + "plane" "(512 -677 32) (160 -677 32) (160 -677 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "33" + side + { + "id" "1790" + "plane" "(128 -677 62) (128 -512 62) (160 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1789" + "plane" "(128 -512 32) (128 -677 32) (160 -677 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1788" + "plane" "(128 -677 32) (128 -512 32) (128 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1787" + "plane" "(160 -512 32) (160 -677 32) (160 -677 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1786" + "plane" "(128 -512 32) (160 -512 32) (160 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1785" + "plane" "(160 -677 32) (128 -677 32) (128 -677 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "34" + side + { + "id" "1796" + "plane" "(77 -72 67) (128 -72 67) (128 -364 67)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[77 -364 67]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 -0.999996 0 0 1 0 0 1 0 0 1 0 0 0.999962 0 0 1 0 0 -1 0 0 1 0 0 1" + "row1" "0 0 1 0 0 -1 0 0 -0.999981 0 0 1 0 0 1 0 0 1 0 0 0.999999 0 0 1 0 0 0.999999" + "row2" "0 0 0.999999 0 0 0.999999 0 0 0.999999 0 0 1 0 0 0.999999 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 -0.999999 0 0 0.999998 0 0 -0.999999 0 0 1 0 0 1" + "row4" "0 0 1 0 0 1 0 0 1 0 0 -1 0 0 1 0 0 -0.999999 0 0 0.999999 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 -0.999999 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 -0.999993" + "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 -0.999999" + "row8" "0 0 -1 0 0 -0.999998 0 0 0.999999 0 0 1 0 0 0.999997 0 0 1 0 0 0.999999 0 0 -0.999999 0 0 1" + } + distances + { + "row0" "0.0315552 0.810028 0.740524 0.670891 0.00315857 1.2962 0.389496 0.839424 0.661995" + "row1" "0.37854 0.500259 0.00636292 0.258957 0.913849 0.554527 0.175911 1.06721 0.223808" + "row2" "0.0925903 0.167915 0.132347 0.388237 0.0835953 0.576454 0.667473 0.41774 0.651207" + "row3" "0.349648 1.05997 0.369629 0.950516 0.20446 0.0523682 0.218857 0.959435 0.443329" + "row4" "0.847397 1.07219 0.412415 0.278572 0.490784 0.0987244 0.206802 0.980972 0.554893" + "row5" "0.896568 0.622894 0.398659 0.580566 1.00541 0.510635 1.02302 0.122498 1.12251" + "row6" "0.266121 0.70192 0.669914 1.0023 0.491539 0.936714 1.32792 0.538628 0.0172195" + "row7" "0.88501 1.67768 1.12846 1.32948 0.266716 0.786613 1.33282 0.318932 0.129128" + "row8" "0.772583 0.0667496 0.213661 1.93937 0.0351563 0.664474 0.196144 0.157875 0.347672" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + 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" "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" "1795" + "plane" "(77 -364 66) (128 -364 66) (128 -72 66)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1794" + "plane" "(77 -72 67) (77 -364 67) (77 -364 66)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1793" + "plane" "(128 -72 66) (128 -364 66) (128 -364 67)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1792" + "plane" "(128 -72 67) (77 -72 67) (77 -72 66)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1791" + "plane" "(128 -364 66) (77 -364 66) (77 -364 67)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "35" + side + { + "id" "1802" + "plane" "(-121 56 62) (3 56 62) (3 33 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 91] 0.125" + "vaxis" "[1 0 0 -87] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1801" + "plane" "(-121 33 32) (3 33 32) (3 56 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1800" + "plane" "(-121 56 62) (-121 33 62) (-121 33 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1799" + "plane" "(3 56 32) (3 33 32) (3 33 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1798" + "plane" "(3 56 62) (-121 56 62) (-121 56 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1797" + "plane" "(3 33 32) (-121 33 32) (-121 33 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "36" + side + { + "id" "1808" + "plane" "(-258 56 62) (-258 384 62) (136 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1807" + "plane" "(-258 384 32) (-258 56 32) (136 56 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1806" + "plane" "(-258 56 32) (-258 384 32) (-258 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1805" + "plane" "(136 384 32) (136 56 32) (136 56 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1804" + "plane" "(-258 384 32) (136 384 32) (136 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1803" + "plane" "(136 56 32) (-258 56 32) (-258 56 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "37" + side + { + "id" "1814" + "plane" "(-79 496 62) (48 496 62) (48 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1813" + "plane" "(-79 384 32) (48 384 32) (48 496 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1812" + "plane" "(48 496 32) (48 384 32) (48 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1811" + "plane" "(48 384 32) (-79 384 32) (-79 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1810" + "plane" "(-79 496 32) (48 496 32) (48 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1809" + "plane" "(-79 384 32) (-79 496 32) (-79 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "38" + side + { + "id" "1820" + "plane" "(-288 384 62) (-288 496 62) (-159 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1819" + "plane" "(-288 496 32) (-288 384 32) (-159 384 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1818" + "plane" "(-288 384 32) (-288 496 32) (-288 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1817" + "plane" "(-159 384 32) (-288 384 32) (-288 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1816" + "plane" "(-288 496 32) (-159 496 32) (-159 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1815" + "plane" "(-159 496 32) (-159 384 32) (-159 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "39" + side + { + "id" "1826" + "plane" "(-288 496 62) (-288 880 62) (48 880 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1825" + "plane" "(-288 880 32) (-288 496 32) (48 496 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1824" + "plane" "(-288 496 32) (-288 880 32) (-288 880 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1823" + "plane" "(48 880 32) (48 496 32) (48 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1822" + "plane" "(-288 880 32) (48 880 32) (48 880 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1821" + "plane" "(48 496 32) (-288 496 32) (-288 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "41" + side + { + "id" "1832" + "plane" "(-159 384 62) (-159 496 62) (-155 491.855 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 12.8002] 0.078125" + "vaxis" "[0 1 0 -54.86] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1831" + "plane" "(-159 496 30) (-159 384 30) (-155 388 30)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -28] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1830" + "plane" "(-159 384 30) (-159 496 30) (-159 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1829" + "plane" "(-155 491.852 30) (-155 388 30) (-155 388 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1828" + "plane" "(-159 496 30) (-155 491.854 30) (-155 491.852 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 100] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1827" + "plane" "(-155 388 30) (-159 384 30) (-159 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 100] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "40" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "42" + side + { + "id" "1838" + "plane" "(-83 388 62) (-155 388 62) (-155 492 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 12.8002] 0.078125" + "vaxis" "[0 1 0 -54.86] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1837" + "plane" "(-83 492 30) (-155 492 30) (-155 388 30)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -28] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1836" + "plane" "(-83 388 30) (-155 388 30) (-155 388 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 4] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1835" + "plane" "(-155 492 30) (-83 492 30) (-83 492 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -60] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1834" + "plane" "(-155 388 30) (-155 492 30) (-155 492 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -96] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1833" + "plane" "(-83 492 30) (-83 388 30) (-83 388 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -96] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "40" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "43" + side + { + "id" "1844" + "plane" "(-83 492 62) (-155 492 62) (-159 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -98.102] 0.078" + "vaxis" "[1 0 0 -54.584] 0.109" + "rotation" "270" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1843" + "plane" "(-79 496 30) (-159 496 30) (-155 492 30)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -28] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1842" + "plane" "(-159 496 30) (-79 496 30) (-79 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -60] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1841" + "plane" "(-83 492 30) (-155 492 30) (-155 492 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -60] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1840" + "plane" "(-155 492 30) (-159 496 30) (-159 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 100] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1839" + "plane" "(-79 496 30) (-83 492 30) (-83 492 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 100] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "40" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "44" + side + { + "id" "1850" + "plane" "(-79 384 62) (-159 384 62) (-155 388 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 62.102] 0.078" + "vaxis" "[-1 0 0 -37.4162] 0.109" + "rotation" "90" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1849" + "plane" "(-83 388 30) (-155 388 30) (-159 384 30)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -28] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1848" + "plane" "(-79 384 30) (-159 384 30) (-159 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -28] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1847" + "plane" "(-155 388 30) (-83 388 30) (-83 388 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -60] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1846" + "plane" "(-159 384 30) (-155 388 30) (-155 388 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 100] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1845" + "plane" "(-83 388 30) (-79 384 30) (-79 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 100] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "40" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "45" + side + { + "id" "1856" + "plane" "(-83 388 62) (-83 492 62) (-79 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 12.8002] 0.078125" + "vaxis" "[0 1 0 -54.86] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "1855" + "plane" "(-83 492 30) (-83 388 30) (-79 384 30)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -28] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1854" + "plane" "(-79 496 30) (-79 384 30) (-79 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1853" + "plane" "(-83 388 30) (-83 492 30) (-83 492 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1852" + "plane" "(-83 492 30) (-79 496 30) (-79 496 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 100] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1851" + "plane" "(-79 384 30) (-83 388 30) (-83 388 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 100] 0.25" + "vaxis" "[0 0 -1 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "40" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "46" + side + { + "id" "1863" + "plane" "(48 384 62) (48 716 62) (136 716 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1862" + "plane" "(48 716 32) (48 384 32) (273 384 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1861" + "plane" "(48 384 32) (48 716 32) (48 716 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1860" + "plane" "(273 558 32) (273 384 32) (273 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1859" + "plane" "(273 384 32) (48 384 32) (48 384 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1858" + "plane" "(48 716 32) (136 716 32) (136 716 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1857" + "plane" "(136 716 32) (273 558 32) (273 558 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "47" + side + { + "id" "1869" + "plane" "(224 864 32) (480 864 32) (480 544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1868" + "plane" "(224 544 0) (480 544 0) (480 864 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1867" + "plane" "(480 864 0) (480 544 0) (480 544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1866" + "plane" "(480 544 0) (224 544 0) (224 544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1865" + "plane" "(224 864 0) (480 864 0) (480 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1864" + "plane" "(224 544 0) (224 864 0) (224 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "48" + side + { + "id" "1875" + "plane" "(48 544 32) (48 864 32) (192 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1874" + "plane" "(48 864 0) (48 544 0) (192 544 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1873" + "plane" "(48 544 0) (48 864 0) (48 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1872" + "plane" "(192 864 0) (192 544 0) (192 544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1871" + "plane" "(48 864 0) (192 864 0) (192 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1870" + "plane" "(192 544 0) (48 544 0) (48 544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "49" + side + { + "id" "1882" + "plane" "(48 716 62) (48 880 62) (152 880 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1881" + "plane" "(48 880 32) (48 716 32) (136 716 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1880" + "plane" "(48 716 32) (48 880 32) (48 880 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1879" + "plane" "(152 880 32) (152 730 32) (152 730 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -32] 0.5" + "vaxis" "[0 0 -1 -17] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1878" + "plane" "(48 880 32) (152 880 32) (152 880 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1877" + "plane" "(136 716 32) (48 716 32) (48 716 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1876" + "plane" "(152 730 32) (136 716 32) (136 716 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "50" + side + { + "id" "1888" + "plane" "(192 544 32) (192 864 32) (224 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1887" + "plane" "(192 864 0) (192 544 0) (224 544 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1886" + "plane" "(192 544 0) (192 864 0) (192 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1885" + "plane" "(224 544 0) (192 544 0) (192 544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1884" + "plane" "(192 864 0) (224 864 0) (224 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1883" + "plane" "(224 864 0) (224 544 0) (224 544 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "51" + side + { + "id" "1894" + "plane" "(152 864 32) (152 896 32) (480 896 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1893" + "plane" "(152 896 0) (152 864 0) (480 864 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1892" + "plane" "(152 864 0) (152 896 0) (152 896 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1891" + "plane" "(480 896 0) (480 864 0) (480 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1890" + "plane" "(480 864 0) (152 864 0) (152 864 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1889" + "plane" "(152 896 0) (480 896 0) (480 896 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "52" + side + { + "id" "1900" + "plane" "(192 896 32) (192 910 32) (480 910 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 91] 0.125" + "vaxis" "[1 0 0 -87] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1899" + "plane" "(192 910 0) (192 896 0) (480 896 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1898" + "plane" "(192 896 0) (192 910 0) (192 910 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1897" + "plane" "(480 910 0) (480 896 0) (480 896 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1896" + "plane" "(480 896 0) (192 896 0) (192 896 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1895" + "plane" "(192 910 0) (480 910 0) (480 910 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "53" + side + { + "id" "1906" + "plane" "(192 910 32) (192 1136 32) (480 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -12] 0.125" + "vaxis" "[0 -1 0 -55] 0.125" + "rotation" "0" + "lightmapscale" "32" + "smoothing_groups" "0" + } + side + { + "id" "1905" + "plane" "(192 1136 0) (192 910 0) (480 910 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1904" + "plane" "(192 910 0) (192 1136 0) (192 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1903" + "plane" "(480 1136 0) (480 910 0) (480 910 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1902" + "plane" "(192 1136 0) (480 1136 0) (480 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1901" + "plane" "(480 910 0) (192 910 0) (192 910 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "54" + side + { + "id" "1912" + "plane" "(-48 920 32) (-48 1136 32) (192 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -12] 0.125" + "vaxis" "[0 -1 0 -55] 0.125" + "rotation" "0" + "lightmapscale" "32" + "smoothing_groups" "0" + } + side + { + "id" "1911" + "plane" "(-48 1136 0) (-48 920 0) (192 920 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1910" + "plane" "(-48 920 0) (-48 1136 0) (-48 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1909" + "plane" "(192 1136 0) (192 920 0) (192 920 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1908" + "plane" "(-48 1136 0) (192 1136 0) (192 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1907" + "plane" "(192 920 0) (-48 920 0) (-48 920 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "55" + side + { + "id" "1918" + "plane" "(-48 1568 32) (481 1568 32) (481 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -12] 0.125" + "vaxis" "[0 -1 0 -55] 0.125" + "rotation" "0" + "lightmapscale" "32" + "smoothing_groups" "0" + } + side + { + "id" "1917" + "plane" "(-48 1136 0) (481 1136 0) (481 1568 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -4] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1916" + "plane" "(481 1568 0) (481 1136 0) (481 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1915" + "plane" "(-48 1568 0) (481 1568 0) (481 1568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -4] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1914" + "plane" "(481 1136 0) (-48 1136 0) (-48 1136 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -4] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1913" + "plane" "(-48 1136 0) (-48 1568 0) (-48 1568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "56" + side + { + "id" "1924" + "plane" "(-48 920 32) (-288 920 32) (-288 1568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -12] 0.125" + "vaxis" "[0 -1 0 -55] 0.125" + "rotation" "0" + "lightmapscale" "32" + "smoothing_groups" "0" + } + side + { + "id" "1923" + "plane" "(-48 1568 0) (-288 1568 0) (-288 920 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1922" + "plane" "(-288 920 0) (-288 1568 0) (-288 1568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1921" + "plane" "(-288 1568 0) (-48 1568 0) (-48 1568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1920" + "plane" "(-48 920 0) (-288 920 0) (-288 920 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1919" + "plane" "(-48 1568 0) (-48 920 0) (-48 920 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "57" + side + { + "id" "1930" + "plane" "(-704 920 32) (-704 1221 32) (-288 1221 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -12] 0.125" + "vaxis" "[0 -1 0 -55] 0.125" + "rotation" "0" + "lightmapscale" "32" + "smoothing_groups" "0" + } + side + { + "id" "1929" + "plane" "(-704 1221 0) (-704 920 0) (-288 920 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1928" + "plane" "(-704 920 0) (-704 1221 0) (-704 1221 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1927" + "plane" "(-288 1221 0) (-288 920 0) (-288 920 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1926" + "plane" "(-704 1221 0) (-288 1221 0) (-288 1221 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1925" + "plane" "(-288 920 0) (-704 920 0) (-704 920 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "58" + side + { + "id" "1936" + "plane" "(-1056 1221 32) (-1056 1568 32) (-288 1568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -12] 0.125" + "vaxis" "[0 -1 0 -55] 0.125" + "rotation" "0" + "lightmapscale" "32" + "smoothing_groups" "0" + } + side + { + "id" "1935" + "plane" "(-1056 1568 24) (-1056 1221 24) (-288 1221 24)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1934" + "plane" "(-1056 1221 24) (-1056 1568 24) (-1056 1568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1933" + "plane" "(-288 1568 24) (-288 1221 24) (-288 1221 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1932" + "plane" "(-1056 1568 24) (-288 1568 24) (-288 1568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1931" + "plane" "(-288 1221 24) (-1056 1221 24) (-1056 1221 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "59" + side + { + "id" "1942" + "plane" "(504 568 32) (480 568 32) (480 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1941" + "plane" "(504 880 0) (480 880 0) (480 568 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1940" + "plane" "(480 568 0) (480 880 0) (480 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1939" + "plane" "(480 880 0) (504 880 0) (504 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1938" + "plane" "(504 568 0) (480 568 0) (480 568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1937" + "plane" "(504 880 0) (504 568 0) (504 568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "60" + side + { + "id" "1948" + "plane" "(584 568 32) (504 568 32) (504 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1947" + "plane" "(584 880 0) (504 880 0) (504 568 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1946" + "plane" "(504 880 0) (584 880 0) (584 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1945" + "plane" "(584 568 0) (504 568 0) (504 568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1944" + "plane" "(584 880 0) (584 568 0) (584 568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1943" + "plane" "(504 568 0) (504 880 0) (504 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "61" + side + { + "id" "1954" + "plane" "(608 568 32) (584 568 32) (584 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1953" + "plane" "(608 880 0) (584 880 0) (584 568 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1952" + "plane" "(584 880 0) (608 880 0) (608 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1951" + "plane" "(608 568 0) (584 568 0) (584 568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1950" + "plane" "(608 880 0) (608 568 0) (608 568 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1949" + "plane" "(584 568 0) (584 880 0) (584 880 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "62" + side + { + "id" "1960" + "plane" "(608 792 32) (992 792 32) (992 392 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1959" + "plane" "(608 392 0) (992 392 0) (992 792 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1958" + "plane" "(992 792 0) (992 392 0) (992 392 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1957" + "plane" "(608 792 0) (992 792 0) (992 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1956" + "plane" "(992 392 0) (608 392 0) (608 392 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1955" + "plane" "(608 392 0) (608 792 0) (608 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "63" + side + { + "id" "1966" + "plane" "(1104 336 32) (992 336 32) (992 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1965" + "plane" "(1104 792 0) (992 792 0) (992 336 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1964" + "plane" "(992 336 0) (992 792 0) (992 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1963" + "plane" "(992 792 0) (1104 792 0) (1104 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1962" + "plane" "(1104 336 0) (992 336 0) (992 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1961" + "plane" "(1104 792 0) (1104 336 0) (1104 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "64" + side + { + "id" "1972" + "plane" "(568 264 32) (568 392 32) (736 392 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1971" + "plane" "(568 392 2) (568 264 2) (736 264 2)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1970" + "plane" "(568 264 2) (568 392 2) (568 392 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1969" + "plane" "(736 392 2) (736 264 2) (736 264 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1968" + "plane" "(568 392 2) (736 392 2) (736 392 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1967" + "plane" "(736 264 2) (568 264 2) (568 264 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "65" + side + { + "id" "1978" + "plane" "(568 392 32) (568 528 32) (608 528 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1977" + "plane" "(568 528 0) (568 392 0) (608 392 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1976" + "plane" "(568 392 0) (568 528 0) (568 528 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1975" + "plane" "(608 528 0) (608 392 0) (608 392 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1974" + "plane" "(568 528 0) (608 528 0) (608 528 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1973" + "plane" "(608 392 0) (568 392 0) (568 392 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "66" + side + { + "id" "1984" + "plane" "(768 392 32) (992 392 32) (992 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1983" + "plane" "(768 336 0) (992 336 0) (992 392 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1982" + "plane" "(768 392 32) (768 336 32) (768 336 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1981" + "plane" "(992 392 0) (992 336 0) (992 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1980" + "plane" "(992 392 32) (768 392 32) (768 392 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1979" + "plane" "(992 336 0) (768 336 0) (768 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "67" + side + { + "id" "1990" + "plane" "(1184 336 32) (1104 336 32) (1104 640 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1989" + "plane" "(1104 640 0) (1104 336 0) (1184 336 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1988" + "plane" "(1184 336 0) (1104 336 0) (1104 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1987" + "plane" "(1184 640 0) (1184 336 0) (1184 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1986" + "plane" "(1104 336 0) (1104 640 0) (1104 640 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1985" + "plane" "(1104 640 0) (1184 640 0) (1184 640 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "68" + side + { + "id" "1996" + "plane" "(1184 792 32) (1216 792 32) (1216 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1995" + "plane" "(1184 336 0) (1216 336 0) (1216 792 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1994" + "plane" "(1216 792 0) (1216 336 0) (1216 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1993" + "plane" "(1184 792 0) (1216 792 0) (1216 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1992" + "plane" "(1216 336 0) (1184 336 0) (1184 336 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1991" + "plane" "(1184 336 0) (1184 792 0) (1184 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "70" + side + { + "id" "2002" + "plane" "(1108 747.852 32) (1108 644 32) (1104 640 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 51.2] 0.078125" + "vaxis" "[0 1 0 -91.431] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2001" + "plane" "(1104 752 0) (1104 640 0) (1108 644 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2000" + "plane" "(1104 640 0) (1104 752 0) (1104 752 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1999" + "plane" "(1108 747.852 0) (1108 644 0) (1108 644 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1998" + "plane" "(1104 752 0) (1108 747.85 0) (1108 747.852 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1997" + "plane" "(1108 644 0) (1104 640 0) (1104 640 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "69" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "71" + side + { + "id" "2008" + "plane" "(1180 644 32) (1108 644 32) (1108 748 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 51.2] 0.078125" + "vaxis" "[0 1 0 -91.431] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2007" + "plane" "(1108 644 0) (1180 644 0) (1180 748 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2006" + "plane" "(1180 644 0) (1108 644 0) (1108 644 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2005" + "plane" "(1108 748 0) (1180 748 0) (1180 748 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2004" + "plane" "(1108 644 0) (1108 748 0) (1108 748 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2003" + "plane" "(1180 748 0) (1180 644 0) (1180 644 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "69" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "72" + side + { + "id" "2014" + "plane" "(1180 748 32) (1108 748 32) (1104 752 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -52.153] 0.078" + "vaxis" "[1 0 0 6.25854] 0.109" + "rotation" "270" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2013" + "plane" "(1108 748 0) (1180 748 0) (1184 752 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2012" + "plane" "(1104 752 0) (1184 752 0) (1184 752 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2011" + "plane" "(1180 748 0) (1108 748 0) (1108 748 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2010" + "plane" "(1108 748 0) (1104 752 0) (1104 752 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2009" + "plane" "(1184 752 0) (1180 748 0) (1180 748 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "69" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "73" + side + { + "id" "2020" + "plane" "(1184 640 32) (1104 640 32) (1108 644 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 16.1529] 0.078" + "vaxis" "[-1 0 0 29.741] 0.109" + "rotation" "90" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2019" + "plane" "(1104 640 0) (1184 640 0) (1180 644 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2018" + "plane" "(1184 640 0) (1104 640 0) (1104 640 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2017" + "plane" "(1108 644 0) (1180 644 0) (1180 644 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2016" + "plane" "(1104 640 0) (1108 644 0) (1108 644 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2015" + "plane" "(1180 644 0) (1184 640 0) (1184 640 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "69" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "74" + side + { + "id" "2026" + "plane" "(1184 752 32) (1184 640 32) (1180 644 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 51.2] 0.078125" + "vaxis" "[0 1 0 -91.431] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2025" + "plane" "(1180 748 0) (1180 644 0) (1184 640 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2024" + "plane" "(1184 752 0) (1184 640 0) (1184 640 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2023" + "plane" "(1180 644 0) (1180 748 0) (1180 748 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2022" + "plane" "(1180 748 0) (1184 752 0) (1184 752 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2021" + "plane" "(1184 640 0) (1180 644 0) (1180 644 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "69" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "75" + side + { + "id" "2032" + "plane" "(1104 752 32) (1104 792 32) (1184 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2031" + "plane" "(1184 792 0) (1104 792 0) (1104 752 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2030" + "plane" "(1104 792 0) (1184 792 0) (1184 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2029" + "plane" "(1184 792 0) (1184 752 0) (1184 752 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2028" + "plane" "(1104 752 0) (1104 792 0) (1104 792 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2027" + "plane" "(1184 752 0) (1104 752 0) (1104 752 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "76" + side + { + "id" "2038" + "plane" "(768 304 128) (768 336 128) (1280 336 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2037" + "plane" "(768 336 32) (768 304 32) (1280 304 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2036" + "plane" "(768 304 32) (768 336 32) (768 336 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2035" + "plane" "(1280 336 32) (1280 304 32) (1280 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2034" + "plane" "(768 336 32) (1280 336 32) (1280 336 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2033" + "plane" "(1280 304 32) (768 304 32) (768 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "77" + side + { + "id" "2044" + "plane" "(800 304 128) (1280 304 128) (1280 224 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2043" + "plane" "(800 224 32) (1280 224 32) (1280 304 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2042" + "plane" "(1280 304 32) (1280 224 32) (1280 224 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2041" + "plane" "(800 304 32) (1280 304 32) (1280 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2040" + "plane" "(1280 224 32) (800 224 32) (800 224 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2039" + "plane" "(800 224 32) (800 304 32) (800 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "78" + side + { + "id" "2050" + "plane" "(768 192 128) (768 224 128) (1280 224 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2049" + "plane" "(768 224 32) (768 192 32) (1280 192 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2048" + "plane" "(768 192 32) (768 224 32) (768 224 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2047" + "plane" "(1280 224 32) (1280 192 32) (1280 192 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2046" + "plane" "(1280 192 32) (768 192 32) (768 192 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2045" + "plane" "(768 224 32) (1280 224 32) (1280 224 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "79" + side + { + "id" "2056" + "plane" "(768 224 128) (768 304 128) (800 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2055" + "plane" "(768 304 32) (768 224 32) (800 224 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2054" + "plane" "(768 224 32) (768 304 32) (768 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2053" + "plane" "(768 304 32) (800 304 32) (800 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2052" + "plane" "(800 224 32) (768 224 32) (768 224 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2051" + "plane" "(800 304 32) (800 224 32) (800 224 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "80" + side + { + "id" "2062" + "plane" "(1312 0 128) (1280 0 128) (1280 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2061" + "plane" "(1312 304 0) (1280 304 0) (1280 0 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2060" + "plane" "(1280 0 0) (1280 304 0) (1280 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2059" + "plane" "(1312 0 0) (1280 0 0) (1280 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2058" + "plane" "(1280 304 0) (1312 304 0) (1312 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2057" + "plane" "(1312 304 0) (1312 0 0) (1312 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "81" + side + { + "id" "2068" + "plane" "(1312 160 128) (1312 272 128) (1504 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2067" + "plane" "(1312 272 0) (1312 160 0) (1504 160 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2066" + "plane" "(1312 160 0) (1312 272 0) (1312 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2065" + "plane" "(1312 272 0) (1504 272 0) (1504 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2064" + "plane" "(1504 160 0) (1312 160 0) (1312 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2063" + "plane" "(1504 272 0) (1504 160 0) (1504 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "82" + side + { + "id" "2074" + "plane" "(1312 272 128) (1312 304 128) (1616 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2073" + "plane" "(1616 304 0) (1312 304 0) (1312 272 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2072" + "plane" "(1312 304 0) (1616 304 0) (1616 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2071" + "plane" "(1616 304 0) (1616 272 0) (1616 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2070" + "plane" "(1312 272 0) (1312 304 0) (1312 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2069" + "plane" "(1616 272 0) (1312 272 0) (1312 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "83" + side + { + "id" "2080" + "plane" "(1280 304 128) (1280 336 128) (1616 336 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2079" + "plane" "(1280 336 0) (1280 304 0) (1616 304 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2078" + "plane" "(1280 304 0) (1280 336 0) (1280 336 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2077" + "plane" "(1616 336 0) (1616 304 0) (1616 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2076" + "plane" "(1280 336 0) (1616 336 0) (1616 336 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2075" + "plane" "(1616 304 0) (1280 304 0) (1280 304 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "85" + side + { + "id" "2086" + "plane" "(1508 267.852 128) (1508 164 128) (1504 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 51.2] 0.078125" + "vaxis" "[0 1 0 -54.86] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2085" + "plane" "(1504 272 96) (1504 160 96) (1508 164 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2084" + "plane" "(1504 160 96) (1504 272 96) (1504 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2083" + "plane" "(1508 267.852 96) (1508 164 96) (1508 164 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2082" + "plane" "(1504 272 96) (1508 267.85 96) (1508 267.852 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2081" + "plane" "(1508 164 96) (1504 160 96) (1504 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "84" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "86" + side + { + "id" "2092" + "plane" "(1580 164 128) (1508 164 128) (1508 268 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 51.2] 0.078125" + "vaxis" "[0 1 0 -54.86] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2091" + "plane" "(1508 164 96) (1580 164 96) (1580 268 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2090" + "plane" "(1580 164 96) (1508 164 96) (1508 164 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2089" + "plane" "(1508 268 96) (1580 268 96) (1580 268 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2088" + "plane" "(1508 164 96) (1508 268 96) (1508 268 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2087" + "plane" "(1580 268 96) (1580 164 96) (1580 164 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "84" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "87" + side + { + "id" "2098" + "plane" "(1580 268 128) (1508 268 128) (1504 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -42.308] 0.078" + "vaxis" "[1 0 0 -79.465] 0.109" + "rotation" "270" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2097" + "plane" "(1508 268 96) (1580 268 96) (1584 272 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2096" + "plane" "(1504 272 96) (1584 272 96) (1584 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2095" + "plane" "(1580 268 96) (1508 268 96) (1508 268 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2094" + "plane" "(1508 268 96) (1504 272 96) (1504 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2093" + "plane" "(1584 272 96) (1580 268 96) (1580 268 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "84" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "88" + side + { + "id" "2104" + "plane" "(1584 160 128) (1504 160 128) (1508 164 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 6.30798] 0.078" + "vaxis" "[-1 0 0 115.465] 0.109" + "rotation" "90" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2103" + "plane" "(1504 160 96) (1584 160 96) (1580 164 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2102" + "plane" "(1584 160 96) (1504 160 96) (1504 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2101" + "plane" "(1508 164 96) (1580 164 96) (1580 164 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2100" + "plane" "(1504 160 96) (1508 164 96) (1508 164 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2099" + "plane" "(1580 164 96) (1584 160 96) (1584 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "84" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "89" + side + { + "id" "2110" + "plane" "(1584 272 128) (1584 160 128) (1580 164 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 51.2] 0.078125" + "vaxis" "[0 1 0 -54.86] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2109" + "plane" "(1580 268 96) (1580 164 96) (1584 160 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2108" + "plane" "(1584 272 96) (1584 160 96) (1584 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2107" + "plane" "(1580 164 96) (1580 268 96) (1580 268 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2106" + "plane" "(1580 268 96) (1584 272 96) (1584 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2105" + "plane" "(1584 160 96) (1580 164 96) (1580 164 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "84" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "90" + side + { + "id" "2116" + "plane" "(1616 336 128) (1648 336 128) (1648 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2115" + "plane" "(1616 0 0) (1648 0 0) (1648 336 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2114" + "plane" "(1648 336 0) (1648 0 0) (1648 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2113" + "plane" "(1648 0 0) (1616 0 0) (1616 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2112" + "plane" "(1616 336 0) (1648 336 0) (1648 336 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2111" + "plane" "(1616 0 0) (1616 336 0) (1616 336 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "91" + side + { + "id" "2122" + "plane" "(1584 272 128) (1616 272 128) (1616 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2121" + "plane" "(1584 160 0) (1616 160 0) (1616 272 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2120" + "plane" "(1616 272 0) (1616 160 0) (1616 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2119" + "plane" "(1584 272 0) (1616 272 0) (1616 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2118" + "plane" "(1616 160 0) (1584 160 0) (1584 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2117" + "plane" "(1584 160 0) (1584 272 0) (1584 272 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "92" + side + { + "id" "2128" + "plane" "(1312 32 128) (1312 160 128) (1616 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2127" + "plane" "(1312 160 0) (1312 32 0) (1616 32 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2126" + "plane" "(1616 160 0) (1616 32 0) (1616 32 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2125" + "plane" "(1312 32 0) (1312 160 0) (1312 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2124" + "plane" "(1616 32 0) (1312 32 0) (1312 32 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2123" + "plane" "(1312 160 0) (1616 160 0) (1616 160 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "93" + side + { + "id" "2134" + "plane" "(1344 528 0) (1344 352 0) (1593 352 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2133" + "plane" "(1344 352 0) (1344 528 0) (1344 528 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2132" + "plane" "(1593 528 128) (1593 528 0) (1593 352 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2131" + "plane" "(1344 528 128) (1344 528 0) (1593 528 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2130" + "plane" "(1344 352 128) (1344 528 128) (1593 528 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2129" + "plane" "(1593 352 128) (1593 352 0) (1344 352 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "94" + side + { + "id" "2140" + "plane" "(1616 0 128) (1312 0 128) (1312 32 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2139" + "plane" "(1312 32 0) (1312 0 0) (1616 0 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2138" + "plane" "(1616 0 0) (1312 0 0) (1312 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2137" + "plane" "(1616 32 0) (1616 0 0) (1616 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2136" + "plane" "(1312 0 0) (1312 32 0) (1312 32 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2135" + "plane" "(1312 32 0) (1616 32 0) (1616 32 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "95" + side + { + "id" "2146" + "plane" "(1472 -144 128) (1440 -144 128) (1440 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2145" + "plane" "(1472 0 0) (1440 0 0) (1440 -144 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2144" + "plane" "(1440 -144 0) (1440 0 0) (1440 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2143" + "plane" "(1440 0 0) (1472 0 0) (1472 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2142" + "plane" "(1472 -144 0) (1440 -144 0) (1440 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2141" + "plane" "(1472 0 0) (1472 -144 0) (1472 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "96" + side + { + "id" "2152" + "plane" "(1616 -144 128) (1472 -144 128) (1472 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2151" + "plane" "(1616 0 0) (1472 0 0) (1472 -144 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2150" + "plane" "(1472 0 0) (1616 0 0) (1616 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2149" + "plane" "(1616 -144 0) (1472 -144 0) (1472 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2148" + "plane" "(1616 0 0) (1616 -144 0) (1616 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2147" + "plane" "(1472 -144 0) (1472 0 0) (1472 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "97" + side + { + "id" "2158" + "plane" "(1616 0 128) (1664 0 128) (1664 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2157" + "plane" "(1616 -144 0) (1664 -144 0) (1664 0 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2156" + "plane" "(1664 0 0) (1664 -144 0) (1664 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2155" + "plane" "(1616 0 0) (1664 0 0) (1664 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2154" + "plane" "(1664 -144 0) (1616 -144 0) (1616 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2153" + "plane" "(1616 -144 0) (1616 0 0) (1616 0 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "98" + side + { + "id" "2164" + "plane" "(1440 -208 128) (1440 -144 128) (1680 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2163" + "plane" "(1440 -144 0) (1440 -208 0) (1680 -208 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2162" + "plane" "(1440 -208 0) (1440 -144 0) (1440 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2161" + "plane" "(1680 -144 0) (1680 -208 0) (1680 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2160" + "plane" "(1440 -144 0) (1680 -144 0) (1680 -144 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2159" + "plane" "(1680 -208 0) (1440 -208 0) (1440 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "99" + side + { + "id" "2170" + "plane" "(1488 -864 128) (1456 -864 128) (1456 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2169" + "plane" "(1488 -208 0) (1456 -208 0) (1456 -864 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2168" + "plane" "(1488 -864 0) (1456 -864 0) (1456 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2167" + "plane" "(1456 -208 0) (1488 -208 0) (1488 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2166" + "plane" "(1456 -864 0) (1456 -208 0) (1456 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2165" + "plane" "(1488 -208 0) (1488 -864 0) (1488 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "100" + side + { + "id" "2176" + "plane" "(1488 -208 128) (1616 -208 128) (1616 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2175" + "plane" "(1488 -864 0) (1616 -864 0) (1616 -208 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2174" + "plane" "(1616 -864 0) (1488 -864 0) (1488 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2173" + "plane" "(1488 -208 0) (1616 -208 0) (1616 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2172" + "plane" "(1488 -864 0) (1488 -208 0) (1488 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2171" + "plane" "(1616 -208 0) (1616 -864 0) (1616 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "101" + side + { + "id" "2182" + "plane" "(1616 -208 128) (1648 -208 128) (1648 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2181" + "plane" "(1616 -864 0) (1648 -864 0) (1648 -208 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2180" + "plane" "(1648 -208 0) (1648 -864 0) (1648 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2179" + "plane" "(1648 -864 0) (1616 -864 0) (1616 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2178" + "plane" "(1616 -208 0) (1648 -208 0) (1648 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2177" + "plane" "(1616 -864 0) (1616 -208 0) (1616 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "102" + side + { + "id" "2188" + "plane" "(1456 -864 128) (1440 -864 128) (1440 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2187" + "plane" "(1456 -208 0) (1440 -208 0) (1440 -864 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2186" + "plane" "(1456 -864 0) (1440 -864 0) (1440 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2185" + "plane" "(1440 -208 0) (1456 -208 0) (1456 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2184" + "plane" "(1456 -208 0) (1456 -864 0) (1456 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2183" + "plane" "(1440 -864 0) (1440 -208 0) (1440 -208 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "103" + side + { + "id" "2194" + "plane" "(1424 -864 128) (1648 -864 128) (1648 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2193" + "plane" "(1424 -944 0) (1648 -944 0) (1648 -864 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2192" + "plane" "(1648 -864 0) (1648 -944 0) (1648 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2191" + "plane" "(1424 -864 0) (1648 -864 0) (1648 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2190" + "plane" "(1648 -944 0) (1424 -944 0) (1424 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2189" + "plane" "(1424 -944 0) (1424 -864 0) (1424 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "104" + side + { + "id" "2200" + "plane" "(1280 -944 128) (1616 -944 128) (1616 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2199" + "plane" "(1616 -944 96) (1280 -944 96) (1280 -1248 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2198" + "plane" "(1280 -944 96) (1616 -944 96) (1616 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2197" + "plane" "(1616 -944 96) (1616 -1248 96) (1616 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2196" + "plane" "(1616 -1248 96) (1280 -1248 96) (1280 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2195" + "plane" "(1280 -1248 96) (1280 -944 96) (1280 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "105" + side + { + "id" "2206" + "plane" "(1616 -944 128) (1648 -944 128) (1648 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2205" + "plane" "(1616 -1248 96) (1648 -1248 96) (1648 -944 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2204" + "plane" "(1648 -944 96) (1648 -1248 96) (1648 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2203" + "plane" "(1616 -944 96) (1648 -944 96) (1648 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2202" + "plane" "(1648 -1248 96) (1616 -1248 96) (1616 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2201" + "plane" "(1616 -1248 96) (1616 -944 96) (1616 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "106" + side + { + "id" "2212" + "plane" "(1648 -1296 128) (1168 -1296 128) (1168 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2211" + "plane" "(1168 -1248 96) (1168 -1296 96) (1648 -1296 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2210" + "plane" "(1648 -1296 96) (1168 -1296 96) (1168 -1296 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2209" + "plane" "(1648 -1248 96) (1648 -1296 96) (1648 -1296 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2208" + "plane" "(1168 -1296 96) (1168 -1248 96) (1168 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2207" + "plane" "(1168 -1248 96) (1648 -1248 96) (1648 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "108" + side + { + "id" "2218" + "plane" "(1204 -1012.15 128) (1204 -1116 128) (1200 -1120 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -0.00234985] 0.078125" + "vaxis" "[0 1 0 -0.00279045] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2217" + "plane" "(1200 -1008 96) (1200 -1120 96) (1204 -1116 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2216" + "plane" "(1200 -1120 96) (1200 -1008 96) (1200 -1008 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2215" + "plane" "(1204 -1012.15 96) (1204 -1116 96) (1204 -1116 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2214" + "plane" "(1200 -1008 96) (1204 -1012.15 96) (1204 -1012.15 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2213" + "plane" "(1204 -1116 96) (1200 -1120 96) (1200 -1120 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "107" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "109" + side + { + "id" "2224" + "plane" "(1276 -1116 128) (1204 -1116 128) (1204 -1012 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -0.00234985] 0.078125" + "vaxis" "[0 1 0 -0.00279045] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2223" + "plane" "(1204 -1116 96) (1276 -1116 96) (1276 -1012 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2222" + "plane" "(1276 -1116 96) (1204 -1116 96) (1204 -1116 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2221" + "plane" "(1204 -1012 96) (1276 -1012 96) (1276 -1012 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2220" + "plane" "(1204 -1116 96) (1204 -1012 96) (1204 -1012 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2219" + "plane" "(1276 -1012 96) (1276 -1116 96) (1276 -1116 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "107" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "110" + side + { + "id" "2230" + "plane" "(1276 -1012 128) (1204 -1012 128) (1200 -1008 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 111.948] 0.078" + "vaxis" "[1 0 0 21.525] 0.109" + "rotation" "270" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2229" + "plane" "(1204 -1012 96) (1276 -1012 96) (1280 -1008 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2228" + "plane" "(1200 -1008 96) (1280 -1008 96) (1280 -1008 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2227" + "plane" "(1276 -1012 96) (1204 -1012 96) (1204 -1012 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2226" + "plane" "(1204 -1012 96) (1200 -1008 96) (1200 -1008 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2225" + "plane" "(1280 -1008 96) (1276 -1012 96) (1276 -1012 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "107" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "111" + side + { + "id" "2236" + "plane" "(1280 -1120 128) (1200 -1120 128) (1204 -1116 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 -19.9483] 0.078" + "vaxis" "[-1 0 0 14.475] 0.109" + "rotation" "90" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2235" + "plane" "(1200 -1120 96) (1280 -1120 96) (1276 -1116 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2234" + "plane" "(1280 -1120 96) (1200 -1120 96) (1200 -1120 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2233" + "plane" "(1204 -1116 96) (1276 -1116 96) (1276 -1116 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2232" + "plane" "(1200 -1120 96) (1204 -1116 96) (1204 -1116 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2231" + "plane" "(1276 -1116 96) (1280 -1120 96) (1280 -1120 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "107" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "112" + side + { + "id" "2242" + "plane" "(1280 -1008 128) (1280 -1120 128) (1276 -1116 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -0.00234985] 0.078125" + "vaxis" "[0 1 0 -0.00279045] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2241" + "plane" "(1276 -1012 96) (1276 -1116 96) (1280 -1120 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2240" + "plane" "(1280 -1008 96) (1280 -1120 96) (1280 -1120 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2239" + "plane" "(1276 -1116 96) (1276 -1012 96) (1276 -1012 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2238" + "plane" "(1276 -1012 96) (1280 -1008 96) (1280 -1008 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2237" + "plane" "(1280 -1120 96) (1276 -1116 96) (1276 -1116 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "107" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "113" + side + { + "id" "2248" + "plane" "(1168 -1296 128) (1136 -1296 128) (1136 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2247" + "plane" "(1168 -944 96) (1136 -944 96) (1136 -1296 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2246" + "plane" "(1136 -1296 96) (1136 -944 96) (1136 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2245" + "plane" "(1136 -944 96) (1168 -944 96) (1168 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2244" + "plane" "(1168 -1296 96) (1136 -1296 96) (1136 -1296 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2243" + "plane" "(1168 -944 96) (1168 -1296 96) (1168 -1296 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "114" + side + { + "id" "2254" + "plane" "(1168 -1248 128) (1168 -944 128) (1200 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2253" + "plane" "(1200 -944 96) (1168 -944 96) (1168 -1248 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2252" + "plane" "(1168 -944 96) (1200 -944 96) (1200 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2251" + "plane" "(1168 -1248 96) (1168 -944 96) (1168 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2250" + "plane" "(1200 -1248 96) (1168 -1248 96) (1168 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2249" + "plane" "(1200 -944 96) (1200 -1248 96) (1200 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "115" + side + { + "id" "2260" + "plane" "(1200 -1008 128) (1200 -944 128) (1280 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2259" + "plane" "(1280 -944 96) (1200 -944 96) (1200 -1008 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2258" + "plane" "(1200 -944 96) (1280 -944 96) (1280 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2257" + "plane" "(1200 -1008 96) (1200 -944 96) (1200 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2256" + "plane" "(1280 -944 96) (1280 -1008 96) (1280 -1008 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2255" + "plane" "(1280 -1008 96) (1200 -1008 96) (1200 -1008 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "116" + side + { + "id" "2266" + "plane" "(1280 -1248 128) (1200 -1248 128) (1200 -1120 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2265" + "plane" "(1200 -1120 96) (1200 -1248 96) (1280 -1248 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2264" + "plane" "(1280 -1248 96) (1200 -1248 96) (1200 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2263" + "plane" "(1200 -1248 96) (1200 -1120 96) (1200 -1120 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2262" + "plane" "(1280 -1120 96) (1280 -1248 96) (1280 -1248 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2261" + "plane" "(1200 -1120 96) (1280 -1120 96) (1280 -1120 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "117" + side + { + "id" "2272" + "plane" "(1136 -896 128) (1136 -880 128) (1424 -880 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2271" + "plane" "(1136 -880 0) (1136 -896 0) (1424 -896 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2270" + "plane" "(1136 -896 0) (1136 -880 0) (1136 -880 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2269" + "plane" "(1424 -880 0) (1424 -896 0) (1424 -896 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2268" + "plane" "(1424 -896 0) (1136 -896 0) (1136 -896 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2267" + "plane" "(1136 -880 0) (1424 -880 0) (1424 -880 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "118" + side + { + "id" "2278" + "plane" "(1424 -944 128) (1136 -944 128) (1136 -896 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2277" + "plane" "(1136 -896 0) (1136 -944 0) (1424 -944 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2276" + "plane" "(1136 -944 0) (1136 -896 0) (1136 -896 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2275" + "plane" "(1424 -944 0) (1136 -944 0) (1136 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2274" + "plane" "(1424 -896 0) (1424 -944 0) (1424 -944 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2273" + "plane" "(1136 -896 0) (1424 -896 0) (1424 -896 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "119" + side + { + "id" "2284" + "plane" "(1104 -880 128) (1104 -864 128) (1360 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 64] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2283" + "plane" "(1104 -864 56) (1104 -864 128) (1104 -880 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2282" + "plane" "(1360 -864 128) (1104 -864 128) (1104 -864 56)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 -64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2281" + "plane" "(1104 -880 56) (1104 -880 128) (1360 -880 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2280" + "plane" "(1360 -864 56) (1104 -864 56) (1104 -880 56)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2279" + "plane" "(1360 -880 56) (1360 -880 128) (1360 -864 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "120" + side + { + "id" "2290" + "plane" "(1248 -864 32) (1248 -224 32) (1424 -224 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[1248 -864 32]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 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 1 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 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 5 0 0 0 0 0" + "row2" "0 0 5 5 5 0 0 0 0" + "row3" "0 0 0 0 0 0 5 0 0" + "row4" "0 0 0 0 5 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "0 0 0 50 0 0 0 0 0" + "row1" "155 180 0 0 0 0 0 0 0" + "row2" "255 255 255 255 255 255 55 0 0" + "row3" "200 255 255 255 125 200 250 0 0" + "row4" "0 250 250 255 255 250 255 255 75" + "row5" "0 255 255 255 255 255 255 225 25" + "row6" "25 175 255 255 225 255 255 200 0" + "row7" "75 50 255 225 255 250 255 0 0" + "row8" "0 0 125 200 250 255 225 0 75" + } + 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" "2289" + "plane" "(1248 -224 31) (1248 -224 32) (1248 -864 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2288" + "plane" "(1424 -864 31) (1424 -864 32) (1424 -224 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2287" + "plane" "(1248 -864 31) (1248 -864 32) (1424 -864 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2286" + "plane" "(1424 -224 31) (1424 -224 32) (1248 -224 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2285" + "plane" "(1248 -224 31) (1248 -864 31) (1424 -864 31)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "121" + side + { + "id" "2296" + "plane" "(992 -928 32) (992 -624 32) (1248 -624 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[992 -928 32]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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 -1 0 0 1 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 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 2 5 0" + "row5" "0 0 0 0 0 2 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0" + "row2" "255 0 0 0 0 0 0 0 0" + "row3" "255 0 0 0 0 0 0 0 0" + "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 0 255 255 255" + "row7" "255 255 0 0 0 0 0 255 255" + "row8" "0 0 255 0 0 0 0 0 205" + } + 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" "2295" + "plane" "(992 -624 31) (992 -624 32) (992 -928 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2294" + "plane" "(1248 -928 31) (1248 -928 32) (1248 -624 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2293" + "plane" "(1248 -624 31) (1248 -624 32) (992 -624 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2292" + "plane" "(992 -928 31) (992 -928 32) (1248 -928 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2291" + "plane" "(992 -624 31) (992 -928 31) (1248 -928 31)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "122" + side + { + "id" "2302" + "plane" "(768 -624 32) (992 -624 32) (992 -1056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[768 -1056 32]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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 -1 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 -1 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0" + "row5" "0 0 0 0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 0" + "row6" "0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 -1 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 3 0 0 0 0 0" + "row2" "0 0 0 3 3 0 0 0 0" + "row3" "0 0 3 3 3 3 0 0 0" + "row4" "0 0 0 0 3 6 9 0 0" + "row5" "0 0 0 3 3 6 0 0 0" + "row6" "0 0 0 3 0 0 0 0 0" + "row7" "0 0 3 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "255 255 255 255 255 255 250 255 0" + "row1" "255 255 255 255 255 255 255 0 0" + "row2" "255 255 255 255 255 255 255 0 0" + "row3" "255 255 255 255 255 255 255 0 0" + "row4" "255 255 255 255 255 255 255 130 255" + "row5" "255 255 255 255 255 255 255 255 255" + "row6" "255 255 255 255 255 255 255 255 255" + "row7" "255 0 0 255 255 255 255 255 255" + "row8" "0 0 0 0 30 0 0 0 0" + } + 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" "2301" + "plane" "(992 -1056 31) (992 -1056 32) (992 -624 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2300" + "plane" "(992 -624 31) (992 -624 32) (768 -624 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2299" + "plane" "(768 -1056 31) (768 -1056 32) (992 -1056 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2298" + "plane" "(768 -624 31) (768 -624 32) (768 -1056 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2297" + "plane" "(768 -1056 31) (992 -1056 31) (992 -624 31)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "123" + side + { + "id" "2308" + "plane" "(688 -1056 32) (688 -704 32) (768 -704 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[688 -1056 32]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "0 0 0 0 0 0 5 255 255" + "row1" "0 0 0 0 0 255 255 255 255" + "row2" "0 0 0 0 0 255 255 255 255" + "row3" "0 0 0 0 0 0 255 255 255" + "row4" "255 0 0 0 175 255 255 255 255" + "row5" "0 0 0 0 255 255 255 255 255" + "row6" "0 0 255 255 255 255 255 255 255" + "row7" "0 0 0 0 0 0 255 255 255" + "row8" "0 0 0 0 0 0 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" "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" "2307" + "plane" "(688 -704 31) (688 -704 32) (688 -1056 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2306" + "plane" "(768 -1056 31) (768 -1056 32) (768 -704 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2305" + "plane" "(768 -704 31) (768 -704 32) (688 -704 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2304" + "plane" "(688 -1056 31) (688 -1056 32) (768 -1056 32)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2303" + "plane" "(688 -704 31) (688 -1056 31) (768 -1056 31)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "124" + side + { + "id" "2314" + "plane" "(1135 -624 62) (768 -624 62) (768 -561 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -64] 0.125" + "vaxis" "[0 -1 0 -7] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2313" + "plane" "(768 -561 32) (768 -624 32) (1135 -624 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2312" + "plane" "(768 -624 32) (768 -561 32) (768 -561 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -8.94241] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2311" + "plane" "(1135 -624 32) (768 -624 32) (768 -624 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2310" + "plane" "(1135 -561 32) (1135 -624 32) (1135 -624 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2309" + "plane" "(768 -561 32) (1135 -561 32) (1135 -561 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "125" + side + { + "id" "2320" + "plane" "(1135 -256 62) (1248 -256 62) (1248 -624 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -64] 0.125" + "vaxis" "[0 -1 0 -7] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2319" + "plane" "(1135 -624 32) (1248 -624 32) (1248 -256 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2318" + "plane" "(1248 -256 32) (1248 -624 32) (1248 -624 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2317" + "plane" "(1248 -624 32) (1135 -624 32) (1135 -624 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2316" + "plane" "(1135 -256 32) (1248 -256 32) (1248 -256 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2315" + "plane" "(1135 -624 32) (1135 -256 32) (1135 -256 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "126" + side + { + "id" "2326" + "plane" "(1128 -553 62) (768 -553 62) (768 -264 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2325" + "plane" "(768 -264 32) (768 -553 32) (1128 -553 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2324" + "plane" "(768 -553 32) (768 -264 32) (768 -264 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -8.94241] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2323" + "plane" "(1128 -553 32) (768 -553 32) (768 -553 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2322" + "plane" "(1128 -264 32) (1128 -553 32) (1128 -553 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2321" + "plane" "(768 -264 32) (1128 -264 32) (1128 -264 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "127" + side + { + "id" "2332" + "plane" "(768 -256 62) (768 115 62) (1248 115 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -64] 0.125" + "vaxis" "[0 -1 0 -7] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2331" + "plane" "(768 115 32) (768 -256 32) (1248 -256 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2330" + "plane" "(768 -256 32) (768 115 32) (768 115 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -8.94241] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2329" + "plane" "(1248 115 32) (1248 -256 32) (1248 -256 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2328" + "plane" "(768 115 32) (1248 115 32) (1248 115 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2327" + "plane" "(1248 -256 32) (768 -256 32) (768 -256 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "128" + side + { + "id" "2338" + "plane" "(528 -128 62) (528 96 62) (720 96 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2337" + "plane" "(720 96 32) (528 96 32) (528 -128 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2336" + "plane" "(528 -128 32) (528 96 32) (528 96 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2335" + "plane" "(528 96 32) (720 96 32) (720 96 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2334" + "plane" "(720 96 32) (720 -128 32) (720 -128 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2333" + "plane" "(720 -128 32) (528 -128 32) (528 -128 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "129" + side + { + "id" "2344" + "plane" "(752 -160 62) (720 -160 62) (720 96 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2343" + "plane" "(720 -160 32) (752 -160 32) (752 96 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2342" + "plane" "(752 -160 32) (720 -160 32) (720 -160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2341" + "plane" "(752 96 32) (752 -160 32) (752 -160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -9] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2340" + "plane" "(720 96 32) (752 96 32) (752 96 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2339" + "plane" "(720 -160 32) (720 96 32) (720 96 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "130" + side + { + "id" "2350" + "plane" "(752 144 62) (768 144 62) (768 -160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 91] 0.125" + "vaxis" "[1 0 0 -87] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2349" + "plane" "(752 -160 32) (768 -160 32) (768 144 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2348" + "plane" "(768 144 32) (768 -160 32) (768 -160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2347" + "plane" "(752 144 32) (768 144 32) (768 144 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2346" + "plane" "(768 -160 32) (752 -160 32) (752 -160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2345" + "plane" "(752 -160 32) (752 144 32) (752 144 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -9] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "131" + side + { + "id" "2356" + "plane" "(528 96 62) (528 144 62) (752 144 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2355" + "plane" "(752 144 32) (528 144 32) (528 96 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2354" + "plane" "(528 144 32) (752 144 32) (752 144 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2353" + "plane" "(528 96 32) (528 144 32) (528 144 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2352" + "plane" "(752 144 32) (752 96 32) (752 96 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -9] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2351" + "plane" "(752 96 32) (528 96 32) (528 96 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "132" + side + { + "id" "2362" + "plane" "(440 0 62) (440 128 62) (528 128 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2361" + "plane" "(440 128 32) (440 0 32) (528 0 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2360" + "plane" "(528 128 32) (528 0 32) (528 0 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2359" + "plane" "(440 0 32) (440 128 32) (440 128 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2358" + "plane" "(440 128 32) (528 128 32) (528 128 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2357" + "plane" "(528 0 32) (440 0 32) (440 0 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 -52] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "133" + side + { + "id" "2368" + "plane" "(424 0 62) (528 0 62) (528 -216 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2367" + "plane" "(424 -216 32) (528 -216 32) (528 0 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2366" + "plane" "(528 0 32) (528 -216 32) (528 -216 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2365" + "plane" "(528 -216 32) (424 -216 32) (424 -216 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2364" + "plane" "(424 0 32) (528 0 32) (528 0 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2363" + "plane" "(424 -216 32) (424 0 32) (424 0 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "134" + side + { + "id" "2374" + "plane" "(720 -160 62) (528 -160 62) (528 -128 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2373" + "plane" "(528 -128 32) (528 -160 32) (720 -160 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2372" + "plane" "(720 -160 32) (528 -160 32) (528 -160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2371" + "plane" "(528 -160 32) (528 -128 32) (528 -128 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2370" + "plane" "(720 -128 32) (720 -160 32) (720 -160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2369" + "plane" "(528 -128 32) (720 -128 32) (720 -128 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "135" + side + { + "id" "2380" + "plane" "(585 144 62) (585 160 62) (710 160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 91] 0.125" + "vaxis" "[1 0 0 -87] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2379" + "plane" "(585 160 32) (585 144 32) (710 144 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2378" + "plane" "(585 144 32) (585 160 32) (585 160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2377" + "plane" "(710 160 32) (710 144 32) (710 144 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2376" + "plane" "(585 160 32) (710 160 32) (710 160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2375" + "plane" "(710 144 32) (585 144 32) (585 144 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "136" + side + { + "id" "2386" + "plane" "(568 264 62) (736 264 62) (736 160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -32] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2385" + "plane" "(568 160 32) (736 160 32) (736 264 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2384" + "plane" "(568 264 62) (568 160 62) (568 160 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2383" + "plane" "(736 264 32) (736 160 32) (736 160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2382" + "plane" "(736 264 62) (568 264 62) (568 264 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -48] 0.16" + "vaxis" "[0 0 -1 67] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2381" + "plane" "(736 160 32) (568 160 32) (568 160 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "137" + side + { + "id" "2392" + "plane" "(1112 -1720 128) (1112 -1312 128) (1304 -1312 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2391" + "plane" "(1112 -1312 96) (1112 -1720 96) (1304 -1720 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2390" + "plane" "(1112 -1720 96) (1112 -1312 96) (1112 -1312 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2389" + "plane" "(1304 -1312 96) (1304 -1720 96) (1304 -1720 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2388" + "plane" "(1112 -1312 96) (1304 -1312 96) (1304 -1312 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2387" + "plane" "(1304 -1720 96) (1112 -1720 96) (1112 -1720 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "138" + side + { + "id" "2398" + "plane" "(1136 -1312 128) (1136 -1296 128) (1304 -1296 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 26] 0.156" + "vaxis" "[1 0 0 -87] 0.218" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2397" + "plane" "(1136 -1296 96) (1136 -1312 96) (1304 -1312 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2396" + "plane" "(1136 -1312 96) (1136 -1296 96) (1136 -1296 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2395" + "plane" "(1304 -1296 96) (1304 -1312 96) (1304 -1312 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2394" + "plane" "(1136 -1296 96) (1304 -1296 96) (1304 -1296 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2393" + "plane" "(1304 -1312 96) (1136 -1312 96) (1136 -1312 128)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "139" + side + { + "id" "2404" + "plane" "(533 -1856 32) (533 -1824 32) (658 -1824 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2403" + "plane" "(533 -1824 0) (533 -1856 0) (658 -1856 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2402" + "plane" "(533 -1856 0) (533 -1824 0) (533 -1824 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2401" + "plane" "(658 -1824 0) (658 -1856 0) (658 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2400" + "plane" "(533 -1824 0) (658 -1824 0) (658 -1824 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2399" + "plane" "(658 -1856 0) (533 -1856 0) (533 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "140" + side + { + "id" "2410" + "plane" "(648 -1856 32) (664 -1856 32) (664 -2056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2409" + "plane" "(664 -1856 0) (648 -1856 0) (648 -2056 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2408" + "plane" "(648 -1856 0) (664 -1856 0) (664 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2407" + "plane" "(664 -1856 0) (664 -2056 0) (664 -2056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2406" + "plane" "(664 -2056 0) (648 -2056 0) (648 -2056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2405" + "plane" "(648 -2056 0) (648 -1856 0) (648 -1856 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "141" + side + { + "id" "2416" + "plane" "(664 -2080 32) (512 -2080 32) (512 -2056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2415" + "plane" "(512 -2056 0) (512 -2080 0) (664 -2080 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2414" + "plane" "(512 -2080 0) (512 -2056 0) (512 -2056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2413" + "plane" "(664 -2080 0) (512 -2080 0) (512 -2080 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2412" + "plane" "(664 -2056 0) (664 -2080 0) (664 -2080 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2411" + "plane" "(512 -2056 0) (664 -2056 0) (664 -2056 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "142" + side + { + "id" "2422" + "plane" "(149 -2112 32) (149 -2080 32) (384 -2080 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2421" + "plane" "(149 -2080 0) (149 -2112 0) (384 -2112 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2420" + "plane" "(149 -2112 0) (149 -2080 0) (149 -2080 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2419" + "plane" "(384 -2080 0) (384 -2112 0) (384 -2112 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2418" + "plane" "(384 -2112 0) (149 -2112 0) (149 -2112 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2417" + "plane" "(149 -2080 0) (384 -2080 0) (384 -2080 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "143" + side + { + "id" "2428" + "plane" "(-408 -2040 48) (-492 -2124 48) (-716 -1900 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2427" + "plane" "(-632 -1816 32) (-716 -1900 32) (-492 -2124 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2426" + "plane" "(-408 -2040 32) (-492 -2124 32) (-492 -2124 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2425" + "plane" "(-716 -1900 32) (-632 -1816 32) (-632 -1816 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2424" + "plane" "(-492 -2124 32) (-716 -1900 32) (-716 -1900 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2423" + "plane" "(-632 -1816 32) (-408 -2040 32) (-408 -2040 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "144" + side + { + "id" "2434" + "plane" "(-492 -2124 48) (-512 -2144 48) (-736 -1920 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -76] 0.25" + "vaxis" "[0 -1 0 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2433" + "plane" "(-716 -1900 32) (-736 -1920 32) (-512 -2144 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2432" + "plane" "(-492 -2124 32) (-512 -2144 32) (-512 -2144 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2431" + "plane" "(-736 -1920 32) (-716 -1900 32) (-716 -1900 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2430" + "plane" "(-512 -2144 32) (-736 -1920 32) (-736 -1920 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2429" + "plane" "(-716 -1900 32) (-492 -2124 32) (-492 -2124 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "145" + side + { + "id" "2440" + "plane" "(-512 -2144 48) (-576 -2208 48) (-800 -1984 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2439" + "plane" "(-736 -1920 32) (-800 -1984 32) (-576 -2208 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2438" + "plane" "(-512 -2144 32) (-576 -2208 32) (-576 -2208 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2437" + "plane" "(-800 -1984 32) (-736 -1920 32) (-736 -1920 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2436" + "plane" "(-576 -2208 32) (-800 -1984 32) (-800 -1984 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2435" + "plane" "(-736 -1920 32) (-512 -2144 32) (-512 -2144 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "146" + side + { + "id" "2446" + "plane" "(-388 -2020 48) (-408 -2040 48) (-632 -1816 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -76] 0.25" + "vaxis" "[0 -1 0 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2445" + "plane" "(-612 -1796 32) (-632 -1816 32) (-408 -2040 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2444" + "plane" "(-388 -2020 32) (-408 -2040 32) (-408 -2040 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2443" + "plane" "(-632 -1816 32) (-612 -1796 32) (-612 -1796 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2442" + "plane" "(-612 -1796 32) (-388 -2020 32) (-388 -2020 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2441" + "plane" "(-408 -2040 32) (-632 -1816 32) (-632 -1816 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "147" + side + { + "id" "2452" + "plane" "(-324 -1956 48) (-388 -2020 48) (-612 -1796 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2451" + "plane" "(-548 -1732 32) (-612 -1796 32) (-388 -2020 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2450" + "plane" "(-324 -1956 32) (-388 -2020 32) (-388 -2020 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2449" + "plane" "(-612 -1796 32) (-548 -1732 32) (-548 -1732 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2448" + "plane" "(-548 -1732 32) (-324 -1956 32) (-324 -1956 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2447" + "plane" "(-388 -2020 32) (-612 -1796 32) (-612 -1796 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "148" + side + { + "id" "2458" + "plane" "(-512 -2272 48) (-576 -2208 48) (-324 -1956 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2457" + "plane" "(-576 -2208 32) (-512 -2272 32) (-260 -2020 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2456" + "plane" "(-512 -2272 32) (-512 -2272 48) (-260 -2020 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2455" + "plane" "(-324 -1956 32) (-324 -1956 48) (-576 -2208 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2454" + "plane" "(-260 -2020 32) (-260 -2020 48) (-324 -1956 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2453" + "plane" "(-576 -2208 32) (-576 -2208 48) (-512 -2272 48)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "149" + side + { + "id" "2464" + "plane" "(-688 -1792 64) (-672 -1792 64) (-672 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2463" + "plane" "(-688 -1856 0) (-672 -1856 0) (-672 -1792 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2462" + "plane" "(-672 -1792 0) (-672 -1856 0) (-672 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2461" + "plane" "(-688 -1792 0) (-672 -1792 0) (-672 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2460" + "plane" "(-672 -1856 0) (-688 -1856 0) (-688 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2459" + "plane" "(-688 -1856 0) (-688 -1792 0) (-688 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "150" + side + { + "id" "2470" + "plane" "(-656 -1792 64) (-624 -1792 64) (-624 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2469" + "plane" "(-656 -1856 0) (-624 -1856 0) (-624 -1792 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2468" + "plane" "(-624 -1792 0) (-624 -1856 0) (-624 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2467" + "plane" "(-656 -1792 0) (-624 -1792 0) (-624 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2466" + "plane" "(-624 -1856 0) (-656 -1856 0) (-656 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2465" + "plane" "(-656 -1856 0) (-656 -1792 0) (-656 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "151" + side + { + "id" "2476" + "plane" "(-736 -1760 64) (-688 -1760 64) (-688 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2475" + "plane" "(-736 -1856 0) (-688 -1856 0) (-688 -1760 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2474" + "plane" "(-688 -1760 0) (-688 -1856 0) (-688 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2473" + "plane" "(-736 -1760 0) (-688 -1760 0) (-688 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2472" + "plane" "(-688 -1856 0) (-736 -1856 0) (-736 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2471" + "plane" "(-736 -1856 0) (-736 -1760 0) (-736 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "152" + side + { + "id" "2482" + "plane" "(-672 -1808 64) (-656 -1808 64) (-656 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2481" + "plane" "(-672 -1856 0) (-656 -1856 0) (-656 -1808 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2480" + "plane" "(-656 -1808 0) (-656 -1856 0) (-656 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2479" + "plane" "(-672 -1808 0) (-656 -1808 0) (-656 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2478" + "plane" "(-656 -1856 0) (-672 -1856 0) (-672 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2477" + "plane" "(-672 -1856 0) (-672 -1808 0) (-672 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "153" + side + { + "id" "2488" + "plane" "(-688 -1536 64) (-672 -1536 64) (-672 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2487" + "plane" "(-688 -1792 0) (-672 -1792 0) (-672 -1536 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2486" + "plane" "(-672 -1536 0) (-672 -1792 0) (-672 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2485" + "plane" "(-688 -1536 0) (-672 -1536 0) (-672 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2484" + "plane" "(-672 -1792 0) (-688 -1792 0) (-688 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2483" + "plane" "(-688 -1792 0) (-688 -1536 0) (-688 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "154" + side + { + "id" "2494" + "plane" "(-672 -1536 64) (-656 -1536 64) (-656 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2493" + "plane" "(-672 -1808 0) (-656 -1808 0) (-656 -1536 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2492" + "plane" "(-656 -1536 0) (-656 -1808 0) (-656 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2491" + "plane" "(-672 -1536 0) (-656 -1536 0) (-656 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2490" + "plane" "(-656 -1808 0) (-672 -1808 0) (-672 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2489" + "plane" "(-672 -1808 0) (-672 -1536 0) (-672 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "155" + side + { + "id" "2500" + "plane" "(-656 -1536 64) (-624 -1536 64) (-624 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2499" + "plane" "(-656 -1792 0) (-624 -1792 0) (-624 -1536 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2498" + "plane" "(-624 -1536 0) (-624 -1792 0) (-624 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2497" + "plane" "(-656 -1536 0) (-624 -1536 0) (-624 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2496" + "plane" "(-624 -1792 0) (-656 -1792 0) (-656 -1792 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2495" + "plane" "(-656 -1792 0) (-656 -1536 0) (-656 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "156" + side + { + "id" "2506" + "plane" "(-624 -1536 64) (-576 -1536 64) (-576 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2505" + "plane" "(-624 -1808 0) (-576 -1808 0) (-576 -1536 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2504" + "plane" "(-576 -1536 0) (-576 -1808 0) (-576 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2503" + "plane" "(-624 -1536 0) (-576 -1536 0) (-576 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2502" + "plane" "(-576 -1808 0) (-624 -1808 0) (-624 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2501" + "plane" "(-624 -1808 0) (-624 -1536 0) (-624 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "157" + side + { + "id" "2512" + "plane" "(-576 -1536 64) (-560 -1536 64) (-560 -1824 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2511" + "plane" "(-576 -1824 0) (-560 -1824 0) (-560 -1536 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2510" + "plane" "(-560 -1536 0) (-560 -1824 0) (-560 -1824 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2509" + "plane" "(-576 -1536 0) (-560 -1536 0) (-560 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2508" + "plane" "(-560 -1824 0) (-576 -1824 0) (-576 -1824 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2507" + "plane" "(-576 -1824 0) (-576 -1536 0) (-576 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "158" + side + { + "id" "2518" + "plane" "(-624 -1808 64) (-576 -1808 64) (-576 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2517" + "plane" "(-624 -1856 0) (-576 -1856 0) (-576 -1808 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2516" + "plane" "(-576 -1808 0) (-576 -1856 0) (-576 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2515" + "plane" "(-624 -1808 0) (-576 -1808 0) (-576 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2514" + "plane" "(-576 -1856 0) (-624 -1856 0) (-624 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2513" + "plane" "(-624 -1856 0) (-624 -1808 0) (-624 -1808 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "159" + side + { + "id" "2524" + "plane" "(-576 -1824 64) (-560 -1824 64) (-560 -1848 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2523" + "plane" "(-576 -1848 0) (-560 -1848 0) (-560 -1824 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2522" + "plane" "(-560 -1824 0) (-560 -1848 0) (-560 -1848 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2521" + "plane" "(-576 -1824 0) (-560 -1824 0) (-560 -1824 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2520" + "plane" "(-560 -1848 0) (-576 -1848 0) (-576 -1848 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2519" + "plane" "(-576 -1848 0) (-576 -1824 0) (-576 -1824 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "160" + side + { + "id" "2530" + "plane" "(-736 -1536 64) (-688 -1536 64) (-688 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2529" + "plane" "(-736 -1760 0) (-688 -1760 0) (-688 -1536 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2528" + "plane" "(-688 -1536 0) (-688 -1760 0) (-688 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2527" + "plane" "(-736 -1536 0) (-688 -1536 0) (-688 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2526" + "plane" "(-688 -1760 0) (-736 -1760 0) (-736 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2525" + "plane" "(-736 -1760 0) (-736 -1536 0) (-736 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "161" + side + { + "id" "2536" + "plane" "(-544 -1848 64) (-560 -1848 64) (-560 -1584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2535" + "plane" "(-544 -1584 0) (-560 -1584 0) (-560 -1848 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2534" + "plane" "(-560 -1848 0) (-560 -1584 0) (-560 -1584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2533" + "plane" "(-560 -1584 0) (-544 -1584 0) (-544 -1584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2532" + "plane" "(-544 -1848 0) (-560 -1848 0) (-560 -1848 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2531" + "plane" "(-544 -1584 0) (-544 -1848 0) (-544 -1848 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "162" + side + { + "id" "2542" + "plane" "(-544 -1832 64) (-544 -1600 64) (-408 -1600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2541" + "plane" "(-544 -1600 0) (-544 -1832 0) (-408 -1832 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2540" + "plane" "(-408 -1600 0) (-408 -1832 0) (-408 -1832 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2539" + "plane" "(-544 -1832 0) (-544 -1600 0) (-544 -1600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2538" + "plane" "(-544 -1600 0) (-408 -1600 0) (-408 -1600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2537" + "plane" "(-408 -1832 0) (-544 -1832 0) (-544 -1832 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "163" + side + { + "id" "2548" + "plane" "(-1072 -1832 64) (-1072 -1592 64) (-832 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2547" + "plane" "(-1072 -1592 0) (-1072 -1832 0) (-832 -1832 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2546" + "plane" "(-1072 -1832 0) (-1072 -1592 0) (-1072 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2545" + "plane" "(-832 -1592 0) (-832 -1832 0) (-832 -1832 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2544" + "plane" "(-1072 -1592 0) (-832 -1592 0) (-832 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2543" + "plane" "(-832 -1832 0) (-1072 -1832 0) (-1072 -1832 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "164" + side + { + "id" "2554" + "plane" "(-896 -1592 64) (-1008 -1592 64) (-1024 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 -63] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2553" + "plane" "(-880 -1552 0) (-1024 -1552 0) (-1008 -1592 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2552" + "plane" "(-896 -1592 0) (-1008 -1592 0) (-1008 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2551" + "plane" "(-1024 -1552 0) (-880 -1552 0) (-880 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2550" + "plane" "(-880 -1552 0) (-896 -1592 0) (-896 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2549" + "plane" "(-1008 -1592 0) (-1024 -1552 0) (-1024 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "165" + side + { + "id" "2560" + "plane" "(-880 -1552 64) (-832 -1552 64) (-832 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2559" + "plane" "(-896 -1592 0) (-832 -1592 0) (-832 -1552 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2558" + "plane" "(-832 -1552 0) (-832 -1592 0) (-832 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2557" + "plane" "(-832 -1592 0) (-896 -1592 0) (-896 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2556" + "plane" "(-880 -1552 0) (-832 -1552 0) (-832 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2555" + "plane" "(-896 -1592 0) (-880 -1552 0) (-880 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "166" + side + { + "id" "2566" + "plane" "(-1008 -1592 64) (-1072 -1592 64) (-1072 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2565" + "plane" "(-1024 -1552 0) (-1072 -1552 0) (-1072 -1592 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2564" + "plane" "(-1072 -1592 0) (-1072 -1552 0) (-1072 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2563" + "plane" "(-1008 -1592 0) (-1072 -1592 0) (-1072 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2562" + "plane" "(-1072 -1552 0) (-1024 -1552 0) (-1024 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2561" + "plane" "(-1024 -1552 0) (-1008 -1592 0) (-1008 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "167" + side + { + "id" "2572" + "plane" "(-1072 -1552 64) (-1072 -1536 64) (-832 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2571" + "plane" "(-832 -1536 0) (-1072 -1536 0) (-1072 -1552 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2570" + "plane" "(-1072 -1552 0) (-1072 -1536 0) (-1072 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2569" + "plane" "(-1072 -1536 0) (-832 -1536 0) (-832 -1536 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2568" + "plane" "(-832 -1536 0) (-832 -1552 0) (-832 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2567" + "plane" "(-832 -1552 0) (-1072 -1552 0) (-1072 -1552 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "168" + side + { + "id" "2578" + "plane" "(-1120 -1304 64) (-1072 -1304 64) (-1072 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2577" + "plane" "(-1072 -1856 0) (-1072 -1304 0) (-1120 -1304 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2576" + "plane" "(-1072 -1304 0) (-1072 -1856 0) (-1072 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2575" + "plane" "(-1120 -1304 0) (-1072 -1304 0) (-1072 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2574" + "plane" "(-1072 -1856 0) (-1120 -1856 0) (-1120 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2573" + "plane" "(-1120 -1856 0) (-1120 -1304 0) (-1120 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "169" + side + { + "id" "2584" + "plane" "(-1120 -1712 64) (-1344 -1712 64) (-1344 -1352 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2583" + "plane" "(-1344 -1352 0) (-1344 -1712 0) (-1120 -1712 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2582" + "plane" "(-1344 -1712 0) (-1344 -1352 0) (-1344 -1352 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2581" + "plane" "(-1120 -1712 0) (-1344 -1712 0) (-1344 -1712 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2580" + "plane" "(-1120 -1352 0) (-1120 -1712 0) (-1120 -1712 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2579" + "plane" "(-1344 -1352 0) (-1120 -1352 0) (-1120 -1352 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "170" + side + { + "id" "2590" + "plane" "(-1296 -1856 64) (-1296 -1760 64) (-1120 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2589" + "plane" "(-1120 -1760 0) (-1296 -1760 0) (-1296 -1856 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2588" + "plane" "(-1296 -1856 0) (-1296 -1760 0) (-1296 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2587" + "plane" "(-1296 -1760 0) (-1120 -1760 0) (-1120 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2586" + "plane" "(-1120 -1760 0) (-1120 -1856 0) (-1120 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2585" + "plane" "(-1120 -1856 0) (-1296 -1856 0) (-1296 -1856 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "171" + side + { + "id" "2596" + "plane" "(-1120 -1712 64) (-1120 -1760 64) (-1344 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2595" + "plane" "(-1344 -1760 0) (-1120 -1760 0) (-1120 -1712 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2594" + "plane" "(-1120 -1712 0) (-1120 -1760 0) (-1120 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2593" + "plane" "(-1120 -1760 0) (-1344 -1760 0) (-1344 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2592" + "plane" "(-1344 -1760 0) (-1344 -1712 0) (-1344 -1712 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2591" + "plane" "(-1344 -1712 0) (-1120 -1712 0) (-1120 -1712 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "172" + side + { + "id" "2602" + "plane" "(-1344 -1760 64) (-1392 -1760 64) (-1392 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2601" + "plane" "(-1344 -1304 32) (-1392 -1304 32) (-1392 -1760 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2600" + "plane" "(-1392 -1760 32) (-1392 -1304 32) (-1392 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2599" + "plane" "(-1392 -1304 32) (-1344 -1304 32) (-1344 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2598" + "plane" "(-1344 -1760 32) (-1392 -1760 32) (-1392 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2597" + "plane" "(-1344 -1304 32) (-1344 -1760 32) (-1344 -1760 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "173" + side + { + "id" "2608" + "plane" "(-1344 -1352 64) (-1344 -1304 64) (-1120 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2607" + "plane" "(-1120 -1304 0) (-1344 -1304 0) (-1344 -1352 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2606" + "plane" "(-1344 -1304 0) (-1120 -1304 0) (-1120 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2605" + "plane" "(-1344 -1352 0) (-1344 -1304 0) (-1344 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2604" + "plane" "(-1120 -1304 0) (-1120 -1352 0) (-1120 -1352 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2603" + "plane" "(-1120 -1352 0) (-1344 -1352 0) (-1344 -1352 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "174" + side + { + "id" "2614" + "plane" "(-1648 -1528 64) (-1648 -1304 64) (-1392 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2613" + "plane" "(-1648 -1304 32) (-1648 -1528 32) (-1392 -1528 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2612" + "plane" "(-1648 -1528 32) (-1648 -1304 32) (-1648 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2611" + "plane" "(-1392 -1304 32) (-1392 -1528 32) (-1392 -1528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2610" + "plane" "(-1648 -1304 32) (-1392 -1304 32) (-1392 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2609" + "plane" "(-1392 -1528 32) (-1648 -1528 32) (-1648 -1528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "175" + side + { + "id" "2620" + "plane" "(-1648 -1560 64) (-1648 -1528 64) (-1392 -1528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2619" + "plane" "(-1648 -1528 32) (-1648 -1560 32) (-1392 -1560 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2618" + "plane" "(-1648 -1560 32) (-1648 -1528 32) (-1648 -1528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2617" + "plane" "(-1392 -1528 32) (-1392 -1560 32) (-1392 -1560 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2616" + "plane" "(-1392 -1560 32) (-1648 -1560 32) (-1648 -1560 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2615" + "plane" "(-1648 -1528 32) (-1392 -1528 32) (-1392 -1528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "176" + side + { + "id" "2626" + "plane" "(-1792 -1592 64) (-1792 -1264 64) (-1648 -1264 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2625" + "plane" "(-1792 -1264 32) (-1792 -1592 32) (-1648 -1592 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2624" + "plane" "(-1792 -1592 32) (-1792 -1264 32) (-1792 -1264 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2623" + "plane" "(-1648 -1264 32) (-1648 -1592 32) (-1648 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2622" + "plane" "(-1792 -1264 32) (-1648 -1264 32) (-1648 -1264 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2621" + "plane" "(-1648 -1592 32) (-1792 -1592 32) (-1792 -1592 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "177" + side + { + "id" "2632" + "plane" "(-1648 -1304 64) (-1648 -1256 64) (-1392 -1256 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2631" + "plane" "(-1648 -1256 32) (-1648 -1304 32) (-1392 -1304 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2630" + "plane" "(-1648 -1304 32) (-1648 -1256 32) (-1648 -1256 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2629" + "plane" "(-1392 -1256 32) (-1392 -1304 32) (-1392 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2628" + "plane" "(-1648 -1256 32) (-1392 -1256 32) (-1392 -1256 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2627" + "plane" "(-1392 -1304 32) (-1648 -1304 32) (-1648 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "178" + side + { + "id" "2638" + "plane" "(-1648 -1256 64) (-1648 -736 64) (-1392 -736 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2637" + "plane" "(-1648 -736 32) (-1648 -1256 32) (-1392 -1256 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2636" + "plane" "(-1648 -1256 32) (-1648 -736 32) (-1648 -736 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2635" + "plane" "(-1392 -736 32) (-1392 -1256 32) (-1392 -1256 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2634" + "plane" "(-1392 -1256 32) (-1648 -1256 32) (-1648 -1256 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2633" + "plane" "(-1648 -736 32) (-1392 -736 32) (-1392 -736 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "179" + side + { + "id" "2644" + "plane" "(-1648 -736 64) (-1648 -688 64) (-1392 -688 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2643" + "plane" "(-1648 -688 0) (-1648 -736 0) (-1392 -736 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2642" + "plane" "(-1648 -736 0) (-1648 -688 0) (-1648 -688 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2641" + "plane" "(-1392 -688 0) (-1392 -736 0) (-1392 -736 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2640" + "plane" "(-1648 -688 0) (-1392 -688 0) (-1392 -688 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2639" + "plane" "(-1392 -736 0) (-1648 -736 0) (-1648 -736 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "180" + side + { + "id" "2650" + "plane" "(-1864 -1264 64) (-1864 -883 64) (-1664 -883 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2649" + "plane" "(-1864 -883 32) (-1864 -1264 32) (-1664 -1264 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2648" + "plane" "(-1864 -1264 32) (-1864 -883 32) (-1864 -883 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2647" + "plane" "(-1864 -883 32) (-1664 -883 32) (-1664 -883 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2646" + "plane" "(-1664 -1264 32) (-1864 -1264 32) (-1864 -1264 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2645" + "plane" "(-1664 -883 32) (-1664 -1264 32) (-1664 -1264 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "181" + side + { + "id" "2656" + "plane" "(-2032 -1304 256) (-2032 -944 256) (-1664 -944 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2655" + "plane" "(-2032 -944 224) (-2032 -1304 224) (-1664 -1304 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2654" + "plane" "(-2032 -1304 224) (-2032 -944 224) (-2032 -944 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2653" + "plane" "(-1664 -944 224) (-1664 -1304 224) (-1664 -1304 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2652" + "plane" "(-1664 -1304 224) (-2032 -1304 224) (-2032 -1304 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2651" + "plane" "(-2032 -944 224) (-1664 -944 224) (-1664 -944 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "182" + side + { + "id" "2662" + "plane" "(-1664 -712 224) (-1664 -1280 224) (-1648 -1280 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 31] 0.25" + "vaxis" "[1 0 0 -25] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2661" + "plane" "(-1664 -1280 256) (-1664 -1280 224) (-1664 -712 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2660" + "plane" "(-1648 -712 256) (-1648 -712 224) (-1648 -1280 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 0] 0.125" + "vaxis" "[0 1 0 26] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2659" + "plane" "(-1664 -712 256) (-1664 -712 224) (-1648 -712 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2658" + "plane" "(-1648 -1280 256) (-1648 -1280 224) (-1664 -1280 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2657" + "plane" "(-1664 -1280 256) (-1664 -712 256) (-1648 -712 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 26] 0.156" + "vaxis" "[0 -1 0 -72] 0.218" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "183" + side + { + "id" "2668" + "plane" "(-1664 -1560 224) (-1648 -1560 224) (-1648 -1280 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2667" + "plane" "(-1648 -1280 256) (-1648 -1280 224) (-1648 -1560 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 0] 0.125" + "vaxis" "[0 1 0 26] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2666" + "plane" "(-1648 -1560 256) (-1648 -1560 224) (-1664 -1560 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2665" + "plane" "(-1664 -1280 224) (-1648 -1280 224) (-1648 -1280 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2664" + "plane" "(-1664 -1280 256) (-1648 -1280 256) (-1648 -1560 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 26] 0.156" + "vaxis" "[0 -1 0 -72] 0.218" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2663" + "plane" "(-1664 -1560 256) (-1664 -1560 224) (-1664 -1280 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "184" + side + { + "id" "2674" + "plane" "(-1792 -1320 224) (-1792 -1560 224) (-1664 -1560 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2673" + "plane" "(-1792 -1560 256) (-1792 -1560 224) (-1792 -1320 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2672" + "plane" "(-1664 -1560 224) (-1792 -1560 224) (-1792 -1560 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2671" + "plane" "(-1792 -1320 256) (-1792 -1320 224) (-1664 -1320 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2670" + "plane" "(-1792 -1560 256) (-1792 -1320 256) (-1664 -1320 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2669" + "plane" "(-1664 -1320 256) (-1664 -1320 224) (-1664 -1560 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "185" + side + { + "id" "2680" + "plane" "(-1072 -656 224) (-1392 -656 224) (-1392 -1304 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2679" + "plane" "(-1392 -1304 224) (-1392 -656 224) (-1392 -656 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 0] 0.125" + "vaxis" "[0 1 0 26] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2678" + "plane" "(-1392 -656 224) (-1072 -656 224) (-1072 -656 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 0] 0.125" + "vaxis" "[1 0 0 26] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2677" + "plane" "(-1072 -1304 224) (-1392 -1304 224) (-1392 -1304 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 0] 0.125" + "vaxis" "[1 0 0 26] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2676" + "plane" "(-1072 -656 224) (-1072 -1304 224) (-1072 -1304 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2675" + "plane" "(-1072 -1304 256) (-1392 -1304 256) (-1392 -656 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "186" + side + { + "id" "2686" + "plane" "(-1136 -1304 224) (-1392 -1304 224) (-1392 -1160 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2685" + "plane" "(-1392 -1160 224) (-1392 -1304 224) (-1392 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2684" + "plane" "(-1392 -1304 64) (-1392 -1304 224) (-1136 -1304 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2683" + "plane" "(-1136 -1160 64) (-1136 -1304 64) (-1136 -1304 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2682" + "plane" "(-1392 -1160 64) (-1392 -1304 64) (-1136 -1304 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2681" + "plane" "(-1136 -1160 64) (-1136 -1160 224) (-1392 -1160 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "187" + side + { + "id" "2692" + "plane" "(-1392 -920 224) (-1392 -656 224) (-1104 -656 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2691" + "plane" "(-1392 -920 64) (-1392 -656 64) (-1392 -656 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2690" + "plane" "(-1104 -656 224) (-1392 -656 224) (-1392 -656 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2689" + "plane" "(-1104 -656 64) (-1392 -656 64) (-1392 -920 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2688" + "plane" "(-1392 -920 64) (-1392 -920 224) (-1104 -920 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2687" + "plane" "(-1104 -920 224) (-1104 -656 224) (-1104 -656 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "188" + side + { + "id" "2698" + "plane" "(-1392 -1160 64) (-1392 -920 64) (-1328 -920 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2697" + "plane" "(-1392 -920 0) (-1392 -1160 0) (-1328 -1160 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2696" + "plane" "(-1392 -1160 0) (-1392 -920 0) (-1392 -920 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2695" + "plane" "(-1328 -920 0) (-1328 -1160 0) (-1328 -1160 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2694" + "plane" "(-1392 -920 0) (-1328 -920 0) (-1328 -920 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2693" + "plane" "(-1328 -1160 0) (-1392 -1160 0) (-1392 -1160 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "189" + side + { + "id" "2704" + "plane" "(-1664 -883 224) (-1664 -688 224) (-1648 -688 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2703" + "plane" "(-1664 -883 64) (-1664 -688 64) (-1664 -688 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2702" + "plane" "(-1648 -883 224) (-1648 -688 224) (-1648 -688 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2701" + "plane" "(-1648 -688 64) (-1648 -688 224) (-1664 -688 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2700" + "plane" "(-1664 -688 64) (-1664 -883 64) (-1648 -883 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2699" + "plane" "(-1664 -883 64) (-1664 -883 224) (-1648 -883 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 31] 0.25" + "vaxis" "[1 0 0 -25] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "190" + side + { + "id" "2710" + "plane" "(-1864 -851 224) (-1664 -851 224) (-1664 -883 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2709" + "plane" "(-1864 -883 64) (-1664 -883 64) (-1664 -851 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2708" + "plane" "(-1864 -851 224) (-1864 -883 224) (-1864 -883 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2707" + "plane" "(-1664 -851 64) (-1664 -883 64) (-1664 -883 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2706" + "plane" "(-1664 -851 224) (-1864 -851 224) (-1864 -851 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2705" + "plane" "(-1664 -883 64) (-1864 -883 64) (-1864 -883 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -104] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "191" + side + { + "id" "2716" + "plane" "(-1800 -584 64) (-1104 -584 64) (-1104 -664 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2715" + "plane" "(-1800 -664 0) (-1104 -664 0) (-1104 -584 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2714" + "plane" "(-1104 -584 0) (-1104 -664 0) (-1104 -664 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2713" + "plane" "(-1800 -584 0) (-1104 -584 0) (-1104 -584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2712" + "plane" "(-1104 -664 0) (-1800 -664 0) (-1800 -664 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2711" + "plane" "(-1800 -664 0) (-1800 -584 0) (-1800 -584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "192" + side + { + "id" "2722" + "plane" "(-2240 -688 64) (-2240 -664 64) (-1104 -664 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2721" + "plane" "(-2240 -664 0) (-2240 -688 0) (-1104 -688 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2720" + "plane" "(-2240 -688 0) (-2240 -664 0) (-2240 -664 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2719" + "plane" "(-1104 -664 0) (-1104 -688 0) (-1104 -688 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2718" + "plane" "(-1104 -688 0) (-2240 -688 0) (-2240 -688 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2717" + "plane" "(-2240 -664 0) (-1104 -664 0) (-1104 -664 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "193" + side + { + "id" "2728" + "plane" "(-1896 -944 256) (-1896 -850 256) (-1664 -850 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2727" + "plane" "(-1896 -850 224) (-1896 -944 224) (-1664 -944 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2726" + "plane" "(-1896 -944 224) (-1896 -850 224) (-1896 -850 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2725" + "plane" "(-1664 -850 224) (-1664 -944 224) (-1664 -944 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2724" + "plane" "(-1896 -850 224) (-1664 -850 224) (-1664 -850 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2723" + "plane" "(-1664 -944 224) (-1896 -944 224) (-1896 -944 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "194" + side + { + "id" "2734" + "plane" "(-1664 -883 416) (-1664 -883 256) (-1664 -712 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2733" + "plane" "(-1648 -712 416) (-1648 -712 256) (-1648 -883 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2732" + "plane" "(-1664 -712 416) (-1664 -712 256) (-1648 -712 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2731" + "plane" "(-1648 -883 416) (-1648 -883 256) (-1664 -883 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2730" + "plane" "(-1664 -712 256) (-1664 -883 256) (-1648 -883 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2729" + "plane" "(-1664 -883 416) (-1664 -712 416) (-1648 -712 416)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "195" + side + { + "id" "2740" + "plane" "(-1648 -688 416) (-1648 -688 256) (-1648 -712 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2739" + "plane" "(-1982 -688 256) (-1648 -688 256) (-1648 -688 416)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2738" + "plane" "(-1648 -712 416) (-1648 -712 256) (-1982 -712 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2737" + "plane" "(-1982 -712 256) (-1648 -712 256) (-1648 -688 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2736" + "plane" "(-1982 -688 416) (-1648 -688 416) (-1648 -712 416)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2735" + "plane" "(-1982 -712 416) (-1982 -712 256) (-1982 -688 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "196" + side + { + "id" "2746" + "plane" "(-2108 -688 224) (-1664 -688 224) (-1664 -736 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2745" + "plane" "(-2108 -736 64) (-1664 -736 64) (-1664 -688 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2744" + "plane" "(-1664 -688 64) (-1664 -736 64) (-1664 -736 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2743" + "plane" "(-2108 -688 64) (-1664 -688 64) (-1664 -688 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2742" + "plane" "(-1664 -736 64) (-2108 -736 64) (-2108 -736 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2741" + "plane" "(-2108 -736 64) (-2108 -688 64) (-2108 -688 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "197" + side + { + "id" "2752" + "plane" "(-2240 -584 64) (-2240 -456 64) (-1104 -456 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2751" + "plane" "(-2240 -456 0) (-2240 -584 0) (-1104 -584 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2750" + "plane" "(-2240 -584 0) (-2240 -456 0) (-2240 -456 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2749" + "plane" "(-1104 -456 0) (-1104 -584 0) (-1104 -584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2748" + "plane" "(-2240 -456 0) (-1104 -456 0) (-1104 -456 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2747" + "plane" "(-1104 -584 0) (-2240 -584 0) (-2240 -584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "198" + side + { + "id" "2758" + "plane" "(-2240 -664 64) (-2240 -584 64) (-1912 -584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2757" + "plane" "(-2240 -584 0) (-2240 -664 0) (-1912 -664 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2756" + "plane" "(-2240 -664 0) (-2240 -584 0) (-2240 -584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2755" + "plane" "(-2240 -584 0) (-1912 -584 0) (-1912 -584 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2754" + "plane" "(-1912 -664 0) (-2240 -664 0) (-2240 -664 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2753" + "plane" "(-1912 -584 0) (-1912 -664 0) (-1912 -664 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "199" + side + { + "id" "2764" + "plane" "(-2304 -688 96) (-2304 -448 96) (-2048 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2763" + "plane" "(-2304 -448 64) (-2304 -688 64) (-2048 -688 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2762" + "plane" "(-2304 -688 64) (-2304 -448 64) (-2304 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -56] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2761" + "plane" "(-2048 -448 64) (-2048 -688 64) (-2048 -688 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2760" + "plane" "(-2048 -688 64) (-2304 -688 64) (-2304 -688 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -56] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2759" + "plane" "(-2304 -448 64) (-2048 -448 64) (-2048 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "200" + side + { + "id" "2770" + "plane" "(-1408 -456 64) (-1408 -328 64) (-1104 -328 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2769" + "plane" "(-1408 -328 0) (-1408 -456 0) (-1104 -456 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2768" + "plane" "(-1408 -456 0) (-1408 -328 0) (-1408 -328 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2767" + "plane" "(-1104 -328 0) (-1104 -456 0) (-1104 -456 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2766" + "plane" "(-1104 -456 0) (-1408 -456 0) (-1408 -456 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2765" + "plane" "(-1408 -328 0) (-1104 -328 0) (-1104 -328 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "201" + side + { + "id" "2776" + "plane" "(-1088 -360 64) (-848 -360 64) (-848 -656 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2775" + "plane" "(-1088 -656 0) (-848 -656 0) (-848 -360 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2774" + "plane" "(-848 -360 0) (-848 -656 0) (-848 -656 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2773" + "plane" "(-1088 -360 0) (-848 -360 0) (-848 -360 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2772" + "plane" "(-848 -656 0) (-1088 -656 0) (-1088 -656 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2771" + "plane" "(-1088 -656 0) (-1088 -360 0) (-1088 -360 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "202" + side + { + "id" "2782" + "plane" "(-1408 -296 64) (-1408 -40 64) (-1104 -40 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2781" + "plane" "(-1408 -40 0) (-1408 -296 0) (-1104 -296 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2780" + "plane" "(-1408 -296 0) (-1408 -40 0) (-1408 -40 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2779" + "plane" "(-1104 -40 0) (-1104 -296 0) (-1104 -296 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2778" + "plane" "(-1104 -296 0) (-1408 -296 0) (-1408 -296 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2777" + "plane" "(-1408 -40 0) (-1104 -40 0) (-1104 -40 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "203" + side + { + "id" "2788" + "plane" "(-1408 -328 64) (-1408 -296 64) (-1104 -296 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2787" + "plane" "(-1408 -296 0) (-1408 -328 0) (-1104 -328 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2786" + "plane" "(-1408 -328 0) (-1408 -296 0) (-1408 -296 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2785" + "plane" "(-1104 -296 0) (-1104 -328 0) (-1104 -328 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2784" + "plane" "(-1104 -328 0) (-1408 -328 0) (-1408 -328 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2783" + "plane" "(-1408 -296 0) (-1104 -296 0) (-1104 -296 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "204" + side + { + "id" "2794" + "plane" "(-1408 -40 64) (-1408 -8 64) (-1104 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2793" + "plane" "(-1408 -8 0) (-1408 -40 0) (-1104 -40 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2792" + "plane" "(-1408 -40 0) (-1408 -8 0) (-1408 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2791" + "plane" "(-1104 -8 0) (-1104 -40 0) (-1104 -40 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2790" + "plane" "(-1408 -8 0) (-1104 -8 0) (-1104 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2789" + "plane" "(-1104 -40 0) (-1408 -40 0) (-1408 -40 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "205" + side + { + "id" "2800" + "plane" "(-1920 -364 64) (-1720 -364 64) (-1720 -456 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2799" + "plane" "(-1920 -456 0) (-1720 -456 0) (-1720 -364 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2798" + "plane" "(-1920 -364 64) (-1920 -456 64) (-1920 -456 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2797" + "plane" "(-1720 -364 0) (-1720 -456 0) (-1720 -456 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2796" + "plane" "(-1720 -364 64) (-1920 -364 64) (-1920 -364 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2795" + "plane" "(-1720 -456 0) (-1920 -456 0) (-1920 -456 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "206" + side + { + "id" "2806" + "plane" "(-2376 -448 96) (-2376 -152 96) (-2240 -152 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2805" + "plane" "(-2376 -152 64) (-2376 -448 64) (-2240 -448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2804" + "plane" "(-2376 -448 64) (-2376 -152 64) (-2376 -152 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2803" + "plane" "(-2240 -152 64) (-2240 -448 64) (-2240 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2802" + "plane" "(-2240 -448 64) (-2376 -448 64) (-2376 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2801" + "plane" "(-2376 -152 64) (-2240 -152 64) (-2240 -152 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "207" + side + { + "id" "2812" + "plane" "(-2240 -448 96) (-2240 96 96) (-2048 96 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2811" + "plane" "(-2240 96 64) (-2240 -448 64) (-2048 -448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2810" + "plane" "(-2240 -448 64) (-2240 96 64) (-2240 96 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -56] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2809" + "plane" "(-2048 96 64) (-2048 -448 64) (-2048 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2808" + "plane" "(-2240 96 64) (-2048 96 64) (-2048 96 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 5] 0.25" + "vaxis" "[0 0 -1 41] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2807" + "plane" "(-2048 -448 64) (-2240 -448 64) (-2240 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "208" + side + { + "id" "2818" + "plane" "(-2376 -152 96) (-2376 120 96) (-2240 120 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2817" + "plane" "(-2376 120 64) (-2376 -152 64) (-2240 -152 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2816" + "plane" "(-2376 -152 64) (-2376 120 64) (-2376 120 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2815" + "plane" "(-2240 120 64) (-2240 -152 64) (-2240 -152 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2814" + "plane" "(-2376 120 64) (-2240 120 64) (-2240 120 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2813" + "plane" "(-2240 -152 64) (-2376 -152 64) (-2376 -152 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "209" + side + { + "id" "2824" + "plane" "(-2384 -448 96) (-2592 -448 96) (-2592 120 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2823" + "plane" "(-2384 120 80) (-2592 120 80) (-2592 -448 80)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2822" + "plane" "(-2592 -448 80) (-2592 120 80) (-2592 120 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2821" + "plane" "(-2592 120 80) (-2384 120 80) (-2384 120 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2820" + "plane" "(-2384 -448 80) (-2592 -448 80) (-2592 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2819" + "plane" "(-2384 120 80) (-2384 -448 80) (-2384 -448 96)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "210" + side + { + "id" "2830" + "plane" "(-2383 96 64) (-2383 400 64) (-2016 400 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2829" + "plane" "(-2383 400 0) (-2383 96 0) (-2016 96 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2828" + "plane" "(-2383 96 0) (-2383 400 0) (-2383 400 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2827" + "plane" "(-2016 400 0) (-2016 96 0) (-2016 96 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2826" + "plane" "(-2383 400 0) (-2016 400 0) (-2016 400 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2825" + "plane" "(-2016 96 0) (-2383 96 0) (-2383 96 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "211" + side + { + "id" "2836" + "plane" "(-1954 160 64) (-1954 488 64) (-1824 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2835" + "plane" "(-1824 488 0) (-1954 488 0) (-1954 160 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2834" + "plane" "(-1954 488 0) (-1824 488 0) (-1824 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2833" + "plane" "(-1824 488 0) (-1824 160 0) (-1824 160 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2832" + "plane" "(-1954 160 0) (-1954 488 0) (-1954 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.125" + "vaxis" "[0 0 -1 -16] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2831" + "plane" "(-1824 160 0) (-1954 160 0) (-1954 160 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "212" + side + { + "id" "2842" + "plane" "(-2016 48 64) (-2016 123 64) (-1784 123 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2841" + "plane" "(-2016 123 0) (-2016 48 0) (-1784 48 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2840" + "plane" "(-2016 48 0) (-2016 123 0) (-2016 123 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2839" + "plane" "(-1784 123 0) (-1784 48 0) (-1784 48 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2838" + "plane" "(-2016 123 0) (-1784 123 0) (-1784 123 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 0 -1 -16] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2837" + "plane" "(-1784 48 0) (-2016 48 0) (-2016 48 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "213" + side + { + "id" "2848" + "plane" "(-1993 123 64) (-2016 123 64) (-2016 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2847" + "plane" "(-1993 488 0) (-2016 488 0) (-2016 123 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2846" + "plane" "(-2016 123 0) (-2016 488 0) (-2016 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2845" + "plane" "(-2016 488 0) (-1993 488 0) (-1993 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2844" + "plane" "(-1993 123 0) (-2016 123 0) (-2016 123 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2843" + "plane" "(-1993 488 0) (-1993 123 0) (-1993 123 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.125" + "vaxis" "[0 0 -1 -16] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "214" + side + { + "id" "2854" + "plane" "(-1970 165 64) (-1970 488 64) (-1954 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2853" + "plane" "(-1954 488 0) (-1970 488 0) (-1970 165 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2852" + "plane" "(-1970 488 0) (-1954 488 0) (-1954 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2851" + "plane" "(-1954 488 0) (-1954 165 0) (-1954 165 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2850" + "plane" "(-1970 165 0) (-1970 488 0) (-1970 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.125" + "vaxis" "[0 0 -1 -16] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2849" + "plane" "(-1954 165 0) (-1970 165 0) (-1970 165 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 0 -1 -16] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "215" + side + { + "id" "2860" + "plane" "(-1954 145 64) (-1954 160 64) (-1824 160 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2859" + "plane" "(-1954 160 0) (-1954 145 0) (-1824 145 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2858" + "plane" "(-1824 160 0) (-1824 145 0) (-1824 145 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2857" + "plane" "(-1954 145 0) (-1954 160 0) (-1954 160 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.125" + "vaxis" "[0 0 -1 -16] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2856" + "plane" "(-1954 160 0) (-1824 160 0) (-1824 160 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2855" + "plane" "(-1824 145 0) (-1954 145 0) (-1954 145 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 0 -1 -16] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "216" + side + { + "id" "2866" + "plane" "(-1824 488 64) (-1424 488 64) (-1424 104 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2865" + "plane" "(-1424 488 0) (-1824 488 0) (-1824 104 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2864" + "plane" "(-1824 488 0) (-1424 488 0) (-1424 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2863" + "plane" "(-1424 488 0) (-1424 104 0) (-1424 104 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2862" + "plane" "(-1424 104 0) (-1824 104 0) (-1824 104 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2861" + "plane" "(-1824 104 0) (-1824 488 0) (-1824 488 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.125" + "vaxis" "[0 0 -1 -16] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "217" + side + { + "id" "2872" + "plane" "(-1720 -120 64) (-1720 96 64) (-1472 96 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 88] 0.125" + "vaxis" "[0 -1 0 -83] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2871" + "plane" "(-1720 96 0) (-1720 -120 0) (-1472 -120 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2870" + "plane" "(-1720 -120 0) (-1720 96 0) (-1720 96 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2869" + "plane" "(-1472 96 0) (-1472 -120 0) (-1472 -120 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2868" + "plane" "(-1720 96 0) (-1472 96 0) (-1472 96 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2867" + "plane" "(-1472 -120 0) (-1720 -120 0) (-1720 -120 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "218" + side + { + "id" "2878" + "plane" "(-1837 -136 64) (-1837 48 64) (-1720 48 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 88] 0.125" + "vaxis" "[0 -1 0 -83] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2877" + "plane" "(-1837 48 0) (-1837 -136 0) (-1720 -136 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2876" + "plane" "(-1837 -136 0) (-1837 48 0) (-1837 48 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2875" + "plane" "(-1720 48 0) (-1720 -136 0) (-1720 -136 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2874" + "plane" "(-1837 48 0) (-1720 48 0) (-1720 48 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2873" + "plane" "(-1720 -136 0) (-1837 -136 0) (-1837 -136 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "219" + side + { + "id" "2884" + "plane" "(-1424 528 64) (-1816 528 64) (-1816 544 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2883" + "plane" "(-1816 528 0) (-1424 528 0) (-1424 544 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2882" + "plane" "(-1424 528 0) (-1816 528 0) (-1816 528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2881" + "plane" "(-1424 544 0) (-1424 528 0) (-1424 528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2880" + "plane" "(-1816 528 0) (-1816 544 0) (-1816 544 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2879" + "plane" "(-1816 544 0) (-1424 544 0) (-1424 544 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "220" + side + { + "id" "2890" + "plane" "(-1816 544 64) (-1816 896 64) (-1424 896 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-1816 544 64]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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 -1 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 -1 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 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row6" "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" + "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 5 5 5 0 0 0" + "row3" "0 0 0 5 5 5 0 0 0" + "row4" "0 0 0 2 0 0 0 0 0" + "row5" "0 0 0 5 0 0 0 0 0" + "row6" "0 0 2 5 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "255 255 130 5 55 105 255 255 255" + "row1" "255 180 0 55 55 30 255 180 30" + "row2" "25 55 0 0 30 105 55 0 5" + "row3" "0 55 55 105 30 5 130 0 0" + "row4" "5 0 30 0 155 30 55 105 55" + "row5" "55 130 255 55 55 50 50 80 230" + "row6" "155 255 255 255 80 0 0 255 205" + "row7" "255 255 255 255 200 255 250 225 125" + "row8" "255 255 255 255 225 175 180 130 155" + } + 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" "2889" + "plane" "(-1424 544 63) (-1424 544 64) (-1424 896 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2888" + "plane" "(-1424 896 63) (-1424 896 64) (-1816 896 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2887" + "plane" "(-1816 896 63) (-1816 896 64) (-1816 544 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2886" + "plane" "(-1816 544 63) (-1816 544 64) (-1424 544 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2885" + "plane" "(-1424 544 63) (-1424 896 63) (-1816 896 63)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "221" + side + { + "id" "2896" + "plane" "(-2048 496 64) (-2048 528 64) (-1408 528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 91] 0.125" + "vaxis" "[1 0 0 -87] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2895" + "plane" "(-2048 528 0) (-2048 496 0) (-1408 496 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2894" + "plane" "(-2048 496 0) (-2048 528 0) (-2048 528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2893" + "plane" "(-1408 528 0) (-1408 496 0) (-1408 496 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2892" + "plane" "(-2048 528 0) (-1408 528 0) (-1408 528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2891" + "plane" "(-1408 496 0) (-2048 496 0) (-2048 496 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "222" + side + { + "id" "2902" + "plane" "(-1424 928 64) (-1408 928 64) (-1408 528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2901" + "plane" "(-1424 528 0) (-1408 528 0) (-1408 928 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2900" + "plane" "(-1408 928 0) (-1408 528 0) (-1408 528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2899" + "plane" "(-1424 928 0) (-1408 928 0) (-1408 928 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2898" + "plane" "(-1408 528 0) (-1424 528 0) (-1424 528 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2897" + "plane" "(-1424 528 0) (-1424 928 0) (-1424 928 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "223" + side + { + "id" "2908" + "plane" "(-1408 600 64) (-1408 752 64) (-1072 752 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2907" + "plane" "(-1408 752 0) (-1408 600 0) (-1072 600 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2906" + "plane" "(-1408 600 0) (-1408 752 0) (-1408 752 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2905" + "plane" "(-1408 752 0) (-1072 752 0) (-1072 752 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2904" + "plane" "(-1072 600 0) (-1408 600 0) (-1408 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2903" + "plane" "(-1072 752 0) (-1072 600 0) (-1072 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "224" + side + { + "id" "2914" + "plane" "(-1408 752 64) (-1408 784 64) (-1056 784 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2913" + "plane" "(-1408 784 0) (-1408 752 0) (-1056 752 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2912" + "plane" "(-1408 752 0) (-1408 784 0) (-1408 784 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2911" + "plane" "(-1056 784 0) (-1056 752 0) (-1056 752 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2910" + "plane" "(-1408 784 0) (-1056 784 0) (-1056 784 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2909" + "plane" "(-1056 752 0) (-1408 752 0) (-1408 752 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "225" + side + { + "id" "2920" + "plane" "(-1408 574 64) (-1408 600 64) (-1056 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2919" + "plane" "(-1408 600 0) (-1408 574 0) (-1056 574 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2918" + "plane" "(-1408 574 0) (-1408 600 0) (-1408 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2917" + "plane" "(-1056 600 0) (-1056 574 0) (-1056 574 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2916" + "plane" "(-1056 574 0) (-1408 574 0) (-1408 574 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2915" + "plane" "(-1408 600 0) (-1056 600 0) (-1056 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "226" + side + { + "id" "2926" + "plane" "(-1072 752 64) (-1056 752 64) (-1056 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2925" + "plane" "(-1072 600 0) (-1056 600 0) (-1056 752 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2924" + "plane" "(-1056 752 0) (-1056 600 0) (-1056 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2923" + "plane" "(-1072 752 0) (-1056 752 0) (-1056 752 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2922" + "plane" "(-1056 600 0) (-1072 600 0) (-1072 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2921" + "plane" "(-1072 600 0) (-1072 752 0) (-1072 752 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "227" + side + { + "id" "2932" + "plane" "(-736 600 64) (-1032 600 64) (-1032 1200 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-1032 600 64]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + 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 -1 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0" + "row3" "0 0 0 0 0 -0.999994 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0" + "row4" "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" + "row5" "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" + "row6" "0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0" + "row7" "0 0 0 0 0 0 0 0 0 0 0 -1 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.444408 0 0 0 0" + "row2" "0 0 0.948082 4.85052 6.16204 3.46484 0.468487 0 0" + "row3" "0 0.0185623 0.395863 3.30318 4.64571 4.13448 0.496853 0 0" + "row4" "0 0.454758 2.26991 2.2751 2.49841 2.33734 0.730137 0 0" + "row5" "0 0.279926 3.4782 3.45383 3.58821 3.30685 1.01975 0 0" + "row6" "0 0 0.277885 4.49739 4.52108 5 4.71999 0 0" + "row7" "0 0 0 5 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + alphas + { + "row0" "255 255 100 0 0 0 0 0 0" + "row1" "255 255 255 255 200 255 255 0 0" + "row2" "125 250 255 255 250 255 255 125 0" + "row3" "0 100 255 150 250 255 255 200 0" + "row4" "0 255 225 255 255 255 255 250 0" + "row5" "0 250 255 255 255 255 255 255 125" + "row6" "0 50 255 255 255 255 255 255 255" + "row7" "0 200 250 255 255 255 225 255 255" + "row8" "0 0 0 0 0 0 0 0 150" + } + 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" "2931" + "plane" "(-1032 600 63) (-1032 600 64) (-736 600 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2930" + "plane" "(-736 600 63) (-736 600 64) (-736 1200 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2929" + "plane" "(-736 1200 63) (-736 1200 64) (-1032 1200 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2928" + "plane" "(-1032 1200 63) (-1032 1200 64) (-1032 600 64)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2927" + "plane" "(-1032 600 63) (-736 600 63) (-736 1200 63)" + "material" "DEV/DEV_MEASUREGENERIC01B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "228" + side + { + "id" "2938" + "plane" "(-1032 600 64) (-1056 600 64) (-1056 1200 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2937" + "plane" "(-1056 1200 0) (-1056 600 0) (-1032 600 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2936" + "plane" "(-1056 600 0) (-1056 1200 0) (-1056 1200 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2935" + "plane" "(-1032 600 0) (-1056 600 0) (-1056 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2934" + "plane" "(-1056 1200 0) (-1032 1200 0) (-1032 1200 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2933" + "plane" "(-1032 1200 0) (-1032 600 0) (-1032 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "229" + side + { + "id" "2944" + "plane" "(-1056 574 64) (-1056 600 64) (-703 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2943" + "plane" "(-1056 600 0) (-1056 574 0) (-703 574 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2942" + "plane" "(-1056 574 0) (-1056 600 0) (-1056 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2941" + "plane" "(-703 600 0) (-703 574 0) (-703 574 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 47] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2940" + "plane" "(-703 574 0) (-1056 574 0) (-1056 574 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2939" + "plane" "(-1056 600 0) (-703 600 0) (-703 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "230" + side + { + "id" "2950" + "plane" "(-736 1221 64) (-703 1221 64) (-703 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2949" + "plane" "(-736 600 0) (-703 600 0) (-703 1221 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2948" + "plane" "(-703 1221 0) (-703 600 0) (-703 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 47] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2947" + "plane" "(-736 1221 0) (-703 1221 0) (-703 1221 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2946" + "plane" "(-703 600 0) (-736 600 0) (-736 600 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2945" + "plane" "(-736 600 0) (-736 1221 0) (-736 1221 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "231" + side + { + "id" "2956" + "plane" "(-1056 1200 64) (-1056 1221 64) (-736 1221 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -20] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2955" + "plane" "(-736 1221 0) (-1056 1221 0) (-1056 1200 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2954" + "plane" "(-1056 1200 0) (-1056 1221 0) (-1056 1221 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2953" + "plane" "(-1056 1221 0) (-736 1221 0) (-736 1221 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2952" + "plane" "(-736 1221 0) (-736 1200 0) (-736 1200 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2951" + "plane" "(-736 1200 0) (-1056 1200 0) (-1056 1200 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "232" + side + { + "id" "2962" + "plane" "(-1424 416 64) (-1408 416 64) (-1408 24 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2961" + "plane" "(-1424 24 0) (-1408 24 0) (-1408 416 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2960" + "plane" "(-1408 416 0) (-1408 24 0) (-1408 24 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2959" + "plane" "(-1408 24 0) (-1424 24 0) (-1424 24 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2958" + "plane" "(-1424 416 0) (-1408 416 0) (-1408 416 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2957" + "plane" "(-1424 24 0) (-1424 416 0) (-1424 416 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "233" + side + { + "id" "2968" + "plane" "(-1408 128 64) (-1408 542 64) (-1104 542 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2967" + "plane" "(-1408 542 0) (-1408 128 0) (-1104 128 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2966" + "plane" "(-1408 128 0) (-1408 542 0) (-1408 542 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2965" + "plane" "(-1104 542 0) (-1104 128 0) (-1104 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2964" + "plane" "(-1408 542 0) (-1104 542 0) (-1104 542 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2963" + "plane" "(-1104 128 0) (-1408 128 0) (-1408 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "235" + side + { + "id" "2974" + "plane" "(-1388 123.852 64) (-1388 20.0001 64) (-1392 16.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -25.6] 0.078125" + "vaxis" "[0 1 0 -18.289] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2973" + "plane" "(-1392 128 32) (-1392 16.0001 32) (-1388 20.0001 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2972" + "plane" "(-1392 16.0001 32) (-1392 128 32) (-1392 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2971" + "plane" "(-1388 123.852 32) (-1388 20.0001 32) (-1388 20.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2970" + "plane" "(-1392 128 32) (-1388 123.85 32) (-1388 123.852 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2969" + "plane" "(-1388 20.0001 32) (-1392 16.0001 32) (-1392 16.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "234" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "236" + side + { + "id" "2980" + "plane" "(-1316 20.0001 64) (-1388 20.0001 64) (-1388 124 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -25.6] 0.078125" + "vaxis" "[0 1 0 -18.289] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2979" + "plane" "(-1388 20.0001 32) (-1316 20.0001 32) (-1316 124 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2978" + "plane" "(-1316 20.0001 32) (-1388 20.0001 32) (-1388 20.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2977" + "plane" "(-1388 124 32) (-1316 124 32) (-1316 124 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2976" + "plane" "(-1388 20.0001 32) (-1388 124 32) (-1388 124 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2975" + "plane" "(-1316 124 32) (-1316 20.0001 32) (-1316 20.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "234" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "237" + side + { + "id" "2986" + "plane" "(-1316 124 64) (-1388 124 64) (-1392 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 11.846] 0.078" + "vaxis" "[1 0 0 121.343] 0.109" + "rotation" "270" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2985" + "plane" "(-1388 124 32) (-1316 124 32) (-1312 128 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2984" + "plane" "(-1392 128 32) (-1312 128 32) (-1312 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2983" + "plane" "(-1316 124 32) (-1388 124 32) (-1388 124 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2982" + "plane" "(-1388 124 32) (-1392 128 32) (-1392 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2981" + "plane" "(-1312 128 32) (-1316 124 32) (-1316 124 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "234" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "238" + side + { + "id" "2992" + "plane" "(-1312 16.0001 64) (-1392 16.0001 64) (-1388 20.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 80.154] 0.078" + "vaxis" "[-1 0 0 -85.3427] 0.109" + "rotation" "90" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2991" + "plane" "(-1392 16.0001 32) (-1312 16.0001 32) (-1316 20.0001 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2990" + "plane" "(-1312 16.0001 32) (-1392 16.0001 32) (-1392 16.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2989" + "plane" "(-1388 20.0001 32) (-1316 20.0001 32) (-1316 20.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2988" + "plane" "(-1392 16.0001 32) (-1388 20.0001 32) (-1388 20.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2987" + "plane" "(-1316 20.0001 32) (-1312 16.0001 32) (-1312 16.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "234" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "239" + side + { + "id" "2998" + "plane" "(-1312 128 64) (-1312 16.0001 64) (-1316 20.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -25.6] 0.078125" + "vaxis" "[0 1 0 -18.289] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "2997" + "plane" "(-1316 124 32) (-1316 20.0001 32) (-1312 16.0001 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2996" + "plane" "(-1312 128 32) (-1312 16.0001 32) (-1312 16.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2995" + "plane" "(-1316 20.0001 32) (-1316 124 32) (-1316 124 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2994" + "plane" "(-1316 124 32) (-1312 128 32) (-1312 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2993" + "plane" "(-1312 16.0001 32) (-1316 20.0001 32) (-1316 20.0001 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -96] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "234" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "240" + side + { + "id" "3004" + "plane" "(-1392 -8 64) (-1408 -8 64) (-1408 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3003" + "plane" "(-1392 128 0) (-1408 128 0) (-1408 -8 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3002" + "plane" "(-1408 -8 0) (-1408 128 0) (-1408 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3001" + "plane" "(-1408 128 0) (-1392 128 0) (-1392 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3000" + "plane" "(-1392 -8 0) (-1408 -8 0) (-1408 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2999" + "plane" "(-1392 128 0) (-1392 -8 0) (-1392 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "241" + side + { + "id" "3010" + "plane" "(-1472 104 64) (-1424 104 64) (-1424 24 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3009" + "plane" "(-1472 24 0) (-1424 24 0) (-1424 104 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3008" + "plane" "(-1472 104 64) (-1472 24 64) (-1472 24 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3007" + "plane" "(-1424 104 0) (-1424 24 0) (-1424 24 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3006" + "plane" "(-1424 104 64) (-1472 104 64) (-1472 104 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3005" + "plane" "(-1424 24 0) (-1472 24 0) (-1472 24 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "242" + side + { + "id" "3016" + "plane" "(-1312 -8 64) (-1392 -8 64) (-1392 16 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3015" + "plane" "(-1392 16 0) (-1392 -8 0) (-1312 -8 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3014" + "plane" "(-1312 -8 0) (-1392 -8 0) (-1392 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3013" + "plane" "(-1312 16 0) (-1312 -8 0) (-1312 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3012" + "plane" "(-1392 -8 0) (-1392 16 0) (-1392 16 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3011" + "plane" "(-1392 16 0) (-1312 16 0) (-1312 16 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "243" + side + { + "id" "3022" + "plane" "(-1312 128 64) (-1104 128 64) (-1104 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3021" + "plane" "(-1312 -8 0) (-1104 -8 0) (-1104 128 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3020" + "plane" "(-1104 128 0) (-1104 -8 0) (-1104 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3019" + "plane" "(-1312 128 0) (-1104 128 0) (-1104 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3018" + "plane" "(-1104 -8 0) (-1312 -8 0) (-1312 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3017" + "plane" "(-1312 -8 0) (-1312 128 0) (-1312 128 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "244" + side + { + "id" "3028" + "plane" "(-1104 288 32) (-752 288 32) (-752 32 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3027" + "plane" "(-1104 32 0) (-752 32 0) (-752 288 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3026" + "plane" "(-1104 288 32) (-1104 32 32) (-1104 32 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3025" + "plane" "(-752 288 0) (-752 32 0) (-752 32 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3024" + "plane" "(-752 288 32) (-1104 288 32) (-1104 288 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3023" + "plane" "(-752 32 0) (-1104 32 0) (-1104 32 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "245" + side + { + "id" "3034" + "plane" "(-1024 288 64) (-1104 288 64) (-1104 542 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3033" + "plane" "(-1024 542 0) (-1104 542 0) (-1104 288 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3032" + "plane" "(-1104 288 0) (-1104 542 0) (-1104 542 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3031" + "plane" "(-1104 542 0) (-1024 542 0) (-1024 542 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3030" + "plane" "(-1024 288 0) (-1104 288 0) (-1104 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3029" + "plane" "(-1024 542 0) (-1024 288 0) (-1024 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "246" + side + { + "id" "3040" + "plane" "(-704 288 64) (-992 288 64) (-992 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3039" + "plane" "(-704 480 0) (-992 480 0) (-992 288 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3038" + "plane" "(-992 480 0) (-704 480 0) (-704 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3037" + "plane" "(-704 288 0) (-992 288 0) (-992 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3036" + "plane" "(-704 480 0) (-704 288 0) (-704 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3035" + "plane" "(-992 288 0) (-992 480 0) (-992 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "247" + side + { + "id" "3046" + "plane" "(-992 288 64) (-1024 288 64) (-1024 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3045" + "plane" "(-992 480 0) (-1024 480 0) (-1024 288 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3044" + "plane" "(-1024 480 0) (-992 480 0) (-992 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3043" + "plane" "(-992 288 0) (-1024 288 0) (-1024 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -48] 0.16" + "vaxis" "[0 0 -1 76] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3042" + "plane" "(-1024 288 0) (-1024 480 0) (-1024 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3041" + "plane" "(-992 480 0) (-992 288 0) (-992 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "248" + side + { + "id" "3052" + "plane" "(-704 480 64) (-672 480 64) (-672 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3051" + "plane" "(-704 288 0) (-672 288 0) (-672 480 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3050" + "plane" "(-672 480 0) (-672 288 0) (-672 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3049" + "plane" "(-704 480 0) (-672 480 0) (-672 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3048" + "plane" "(-672 288 0) (-704 288 0) (-704 288 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3047" + "plane" "(-704 288 0) (-704 480 0) (-704 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "249" + side + { + "id" "3058" + "plane" "(-672 20 64) (-672 448 64) (-464 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3057" + "plane" "(-672 448 0) (-672 20 0) (-464 20 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3056" + "plane" "(-672 20 0) (-672 448 0) (-672 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3055" + "plane" "(-464 448 0) (-464 20 0) (-464 20 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3054" + "plane" "(-464 20 0) (-672 20 0) (-672 20 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3053" + "plane" "(-672 448 0) (-464 448 0) (-464 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "250" + side + { + "id" "3064" + "plane" "(-616 448 64) (-672 448 64) (-672 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3063" + "plane" "(-640 480 0) (-672 480 0) (-672 448 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3062" + "plane" "(-672 448 0) (-672 480 0) (-672 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3061" + "plane" "(-672 480 0) (-640 480 0) (-640 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3060" + "plane" "(-616 448 0) (-672 448 0) (-672 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3059" + "plane" "(-640 480 0) (-616 448 0) (-616 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "251" + side + { + "id" "3070" + "plane" "(-536 448 64) (-616 448 64) (-640 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3069" + "plane" "(-512 480 0) (-640 480 0) (-616 448 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3068" + "plane" "(-640 480 0) (-512 480 0) (-512 480 64)" + "material" "DEV/REFLECTIVITY_50" + "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" "(-536 448 0) (-616 448 0) (-616 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3066" + "plane" "(-512 480 0) (-536 448 0) (-536 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3065" + "plane" "(-616 448 0) (-640 480 0) (-640 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "252" + side + { + "id" "3076" + "plane" "(-512 480 64) (-464 480 64) (-464 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3075" + "plane" "(-464 480 0) (-512 480 0) (-536 448 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3074" + "plane" "(-512 480 0) (-464 480 0) (-464 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3073" + "plane" "(-464 480 0) (-464 448 0) (-464 448 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3072" + "plane" "(-464 448 0) (-536 448 0) (-536 448 64)" + "material" "DEV/REFLECTIVITY_50" + "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" "(-536 448 0) (-512 480 0) (-512 480 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "253" + side + { + "id" "3082" + "plane" "(-432 -105 64) (-432 -32 64) (-392 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 73] 0.125" + "vaxis" "[0 -1 0 1] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3081" + "plane" "(-432 -32 0) (-432 -105 0) (-392 -132 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3080" + "plane" "(-392 -8 0) (-392 -132 0) (-392 -132 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3079" + "plane" "(-432 -105 0) (-432 -32 0) (-432 -32 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3078" + "plane" "(-432 -32 0) (-392 -8 0) (-392 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "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" "(-392 -132 0) (-432 -105 0) (-432 -105 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "254" + side + { + "id" "3088" + "plane" "(-432 -148 64) (-672 -148 64) (-672 20 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 96] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3087" + "plane" "(-672 20 0) (-672 -148 0) (-432 -148 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3086" + "plane" "(-672 -148 0) (-672 20 0) (-672 20 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3085" + "plane" "(-432 -148 0) (-672 -148 0) (-672 -148 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3084" + "plane" "(-672 20 0) (-432 20 0) (-432 20 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3083" + "plane" "(-432 20 0) (-432 -148 0) (-432 -148 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "255" + side + { + "id" "3094" + "plane" "(-432 -32 64) (-432 20 64) (-392 20 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 96] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3093" + "plane" "(-392 -8 0) (-392 20 0) (-432 20 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3092" + "plane" "(-392 20 0) (-392 -8 0) (-392 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3091" + "plane" "(-432 20 0) (-392 20 0) (-392 20 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3090" + "plane" "(-432 -32 0) (-432 20 0) (-432 20 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3089" + "plane" "(-392 -8 0) (-432 -32 0) (-432 -32 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "256" + side + { + "id" "3100" + "plane" "(-392 -148 64) (-432 -148 64) (-432 -105 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 96] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3099" + "plane" "(-432 -105 0) (-432 -148 0) (-392 -148 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3098" + "plane" "(-392 -148 0) (-432 -148 0) (-432 -148 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3097" + "plane" "(-392 -132 0) (-392 -148 0) (-392 -148 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3096" + "plane" "(-432 -148 0) (-432 -105 0) (-432 -105 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3095" + "plane" "(-432 -105 0) (-392 -132 0) (-392 -132 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "257" + side + { + "id" "3106" + "plane" "(-392 -132 64) (-392 -8 64) (-360 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 91] 0.125" + "vaxis" "[1 0 0 -87] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3105" + "plane" "(-392 -8 0) (-392 -132 0) (-360 -132 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3104" + "plane" "(-392 -132 0) (-392 -8 0) (-392 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3103" + "plane" "(-360 -8 0) (-360 -132 0) (-360 -132 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3102" + "plane" "(-392 -8 0) (-360 -8 0) (-360 -8 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3101" + "plane" "(-360 -132 0) (-392 -132 0) (-392 -132 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "258" + side + { + "id" "3112" + "plane" "(-1088 -672 256) (-1088 -344 256) (-928 -344 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3111" + "plane" "(-1088 -344 224) (-1088 -672 224) (-928 -672 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3110" + "plane" "(-1088 -672 224) (-1088 -344 224) (-1088 -344 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3109" + "plane" "(-1088 -344 224) (-928 -344 224) (-928 -344 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3108" + "plane" "(-928 -672 224) (-1088 -672 224) (-1088 -672 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3107" + "plane" "(-928 -344 224) (-928 -672 224) (-928 -672 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "259" + side + { + "id" "3118" + "plane" "(-1104 -656 256) (-1104 -360 256) (-1088 -360 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 26] 0.156" + "vaxis" "[0 -1 0 -72] 0.218" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3117" + "plane" "(-1104 -360 224) (-1104 -656 224) (-1088 -656 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 28] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3116" + "plane" "(-1104 -656 224) (-1104 -360 224) (-1104 -360 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 0] 0.125" + "vaxis" "[0 1 0 26] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3115" + "plane" "(-1088 -360 224) (-1088 -656 224) (-1088 -656 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3114" + "plane" "(-1088 -656 224) (-1104 -656 224) (-1104 -656 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3113" + "plane" "(-1104 -360 224) (-1088 -360 224) (-1088 -360 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "260" + side + { + "id" "3124" + "plane" "(-1104 -360 224) (-1104 -282 224) (-1088 -282 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3123" + "plane" "(-1104 -282 64) (-1104 -360 64) (-1088 -360 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3122" + "plane" "(-1104 -360 64) (-1104 -282 64) (-1104 -282 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3121" + "plane" "(-1088 -282 64) (-1088 -360 64) (-1088 -360 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3120" + "plane" "(-1104 -282 64) (-1088 -282 64) (-1088 -282 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3119" + "plane" "(-1088 -360 64) (-1104 -360 64) (-1104 -360 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 28] 0.25" + "vaxis" "[1 0 0 0] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "261" + side + { + "id" "3130" + "plane" "(-1104 -360 256) (-1104 288 256) (-1088 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 26] 0.156" + "vaxis" "[0 -1 0 -72] 0.218" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3129" + "plane" "(-1104 288 224) (-1104 -360 224) (-1088 -360 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 28] 0.25" + "vaxis" "[-1 0 0 74] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3128" + "plane" "(-1104 -360 224) (-1104 288 224) (-1104 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 0] 0.125" + "vaxis" "[0 1 0 26] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3127" + "plane" "(-1088 288 224) (-1088 -360 224) (-1088 -360 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3126" + "plane" "(-1104 288 224) (-1088 288 224) (-1088 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3125" + "plane" "(-1088 -360 224) (-1104 -360 224) (-1104 -360 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "262" + side + { + "id" "3136" + "plane" "(-1104 152 256) (-1104 -408 256) (-1072 -408 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3135" + "plane" "(-1104 -408 256) (-1104 152 256) (-1104 152 288)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -108] 0.07" + "vaxis" "[0 0 -1 8] 0.07" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3134" + "plane" "(-1072 152 256) (-1072 -408 256) (-1072 -408 288)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3133" + "plane" "(-1104 152 256) (-1072 152 256) (-1072 152 288)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -108] 0.07" + "vaxis" "[0 0 -1 8] 0.07" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3132" + "plane" "(-1072 -408 256) (-1104 -408 256) (-1104 -408 288)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3131" + "plane" "(-1104 -408 288) (-1104 152 288) (-1072 152 288)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "263" + side + { + "id" "3142" + "plane" "(-1088 32 256) (-912 32 256) (-912 -344 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3141" + "plane" "(-1088 -344 224) (-912 -344 224) (-912 32 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3140" + "plane" "(-1088 32 256) (-1088 -344 256) (-1088 -344 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3139" + "plane" "(-912 32 224) (-912 -344 224) (-912 -344 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3138" + "plane" "(-912 32 256) (-1088 32 256) (-1088 32 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3137" + "plane" "(-912 -344 224) (-1088 -344 224) (-1088 -344 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "264" + side + { + "id" "3148" + "plane" "(-1088 542 256) (-672 542 256) (-672 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3147" + "plane" "(-1088 288 224) (-672 288 224) (-672 542 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3146" + "plane" "(-672 542 224) (-672 288 224) (-672 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3145" + "plane" "(-1088 542 224) (-672 542 224) (-672 542 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3144" + "plane" "(-672 288 224) (-1088 288 224) (-1088 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3143" + "plane" "(-1088 288 224) (-1088 542 224) (-1088 542 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "265" + side + { + "id" "3154" + "plane" "(-1104 288 256) (-1104 542 256) (-1088 542 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 26] 0.156" + "vaxis" "[0 -1 0 -72] 0.218" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3153" + "plane" "(-1104 542 224) (-1104 288 224) (-1088 288 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 28] 0.25" + "vaxis" "[-1 0 0 74] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3152" + "plane" "(-1104 288 224) (-1104 542 224) (-1104 542 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 0 1 0] 0.125" + "vaxis" "[0 1 0 26] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3151" + "plane" "(-1104 542 224) (-1088 542 224) (-1088 542 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3150" + "plane" "(-1088 288 224) (-1104 288 224) (-1104 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3149" + "plane" "(-1088 542 224) (-1088 288 224) (-1088 288 256)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "266" + side + { + "id" "3160" + "plane" "(-1120 542 248) (-1120 542 224) (-1408 542 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3159" + "plane" "(-1408 574 224) (-1408 542 224) (-1120 542 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3158" + "plane" "(-1120 574 224) (-1120 542 224) (-1120 542 248)" + "material" "DEV/REFLECTIVITY_50" + "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" "(-1120 542 248) (-1408 542 248) (-1408 574 248)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -126] 0.25" + "vaxis" "[1 0 0 69] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3156" + "plane" "(-1408 542 248) (-1408 542 224) (-1408 574 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3155" + "plane" "(-1408 574 224) (-1120 574 224) (-1120 574 248)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "267" + side + { + "id" "3166" + "plane" "(-1408 542 0) (-1088 542 0) (-1088 574 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3165" + "plane" "(-1408 574 0) (-1088 574 0) (-1088 574 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3164" + "plane" "(-1088 542 0) (-1408 542 0) (-1408 542 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3163" + "plane" "(-1408 574 224) (-1088 574 224) (-1088 542 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3162" + "plane" "(-1408 542 224) (-1408 542 0) (-1408 574 0)" + "material" "DEV/REFLECTIVITY_50" + "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" "(-1088 574 224) (-1088 574 0) (-1088 542 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "268" + side + { + "id" "3172" + "plane" "(-1440 24 249) (-1408 24 249) (-1408 -376 249)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3171" + "plane" "(-1440 -376 0) (-1408 -376 0) (-1408 24 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3170" + "plane" "(-1408 24 0) (-1408 -376 0) (-1408 -376 249)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3169" + "plane" "(-1440 24 0) (-1408 24 0) (-1408 24 249)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -60] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3168" + "plane" "(-1408 -376 0) (-1440 -376 0) (-1440 -376 249)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3167" + "plane" "(-1440 -376 0) (-1440 24 0) (-1440 24 249)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "269" + side + { + "id" "3178" + "plane" "(-1104 -218 224) (-1104 -128 224) (-1072 -128 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -23.9912] 0.25" + "vaxis" "[1 0 0 0.00540161] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3177" + "plane" "(-1104 -128 64) (-1104 -218 64) (-1072 -218 64)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -23.9912] 0.25" + "vaxis" "[1 0 0 0.00540161] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3176" + "plane" "(-1104 -218 64) (-1104 -128 64) (-1104 -128 224)" + "material" "DEV/REFLECTIVITY_50" + "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" "(-1072 -128 64) (-1072 -218 64) (-1072 -218 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 -23.9912] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3174" + "plane" "(-1072 -218 64) (-1104 -218 64) (-1104 -218 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -0.00540161] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3173" + "plane" "(-1104 -128 64) (-1072 -128 64) (-1072 -128 224)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[-1 0 0 -0.00540161] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "270" + side + { + "id" "3184" + "plane" "(-512 -3072 16) (-512 -2112 16) (0 -2112 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 32] 1" + "vaxis" "[0 -1 0 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3183" + "plane" "(-512 -2112 0) (-512 -3072 0) (0 -3072 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 1" + "vaxis" "[0 -1 0 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3182" + "plane" "(-512 -3072 0) (-512 -2112 0) (-512 -2112 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 1" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3181" + "plane" "(0 -2112 0) (0 -3072 0) (0 -3072 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 1" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3180" + "plane" "(0 -3072 0) (-512 -3072 0) (-512 -3072 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 1" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3179" + "plane" "(-512 -2112 0) (0 -2112 0) (0 -2112 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 1" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "271" + side + { + "id" "3190" + "plane" "(-512 -3776 16) (-512 -3072 16) (384 -3072 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -32] 1" + "vaxis" "[0 -1 0 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3189" + "plane" "(-512 -3072 0) (-512 -3776 0) (384 -3776 0)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 1" + "vaxis" "[0 -1 0 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3188" + "plane" "(-512 -3776 0) (-512 -3072 0) (-512 -3072 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 1" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3187" + "plane" "(384 -3072 0) (384 -3776 0) (384 -3776 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 1" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3186" + "plane" "(384 -3776 0) (-512 -3776 0) (-512 -3776 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 1" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3185" + "plane" "(-512 -3072 0) (384 -3072 0) (384 -3072 16)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 1" + "vaxis" "[0 0 -1 0] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "272" + side + { + "id" "3196" + "plane" "(512 -256 62) (768 -256 62) (768 -443 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "3195" + "plane" "(512 -443 32) (768 -443 32) (768 -256 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3194" + "plane" "(512 -256 62) (512 -443 62) (512 -443 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3193" + "plane" "(768 -256 32) (768 -443 32) (768 -443 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3192" + "plane" "(768 -256 62) (512 -256 62) (512 -256 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3191" + "plane" "(768 -443 32) (512 -443 32) (512 -443 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + hidden + { + solid + { + "id" "273" + side + { + "id" "3202" + "plane" "(344 -256 62) (512 -256 62) (512 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "3201" + "plane" "(344 -512 32) (512 -512 32) (512 -256 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3200" + "plane" "(344 -256 62) (344 -512 62) (344 -512 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3199" + "plane" "(512 -256 32) (512 -512 32) (512 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3198" + "plane" "(512 -256 62) (344 -256 62) (344 -256 32)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3197" + "plane" "(512 -512 32) (344 -512 32) (344 -512 62)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupid" "3" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + group + { + "id" "33220" + editor + { + "color" "183 192 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "27726" + editor + { + "color" "183 192 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25111" + editor + { + "color" "118 115 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25112" + editor + { + "color" "118 115 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25258" + editor + { + "color" "218 235 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25259" + editor + { + "color" "218 235 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25308" + editor + { + "color" "218 235 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25668" + editor + { + "color" "134 203 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25957" + editor + { + "color" "130 143 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25958" + editor + { + "color" "130 143 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "25963" + editor + { + "color" "130 143 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "14890" + editor + { + "color" "228 201 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "14891" + editor + { + "color" "228 201 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "14940" + editor + { + "color" "228 201 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "14945" + editor + { + "color" "228 201 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "14956" + editor + { + "color" "228 201 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19713" + editor + { + "color" "195 176 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19730" + editor + { + "color" "243 172 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19731" + editor + { + "color" "243 172 0" + "groupid" "19730" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19785" + editor + { + "color" "236 209 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19786" + editor + { + "color" "236 209 0" + "groupid" "19785" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19815" + editor + { + "color" "138 159 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19823" + editor + { + "color" "150 243 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19844" + editor + { + "color" "205 138 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19873" + editor + { + "color" "205 138 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19878" + editor + { + "color" "205 138 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19883" + editor + { + "color" "205 138 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19936" + editor + { + "color" "205 138 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19941" + editor + { + "color" "205 138 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "19958" + editor + { + "color" "174 167 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20250" + editor + { + "color" "165 118 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20267" + editor + { + "color" "207 232 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20281" + editor + { + "color" "165 118 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20290" + editor + { + "color" "165 118 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20299" + editor + { + "color" "102 123 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20308" + editor + { + "color" "201 110 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20309" + editor + { + "color" "201 110 0" + "groupid" "20308" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20322" + editor + { + "color" "235 244 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20323" + editor + { + "color" "235 244 0" + "groupid" "20322" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20348" + editor + { + "color" "198 219 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20349" + editor + { + "color" "198 219 0" + "groupid" "20348" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20362" + editor + { + "color" "198 219 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20363" + editor + { + "color" "198 219 0" + "groupid" "20362" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20376" + editor + { + "color" "108 197 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20385" + editor + { + "color" "104 161 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20464" + editor + { + "color" "0 111 160" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20474" + editor + { + "color" "161 102 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20484" + editor + { + "color" "227 232 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20485" + editor + { + "color" "227 232 0" + "groupid" "20484" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20490" + editor + { + "color" "227 232 0" + "groupid" "20485" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20524" + editor + { + "color" "111 196 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20525" + editor + { + "color" "111 196 0" + "groupid" "20524" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20542" + editor + { + "color" "197 118 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20543" + editor + { + "color" "197 118 0" + "groupid" "20542" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20560" + editor + { + "color" "167 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20561" + editor + { + "color" "167 148 0" + "groupid" "20560" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20578" + editor + { + "color" "213 154 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20640" + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20641" + editor + { + "color" "211 148 0" + "groupid" "20640" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20642" + editor + { + "color" "211 148 0" + "groupid" "20641" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20667" + editor + { + "color" "211 148 0" + "groupid" "20640" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20668" + editor + { + "color" "211 148 0" + "groupid" "20667" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20693" + editor + { + "color" "211 148 0" + "groupid" "20640" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20694" + editor + { + "color" "211 148 0" + "groupid" "20693" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20704" + editor + { + "color" "211 148 0" + "groupid" "20693" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20714" + editor + { + "color" "211 148 0" + "groupid" "20640" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20715" + editor + { + "color" "211 148 0" + "groupid" "20714" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20725" + editor + { + "color" "211 148 0" + "groupid" "20714" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20735" + editor + { + "color" "211 148 0" + "groupid" "20640" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20736" + editor + { + "color" "211 148 0" + "groupid" "20735" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20770" + editor + { + "color" "139 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20783" + editor + { + "color" "213 154 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20796" + editor + { + "color" "255 232 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20797" + editor + { + "color" "255 232 0" + "groupid" "20796" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20810" + editor + { + "color" "143 240 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "20819" + editor + { + "color" "194 167 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "23159" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "12683" + editor + { + "color" "230 107 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13429" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13459" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13484" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13487" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13490" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13503" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13512" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13521" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13530" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "13874" + editor + { + "color" "247 248 0" + "groupid" "14207" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "14207" + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "40" + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "69" + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "84" + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "107" + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "234" + editor + { + "color" "52 80 122" + "groupid" "1868" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + group + { + "id" "1868" + editor + { + "color" "52 80 122" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "32649" + "classname" "prop_static" + "angles" "0 15 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-1266 -2868 64" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32729" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/foliage/cactus.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "318 -3382 130" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32760" + "classname" "prop_static" + "angles" "0 315 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/foliage/cactus.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "128 -2816 64" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32796" + "classname" "prop_static" + "angles" "0 315 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/foliage/cactus.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-632 -2936 56" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32804" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-702 -2974 84" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32844" + "classname" "prop_static" + "angles" "0 210 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-612 -2876 84" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32852" + "classname" "prop_static" + "angles" "11.8501 279.198 1.90445" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-600 -2912 78" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32968" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "920 -3644 108" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32980" + "classname" "prop_static" + "angles" "0 240 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_05.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "86 1024 122" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "32992" + "classname" "prop_static" + "angles" "0 87 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-66 998 122" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33038" + "classname" "prop_static" + "angles" "0 274.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-336 1004 118" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33050" + "classname" "prop_static" + "angles" "0 274.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_05.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-294 1064 118" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33069" + "classname" "prop_static" + "angles" "0 124.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_05.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-532 1092 94" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33085" + "classname" "prop_static" + "angles" "0 124.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-504 980 124" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33108" + "classname" "prop_static" + "angles" "0 56 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-814 1110 126" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33145" + "classname" "prop_static" + "angles" "0 73 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-856 1050 106" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33165" + "classname" "prop_static" + "angles" "0 73 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-986 978 84" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33200" + "classname" "prop_static" + "angles" "0 331 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-796 970 84" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33278" + "classname" "prop_static" + "angles" "0 315 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/foliage/cactus.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-432 1136 136" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "33282" + "classname" "prop_static" + "angles" "0 192.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/foliage/cactus.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-224 1120 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31068" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "304 -3520 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31091" + "classname" "prop_static" + "angles" "-3.58987 284.574 13.5408" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "208 -3504 112" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31130" + "classname" "prop_static" + "angles" "-3.58987 255.074 13.5408" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "224 -3584 144" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31142" + "classname" "prop_static" + "angles" "-3.58987 255.074 13.5408" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "192 -3584 160" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31161" + "classname" "prop_static" + "angles" "-0.711243 254.674 24.1661" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "240 -3600 176" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31181" + "classname" "prop_static" + "angles" "-0.711243 121.174 24.1661" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "178 -3636 176" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31193" + "classname" "prop_static" + "angles" "-0.129337 285 0.482965" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "4 -3446 80" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31213" + "classname" "prop_static" + "angles" "-0.129337 45 0.482965" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-2 -3476 108" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31229" + "classname" "prop_static" + "angles" "-0.129337 113.5 0.482965" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-192 -3400 84" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31264" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "492 -3432 148" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31276" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "216 -3216 106" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31284" + "classname" "prop_static" + "angles" "-1.42787 286.889 6.35185" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "394 -3500 160" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31308" + "classname" "prop_static" + "angles" "-3.58987 255.074 13.5408" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "424 -3462 186" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31324" + "classname" "prop_static" + "angles" "-1.03365 103.028 2.3184" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rock_tiny_04.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-108 -3374 112" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "31371" + "classname" "prop_static" + "angles" "0 240 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_05.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-426 -3504 56" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "29526" + "classname" "prop_static" + "angles" "0 240 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_05.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-128 -3456 0" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "29581" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "176 -3808 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "29616" + "classname" "prop_static" + "angles" "0 300 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "368 -3632 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "29632" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_05.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "400 -3504 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "29645" + "classname" "prop_static" + "angles" "0 240 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_05.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "464 -3520 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "29693" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "592 -3664 144" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "27212" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/valley/nature/rockpack_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "-64 -3680 -16" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19129" + "classname" "light" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "1088 640 352" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "19134" + "classname" "light" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "960 640 352" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "19139" + "classname" "light" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "992 576 224" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "19144" + "classname" "light" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "768 576 224" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "19149" + "classname" "func_detail" + solid + { + "id" "19150" + side + { + "id" "23588" + "plane" "(1456 96 352) (1440 112 352) (1440 128 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23587" + "plane" "(1440 128 192) (1440 112 192) (1456 96 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23586" + "plane" "(1456 96 192) (1440 112 192) (1440 112 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23585" + "plane" "(1440 112 192) (1440 128 192) (1440 128 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23584" + "plane" "(1456 128 192) (1456 96 192) (1456 96 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23583" + "plane" "(1440 128 192) (1456 128 192) (1456 128 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "19151" + "classname" "func_detail" + solid + { + "id" "19152" + side + { + "id" "23594" + "plane" "(1312 96 352) (1328 112 352) (1440 112 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23593" + "plane" "(1456 96 192) (1440 112 192) (1328 112 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23592" + "plane" "(1312 96 192) (1328 112 192) (1328 112 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23591" + "plane" "(1440 112 192) (1456 96 192) (1456 96 352)" + "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" "23590" + "plane" "(1328 112 192) (1440 112 192) (1440 112 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 -672] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23589" + "plane" "(1456 96 192) (1312 96 192) (1312 96 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "19153" + "classname" "func_detail" + solid + { + "id" "19154" + side + { + "id" "23600" + "plane" "(1328 112 352) (1312 96 352) (1312 176 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23599" + "plane" "(1328 192 192) (1312 176 192) (1312 96 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23598" + "plane" "(1312 176 192) (1328 192 192) (1328 192 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23597" + "plane" "(1328 112 192) (1312 96 192) (1312 96 352)" + "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" "23596" + "plane" "(1328 192 192) (1328 112 192) (1328 112 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[0 -1 0 352] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23595" + "plane" "(1312 96 192) (1312 176 192) (1312 176 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "19155" + "classname" "func_detail" + solid + { + "id" "19156" + side + { + "id" "23605" + "plane" "(1248 336 192) (1216 336 192) (1216 368 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 1 0 -389] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23604" + "plane" "(1216 368 96) (1216 336 96) (1248 336 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23603" + "plane" "(1216 336 96) (1216 368 96) (1216 368 192)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23602" + "plane" "(1248 336 96) (1216 336 96) (1216 336 192)" + "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" "23601" + "plane" "(1216 368 96) (1248 336 96) (1248 336 192)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -13768]" + } +} +entity +{ + "id" "19157" + "classname" "func_detail" + solid + { + "id" "19158" + side + { + "id" "23611" + "plane" "(1184 784 96) (1216 784 96) (1216 336 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23610" + "plane" "(1184 336 80) (1216 336 80) (1216 784 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23609" + "plane" "(1216 784 80) (1216 336 80) (1216 336 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23608" + "plane" "(1184 784 80) (1216 784 80) (1216 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23607" + "plane" "(1216 336 80) (1184 336 80) (1184 336 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23606" + "plane" "(1184 336 80) (1184 784 80) (1184 784 96)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19159" + side + { + "id" "23617" + "plane" "(1184 496 96) (1104 576 96) (1104 640 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23616" + "plane" "(1104 640 80) (1104 576 80) (1184 496 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23615" + "plane" "(1184 496 80) (1104 576 80) (1104 576 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23614" + "plane" "(1184 640 80) (1184 496 80) (1184 496 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23613" + "plane" "(1104 576 80) (1104 640 80) (1104 640 96)" + "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" "23612" + "plane" "(1104 640 80) (1184 640 80) (1184 640 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19160" + side + { + "id" "23623" + "plane" "(1104 576 96) (1024 656 96) (1024 784 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23622" + "plane" "(1104 784 80) (1024 784 80) (1024 656 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23621" + "plane" "(1024 656 80) (1024 784 80) (1024 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -60] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23620" + "plane" "(1024 784 80) (1104 784 80) (1104 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23619" + "plane" "(1104 576 80) (1024 656 80) (1024 656 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23618" + "plane" "(1104 784 80) (1104 576 80) (1104 576 96)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19161" + side + { + "id" "23629" + "plane" "(1104 752 96) (1104 784 96) (1184 784 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23628" + "plane" "(1184 784 80) (1104 784 80) (1104 752 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23627" + "plane" "(1104 784 80) (1184 784 80) (1184 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23626" + "plane" "(1184 784 80) (1184 752 80) (1184 752 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23625" + "plane" "(1104 752 80) (1104 784 80) (1104 784 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23624" + "plane" "(1184 752 80) (1104 752 80) (1104 752 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19162" + side + { + "id" "23635" + "plane" "(480 784 96) (1024 784 96) (1024 656 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23634" + "plane" "(480 656 80) (1024 656 80) (1024 784 80)" + "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" "23633" + "plane" "(1024 784 80) (1024 656 80) (1024 656 96)" + "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" "23632" + "plane" "(480 784 80) (1024 784 80) (1024 784 96)" + "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" "23631" + "plane" "(1024 656 80) (480 656 80) (480 656 96)" + "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" "23630" + "plane" "(480 656 80) (480 784 80) (480 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19163" + side + { + "id" "23641" + "plane" "(1104 640 96) (1104 752 96) (1108 747.852 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 819.2] 0.078125" + "vaxis" "[0 1 0 -731.431] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "23640" + "plane" "(1104 752 80) (1104 640 80) (1108 644 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23639" + "plane" "(1104 640 80) (1104 752 80) (1104 752 96)" + "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" "23638" + "plane" "(1108 747.848 80) (1108 644 80) (1108 644 96)" + "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" "23637" + "plane" "(1104 752 80) (1108 747.85 80) (1108 747.852 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23636" + "plane" "(1108 644 80) (1104 640 80) (1104 640 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19164" + side + { + "id" "23647" + "plane" "(1180 644 96) (1108 644 96) (1108 748 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 819.2] 0.078125" + "vaxis" "[0 1 0 -731.431] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "23646" + "plane" "(1180 748 80) (1108 748 80) (1108 644 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23645" + "plane" "(1180 644 80) (1108 644 80) (1108 644 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 192] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23644" + "plane" "(1108 748 80) (1180 748 80) (1180 748 96)" + "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" "23643" + "plane" "(1108 644 80) (1108 748 80) (1108 748 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[0 1 0 -992] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23642" + "plane" "(1180 748 80) (1180 644 80) (1180 644 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[0 1 0 -992] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19165" + side + { + "id" "23653" + "plane" "(1180 748 96) (1108 748 96) (1104 752 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[0 1 0 -436.153] 0.078" + "vaxis" "[1 0 0 6.25854] 0.109" + "rotation" "270" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "23652" + "plane" "(1184 752 80) (1104 752 80) (1108 748 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23651" + "plane" "(1104 752 80) (1184 752 80) (1184 752 96)" + "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" "23650" + "plane" "(1180 748 80) (1108 748 80) (1108 748 96)" + "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" "23649" + "plane" "(1108 748 80) (1104 752 80) (1104 752 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23648" + "plane" "(1184 752 80) (1180 748 80) (1180 748 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19166" + side + { + "id" "23659" + "plane" "(1184 640 96) (1104 640 96) (1108 644 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[0 -1 0 16.1529] 0.078" + "vaxis" "[-1 0 0 285.741] 0.109" + "rotation" "90" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "23658" + "plane" "(1180 644 80) (1108 644 80) (1104 640 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23657" + "plane" "(1184 640 80) (1104 640 80) (1104 640 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23656" + "plane" "(1108 644 80) (1180 644 80) (1180 644 96)" + "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" "23655" + "plane" "(1104 640 80) (1108 644 80) (1108 644 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23654" + "plane" "(1180 644 80) (1184 640 80) (1184 640 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19167" + side + { + "id" "23665" + "plane" "(1180 644 96) (1180 748 96) (1184 752 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 819.2] 0.078125" + "vaxis" "[0 1 0 -731.431] 0.109375" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "23664" + "plane" "(1180 748 80) (1180 644 80) (1184 640 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23663" + "plane" "(1184 752 80) (1184 640 80) (1184 640 96)" + "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" "23662" + "plane" "(1180 644 80) (1180 748 80) (1180 748 96)" + "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" "23661" + "plane" "(1180 748 80) (1184 752 80) (1184 752 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23660" + "plane" "(1184 640 80) (1180 644 80) (1180 644 96)" + "material" "METAL/HR_METAL/HR_METAL_FLOOR_002" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19168" + side + { + "id" "23671" + "plane" "(1128 552 96) (1032 456 96) (960 528 96)" + "material" "SOLUTION2/OFFICE/CARPET/CARPET_GREY" + "uaxis" "[0 1 0 0] 0.125" + "vaxis" "[1 0 0 768] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23670" + "plane" "(960 528 80) (1032 456 80) (1128 552 80)" + "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" "23669" + "plane" "(1128 552 80) (1032 456 80) (1032 456 96)" + "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" "23668" + "plane" "(1024 656 80) (1128 552 80) (1128 552 96)" + "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" "23667" + "plane" "(1032 456 80) (960 528 80) (960 528 96)" + "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" "23666" + "plane" "(960 528 80) (1024 656 80) (1024 656 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19169" + side + { + "id" "23677" + "plane" "(960 528 96) (608 528 96) (480 656 96)" + "material" "SOLUTION2/OFFICE/CARPET/CARPET_GREY" + "uaxis" "[0 1 0 0] 0.125" + "vaxis" "[1 0 0 768] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23676" + "plane" "(1024 656 80) (480 656 80) (608 528 80)" + "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" "23675" + "plane" "(480 656 80) (1024 656 80) (1024 656 96)" + "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" "23674" + "plane" "(960 528 80) (608 528 80) (608 528 96)" + "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" "23673" + "plane" "(608 528 80) (480 656 80) (480 656 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23672" + "plane" "(1024 656 80) (960 528 80) (960 528 96)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19170" + side + { + "id" "23684" + "plane" "(640 528 96) (960 528 96) (1072 416 96)" + "material" "CONCRETE/BAGGAGE_CONCRETEFLOORA" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23683" + "plane" "(640 384 80) (1072 384 80) (1072 416 80)" + "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" "23682" + "plane" "(1072 416 80) (1072 384 80) (1072 384 96)" + "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" "23681" + "plane" "(640 528 80) (960 528 80) (960 528 96)" + "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" "23680" + "plane" "(1072 384 80) (640 384 80) (640 384 96)" + "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" "23679" + "plane" "(640 384 80) (640 528 80) (640 528 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23678" + "plane" "(960 528 80) (1072 416 80) (1072 416 96)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19171" + side + { + "id" "23690" + "plane" "(768 336 96) (768 384 96) (1024 384 96)" + "material" "CONCRETE/BAGGAGE_CONCRETEFLOORA" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23689" + "plane" "(768 384 80) (768 336 80) (1024 336 80)" + "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" "23688" + "plane" "(768 336 80) (768 384 80) (768 384 96)" + "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" "23687" + "plane" "(1024 384 80) (1024 336 80) (1024 336 96)" + "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" "23686" + "plane" "(768 384 80) (1024 384 80) (1024 384 96)" + "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" "23685" + "plane" "(1024 336 80) (768 336 80) (768 336 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19172" + side + { + "id" "23696" + "plane" "(608 288 96) (608 528 96) (640 528 96)" + "material" "CONCRETE/BAGGAGE_CONCRETEFLOORA" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23695" + "plane" "(608 528 80) (608 288 80) (640 288 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23694" + "plane" "(608 288 80) (608 528 80) (608 528 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23693" + "plane" "(640 528 80) (640 288 80) (640 288 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23692" + "plane" "(608 528 80) (640 528 80) (640 528 96)" + "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" "23691" + "plane" "(640 288 80) (608 288 80) (608 288 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19173" + side + { + "id" "23702" + "plane" "(480 656 96) (608 528 96) (608 288 96)" + "material" "SOLUTION2/OFFICE/CARPET/CARPET_GREY" + "uaxis" "[0 1 0 0] 0.125" + "vaxis" "[1 0 0 768] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23701" + "plane" "(480 288 80) (608 288 80) (608 528 80)" + "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" "23700" + "plane" "(608 528 80) (608 288 80) (608 288 96)" + "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" "23699" + "plane" "(480 656 80) (608 528 80) (608 528 96)" + "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" "23698" + "plane" "(608 288 80) (480 288 80) (480 288 96)" + "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" "23697" + "plane" "(480 288 80) (480 656 80) (480 656 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19174" + side + { + "id" "23708" + "plane" "(224 784 96) (480 784 96) (480 512 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 -128] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23707" + "plane" "(224 512 80) (480 512 80) (480 784 80)" + "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" "23706" + "plane" "(480 784 80) (480 512 80) (480 512 96)" + "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" "23705" + "plane" "(480 512 80) (224 512 80) (224 512 96)" + "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" "23704" + "plane" "(224 784 80) (480 784 80) (480 784 96)" + "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" "23703" + "plane" "(224 512 80) (224 784 80) (224 784 96)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19175" + side + { + "id" "23714" + "plane" "(448 288 96) (448 512 96) (480 512 96)" + "material" "SOLUTION/WOODFL5" + "uaxis" "[1 0 0 128] 0.125" + "vaxis" "[0 -1 0 -192] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23713" + "plane" "(448 512 80) (448 288 80) (480 288 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23712" + "plane" "(448 288 80) (448 512 80) (448 512 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23711" + "plane" "(480 512 80) (480 288 80) (480 288 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23710" + "plane" "(448 512 80) (480 512 80) (480 512 96)" + "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" "23709" + "plane" "(480 288 80) (448 288 80) (448 288 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -14268]" + } +} +entity +{ + "id" "19176" + "classname" "func_illusionary" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "origin" "752 364.5 100" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + solid + { + "id" "19177" + side + { + "id" "23720" + "plane" "(768 336 104) (768 392 104) (769 393 104)" + "material" "METAL/DRTRIME" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 404] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23719" + "plane" "(768 392 96) (768 336 96) (769 336 96)" + "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" "23718" + "plane" "(768 336 96) (768 392 96) (768 392 104)" + "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" "23717" + "plane" "(769 393 96) (769 336 96) (769 336 104)" + "material" "METAL/DRTRIME" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[0 1 0 404] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23716" + "plane" "(768 392 96) (769 393 96) (769 393 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[1 0 0 20] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23715" + "plane" "(769 336 96) (768 336 96) (768 336 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19178" + side + { + "id" "23726" + "plane" "(769 393 104) (768 392 104) (736 392 104)" + "material" "METAL/DRTRIME" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 404] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23725" + "plane" "(735 393 96) (736 392 96) (768 392 96)" + "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" "23724" + "plane" "(736 392 96) (735 393 96) (735 393 104)" + "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" "23723" + "plane" "(769 393 96) (768 392 96) (768 392 104)" + "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" "23722" + "plane" "(735 393 96) (769 393 96) (769 393 104)" + "material" "METAL/DRTRIME" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[1 0 0 404] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23721" + "plane" "(768 392 96) (736 392 96) (736 392 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19179" + side + { + "id" "23732" + "plane" "(735 384 104) (735 393 104) (736 392 104)" + "material" "METAL/DRTRIME" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 404] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23731" + "plane" "(735 393 96) (735 384 96) (736 384 96)" + "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" "23730" + "plane" "(735 384 96) (735 393 96) (735 393 104)" + "material" "METAL/DRTRIME" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[0 1 0 404] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23729" + "plane" "(736 392 96) (736 384 96) (736 384 104)" + "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" "23728" + "plane" "(735 393 96) (736 392 96) (736 392 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[1 0 0 20] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23727" + "plane" "(736 384 96) (735 384 96) (735 384 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -15768]" + } +} +entity +{ + "id" "19181" + "classname" "func_detail" + solid + { + "id" "19182" + side + { + "id" "23738" + "plane" "(736 392 96) (736 384 96) (768 384 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23737" + "plane" "(736 384 96) (736 392 96) (736 392 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 -1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23736" + "plane" "(768 392 352) (768 392 96) (768 384 96)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23735" + "plane" "(736 392 352) (736 392 96) (768 392 96)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[-1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23734" + "plane" "(736 384 352) (736 392 352) (768 392 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -4] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23733" + "plane" "(768 384 352) (768 384 96) (736 384 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "19183" + "classname" "func_detail" + solid + { + "id" "19184" + side + { + "id" "23744" + "plane" "(1248 336 352) (1216 368 352) (1232 368 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23743" + "plane" "(1232 368 192) (1216 368 192) (1248 336 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23742" + "plane" "(1216 368 192) (1232 368 192) (1232 368 352)" + "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" "23741" + "plane" "(1248 336 192) (1216 368 192) (1216 368 352)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[-0.707107 0.707107 0 926.506] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23740" + "plane" "(1248 352 192) (1248 336 192) (1248 336 352)" + "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" "23739" + "plane" "(1232 368 192) (1248 352 192) (1248 352 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19185" + side + { + "id" "23750" + "plane" "(1216 368 352) (1216 592 352) (1232 592 352)" + "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" "23749" + "plane" "(1216 592 96) (1216 368 96) (1232 368 96)" + "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" "23748" + "plane" "(1216 368 96) (1216 592 96) (1216 592 352)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23747" + "plane" "(1232 592 96) (1232 368 96) (1232 368 352)" + "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" "23746" + "plane" "(1216 592 96) (1232 592 96) (1232 592 352)" + "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" "23745" + "plane" "(1232 368 96) (1216 368 96) (1216 368 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19186" + side + { + "id" "23756" + "plane" "(1248 352 352) (1280 352 352) (1280 336 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23755" + "plane" "(1248 336 192) (1280 336 192) (1280 352 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23754" + "plane" "(1280 352 192) (1280 336 192) (1280 336 352)" + "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" "23753" + "plane" "(1280 336 192) (1248 336 192) (1248 336 352)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[-1 0 0 266.98] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23752" + "plane" "(1248 352 192) (1280 352 192) (1280 352 352)" + "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" "23751" + "plane" "(1248 336 192) (1248 352 192) (1248 352 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19187" + side + { + "id" "23762" + "plane" "(1328 336 352) (1280 336 352) (1280 352 352)" + "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" "23761" + "plane" "(1280 352 352) (1280 336 352) (1280 336 192)" + "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" "23760" + "plane" "(1328 336 192) (1280 336 192) (1280 336 352)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[-1 0 0 266.98] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23759" + "plane" "(1280 352 192) (1280 336 192) (1328 336 192)" + "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" "23758" + "plane" "(1328 336 192) (1328 336 352) (1312 352 352)" + "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" "23757" + "plane" "(1312 352 352) (1280 352 352) (1280 352 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19188" + side + { + "id" "23768" + "plane" "(1216 688 464) (1216 784 464) (1232 784 464)" + "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" "23767" + "plane" "(1216 784 352) (1216 464 352) (1232 464 352)" + "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" "23766" + "plane" "(1216 464 352) (1216 784 352) (1216 784 464)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23765" + "plane" "(1232 784 352) (1232 464 352) (1232 688 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0.5] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23764" + "plane" "(1216 784 352) (1232 784 352) (1232 784 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0.5] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23763" + "plane" "(1232 464 352) (1216 464 352) (1216 688 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0.5] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19189" + side + { + "id" "23774" + "plane" "(1216 592 352) (1216 752 352) (1232 752 352)" + "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" "23773" + "plane" "(1216 752 304) (1216 592 304) (1232 592 304)" + "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" "23772" + "plane" "(1216 592 304) (1216 752 304) (1216 752 352)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23771" + "plane" "(1232 752 304) (1232 592 304) (1232 592 352)" + "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" "23770" + "plane" "(1216 752 304) (1232 752 304) (1232 752 352)" + "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" "23769" + "plane" "(1232 592 304) (1216 592 304) (1216 592 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19190" + side + { + "id" "23780" + "plane" "(1216 752 352) (1216 784 352) (1232 784 352)" + "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" "23779" + "plane" "(1216 784 96) (1216 752 96) (1232 752 96)" + "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" "23778" + "plane" "(1216 752 96) (1216 784 96) (1216 784 352)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23777" + "plane" "(1232 784 96) (1232 752 96) (1232 752 352)" + "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" "23776" + "plane" "(1216 784 96) (1232 784 96) (1232 784 352)" + "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" "23775" + "plane" "(1232 752 96) (1216 752 96) (1216 752 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 16000]" + } +} +entity +{ + "id" "19191" + "classname" "func_detail" + solid + { + "id" "19192" + side + { + "id" "23786" + "plane" "(448 560 416) (448 688 480) (816 688 480)" + "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" "23785" + "plane" "(448 688 400) (448 560 400) (816 560 400)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23784" + "plane" "(448 688 480) (448 560 416) (448 560 400)" + "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" "23783" + "plane" "(816 688 400) (816 560 400) (816 560 416)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23782" + "plane" "(448 688 400) (816 688 400) (816 688 480)" + "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" "23781" + "plane" "(816 560 400) (448 560 400) (448 560 416)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19193" + side + { + "id" "23792" + "plane" "(448 688 480) (448 784 480) (816 784 480)" + "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" "23791" + "plane" "(448 784 400) (448 688 400) (816 688 400)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23790" + "plane" "(448 688 400) (448 784 400) (448 784 480)" + "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" "23789" + "plane" "(816 784 400) (816 688 400) (816 688 480)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23788" + "plane" "(448 784 400) (816 784 400) (816 784 480)" + "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" "23787" + "plane" "(816 688 400) (448 688 400) (448 688 480)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19194" + side + { + "id" "23798" + "plane" "(448 464 368) (448 560 416) (816 560 416)" + "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" "23797" + "plane" "(448 560 400) (448 464 352) (816 464 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23796" + "plane" "(448 464 352) (448 560 400) (448 560 416)" + "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" "23795" + "plane" "(816 560 400) (816 464 352) (816 464 368)" + "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" "23794" + "plane" "(816 464 352) (448 464 352) (448 464 368)" + "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" "23793" + "plane" "(448 560 400) (816 560 400) (816 560 416)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "19195" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_bars_dec.mdl" + "renderamt" "255" + "rendercolor" "177 177 177" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1208 480 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "19199" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_bars_dec.mdl" + "renderamt" "255" + "rendercolor" "177 177 177" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "456 480 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "19203" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_bars_dec.mdl" + "renderamt" "255" + "rendercolor" "177 177 177" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "576 480 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "19207" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_bars_dec.mdl" + "renderamt" "255" + "rendercolor" "177 177 177" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "808 480 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "19211" + "classname" "prop_static" + "angles" "90 45 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_longer_one.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1248 334 252" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19215" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "-1 0 0" + "BasisOrigin" "1216 464 172" + "BasisU" "0 1 0" + "BasisV" "0 0 -1" + "EndU" "0" + "EndV" "1" + "fademindist" "-1" + "material" "solution2/overlays/wallart" + "sides" "23741 23748" + "StartU" "1" + "StartV" "0" + "uv0" "-128 -128 0" + "uv1" "-128 128 0" + "uv2" "128 128 0" + "uv3" "128 -128 0" + "origin" "1216 464 172" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 11000]" + } +} +entity +{ + "id" "19221" + "classname" "func_detail" + solid + { + "id" "19222" + side + { + "id" "23804" + "plane" "(1024 192 368) (1024 448 368) (1072 448 368)" + "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" "23803" + "plane" "(1024 448 352) (1024 192 352) (1072 192 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23802" + "plane" "(1024 192 352) (1024 448 352) (1024 448 368)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23801" + "plane" "(1072 448 352) (1072 192 352) (1072 192 368)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23800" + "plane" "(1024 448 352) (1072 448 352) (1072 448 368)" + "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" "23799" + "plane" "(1072 192 352) (1024 192 352) (1024 192 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 7500]" + } +} +entity +{ + "id" "19223" + "classname" "func_detail" + solid + { + "id" "19224" + side + { + "id" "23810" + "plane" "(1200 352 368) (1200 448 368) (1216 448 368)" + "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" "23809" + "plane" "(1200 448 352) (1200 352 352) (1216 368 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 -928] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23808" + "plane" "(1200 352 352) (1200 448 352) (1200 448 368)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23807" + "plane" "(1216 448 352) (1216 368 352) (1216 368 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23806" + "plane" "(1200 448 352) (1216 448 352) (1216 448 368)" + "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" "23805" + "plane" "(1216 368 352) (1200 352 352) (1200 352 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19225" + side + { + "id" "23816" + "plane" "(1200 320 368) (1200 352 368) (1216 368 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23815" + "plane" "(1232 352 352) (1216 368 352) (1200 352 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 992] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23814" + "plane" "(1200 320 352) (1200 352 352) (1200 352 368)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 992] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23813" + "plane" "(1216 368 352) (1232 352 352) (1232 352 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23812" + "plane" "(1200 352 352) (1216 368 352) (1216 368 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23811" + "plane" "(1232 352 352) (1200 320 352) (1200 320 368)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19226" + side + { + "id" "23822" + "plane" "(1232 320 368) (1200 320 368) (1232 352 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23821" + "plane" "(1200 320 352) (1232 320 352) (1248 336 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 992] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23820" + "plane" "(1232 320 352) (1200 320 352) (1200 320 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23819" + "plane" "(1232 352 352) (1248 336 352) (1248 336 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23818" + "plane" "(1248 336 352) (1232 320 352) (1232 320 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23817" + "plane" "(1200 320 352) (1232 352 352) (1232 352 368)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19227" + side + { + "id" "23828" + "plane" "(1328 320 368) (1232 320 368) (1248 336 368)" + "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" "23827" + "plane" "(1328 336 352) (1248 336 352) (1232 320 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 992] 0.125" + "vaxis" "[1 0 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23826" + "plane" "(1328 320 352) (1232 320 352) (1232 320 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23825" + "plane" "(1248 336 352) (1328 336 352) (1328 336 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23824" + "plane" "(1232 320 352) (1248 336 352) (1248 336 368)" + "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" "23823" + "plane" "(1328 336 352) (1328 320 352) (1328 320 368)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 7000]" + } +} +entity +{ + "id" "19228" + "classname" "prop_static" + "angles" "90 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_longer_one.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1076 344 232" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19232" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_16.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "912 208 336" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19236" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_32.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1152 224 336" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19240" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_curve.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "880 176 336" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19244" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1056 208 336" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19248" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_curve.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "864 192 336" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19252" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1024 224 336" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19256" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1136 352 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19260" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1136 416 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19264" + "classname" "prop_static" + "angles" "0 0 180" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_vent_001_64x32.mdl" + "renderamt" "255" + "rendercolor" "240 236 232" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1048 304 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19268" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1264 224 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19272" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1264 288 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19276" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1136 224 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19280" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1136 288 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19284" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "960 224 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19288" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "960 288 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19292" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "960 352 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19296" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "960 416 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19300" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 416 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19304" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 352 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19308" + "classname" "func_detail" + solid + { + "id" "19309" + side + { + "id" "23834" + "plane" "(1424 -832 192) (1424 -64 192) (1440 -64 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_TRIM_002_COLOR" + "uaxis" "[0 1 0 608] 0.125" + "vaxis" "[-1 0 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23833" + "plane" "(1424 -64 184) (1424 -832 184) (1440 -832 184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23832" + "plane" "(1424 -832 184) (1424 -64 184) (1424 -64 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_TRIM_002_COLOR" + "uaxis" "[0 1 0 -573] 0.125" + "vaxis" "[0 0 -1 31] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23831" + "plane" "(1440 -64 184) (1440 -832 184) (1440 -832 192)" + "material" "PLASTER/PLASTERCEILING_INT_01" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23830" + "plane" "(1424 -64 184) (1440 -64 184) (1440 -64 192)" + "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" "23829" + "plane" "(1440 -832 184) (1424 -832 184) (1424 -832 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "19310" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 288 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19314" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/bladedroof.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 224 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19318" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1144 -588 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19322" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1192 -588 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19326" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1212 -568 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19330" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1212 -520 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19334" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1212 -472 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19338" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1272 -836 92" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19342" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1320 -836 92" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19346" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1128 -836 92" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19350" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1080 -836 92" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19354" + "classname" "prop_static" + "angles" "0 315 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/globe.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1022.1 -386.198 120" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -5768]" + } +} +entity +{ + "id" "19358" + "classname" "func_detail" + solid + { + "id" "19359" + side + { + "id" "23842" + "plane" "(670.918 -160 248) (851.875 -160 248) (867 -167.156 248)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[0 1 0 85.0924] 0.279965" + "vaxis" "[1 0 0 -54.561] 0.238281" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23841" + "plane" "(670.918 -246 128) (851.828 -246 128) (867 -238.828 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 52] 0.25" + "vaxis" "[0 -1 0 40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23840" + "plane" "(867 -167.168 128) (867 -238.828 128) (867 -238.836 248)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[0 1 0 85.0925] 0.279965" + "vaxis" "[0 0 -1 16.7875] 0.238281" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23839" + "plane" "(670.918 -160 128) (851.848 -160 128) (851.873 -160 248)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[-1 0 0 33.1133] 0.331606" + "vaxis" "[0 0 -1 16.7875] 0.238281" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23838" + "plane" "(851.832 -246 128) (670.919 -246 128) (670.918 -246 248)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[1 0 0 -33.125] 0.331604" + "vaxis" "[0 0 -1 16.7875] 0.238281" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23837" + "plane" "(851.852 -160 128) (867 -167.166 128) (867 -167.154 248)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23836" + "plane" "(867 -238.828 128) (851.832 -246 128) (851.852 -246 248)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23835" + "plane" "(670.919 -246 128) (670.919 -160 128) (670.919 -160 248)" + "material" "DE_TRAIN/BLENDGRAVELDIRT001A" + "uaxis" "[0 1 0 -40] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19360" + side + { + "id" "23847" + "plane" "(867 -238.824 248) (867 -246 248) (851.822 -246 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[-1 0 0 140] 0.25" + "vaxis" "[0 1 0 408] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23846" + "plane" "(851.84 -246 128) (867 -246 128) (867 -238.832 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 52] 0.25" + "vaxis" "[0 -1 0 40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23845" + "plane" "(867 -238.832 128) (867 -246 128) (867 -246 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 0 1 -224] 0.25" + "vaxis" "[0 1 0 408] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23844" + "plane" "(867 -246 128) (851.839 -246 128) (851.82 -246 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 0 1 -224] 0.25" + "vaxis" "[1 0 0 293] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23843" + "plane" "(851.844 -246 128) (867 -238.834 128) (867 -238.826 248)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -40] 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" "19361" + side + { + "id" "23852" + "plane" "(851.852 -160 248) (867 -160 248) (867 -167.164 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[-1 0 0 140] 0.25" + "vaxis" "[0 1 0 396] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23851" + "plane" "(867 -167.164 128) (867 -160 128) (851.849 -160 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 52] 0.25" + "vaxis" "[0 -1 0 40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23850" + "plane" "(867 -160 128) (867 -167.164 128) (867 -167.164 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 0 1 -224] 0.25" + "vaxis" "[0 1 0 396] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23849" + "plane" "(851.852 -160 128) (867 -160 128) (867 -160 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 0 1 -224] 0.25" + "vaxis" "[1 0 0 322] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23848" + "plane" "(867 -167.162 128) (851.853 -160 128) (851.852 -160 248)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -40] 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" "19362" + side + { + "id" "23858" + "plane" "(671.156 -246 248) (656 -246 248) (656 -160 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 1 0 216] 0.25" + "vaxis" "[1 0 0 80] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23857" + "plane" "(671.156 -160 128) (656 -160 128) (656 -246 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23856" + "plane" "(656 -246 128) (656 -160 128) (656 -160 248)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23855" + "plane" "(656 -160 128) (671.156 -160 128) (671.156 -160 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 0 1 -224] 0.25" + "vaxis" "[1 0 0 80] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23854" + "plane" "(671.156 -246 128) (656 -246 128) (656 -246 248)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 0 1 -224] 0.25" + "vaxis" "[1 0 0 80] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23853" + "plane" "(671.156 -160 128) (671.156 -246 128) (671.156 -246 248)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -40] 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 5500]" + } +} +entity +{ + "id" "19363" + "classname" "prop_static" + "angles" "0 0 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/neat_shrub.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "648 -564 216" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19367" + "classname" "prop_static" + "angles" "0 330 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/shrub_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "736 -560 148" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19371" + "classname" "func_detail" + solid + { + "id" "19372" + side + { + "id" "23864" + "plane" "(828 -672 112) (828 -640 112) (996 -640 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23863" + "plane" "(828 -640 92) (828 -672 92) (996 -672 92)" + "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" "23862" + "plane" "(828 -672 92) (828 -640 92) (828 -640 112)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[-0.242536 -0.970142 0 865.867] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23861" + "plane" "(996 -640 92) (996 -672 92) (996 -672 112)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[-0.242536 0.970142 0 263.67] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23860" + "plane" "(996 -672 92) (828 -672 92) (828 -672 112)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23859" + "plane" "(828 -640 92) (996 -640 92) (996 -640 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19373" + side + { + "id" "23870" + "plane" "(828 -736 104) (828 -704 104) (996 -704 104)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23869" + "plane" "(828 -704 92) (828 -736 92) (996 -736 92)" + "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" "23868" + "plane" "(828 -736 92) (828 -704 92) (828 -704 104)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -387.324] 0.25" + "vaxis" "[0 0 -1 416] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23867" + "plane" "(996 -704 92) (996 -736 92) (996 -736 104)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 -1 0 -190.103] 0.25" + "vaxis" "[0 0 -1 416] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23866" + "plane" "(996 -736 92) (828 -736 92) (828 -736 104)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 368] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23865" + "plane" "(828 -704 92) (996 -704 92) (996 -704 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19374" + side + { + "id" "23876" + "plane" "(832 -768 96) (828 -736 96) (996 -736 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23875" + "plane" "(828 -736 92) (832 -768 92) (992 -768 92)" + "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" "23874" + "plane" "(832 -768 92) (828 -736 92) (828 -736 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.124034 0.992278 0 0.747108] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23873" + "plane" "(996 -736 92) (992 -768 92) (992 -768 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.124034 -0.992278 0 326.788] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23872" + "plane" "(992 -768 92) (832 -768 92) (832 -768 96)" + "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" "23871" + "plane" "(828 -736 92) (996 -736 92) (996 -736 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19375" + side + { + "id" "23882" + "plane" "(840 -800 96) (832 -768 96) (992 -768 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23881" + "plane" "(832 -768 92) (840 -800 92) (984 -800 92)" + "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" "23880" + "plane" "(840 -800 92) (832 -768 92) (832 -768 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.242536 0.970142 0 327.122] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23879" + "plane" "(992 -768 92) (984 -800 92) (984 -800 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.242536 -0.970142 0 865.005] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23878" + "plane" "(984 -800 92) (840 -800 92) (840 -800 96)" + "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" "23877" + "plane" "(832 -768 92) (992 -768 92) (992 -768 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19376" + side + { + "id" "23888" + "plane" "(844 -832 96) (840 -800 96) (984 -800 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23887" + "plane" "(840 -800 92) (844 -832 92) (980 -832 92)" + "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" "23886" + "plane" "(844 -832 92) (840 -800 92) (840 -800 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.124036 0.992278 0 1023.79] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23885" + "plane" "(984 -800 92) (980 -832 92) (980 -832 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.124036 -0.992278 0 327.753] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23884" + "plane" "(980 -832 92) (844 -832 92) (844 -832 96)" + "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" "23883" + "plane" "(840 -800 92) (984 -800 92) (984 -800 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19377" + side + { + "id" "23894" + "plane" "(840 -1056 96) (832 -1024 96) (992 -1024 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23893" + "plane" "(832 -1024 92) (840 -1056 92) (984 -1056 92)" + "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" "23892" + "plane" "(840 -1056 92) (832 -1024 92) (832 -1024 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23891" + "plane" "(992 -1024 92) (984 -1056 92) (984 -1056 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.242536 0.970142 0 215.313] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23890" + "plane" "(984 -1056 92) (840 -1056 92) (840 -1056 96)" + "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" "23889" + "plane" "(832 -1024 92) (992 -1024 92) (992 -1024 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19378" + side + { + "id" "23900" + "plane" "(832 -1024 96) (828 -992 96) (996 -992 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23899" + "plane" "(828 -992 92) (832 -1024 92) (992 -1024 92)" + "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" "23898" + "plane" "(832 -1024 92) (828 -992 92) (828 -992 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.124036 0.992278 0 -828.421] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23897" + "plane" "(996 -992 92) (992 -1024 92) (992 -1024 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.576398 0.817169 0 913.497] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23896" + "plane" "(992 -1024 92) (832 -1024 92) (832 -1024 96)" + "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" "23895" + "plane" "(828 -992 92) (996 -992 92) (996 -992 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19379" + side + { + "id" "23906" + "plane" "(828 -960 96) (832 -928 96) (992 -928 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23905" + "plane" "(832 -928 92) (828 -960 92) (996 -960 92)" + "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" "23904" + "plane" "(828 -960 92) (832 -928 92) (832 -928 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.364478 0.931212 0 -838.207] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23903" + "plane" "(992 -928 92) (996 -960 92) (996 -960 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.723384 -0.690444 0 -255.784] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23902" + "plane" "(996 -960 92) (828 -960 92) (828 -960 96)" + "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" "23901" + "plane" "(832 -928 92) (992 -928 92) (992 -928 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19380" + side + { + "id" "23912" + "plane" "(828 -992 96) (828 -960 96) (996 -960 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23911" + "plane" "(828 -960 92) (828 -992 92) (996 -992 92)" + "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" "23910" + "plane" "(828 -992 92) (828 -960 92) (828 -960 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.246157 0.96923 0 -300.339] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23909" + "plane" "(996 -960 92) (996 -992 92) (996 -992 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.942029 0.335531 0 459.033] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23908" + "plane" "(996 -992 92) (828 -992 92) (828 -992 96)" + "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" "23907" + "plane" "(828 -960 92) (996 -960 92) (996 -960 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19381" + side + { + "id" "23918" + "plane" "(840 -896 96) (844 -864 96) (980 -864 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23917" + "plane" "(844 -864 92) (840 -896 92) (984 -896 92)" + "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" "23916" + "plane" "(840 -896 92) (844 -864 92) (844 -864 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.124035 0.992278 0 185.316] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23915" + "plane" "(980 -864 92) (984 -896 92) (984 -896 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.124034 -0.992276 0 380.303] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23914" + "plane" "(984 -896 92) (840 -896 92) (840 -896 96)" + "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" "23913" + "plane" "(844 -864 92) (980 -864 92) (980 -864 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19382" + side + { + "id" "23924" + "plane" "(832 -928 96) (840 -896 96) (984 -896 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23923" + "plane" "(840 -896 92) (832 -928 92) (992 -928 92)" + "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" "23922" + "plane" "(832 -928 92) (840 -896 92) (840 -896 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.480448 0.877023 0 -401.305] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23921" + "plane" "(984 -896 92) (992 -928 92) (992 -928 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.242535 -0.970141 0 -6.78223] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23920" + "plane" "(992 -928 92) (832 -928 92) (832 -928 96)" + "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" "23919" + "plane" "(840 -896 92) (984 -896 92) (984 -896 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19383" + side + { + "id" "23930" + "plane" "(844 -864 96) (844 -832 96) (980 -832 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23929" + "plane" "(844 -832 92) (844 -864 92) (980 -864 92)" + "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" "23928" + "plane" "(844 -864 92) (844 -832 92) (844 -832 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 630.748] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23927" + "plane" "(980 -832 92) (980 -864 92) (980 -864 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 -1 0 839.833] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23926" + "plane" "(980 -864 92) (844 -864 92) (844 -864 96)" + "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" "23925" + "plane" "(844 -832 92) (980 -832 92) (980 -832 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19384" + side + { + "id" "23936" + "plane" "(828 -672 120) (828 -640 120) (996 -640 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23935" + "plane" "(828 -640 112) (828 -672 112) (996 -672 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23934" + "plane" "(828 -672 112) (828 -640 112) (828 -640 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.242536 0.970142 0 -249.745] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23933" + "plane" "(996 -640 112) (996 -672 112) (996 -672 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.242536 -0.970142 0 -49.2244] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23932" + "plane" "(996 -672 112) (828 -672 112) (828 -672 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23931" + "plane" "(828 -640 112) (996 -640 112) (996 -640 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19385" + side + { + "id" "23942" + "plane" "(828 -640 128) (828 -624 128) (996 -624 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23941" + "plane" "(828 -624 120) (828 -640 120) (996 -640 120)" + "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" "23940" + "plane" "(828 -640 120) (828 -624 120) (828 -624 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.124034 0.992278 0 205.09] 0.25" + "vaxis" "[0 0 -1 512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23939" + "plane" "(996 -624 120) (996 -640 120) (996 -640 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.124034 -0.992278 0 360.533] 0.25" + "vaxis" "[0 0 -1 512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23938" + "plane" "(828 -624 120) (996 -624 120) (996 -624 128)" + "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" "23937" + "plane" "(996 -640 120) (828 -640 120) (828 -640 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 768] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19386" + side + { + "id" "23948" + "plane" "(828 -640 120) (828 -624 120) (996 -624 120)" + "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" "23947" + "plane" "(828 -624 92) (828 -640 92) (996 -640 92)" + "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" "23946" + "plane" "(828 -640 92) (828 -624 92) (828 -624 120)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0.124035 -0.992278 0 -422.475] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23945" + "plane" "(996 -624 92) (996 -640 92) (996 -640 120)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0.124035 0.992278 0 925.516] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23944" + "plane" "(828 -624 92) (996 -624 92) (996 -624 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23943" + "plane" "(996 -640 92) (828 -640 92) (828 -640 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 752] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19387" + side + { + "id" "23954" + "plane" "(828 -704 112) (828 -672 112) (996 -672 112)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23953" + "plane" "(828 -672 104) (828 -704 104) (996 -704 104)" + "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" "23952" + "plane" "(828 -704 104) (828 -672 104) (828 -672 112)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.124036 0.992278 0 -819.878] 0.25" + "vaxis" "[0 0 -1 448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23951" + "plane" "(996 -672 104) (996 -704 104) (996 -704 112)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.124036 -0.992278 0 -662.517] 0.25" + "vaxis" "[0 0 -1 448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23950" + "plane" "(996 -704 104) (828 -704 104) (828 -704 112)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 368] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23949" + "plane" "(828 -672 104) (996 -672 104) (996 -672 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19388" + side + { + "id" "23960" + "plane" "(828 -704 104) (828 -672 104) (996 -672 104)" + "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" "23959" + "plane" "(828 -672 92) (828 -704 92) (996 -704 92)" + "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" "23958" + "plane" "(828 -704 92) (828 -672 92) (828 -672 104)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[-0.124034 -0.992278 0 411.993] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23957" + "plane" "(996 -672 92) (996 -704 92) (996 -704 104)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[-0.124034 0.992278 0 -147.044] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23956" + "plane" "(996 -704 92) (828 -704 92) (828 -704 104)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 336] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23955" + "plane" "(828 -672 92) (996 -672 92) (996 -672 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 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 -10268]" + } +} +entity +{ + "id" "19389" + "classname" "func_detail" + solid + { + "id" "19390" + side + { + "id" "23966" + "plane" "(996 -800 96) (996 -624 96) (1392 -624 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -705.939] 0.231308" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23965" + "plane" "(996 -624 92) (996 -800 92) (1392 -800 92)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -1.93936] 0.231308" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23964" + "plane" "(996 -800 92) (996 -624 92) (996 -624 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 0 1 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23963" + "plane" "(1392 -624 92) (1392 -800 92) (1392 -800 96)" + "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" "23962" + "plane" "(996 -624 92) (1392 -624 92) (1392 -624 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -1.93936] 0.231308" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23961" + "plane" "(1392 -800 92) (996 -800 92) (996 -800 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-1 0 0 144.78] 0.231308" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19391" + side + { + "id" "23972" + "plane" "(1248 -624 96) (1248 -256 96) (1392 -256 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -981.333] 0.204545" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23971" + "plane" "(1248 -256 92) (1248 -624 92) (1392 -624 92)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -21.3335] 0.204545" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23970" + "plane" "(1248 -624 92) (1248 -256 92) (1248 -256 96)" + "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" "23969" + "plane" "(1392 -256 92) (1392 -624 92) (1392 -624 96)" + "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" "23968" + "plane" "(1248 -256 92) (1392 -256 92) (1392 -256 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -21.3335] 0.204545" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23967" + "plane" "(1392 -624 92) (1248 -624 92) (1248 -624 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -21.3335] 0.204545" + "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" "19392" + side + { + "id" "23977" + "plane" "(984 -800 96) (989 -808 96) (980 -832.028 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23976" + "plane" "(980 -832 92) (989 -808 92) (984 -800 92)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.866025 0.5 0 40.683] 0.25" + "vaxis" "[0.5 -0.866025 0 6.07761] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23975" + "plane" "(989 -808 92) (980 -832 92) (980 -832 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.351124 -0.936329 0 380.135] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23974" + "plane" "(984 -800 92) (989 -808 92) (989 -808 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0.866025 0.5 0 112.683] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23973" + "plane" "(980 -832 92) (984 -800 92) (984 -800 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.5 0.866025 0 569.922] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19393" + side + { + "id" "23982" + "plane" "(1008 -800 96) (989 -808 96) (984 -800 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23981" + "plane" "(989 -808 92) (1008 -800 92) (984 -800 92)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 8] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23980" + "plane" "(1008 -800 92) (989 -808 92) (989 -808 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[-0.921635 -0.388057 0 313.093] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23979" + "plane" "(984 -800 92) (1008 -800 92) (1008 -800 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23978" + "plane" "(989 -808 92) (984 -800 92) (984 -800 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19394" + side + { + "id" "23988" + "plane" "(984 -800 96) (992 -768 96) (996 -768 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23987" + "plane" "(992 -768 92) (984 -800 92) (996 -800 92)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23986" + "plane" "(984 -800 92) (992 -768 92) (992 -768 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23985" + "plane" "(996 -768 92) (996 -800 92) (996 -800 96)" + "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" "23984" + "plane" "(992 -768 92) (996 -768 92) (996 -768 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23983" + "plane" "(996 -800 92) (984 -800 92) (984 -800 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 48] 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" "19395" + side + { + "id" "23993" + "plane" "(996 -736.016 96) (996 -768 96) (992 -768 96)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23992" + "plane" "(992 -768 92) (996 -768 92) (996 -736.016 92)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23991" + "plane" "(996 -736 92) (996 -768 92) (996 -768 96)" + "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" "23990" + "plane" "(996 -768 92) (992 -768 92) (992 -768 96)" + "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" "23989" + "plane" "(992 -768 92) (996 -736 92) (996 -736 96)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -10768]" + } +} +entity +{ + "id" "19396" + "classname" "func_detail" + solid + { + "id" "19397" + side + { + "id" "23999" + "plane" "(784 -1056 304) (784 -640 304) (800 -640 304)" + "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" "23998" + "plane" "(784 -640 288) (784 -1056 288) (800 -1056 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23997" + "plane" "(784 -1056 288) (784 -640 288) (784 -640 304)" + "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" "23996" + "plane" "(800 -640 288) (800 -1056 288) (800 -1056 304)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23995" + "plane" "(784 -640 288) (800 -640 288) (800 -640 304)" + "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" "23994" + "plane" "(800 -1056 288) (784 -1056 288) (784 -1056 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19398" + side + { + "id" "24005" + "plane" "(784 -744 288) (784 -736 288) (800 -736 288)" + "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" "24004" + "plane" "(784 -736 112) (784 -744 112) (800 -744 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24003" + "plane" "(784 -744 112) (784 -736 112) (784 -736 288)" + "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" "24002" + "plane" "(800 -736 112) (800 -744 112) (800 -744 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24001" + "plane" "(784 -736 112) (800 -736 112) (800 -736 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24000" + "plane" "(800 -744 112) (784 -744 112) (784 -744 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19399" + side + { + "id" "24011" + "plane" "(792 -736 288) (792 -640 288) (796 -640 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24010" + "plane" "(792 -640 112) (792 -736 112) (796 -736 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24009" + "plane" "(792 -736 112) (792 -640 112) (792 -640 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24008" + "plane" "(796 -640 112) (796 -736 112) (796 -736 288)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 170.667] 0.375" + "vaxis" "[0 0 -1 162.909] 0.6875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24007" + "plane" "(792 -640 112) (796 -640 112) (796 -640 288)" + "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" "24006" + "plane" "(796 -736 112) (792 -736 112) (792 -736 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19400" + side + { + "id" "24017" + "plane" "(784 -848 288) (784 -840 288) (800 -840 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24016" + "plane" "(784 -840 112) (784 -848 112) (800 -848 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24015" + "plane" "(784 -848 112) (784 -840 112) (784 -840 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24014" + "plane" "(800 -840 112) (800 -848 112) (800 -848 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24013" + "plane" "(784 -840 112) (800 -840 112) (800 -840 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24012" + "plane" "(800 -848 112) (784 -848 112) (784 -848 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19401" + side + { + "id" "24023" + "plane" "(784 -1056 112) (784 -640 112) (800 -640 112)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24022" + "plane" "(784 -640 92) (784 -1056 92) (800 -1056 92)" + "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" "24021" + "plane" "(784 -1056 92) (784 -640 92) (784 -640 112)" + "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" "24020" + "plane" "(800 -640 92) (800 -1056 92) (800 -1056 112)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24019" + "plane" "(784 -640 92) (800 -640 92) (800 -640 112)" + "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" "24018" + "plane" "(800 -1056 92) (784 -1056 92) (784 -1056 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19402" + side + { + "id" "24029" + "plane" "(784 -952 288) (784 -944 288) (800 -944 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24028" + "plane" "(784 -944 112) (784 -952 112) (800 -952 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24027" + "plane" "(784 -952 112) (784 -944 112) (784 -944 288)" + "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" "24026" + "plane" "(800 -944 112) (800 -952 112) (800 -952 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24025" + "plane" "(784 -944 112) (800 -944 112) (800 -944 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24024" + "plane" "(800 -952 112) (784 -952 112) (784 -952 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19403" + side + { + "id" "24035" + "plane" "(784 -1056 288) (784 -1048 288) (800 -1048 288)" + "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" "24034" + "plane" "(784 -1048 112) (784 -1056 112) (800 -1056 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24033" + "plane" "(784 -1056 112) (784 -1048 112) (784 -1048 288)" + "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" "24032" + "plane" "(800 -1048 112) (800 -1056 112) (800 -1056 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24031" + "plane" "(784 -1048 112) (800 -1048 112) (800 -1048 288)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24030" + "plane" "(800 -1056 112) (784 -1056 112) (784 -1056 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19404" + side + { + "id" "24041" + "plane" "(792 -1048 288) (792 -952 288) (796 -952 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24040" + "plane" "(792 -952 112) (792 -1048 112) (796 -1048 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24039" + "plane" "(792 -1048 112) (792 -952 112) (792 -952 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24038" + "plane" "(796 -952 112) (796 -1048 112) (796 -1048 288)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 234.667] 0.375" + "vaxis" "[0 0 -1 162.909] 0.6875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24037" + "plane" "(792 -952 112) (796 -952 112) (796 -952 288)" + "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" "24036" + "plane" "(796 -1048 112) (792 -1048 112) (792 -1048 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19405" + side + { + "id" "24047" + "plane" "(792 -944 288) (792 -848 288) (796 -848 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24046" + "plane" "(792 -848 112) (792 -944 112) (796 -944 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24045" + "plane" "(792 -944 112) (792 -848 112) (792 -848 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24044" + "plane" "(796 -848 112) (796 -944 112) (796 -944 288)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 213.333] 0.375" + "vaxis" "[0 0 -1 162.909] 0.6875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24043" + "plane" "(792 -848 112) (796 -848 112) (796 -848 288)" + "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" "24042" + "plane" "(796 -944 112) (792 -944 112) (792 -944 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19406" + side + { + "id" "24053" + "plane" "(792 -840 288) (792 -744 288) (796 -744 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24052" + "plane" "(792 -744 112) (792 -840 112) (796 -840 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24051" + "plane" "(792 -840 112) (792 -744 112) (792 -744 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24050" + "plane" "(796 -744 112) (796 -840 112) (796 -840 288)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 192] 0.375" + "vaxis" "[0 0 -1 162.909] 0.6875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24049" + "plane" "(792 -744 112) (796 -744 112) (796 -744 288)" + "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" "24048" + "plane" "(796 -840 112) (792 -840 112) (792 -840 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19407" + side + { + "id" "24059" + "plane" "(464 -640 304) (464 -624 304) (800 -624 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24058" + "plane" "(464 -624 92) (464 -640 92) (800 -640 92)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24057" + "plane" "(464 -640 92) (464 -624 92) (464 -624 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24056" + "plane" "(800 -624 92) (800 -640 92) (800 -640 304)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 1 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24055" + "plane" "(464 -624 92) (800 -624 92) (800 -624 304)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24054" + "plane" "(800 -640 92) (464 -640 92) (464 -640 304)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 64] 0.25" + "vaxis" "[0 0 -1 384] 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 -12268]" + } +} +entity +{ + "id" "19408" + "classname" "func_detail" + solid + { + "id" "19409" + side + { + "id" "24065" + "plane" "(1120 -624 128) (1120 -288 128) (1248 -288 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24064" + "plane" "(1248 -624 120) (1248 -288 120) (1120 -288 120)" + "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" "24063" + "plane" "(1248 -624 128) (1248 -288 128) (1248 -288 120)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 448] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24062" + "plane" "(1120 -624 128) (1248 -624 128) (1248 -624 120)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 448] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24061" + "plane" "(1120 -288 128) (1120 -624 128) (1120 -624 120)" + "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" "24060" + "plane" "(1248 -288 128) (1120 -288 128) (1120 -288 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -512] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19410" + side + { + "id" "24071" + "plane" "(800 -624 128) (800 -480 128) (1120 -480 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24070" + "plane" "(1120 -624 120) (1120 -480 120) (800 -480 120)" + "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" "24069" + "plane" "(1120 -624 128) (1120 -480 128) (1120 -480 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 447.999] 0.25" + "vaxis" "[0 0 -1 512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24068" + "plane" "(800 -624 128) (1120 -624 128) (1120 -624 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24067" + "plane" "(800 -480 128) (800 -624 128) (800 -624 120)" + "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" "24066" + "plane" "(1120 -480 128) (800 -480 128) (800 -480 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19411" + side + { + "id" "24077" + "plane" "(800 -288 128) (928 -288 128) (928 -480 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24076" + "plane" "(800 -480 120) (928 -480 120) (928 -288 120)" + "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" "24075" + "plane" "(800 -288 128) (800 -480 128) (800 -480 120)" + "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" "24074" + "plane" "(800 -480 128) (928 -480 128) (928 -480 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24073" + "plane" "(928 -288 128) (800 -288 128) (800 -288 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24072" + "plane" "(928 -480 128) (928 -288 128) (928 -288 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 0 -1 256] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19412" + side + { + "id" "24083" + "plane" "(800 -256 128) (800 -480 128) (512 -480 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24082" + "plane" "(800 -480 96) (800 -256 96) (512 -256 96)" + "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" "24081" + "plane" "(512 -256 128) (512 -480 128) (512 -480 96)" + "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" "24080" + "plane" "(800 -480 128) (800 -256 128) (800 -256 96)" + "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" "24079" + "plane" "(800 -256 128) (512 -256 128) (512 -256 96)" + "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" "24078" + "plane" "(512 -480 128) (800 -480 128) (800 -480 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19413" + side + { + "id" "24089" + "plane" "(1248 64 128) (1248 -288 128) (800 -288 128)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 -448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24088" + "plane" "(800 64 120) (800 -288 120) (1248 -288 120)" + "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" "24087" + "plane" "(1248 -288 128) (1248 64 128) (1248 64 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[0 1 0 447.999] 0.25" + "vaxis" "[0 0 -1 512] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24086" + "plane" "(1248 64 128) (800 64 128) (800 64 120)" + "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" "24085" + "plane" "(800 64 128) (800 -288 128) (800 -288 120)" + "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" "24084" + "plane" "(800 -288 128) (1248 -288 128) (1248 -288 120)" + "material" "SOLUTION2/OUTDOOR/MODERN_FLOOR" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6268]" + } +} +entity +{ + "id" "19416" + "classname" "func_detail" + solid + { + "id" "19417" + side + { + "id" "24107" + "plane" "(1120 -616 128) (1120 -624 128) (1240 -624 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24106" + "plane" "(1240 -616 167) (1240 -616 128) (1240 -624 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24105" + "plane" "(1240 -624 167) (1240 -624 128) (1120 -624 128)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24104" + "plane" "(1120 -624 167) (1120 -624 128) (1120 -616 128)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24103" + "plane" "(1120 -616 167) (1120 -616 128) (1240 -616 128)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24102" + "plane" "(1240 -616 167) (1240 -624 167) (1120 -624 167)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19418" + side + { + "id" "24113" + "plane" "(1240 -616 172) (1240 -624 172) (1120 -624 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[1 0 0 -480] 0.25" + "vaxis" "[0 -1 0 448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24112" + "plane" "(1240 -624 167) (1240 -624 172) (1240 -616 172)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24111" + "plane" "(1120 -624 167) (1120 -624 172) (1240 -624 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[1 0 0 -480] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24110" + "plane" "(1120 -616 167) (1120 -616 172) (1120 -624 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 -1 0 480] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24109" + "plane" "(1240 -616 167) (1240 -616 172) (1120 -616 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[1 0 0 -480] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24108" + "plane" "(1120 -616 167) (1120 -624 167) (1240 -624 167)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19419" + side + { + "id" "24119" + "plane" "(1240 -400 128) (1240 -624 128) (1248 -624 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24118" + "plane" "(1240 -624 167) (1240 -624 128) (1240 -400 128)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24117" + "plane" "(1248 -400 167) (1248 -400 128) (1248 -624 128)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24116" + "plane" "(1240 -400 167) (1240 -400 128) (1248 -400 128)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24115" + "plane" "(1248 -624 167) (1248 -624 128) (1240 -624 128)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24114" + "plane" "(1240 -624 167) (1240 -400 167) (1248 -400 167)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19420" + side + { + "id" "24125" + "plane" "(1240 -624 172) (1240 -400 172) (1248 -400 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 1 0 -480] 0.25" + "vaxis" "[1 0 0 448] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24124" + "plane" "(1240 -400 167) (1240 -400 172) (1240 -624 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 1 0 -480] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24123" + "plane" "(1248 -624 167) (1248 -624 172) (1248 -400 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[0 1 0 -480] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24122" + "plane" "(1248 -400 167) (1248 -400 172) (1240 -400 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[1 0 0 -480] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24121" + "plane" "(1240 -624 167) (1240 -624 172) (1248 -624 172)" + "material" "WOOD/WOODSIDING_EXT_06" + "uaxis" "[1 0 0 -480] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24120" + "plane" "(1240 -400 167) (1240 -624 167) (1248 -624 167)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6768]" + } +} +entity +{ + "id" "19421" + "classname" "env_cubemap" + "sides" "" + "origin" "1024 -256 248" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -7268]" + } +} +entity +{ + "id" "19424" + "classname" "env_cubemap" + "sides" "" + "origin" "1024 -640 240" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -7268]" + } +} +entity +{ + "id" "19427" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_32.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "896 -472 416" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "19431" + "classname" "func_detail" + solid + { + "id" "19432" + side + { + "id" "24131" + "plane" "(1296 192 192) (1296 336 192) (1328 336 192)" + "material" "SOLUTION/CARPETTILEGRAY" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24130" + "plane" "(1296 336 176) (1296 192 176) (1328 192 176)" + "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" "24129" + "plane" "(1296 192 176) (1296 336 176) (1296 336 192)" + "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" "24128" + "plane" "(1328 336 176) (1328 192 176) (1328 192 192)" + "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" "24127" + "plane" "(1328 192 176) (1296 192 176) (1296 192 192)" + "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" "24126" + "plane" "(1296 336 176) (1328 336 176) (1328 336 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19433" + side + { + "id" "24137" + "plane" "(800 304 192) (1296 304 192) (1296 224 192)" + "material" "FLOORS/HR_C/HR_FLOOR_TILE_001" + "uaxis" "[1 0 0 -640] 0.125" + "vaxis" "[0 -1 0 512] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24136" + "plane" "(800 224 176) (1296 224 176) (1296 304 176)" + "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" "24135" + "plane" "(1296 304 176) (1296 224 176) (1296 224 192)" + "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" "24134" + "plane" "(800 304 176) (1296 304 176) (1296 304 192)" + "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" "24133" + "plane" "(1296 224 176) (800 224 176) (800 224 192)" + "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" "24132" + "plane" "(800 224 176) (800 304 176) (800 304 192)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19434" + side + { + "id" "24143" + "plane" "(768 192 192) (768 224 192) (1296 224 192)" + "material" "SOLUTION/CARPETTILEGRAY" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24142" + "plane" "(768 224 176) (768 192 176) (1296 192 176)" + "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" "24141" + "plane" "(768 192 176) (768 224 176) (768 224 192)" + "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" "24140" + "plane" "(1296 224 176) (1296 192 176) (1296 192 192)" + "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" "24139" + "plane" "(1296 192 176) (768 192 176) (768 192 192)" + "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" "24138" + "plane" "(768 224 176) (1296 224 176) (1296 224 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19435" + side + { + "id" "24149" + "plane" "(768 304 192) (768 336 192) (1296 336 192)" + "material" "SOLUTION/CARPETTILEGRAY" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24148" + "plane" "(768 320 176) (768 304 176) (1296 304 176)" + "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" "24147" + "plane" "(768 304 176) (768 320 176) (768 336 192)" + "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" "24146" + "plane" "(1296 320 176) (1296 304 176) (1296 304 192)" + "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" "24145" + "plane" "(1296 304 176) (768 304 176) (768 304 192)" + "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" "24144" + "plane" "(768 320 176) (1296 320 176) (1296 336 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19436" + side + { + "id" "24155" + "plane" "(800 224 192) (768 224 192) (768 304 192)" + "material" "SOLUTION/CARPETTILEGRAY" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24154" + "plane" "(800 304 176) (768 304 176) (768 224 176)" + "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" "24153" + "plane" "(768 224 176) (768 304 176) (768 304 192)" + "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" "24152" + "plane" "(768 304 176) (800 304 176) (800 304 192)" + "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" "24151" + "plane" "(800 224 176) (768 224 176) (768 224 192)" + "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" "24150" + "plane" "(800 304 176) (800 224 176) (800 224 192)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19437" + side + { + "id" "24161" + "plane" "(1248 336 192) (1248 320 176) (768 320 176)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24160" + "plane" "(768 336 96) (768 320 96) (1248 320 96)" + "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" "24159" + "plane" "(768 336 192) (768 320 176) (768 320 96)" + "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" "24158" + "plane" "(1248 336 96) (1248 320 96) (1248 320 176)" + "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" "24157" + "plane" "(768 336 96) (1248 336 96) (1248 336 192)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24156" + "plane" "(1248 320 96) (768 320 96) (768 320 176)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19438" + "classname" "func_detail" + solid + { + "id" "19439" + side + { + "id" "24167" + "plane" "(1328 336 368) (1328 512 368) (1600 512 368)" + "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" "24166" + "plane" "(1328 512 352) (1328 336 352) (1600 336 352)" + "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" "24165" + "plane" "(1328 336 352) (1328 512 352) (1328 512 368)" + "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" "24164" + "plane" "(1600 512 352) (1600 336 352) (1600 336 368)" + "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" "24163" + "plane" "(1328 512 352) (1600 512 352) (1600 512 368)" + "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" "24162" + "plane" "(1600 336 352) (1328 336 352) (1328 336 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -1268]" + } +} +entity +{ + "id" "19440" + "classname" "func_detail" + solid + { + "id" "19441" + side + { + "id" "24173" + "plane" "(1328 336 192) (1456 336 192) (1456 112 192)" + "material" "FLOORS/HR_C/HR_FLOOR_TILE_001" + "uaxis" "[1 0 0 896] 0.125" + "vaxis" "[0 -1 0 512] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24172" + "plane" "(1328 112 176) (1456 112 176) (1456 336 176)" + "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" "24171" + "plane" "(1456 336 176) (1456 112 176) (1456 112 192)" + "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" "24170" + "plane" "(1328 336 176) (1456 336 176) (1456 336 192)" + "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" "24169" + "plane" "(1456 112 176) (1328 112 176) (1328 112 192)" + "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" "24168" + "plane" "(1328 112 176) (1328 336 176) (1328 336 192)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -9768]" + } +} +entity +{ + "id" "19442" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "688 -588.485 432" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "19446" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1040 -472 416" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "19450" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1296 -472 416" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "19454" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "656 -248 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19458" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_tall.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "656 -632 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19462" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_tall.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1424 -632 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19466" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_tall.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1416 -256 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19470" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "816 48 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19474" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1232 48 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19478" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "816 -256 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19482" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_tall.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "816 -640 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19486" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_tall.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1232 -640 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19490" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "816 -256 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19494" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1232 -256 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19498" + "classname" "prop_static" + "angles" "0 315 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/globe_tarp_nohit.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1022.1 -386.198 120" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -14768]" + } +} +entity +{ + "id" "19502" + "classname" "prop_static" + "angles" "0 45 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/shrub_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1300 -44 144" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 16000]" + } +} +entity +{ + "id" "19506" + "classname" "prop_static" + "angles" "0 75 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/tree.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1292 12 124" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "19510" + "classname" "prop_static" + "angles" "0 165 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/tree.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1368 -56 148" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "19514" + "classname" "prop_static" + "angles" "0 210 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/tree.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "612 -488 152" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "19518" + "classname" "prop_static" + "angles" "0 0 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/tree.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "712 -548 136" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "19522" + "classname" "prop_static" + "angles" "0 45 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/shrub_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1300 -204 112" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 16000]" + } +} +entity +{ + "id" "19526" + "classname" "prop_static" + "angles" "0 105 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/shrub_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1380 -180 120" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 16000]" + } +} +entity +{ + "id" "19530" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/neat_shrub_small.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "560 -500 156" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 16000]" + } +} +entity +{ + "id" "19534" + "classname" "prop_static" + "angles" "0 0 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/neat_shrub_small.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "752 -496 156" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 16000]" + } +} +entity +{ + "id" "19538" + "classname" "prop_static" + "angles" "-3.84097 75.4892 -14.5108" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/shrub_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "604 -548 160" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19542" + "classname" "prop_static" + "angles" "0 75 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/shrub_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "540 -584 144" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19546" + "classname" "prop_static" + "angles" "0 75 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/shrub_1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "688 -508 132" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19550" + "classname" "prop_static" + "angles" "0 254 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/neat_shrub.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1320 -144 168" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19554" + "classname" "func_detail" + solid + { + "id" "19555" + side + { + "id" "24179" + "plane" "(624 784 96) (496 784 96) (496 800 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 -1 0 281] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24178" + "plane" "(624 800 80) (496 800 80) (496 784 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24177" + "plane" "(496 784 80) (496 800 80) (496 800 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24176" + "plane" "(496 800 80) (624 800 80) (624 800 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24175" + "plane" "(624 784 80) (496 784 80) (496 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24174" + "plane" "(624 800 80) (624 784 80) (624 784 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19556" + side + { + "id" "24185" + "plane" "(768 784 96) (640 784 96) (640 800 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 -1 0 281] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24184" + "plane" "(768 800 80) (640 800 80) (640 784 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24183" + "plane" "(640 800 80) (768 800 80) (768 800 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24182" + "plane" "(768 784 80) (640 784 80) (640 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24181" + "plane" "(640 784 80) (640 800 80) (640 800 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24180" + "plane" "(768 800 80) (768 784 80) (768 784 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19557" + side + { + "id" "24191" + "plane" "(944 784 96) (816 784 96) (816 800 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 -1 0 281] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24190" + "plane" "(944 800 80) (816 800 80) (816 784 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24189" + "plane" "(816 800 80) (944 800 80) (944 800 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24188" + "plane" "(944 784 80) (816 784 80) (816 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24187" + "plane" "(816 784 80) (816 800 80) (816 800 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24186" + "plane" "(944 800 80) (944 784 80) (944 784 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19558" + side + { + "id" "24197" + "plane" "(960 800 96) (1088 800 96) (1088 784 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 -1 0 281] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24196" + "plane" "(960 784 80) (1088 784 80) (1088 800 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24195" + "plane" "(1088 800 80) (1088 784 80) (1088 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24194" + "plane" "(960 800 80) (1088 800 80) (1088 800 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24193" + "plane" "(1088 784 80) (960 784 80) (960 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24192" + "plane" "(960 784 80) (960 800 80) (960 800 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -2268]" + } +} +entity +{ + "id" "19559" + "classname" "func_detail" + solid + { + "id" "19560" + side + { + "id" "24203" + "plane" "(1456 336 192) (1648 336 192) (1648 -64 192)" + "material" "FLOORS/HR_C/HR_FLOOR_TILE_001" + "uaxis" "[1 0 0 -640] 0.125" + "vaxis" "[0 -1 0 512] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24202" + "plane" "(1456 -64 176) (1648 -64 176) (1648 336 176)" + "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" "24201" + "plane" "(1648 336 176) (1648 -64 176) (1648 -64 192)" + "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" "24200" + "plane" "(1456 336 176) (1648 336 176) (1648 336 192)" + "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" "24199" + "plane" "(1648 -64 176) (1456 -64 176) (1456 -64 192)" + "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" "24198" + "plane" "(1456 -64 176) (1456 336 176) (1456 336 192)" + "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 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -9768]" + } +} +entity +{ + "id" "19561" + "classname" "func_detail" + solid + { + "id" "19562" + side + { + "id" "24209" + "plane" "(1232 544 96) (1232 784 96) (1504 784 96)" + "material" "CONCRETE/BAGGAGE_CONCRETEFLOORA" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24208" + "plane" "(1232 784 80) (1232 544 80) (1504 544 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24207" + "plane" "(1232 544 80) (1232 784 80) (1232 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24206" + "plane" "(1504 784 80) (1504 544 80) (1504 544 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24205" + "plane" "(1232 784 80) (1504 784 80) (1504 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24204" + "plane" "(1504 544 80) (1232 544 80) (1232 544 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19563" + side + { + "id" "24215" + "plane" "(1504 544 96) (1504 784 96) (1536 784 96)" + "material" "CONCRETE/BAGGAGE_CONCRETEFLOORA" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24214" + "plane" "(1640 680 80) (1536 784 80) (1504 784 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24213" + "plane" "(1504 544 80) (1504 784 80) (1504 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24212" + "plane" "(1536 784 80) (1640 680 80) (1640 680 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24211" + "plane" "(1504 784 80) (1536 784 80) (1536 784 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24210" + "plane" "(1640 680 80) (1504 544 80) (1504 544 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 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" "19564" + side + { + "id" "24221" + "plane" "(1216 592 96) (1216 752 96) (1232 752 96)" + "material" "CONCRETE/BAGGAGE_CONCRETEFLOORA" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24220" + "plane" "(1216 752 80) (1216 592 80) (1232 592 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24219" + "plane" "(1216 592 80) (1216 752 80) (1216 752 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24218" + "plane" "(1232 752 80) (1232 592 80) (1232 592 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24217" + "plane" "(1216 752 80) (1232 752 80) (1232 752 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24216" + "plane" "(1232 592 80) (1216 592 80) (1216 592 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19565" + side + { + "id" "24227" + "plane" "(1248 800 80) (1248 784 80) (1520 784 80)" + "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" "24226" + "plane" "(1248 784 96) (1248 784 80) (1248 800 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24225" + "plane" "(1520 800 96) (1520 800 80) (1520 784 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24224" + "plane" "(1248 800 96) (1248 800 80) (1520 800 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24223" + "plane" "(1520 784 96) (1520 784 80) (1248 784 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24222" + "plane" "(1248 784 96) (1248 800 96) (1520 800 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 -1 0 281] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19566" + side + { + "id" "24233" + "plane" "(1656 680 80) (1560 776 80) (1552 768 80)" + "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" "24232" + "plane" "(1640 680 96) (1640 680 80) (1552 768 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24231" + "plane" "(1560 776 96) (1560 776 80) (1656 680 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.707107 -0.707107 0 0] 0.25" + "vaxis" "[0 0 1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24230" + "plane" "(1552 768 96) (1552 768 80) (1560 776 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24229" + "plane" "(1656 680 96) (1656 680 80) (1640 680 80)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24228" + "plane" "(1640 680 96) (1552 768 96) (1560 776 96)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[0.707107 -0.707107 0 427.306] 0.16" + "vaxis" "[-0.707107 -0.707107 0 484.76] 0.16" + "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 -14268]" + } +} +entity +{ + "id" "19567" + "classname" "func_detail" + solid + { + "id" "19568" + side + { + "id" "24239" + "plane" "(1232 544 95.875) (1232 528 95.875) (1504 528 95.875)" + "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" "24238" + "plane" "(1232 528 352) (1232 528 95.875) (1232 544 95.875)" + "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" "24237" + "plane" "(1504 544 352) (1504 544 95.875) (1504 528 95.875)" + "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" "24236" + "plane" "(1232 544 352) (1232 544 95.875) (1504 544 95.875)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24235" + "plane" "(1504 528 352) (1504 528 95.875) (1232 528 95.875)" + "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" "24234" + "plane" "(1232 528 352) (1232 544 352) (1504 544 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19569" + side + { + "id" "24245" + "plane" "(1640 680 95.875) (1504 544 95.875) (1504 528 95.875)" + "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" "24244" + "plane" "(1504 528 352) (1504 528 95.875) (1504 544 95.875)" + "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" "24243" + "plane" "(1504 544 352) (1504 544 95.875) (1640 680 95.875)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[0.707107 0.707107 0 -861.239] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24242" + "plane" "(1656 680 352) (1656 680 95.875) (1504 528 95.875)" + "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" "24241" + "plane" "(1640 680 352) (1640 680 95.875) (1656 680 95.875)" + "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" "24240" + "plane" "(1656 680 352) (1504 528 352) (1504 544 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19570" + side + { + "id" "24251" + "plane" "(1656 680 294) (1560 776 294) (1552 768 294)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 1 0 -856] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24250" + "plane" "(1640 680 352) (1640 680 294) (1552 768 294)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-0.707107 0.707107 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24249" + "plane" "(1560 776 352) (1560 776 294) (1656 680 294)" + "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" "24248" + "plane" "(1552 768 352) (1552 768 294) (1560 776 294)" + "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" "24247" + "plane" "(1656 680 352) (1656 680 294) (1640 680 294)" + "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" "24246" + "plane" "(1640 680 352) (1552 768 352) (1560 776 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19571" + side + { + "id" "24257" + "plane" "(1560 776 95.875) (1536 800 95.875) (1536 784 95.875)" + "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" "24256" + "plane" "(1536 784 352) (1536 784 95.875) (1536 800 95.875)" + "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" "24255" + "plane" "(1552 768 352) (1552 768 95.875) (1536 784 95.875)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-0.707107 0.707107 0 -721.021] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24254" + "plane" "(1536 800 352) (1536 800 95.875) (1560 776 95.875)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.707107 -0.707107 0 0] 0.25" + "vaxis" "[0 0 1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24253" + "plane" "(1560 776 352) (1560 776 95.875) (1552 768 95.875)" + "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" "24252" + "plane" "(1552 768 352) (1536 784 352) (1536 800 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19572" + side + { + "id" "24263" + "plane" "(1520 800 95.875) (1520 784 95.875) (1536 784 95.875)" + "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" "24262" + "plane" "(1520 784 352) (1520 784 95.875) (1520 800 95.875)" + "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" "24261" + "plane" "(1536 800 352) (1536 800 95.875) (1536 784 95.875)" + "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" "24260" + "plane" "(1520 800 352) (1520 800 95.875) (1536 800 95.875)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 1 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24259" + "plane" "(1536 784 352) (1536 784 95.875) (1520 784 95.875)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24258" + "plane" "(1520 784 352) (1520 800 352) (1536 800 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19573" + side + { + "id" "24269" + "plane" "(1376 784 296) (1376 800 296) (1392 800 296)" + "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" "24268" + "plane" "(1376 800 95.875) (1376 784 95.875) (1392 784 95.875)" + "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" "24267" + "plane" "(1376 784 95.875) (1376 800 95.875) (1376 800 296)" + "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" "24266" + "plane" "(1392 800 95.875) (1392 784 95.875) (1392 784 296)" + "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" "24265" + "plane" "(1376 800 95.875) (1392 800 95.875) (1392 800 296)" + "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" "24264" + "plane" "(1392 784 95.875) (1376 784 95.875) (1376 784 296)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19574" + side + { + "id" "24275" + "plane" "(1248 800 294) (1248 784 294) (1520 784 294)" + "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" "24274" + "plane" "(1248 784 352) (1248 784 294) (1248 800 294)" + "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" "24273" + "plane" "(1520 800 352) (1520 800 294) (1520 784 294)" + "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" "24272" + "plane" "(1248 800 352) (1248 800 294) (1520 800 294)" + "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" "24271" + "plane" "(1520 784 352) (1520 784 294) (1248 784 294)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24270" + "plane" "(1248 784 352) (1248 800 352) (1520 800 352)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19575" + side + { + "id" "24281" + "plane" "(1232 784 352) (1232 800 352) (1248 800 352)" + "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" "24280" + "plane" "(1232 800 95.875) (1232 784 95.875) (1248 784 95.875)" + "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" "24279" + "plane" "(1232 784 95.875) (1232 800 95.875) (1232 800 352)" + "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" "24278" + "plane" "(1248 800 95.875) (1248 784 95.875) (1248 784 352)" + "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" "24277" + "plane" "(1232 800 95.875) (1248 800 95.875) (1248 800 352)" + "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" "24276" + "plane" "(1248 784 95.875) (1232 784 95.875) (1232 784 352)" + "material" "SOLUTION2/GARAGE/WHITEWALLBRICKS" + "uaxis" "[-1 0 0 224] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19576" + side + { + "id" "24287" + "plane" "(1232 544 368) (1232 784 368) (1504 784 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -62] 0.25" + "vaxis" "[1 0 0 -53] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24286" + "plane" "(1232 784 352) (1232 544 352) (1504 544 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24285" + "plane" "(1232 544 352) (1232 784 352) (1232 784 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24284" + "plane" "(1504 784 352) (1504 544 352) (1504 544 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24283" + "plane" "(1232 784 352) (1504 784 352) (1504 784 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24282" + "plane" "(1504 544 352) (1232 544 352) (1232 544 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 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" "19577" + side + { + "id" "24293" + "plane" "(1504 544 368) (1504 784 368) (1536 784 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -62] 0.25" + "vaxis" "[1 0 0 -21] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24292" + "plane" "(1640 680 352) (1536 784 352) (1504 784 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24291" + "plane" "(1504 544 352) (1504 784 352) (1504 784 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24290" + "plane" "(1536 784 352) (1640 680 352) (1640 680 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24289" + "plane" "(1504 784 352) (1536 784 352) (1536 784 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24288" + "plane" "(1640 680 352) (1504 544 352) (1504 544 368)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 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 -14768]" + } +} +entity +{ + "id" "19578" + "classname" "prop_static" + "angles" "0 45 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "103 103 103" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1608 736 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -16268]" + } +} +entity +{ + "id" "19582" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "103 103 103" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1312 800 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -16268]" + } +} +entity +{ + "id" "19586" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "103 103 103" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1456 800 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -16268]" + } +} +entity +{ + "id" "19590" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylights2.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1016 592 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "19594" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1418 -448 320" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "19595" + side + { + "id" "24299" + "plane" "(1432 -700 384) (1432 -580 384) (1436 -580 384)" + "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" "24298" + "plane" "(1432 -580 192) (1432 -700 192) (1436 -700 192)" + "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" "24297" + "plane" "(1432 -700 192) (1432 -580 192) (1432 -580 384)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 -42.6667] 0.46875" + "vaxis" "[0 0 -1 192] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24296" + "plane" "(1436 -580 192) (1436 -700 192) (1436 -700 384)" + "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" "24295" + "plane" "(1432 -580 192) (1436 -580 192) (1436 -580 384)" + "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" "24294" + "plane" "(1436 -700 192) (1432 -700 192) (1432 -700 384)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19596" + side + { + "id" "24305" + "plane" "(1432 -572 384) (1432 -452 384) (1436 -452 384)" + "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" "24304" + "plane" "(1432 -452 192) (1432 -572 192) (1436 -572 192)" + "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" "24303" + "plane" "(1432 -572 192) (1432 -452 192) (1432 -452 384)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 -59.7337] 0.46875" + "vaxis" "[0 0 -1 192] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24302" + "plane" "(1436 -452 192) (1436 -572 192) (1436 -572 384)" + "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" "24301" + "plane" "(1432 -452 192) (1436 -452 192) (1436 -452 384)" + "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" "24300" + "plane" "(1436 -572 192) (1432 -572 192) (1432 -572 384)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19597" + side + { + "id" "24311" + "plane" "(1432 -828 384) (1432 -708 384) (1436 -708 384)" + "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" "24310" + "plane" "(1432 -708 192) (1432 -828 192) (1436 -828 192)" + "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" "24309" + "plane" "(1432 -828 192) (1432 -708 192) (1432 -708 384)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 -25.6001] 0.46875" + "vaxis" "[0 0 -1 192] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24308" + "plane" "(1436 -708 192) (1436 -828 192) (1436 -828 384)" + "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" "24307" + "plane" "(1432 -708 192) (1436 -708 192) (1436 -708 384)" + "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" "24306" + "plane" "(1436 -828 192) (1432 -828 192) (1432 -828 384)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19598" + side + { + "id" "24317" + "plane" "(1432 -444 384) (1432 -324 384) (1436 -324 384)" + "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" "24316" + "plane" "(1432 -324 192) (1432 -444 192) (1436 -444 192)" + "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" "24315" + "plane" "(1432 -444 192) (1432 -324 192) (1432 -324 384)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 -76.8001] 0.46875" + "vaxis" "[0 0 -1 192] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24314" + "plane" "(1436 -324 192) (1436 -444 192) (1436 -444 384)" + "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" "24313" + "plane" "(1432 -324 192) (1436 -324 192) (1436 -324 384)" + "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" "24312" + "plane" "(1436 -444 192) (1432 -444 192) (1432 -444 384)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19599" + side + { + "id" "24323" + "plane" "(1432 -316 384) (1432 -196 384) (1436 -196 384)" + "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" "24322" + "plane" "(1432 -196 192) (1432 -316 192) (1436 -316 192)" + "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" "24321" + "plane" "(1432 -316 192) (1432 -196 192) (1432 -196 384)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 -93.8667] 0.46875" + "vaxis" "[0 0 -1 192] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24320" + "plane" "(1436 -196 192) (1436 -316 192) (1436 -316 384)" + "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" "24319" + "plane" "(1432 -196 192) (1436 -196 192) (1436 -196 384)" + "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" "24318" + "plane" "(1436 -316 192) (1432 -316 192) (1432 -316 384)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19600" + side + { + "id" "24329" + "plane" "(1432 -188 384) (1432 -68 384) (1436 -68 384)" + "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" "24328" + "plane" "(1432 -68 192) (1432 -188 192) (1436 -188 192)" + "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" "24327" + "plane" "(1432 -188 192) (1432 -68 192) (1432 -68 384)" + "material" "GLASS/HR_G/HR_GLASS_001" + "uaxis" "[0 1 0 -110.933] 0.46875" + "vaxis" "[0 0 -1 192] 1" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24326" + "plane" "(1436 -68 192) (1436 -188 192) (1436 -188 384)" + "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" "24325" + "plane" "(1432 -68 192) (1436 -68 192) (1436 -68 384)" + "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" "24324" + "plane" "(1436 -188 192) (1432 -188 192) (1432 -188 384)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 9500]" + } +} +entity +{ + "id" "19619" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1396 -680 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19623" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1396 -728 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19627" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1396 -776 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19631" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "856 -600 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19635" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "872 -472 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19639" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "824 -472 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19643" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1216 -228 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19647" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1216 -180 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19651" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1216 -132 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19655" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1216 -36 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19659" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1216 12 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19663" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1216 -84 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19667" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair_capped.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1212 -424 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "19671" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "1136 -656 96" + "BasisU" "1 1.06581e-014 0" + "BasisV" "-1.06581e-014 1 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/edge_poop" + "sides" "23966" + "StartU" "0" + "StartV" "1" + "uv0" "-128 -32 0" + "uv1" "-128 32 0" + "uv2" "128 32 0" + "uv3" "128 -32 0" + "origin" "1136 -656 96" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -9768]" + } +} +entity +{ + "id" "19677" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "1324 -288 96" + "BasisU" "1 1.06581e-014 0" + "BasisV" "-1.06581e-014 1 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/edge_poop" + "sides" "23972" + "StartU" "0" + "StartV" "1" + "uv0" "-128 -32 0" + "uv1" "-128 32 0" + "uv2" "128 32 0" + "uv3" "128 -32 0" + "origin" "1324 -288 96" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -9768]" + } +} +entity +{ + "id" "19683" + "classname" "info_overlay" + "angles" "0 90 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "1280 -344 96" + "BasisU" "-4.37114e-008 1 0" + "BasisV" "-1 -4.37114e-008 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/edge_poop" + "sides" "23972" + "StartU" "0" + "StartV" "1" + "uv0" "-128 -32 0" + "uv1" "-128 32 0" + "uv2" "128 32 0" + "uv3" "128 -32 0" + "origin" "1280 -344 96" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -9768]" + } +} +entity +{ + "id" "19689" + "classname" "info_overlay" + "angles" "0 90 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "1280 -516 96" + "BasisU" "-4.37114e-008 1 0" + "BasisV" "-1 -4.37114e-008 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/edge_poop" + "sides" "23972" + "StartU" "0" + "StartV" "1" + "uv0" "-128 -32 0" + "uv1" "-128 32 0" + "uv2" "128 32 0" + "uv3" "128 -32 0" + "origin" "1280 -516 96" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -9768]" + } +} +entity +{ + "id" "19695" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "-0 0 1" + "BasisOrigin" "1052 -688 96" + "BasisU" "1 0 0" + "BasisV" "0 1 -0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "overlays/wall_stain001" + "sides" "23966" + "StartU" "0" + "StartV" "1" + "uv0" "-64 -64 0" + "uv1" "-64 64 0" + "uv2" "64 64 0" + "uv3" "64 -64 0" + "origin" "1052 -688 96" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -10768]" + } +} +entity +{ + "id" "19701" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_smaller_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "788 -688 148" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "19705" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_smaller_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "788 -792 144" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "19709" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_smaller_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "788 -896 160" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "19714" + "classname" "prop_dynamic" + "angles" "0 224.5 0" + "body" "0" + "DisableBoneFollowers" "0" + "disablereceiveshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "fademindist" "-1" + "fadescale" "1" + "HoldAnimation" "0" + "is_autoaim_target" "0" + "MaxAnimTime" "10" + "MinAnimTime" "5" + "model" "models/solution/misc/computer.mdl" + "PerformanceMode" "0" + "pressuredelay" "0" + "RandomAnimation" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "SetBodyGroup" "0" + "skin" "0" + "solid" "6" + "spawnflags" "0" + "StartDisabled" "0" + "origin" "1381 477 231.352" + editor + { + "color" "195 176 0" + "groupid" "19713" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8000]" + } +} +entity +{ + "id" "19718" + "classname" "prop_static" + "angles" "90 32 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_desk/nuke_office_desk_binder02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1381.91 423.077 232.974" + editor + { + "color" "195 176 0" + "groupid" "19713" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "19722" + "classname" "prop_static" + "angles" "90 32 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_desk/nuke_office_desk_binder02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1383.75 392.987 232.974" + editor + { + "color" "195 176 0" + "groupid" "19713" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "19726" + "classname" "prop_static" + "angles" "0 180 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_desk/nuke_conference_table.mdl" + "renderamt" "255" + "rendercolor" "97 97 97" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1377 448 192.25" + editor + { + "color" "195 176 0" + "groupid" "19713" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "19732" + "classname" "func_detail" + solid + { + "id" "19733" + side + { + "id" "24415" + "plane" "(1509 338 352) (1509 342 352) (1513 342 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24414" + "plane" "(1509 342 192) (1509 338 192) (1513 338 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24413" + "plane" "(1509 338 192) (1509 342 192) (1509 342 352)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[0 0 1 -228] 0.25" + "vaxis" "[0 1 0 64] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24412" + "plane" "(1513 342 192) (1513 338 192) (1513 338 352)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[0 0 1 -228] 0.25" + "vaxis" "[0 1 0 64] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24411" + "plane" "(1509 342 192) (1513 342 192) (1513 342 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24410" + "plane" "(1513 338 192) (1509 338 192) (1509 338 352)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[0 0 1 -228] 0.25" + "vaxis" "[1 0 0 16] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "243 172 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19734" + side + { + "id" "24421" + "plane" "(1573 338 352) (1573 342 352) (1577 342 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24420" + "plane" "(1573 342 192) (1573 338 192) (1577 338 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24419" + "plane" "(1573 338 192) (1573 342 192) (1573 342 352)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[0 0 1 -228] 0.25" + "vaxis" "[0 1 0 64] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24418" + "plane" "(1577 342 192) (1577 338 192) (1577 338 352)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[0 0 1 -228] 0.25" + "vaxis" "[0 1 0 64] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24417" + "plane" "(1573 342 192) (1577 342 192) (1577 342 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24416" + "plane" "(1577 338 192) (1573 338 192) (1573 338 352)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[0 0 1 -228] 0.25" + "vaxis" "[1 0 0 16] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "243 172 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19735" + side + { + "id" "24427" + "plane" "(1513 338 310) (1513 342 310) (1573 342 310)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 -1 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24426" + "plane" "(1513 342 302) (1513 338 302) (1573 338 302)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 -1 0 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24425" + "plane" "(1513 338 302) (1513 342 302) (1513 342 310)" + "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" "24424" + "plane" "(1573 342 302) (1573 338 302) (1573 338 310)" + "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" "24423" + "plane" "(1513 342 302) (1573 342 302) (1573 342 310)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24422" + "plane" "(1573 338 302) (1513 338 302) (1513 338 310)" + "material" "GLASS/HR_G/HR_GLASS_WINDOW_FRAME_001" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 0 -1 64] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "243 172 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "243 172 0" + "groupid" "19731" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 5000]" + } +} +entity +{ + "id" "19736" + "classname" "prop_static" + "angles" "0 270 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/metal_door_001/metal_door_005b_lock.mdl" + "renderamt" "255" + "rendercolor" "199 191 186" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1573 339 192.25" + editor + { + "color" "243 172 0" + "groupid" "19731" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19746" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "-0.221867 -0.961007 0.165047" + "BasisOrigin" "1004 -446.874 90" + "BasisU" "0.975077 -0.218666 0.0375545" + "BasisV" "-0 0.169265 0.98557" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "decals/bombsite_letter_a" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-32 -32 0" + "uv1" "-32 32 0" + "uv2" "32 32 0" + "uv3" "32 -32 0" + "origin" "1004 -446.874 154" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "19752" + "classname" "prop_static" + "angles" "0 45 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/foliage/shrub_1_big.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1328 0 160" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 16000]" + } +} +entity +{ + "id" "19756" + "classname" "func_detail" + solid + { + "id" "19757" + side + { + "id" "24433" + "plane" "(640 -256 488) (640 -128 456) (656 -128 456)" + "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" "24432" + "plane" "(640 -128 448) (640 -256 448) (656 -256 448)" + "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" "24431" + "plane" "(656 -256 488) (656 -128 456) (656 -128 448)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24430" + "plane" "(640 -256 448) (640 -128 448) (640 -128 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24429" + "plane" "(640 -128 448) (656 -128 448) (656 -128 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24428" + "plane" "(656 -256 448) (640 -256 448) (640 -256 488)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19758" + side + { + "id" "24439" + "plane" "(640 -384 456) (640 -256 488) (656 -256 488)" + "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" "24438" + "plane" "(640 -256 448) (640 -384 448) (656 -384 448)" + "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" "24437" + "plane" "(656 -256 448) (656 -384 448) (656 -384 456)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24436" + "plane" "(640 -256 488) (640 -384 456) (640 -384 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24435" + "plane" "(656 -384 448) (640 -384 448) (640 -384 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24434" + "plane" "(640 -256 448) (656 -256 448) (656 -256 488)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19759" + side + { + "id" "24445" + "plane" "(640 -640 488) (640 -512 456) (656 -512 456)" + "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" "24444" + "plane" "(640 -512 448) (640 -640 448) (656 -640 448)" + "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" "24443" + "plane" "(656 -640 488) (656 -512 456) (656 -512 448)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24442" + "plane" "(640 -640 448) (640 -512 448) (640 -512 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24441" + "plane" "(640 -512 448) (656 -512 448) (656 -512 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24440" + "plane" "(656 -640 448) (640 -640 448) (640 -640 488)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19760" + side + { + "id" "24451" + "plane" "(640 -768 456) (640 -640 488) (656 -640 488)" + "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" "24450" + "plane" "(640 -640 448) (640 -768 448) (656 -768 448)" + "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" "24449" + "plane" "(656 -640 448) (656 -768 448) (656 -768 456)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24448" + "plane" "(640 -640 488) (640 -768 456) (640 -768 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24447" + "plane" "(656 -768 448) (640 -768 448) (640 -768 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24446" + "plane" "(640 -640 448) (656 -640 448) (656 -640 488)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19761" + side + { + "id" "24457" + "plane" "(640 -864 448) (640 80 448) (656 63.4375 448)" + "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" "24456" + "plane" "(640 80 390) (640 -864 390) (656 -864 390)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24455" + "plane" "(656 63.4375 390) (656 -864 390) (656 -864 448)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24454" + "plane" "(640 -864 390) (640 80 390) (640 80 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24453" + "plane" "(656 -864 390) (640 -864 390) (640 -864 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24452" + "plane" "(640 80 390) (656 63.4375 390) (656 63.4375 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "19762" + "classname" "func_detail" + solid + { + "id" "19763" + side + { + "id" "24463" + "plane" "(520 -624 156) (520 -456 156) (792 -456 156)" + "material" "GROUND/HR_G/HR_GRAVEL_001" + "uaxis" "[1 0 0 -207] 0.125" + "vaxis" "[0 -1 0 128] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24462" + "plane" "(520 -456 128) (520 -624 128) (792 -624 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24461" + "plane" "(520 -624 128) (520 -456 128) (520 -456 156)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24460" + "plane" "(792 -456 128) (792 -624 128) (792 -624 156)" + "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" "24459" + "plane" "(520 -456 128) (792 -456 128) (792 -456 156)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24458" + "plane" "(792 -624 128) (520 -624 128) (520 -624 156)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 16] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19764" + side + { + "id" "24469" + "plane" "(512 -624 160) (512 -448 160) (520 -456 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24468" + "plane" "(512 -448 128) (512 -624 128) (520 -624 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24467" + "plane" "(512 -624 128) (512 -448 128) (512 -448 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24466" + "plane" "(520 -456 128) (520 -624 128) (520 -624 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24465" + "plane" "(512 -448 128) (520 -456 128) (520 -456 160)" + "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" "24464" + "plane" "(520 -624 128) (512 -624 128) (512 -624 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19765" + side + { + "id" "24475" + "plane" "(792 -624 160) (792 -456 160) (800 -448 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 -1 0 224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24474" + "plane" "(792 -456 128) (792 -624 128) (800 -624 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24473" + "plane" "(792 -624 128) (792 -456 128) (792 -456 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24472" + "plane" "(800 -448 128) (800 -624 128) (800 -624 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24471" + "plane" "(792 -456 128) (800 -448 128) (800 -448 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24470" + "plane" "(800 -624 128) (792 -624 128) (792 -624 160)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 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" "19766" + side + { + "id" "24481" + "plane" "(792 -456 160) (520 -456 160) (512 -448 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[-1 0 0 224] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24480" + "plane" "(800 -448 128) (512 -448 128) (520 -456 128)" + "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" "24479" + "plane" "(512 -448 128) (800 -448 128) (800 -448 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24478" + "plane" "(792 -456 128) (520 -456 128) (520 -456 160)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24477" + "plane" "(800 -448 128) (792 -456 128) (792 -456 160)" + "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" "24476" + "plane" "(520 -456 128) (512 -448 128) (512 -448 160)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 6500]" + } +} +entity +{ + "id" "19767" + "classname" "func_detail" + solid + { + "id" "19768" + side + { + "id" "24487" + "plane" "(978.544 -433.961 222) (979.431 -430.117 221.341) (1034 -442.719 221.342)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[0.97437 -0.224951 0 -196.976] 0.21875" + "vaxis" "[-0.221866 -0.961007 0.165048 77.6927] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24486" + "plane" "(975.874 -445.559 126.655) (974.987 -449.404 127.316) (1029.55 -462 127.315)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.97437 -0.224951 0 -29.5979] 0.194444" + "vaxis" "[-0.221866 -0.961007 0.165048 -18.3071] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24485" + "plane" "(974.986 -449.402 127.317) (975.872 -445.563 126.658) (979.436 -430.121 221.343)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[-0.221866 -0.961007 0.165048 182.837] 0.28125" + "vaxis" "[-0.0371276 -0.160817 -0.986286 477.32] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24484" + "plane" "(1030.44 -458.156 126.655) (1029.55 -462 127.315) (1033.11 -446.559 222)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[0.221866 0.961007 -0.165048 -182.839] 0.28125" + "vaxis" "[-0.0371276 -0.160817 -0.986286 477.32] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24483" + "plane" "(975.871 -445.56 126.657) (1030.44 -458.157 126.657) (1034 -442.718 221.338)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[0.97437 -0.224951 0 -198.002] 0.218556" + "vaxis" "[-0.0371276 -0.160817 -0.986286 477.32] 0.1875" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24482" + "plane" "(1029.55 -462 127.316) (974.988 -449.402 127.316) (978.547 -433.962 222)" + "material" "SOLUTION2/LIGHT/BOMBWOOD" + "uaxis" "[0.97437 -0.224951 0 -196.976] 0.21875" + "vaxis" "[-0.0371276 -0.160817 -0.986286 477.32] 0.1875" + "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" "19769" + "classname" "func_detail" + solid + { + "id" "19770" + side + { + "id" "24493" + "plane" "(1248 -256 144) (1248 -240 144) (1424 -240 144)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -448] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24492" + "plane" "(1248 -240 92) (1248 -256 92) (1424 -256 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24491" + "plane" "(1248 -256 92) (1248 -240 92) (1248 -240 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24490" + "plane" "(1424 -240 92) (1424 -256 92) (1424 -256 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24489" + "plane" "(1248 -240 92) (1424 -240 92) (1424 -240 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24488" + "plane" "(1424 -256 92) (1248 -256 92) (1248 -256 144)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -448] 0.25" + "vaxis" "[0 0 -1 448] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19771" + side + { + "id" "24499" + "plane" "(1248 -240 144) (1248 64 144) (1424 64 144)" + "material" "GROUND/HR_G/HR_GRAVEL_001" + "uaxis" "[1 0 0 -975] 0.125" + "vaxis" "[0 -1 0 128] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24498" + "plane" "(1248 64 92) (1248 -240 92) (1424 -240 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24497" + "plane" "(1248 -240 92) (1248 64 92) (1248 64 144)" + "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" "24496" + "plane" "(1424 64 92) (1424 -240 92) (1424 -240 144)" + "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" "24495" + "plane" "(1248 64 92) (1424 64 92) (1424 64 144)" + "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" "24494" + "plane" "(1424 -240 92) (1248 -240 92) (1248 -240 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19772" + side + { + "id" "24505" + "plane" "(1424 -48 144) (1424 64 144) (1440 64 144)" + "material" "GROUND/HR_G/HR_GRAVEL_001" + "uaxis" "[1 0 0 -79] 0.125" + "vaxis" "[0 -1 0 128] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24504" + "plane" "(1424 64 92) (1424 -48 92) (1440 -48 92)" + "material" "TERRI/TOOLS/TOOLSNODRAWBLUE" + "uaxis" "[1 0 0 -15] 0.125" + "vaxis" "[0 -1 0 0] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "24503" + "plane" "(1424 -48 92) (1424 64 92) (1424 64 144)" + "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" "24502" + "plane" "(1440 64 92) (1440 -48 92) (1440 -48 144)" + "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" "24501" + "plane" "(1424 64 92) (1440 64 92) (1440 64 144)" + "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" "24500" + "plane" "(1440 -48 92) (1424 -48 92) (1424 -48 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "19773" + "classname" "info_overlay" + "angles" "0 270 0" + "BasisNormal" "0 0 -1" + "BasisOrigin" "1408 4 368" + "BasisU" "1.31134e-007 -1 0" + "BasisV" "-1 -1.31134e-007 0" + "EndU" "0" + "EndV" "1" + "fademindist" "-1" + "material" "solution2/overlays/edge_poop" + "sides" "" + "StartU" "1" + "StartV" "0" + "uv0" "-128 -32 0" + "uv1" "-128 32 0" + "uv2" "128 32 0" + "uv3" "128 -32 0" + "origin" "1408 4 432" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "19779" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "-1 0 0" + "BasisOrigin" "1440 24 400" + "BasisU" "0 1 0" + "BasisV" "0 0 -1" + "EndU" "0" + "EndV" "1" + "fademindist" "-1" + "material" "solution2/overlays/edge_poop" + "sides" "25405" + "StartU" "1" + "StartV" "0" + "uv0" "-128 -32 0" + "uv1" "-128 32 0" + "uv2" "128 32 0" + "uv3" "128 -32 0" + "origin" "1440 24 400" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19787" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_vent.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "736 424 320" + editor + { + "color" "236 209 0" + "groupid" "19786" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19791" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_corner_right.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 424 320" + editor + { + "color" "236 209 0" + "groupid" "19786" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19795" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 328 320" + editor + { + "color" "236 209 0" + "groupid" "19786" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19799" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 232 320" + editor + { + "color" "236 209 0" + "groupid" "19786" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19803" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "608 424 320" + editor + { + "color" "236 209 0" + "groupid" "19786" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19807" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "480 424 320" + editor + { + "color" "236 209 0" + "groupid" "19786" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19811" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_32.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 184 320" + editor + { + "color" "236 209 0" + "groupid" "19785" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19837" + "classname" "func_detail" + solid + { + "id" "19838" + side + { + "id" "24633" + "plane" "(136 352 288) (48 352 288) (48 384 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 44] 0.25" + "vaxis" "[0 -1 0 -56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24632" + "plane" "(136 384 96) (48 384 96) (48 352 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 44] 0.25" + "vaxis" "[0 -1 0 -56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24631" + "plane" "(48 384 96) (136 384 96) (136 384 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[1 0 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24630" + "plane" "(136 352 96) (48 352 96) (48 352 288)" + "material" "PLASTER/PLASTERCEILING_INT_01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24629" + "plane" "(48 352 96) (48 384 96) (48 384 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[0 1 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24628" + "plane" "(136 384 96) (136 352 96) (136 352 288)" + "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" "150 243 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19839" + side + { + "id" "24638" + "plane" "(136 384 288) (96 384 288) (136 424 288)" + "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" "24637" + "plane" "(136 424 96) (96 384 96) (136 384 96)" + "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" "24636" + "plane" "(136 384 96) (96 384 96) (96 384 288)" + "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" "24635" + "plane" "(96 384 96) (136 424 96) (136 424 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[0 1 0 316] 0.125" + "vaxis" "[0 0 -1 64] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24634" + "plane" "(136 424 96) (136 384 96) (136 384 288)" + "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" "150 243 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "19840" + "classname" "func_detail" + solid + { + "id" "19841" + side + { + "id" "24644" + "plane" "(-136 168 288) (-152 168 288) (-152 224 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24643" + "plane" "(-136 224 126) (-152 224 126) (-152 168 126)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24642" + "plane" "(-152 224 126) (-136 224 126) (-136 224 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[1 0 0 316] 0.125" + "vaxis" "[0 0 -1 304] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24641" + "plane" "(-136 168 126) (-152 168 126) (-152 168 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[1 0 0 316] 0.125" + "vaxis" "[0 0 -1 304] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24640" + "plane" "(-152 168 126) (-152 224 126) (-152 224 288)" + "material" "PLASTER/PLASTERCEILING_INT_01" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24639" + "plane" "(-136 224 126) (-136 168 126) (-136 168 288)" + "material" "PLASTER/PLASTERCEILING_INT_01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19842" + side + { + "id" "24650" + "plane" "(16 176 288) (-136 176 288) (-136 216 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24649" + "plane" "(16 216 126) (-136 216 126) (-136 176 126)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24648" + "plane" "(-136 216 126) (16 216 126) (16 216 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[1 0 0 316] 0.125" + "vaxis" "[0 0 -1 304] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24647" + "plane" "(16 176 126) (-136 176 126) (-136 176 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[1 0 0 316] 0.125" + "vaxis" "[0 0 -1 304] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24646" + "plane" "(-136 176 126) (-136 216 126) (-136 216 288)" + "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" "24645" + "plane" "(16 216 126) (16 176 126) (16 176 288)" + "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" "150 243 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19843" + side + { + "id" "24656" + "plane" "(32 168 288) (16 168 288) (16 224 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24655" + "plane" "(32 224 126) (16 224 126) (16 168 126)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -20] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24654" + "plane" "(16 224 126) (32 224 126) (32 224 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[1 0 0 316] 0.125" + "vaxis" "[0 0 -1 304] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24653" + "plane" "(32 168 126) (16 168 126) (16 168 288)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_PAINTED_002_GREEN_LIGHT" + "uaxis" "[1 0 0 316] 0.125" + "vaxis" "[0 0 -1 304] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24652" + "plane" "(32 224 126) (32 168 126) (32 168 288)" + "material" "PLASTER/PLASTERCEILING_INT_01" + "uaxis" "[0 1 0 -64] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24651" + "plane" "(16 168 126) (16 224 126) (16 224 288)" + "material" "PLASTER/PLASTERCEILING_INT_01" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "150 243 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "150 243 0" + "groupid" "19823" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "19846" + "classname" "env_cubemap" + "sides" "" + "origin" "1048.24 264 256" + editor + { + "color" "205 138 0" + "groupid" "19844" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "19849" + "classname" "info_overlay" + "angles" "0 270 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "812 -464 128" + "BasisU" "-4.37114e-008 -1 0" + "BasisV" "1 -4.37114e-008 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/paint_strip_black" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-128 -8 0" + "uv1" "-128 8 0" + "uv2" "128 8 0" + "uv3" "128 -8 0" + "origin" "812 -464 128" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "19855" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "-0 0 1" + "BasisOrigin" "1028 -228 128" + "BasisU" "1 0 0" + "BasisV" "0 1 -0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/paint_strip_black" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-196 -7.99999 0" + "uv1" "-196 7.99999 0" + "uv2" "196 7.99999 0" + "uv3" "196 -7.99999 0" + "origin" "1028 -228 128" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "19861" + "classname" "info_overlay" + "angles" "0 90 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "1232 -336 128" + "BasisU" "-4.37114e-008 1 0" + "BasisV" "-1 -4.37114e-008 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/paint_strip_black" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-128 -8 0" + "uv1" "-128 8 0" + "uv2" "128 8 0" + "uv3" "128 -8 0" + "origin" "1232 -336 128" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19867" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "0 -0 1" + "BasisOrigin" "996 -604 128" + "BasisU" "1 0 0" + "BasisV" "-0 1 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/paint_strip_black" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-128 -8 0" + "uv1" "-128 8 0" + "uv2" "128 8 0" + "uv3" "128 -8 0" + "origin" "996 -604 128" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19875" + "classname" "env_cubemap" + "sides" "" + "origin" "1048.24 488 160" + editor + { + "color" "205 138 0" + "groupid" "19873" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "19880" + "classname" "env_cubemap" + "sides" "" + "origin" "792.236 736 160" + editor + { + "color" "205 138 0" + "groupid" "19878" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "19885" + "classname" "env_cubemap" + "sides" "" + "origin" "488.079 736 160" + editor + { + "color" "205 138 0" + "groupid" "19883" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "19888" + "classname" "prop_static" + "angles" "0 270 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/solution/exterior/blind_4.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1376 348 264" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "19892" + "classname" "func_detail" + solid + { + "id" "19893" + side + { + "id" "24686" + "plane" "(1248 176 352) (1112 176 352) (1112 192 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24685" + "plane" "(1248 192 288) (1248 192 352) (1112 192 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24684" + "plane" "(1112 176 328) (1112 176 352) (1248 176 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24683" + "plane" "(1248 176 288) (1248 176 352) (1248 192 352)" + "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" "24682" + "plane" "(1112 192 328) (1112 192 352) (1112 176 352)" + "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" "24681" + "plane" "(1248 192 288) (1112 192 328) (1112 176 328)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19894" + side + { + "id" "24692" + "plane" "(1248 192 192) (1112 192 192) (1112 176 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24691" + "plane" "(1112 192 328) (1112 192 192) (1248 192 192)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24690" + "plane" "(1248 176 288) (1248 176 192) (1112 176 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24689" + "plane" "(1248 192 288) (1248 192 192) (1248 176 192)" + "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" "24688" + "plane" "(1112 176 328) (1112 176 192) (1112 192 192)" + "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" "24687" + "plane" "(1112 192 328) (1248 192 288) (1248 176 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "19895" + "classname" "func_detail" + solid + { + "id" "19896" + side + { + "id" "24698" + "plane" "(1112 176 352) (976 176 352) (976 192 352)" + "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" "24697" + "plane" "(1112 192 288) (1112 192 352) (976 192 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24696" + "plane" "(976 176 328) (976 176 352) (1112 176 352)" + "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" "24695" + "plane" "(1112 176 288) (1112 176 352) (1112 192 352)" + "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" "24694" + "plane" "(976 192 328) (976 192 352) (976 176 352)" + "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" "24693" + "plane" "(1112 192 288) (976 192 328) (976 176 328)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19897" + side + { + "id" "24704" + "plane" "(1112 192 192) (976 192 192) (976 176 192)" + "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" "24703" + "plane" "(976 192 328) (976 192 192) (1112 192 192)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24702" + "plane" "(1112 176 288) (1112 176 192) (976 176 192)" + "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" "24701" + "plane" "(1112 192 288) (1112 192 192) (1112 176 192)" + "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" "24700" + "plane" "(976 176 328) (976 176 192) (976 192 192)" + "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" "24699" + "plane" "(976 192 328) (1112 192 288) (1112 176 288)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "19898" + "classname" "func_detail" + solid + { + "id" "19899" + side + { + "id" "24710" + "plane" "(976 176 352) (840 176 352) (840 192 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24709" + "plane" "(976 192 288) (976 192 352) (840 192 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24708" + "plane" "(840 176 328) (840 176 352) (976 176 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24707" + "plane" "(976 176 288) (976 176 352) (976 192 352)" + "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" "24706" + "plane" "(840 192 328) (840 192 352) (840 176 352)" + "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" "24705" + "plane" "(976 192 288) (840 192 328) (840 176 328)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19900" + side + { + "id" "24716" + "plane" "(976 192 192) (840 192 192) (840 176 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24715" + "plane" "(840 192 328) (840 192 192) (976 192 192)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24714" + "plane" "(976 176 288) (976 176 192) (840 176 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24713" + "plane" "(976 192 288) (976 192 192) (976 176 192)" + "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" "24712" + "plane" "(840 176 328) (840 176 192) (840 192 192)" + "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" "24711" + "plane" "(840 192 328) (976 192 288) (976 176 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "19901" + "classname" "func_detail" + solid + { + "id" "19902" + side + { + "id" "24722" + "plane" "(736 176 352) (768 192 352) (840 192 352)" + "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" "24721" + "plane" "(768 192 192) (736 176 192) (840 176 192)" + "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" "24720" + "plane" "(736 176 192) (768 192 192) (768 192 352)" + "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" "24719" + "plane" "(840 192 192) (840 176 192) (840 176 352)" + "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" "24718" + "plane" "(768 192 192) (840 192 192) (840 192 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24717" + "plane" "(840 176 192) (736 176 192) (736 176 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "19903" + "classname" "func_detail" + solid + { + "id" "19904" + side + { + "id" "24728" + "plane" "(1328 192 352) (1312 176 352) (1248 176 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24727" + "plane" "(1248 192 192) (1248 176 192) (1312 176 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -60] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24726" + "plane" "(1248 176 192) (1248 192 192) (1248 192 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24725" + "plane" "(1328 192 192) (1312 176 192) (1312 176 352)" + "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" "24724" + "plane" "(1248 192 192) (1328 192 192) (1328 192 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24723" + "plane" "(1312 176 192) (1248 176 192) (1248 176 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "19905" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "-0 0 1" + "BasisOrigin" "1133 -50 62" + "BasisU" "1 0 0" + "BasisV" "0 1 -0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "de_nuke/hr_nuke/asphalt_crack_02" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-128 -128 0" + "uv1" "-128 128 0" + "uv2" "128 128 0" + "uv3" "128 -128 0" + "origin" "1133 -50 126" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -11268]" + } +} +entity +{ + "id" "19911" + "classname" "prop_static" + "angles" "0 289.5 0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "model" "models/props/de_nuke/hr_nuke/sprinkler_001/sprinkler_001.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1284.43 255.473 351.75" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 6000]" + } +} +entity +{ + "id" "19915" + "classname" "prop_static" + "angles" "0 289.5 0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "model" "models/props/de_nuke/hr_nuke/sprinkler_001/sprinkler_001.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1603.42 184.832 351.75" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 6000]" + } +} +entity +{ + "id" "19919" + "classname" "prop_static" + "angles" "0 289.5 0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "model" "models/props/de_nuke/hr_nuke/nuke_light_fixture/recessed_lighting_fixture_round_small.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "1" + "solid" "6" + "uniformscale" "1" + "origin" "1256.9 221.692 351.75" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 6000]" + } +} +entity +{ + "id" "19923" + "classname" "prop_static" + "angles" "0 0 -180" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_vent_001_64x32.mdl" + "renderamt" "255" + "rendercolor" "240 236 232" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1048 224 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19927" + "classname" "prop_static" + "angles" "0 90 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_industrial_props/nuke_industrial_electrical_panel_002_small.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1048 416 192.394" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "19931" + "classname" "func_detail" + solid + { + "id" "19932" + side + { + "id" "24734" + "plane" "(1600 340 352) (1328 340 352) (1328 341 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24733" + "plane" "(1328 340 274) (1328 340 352) (1600 340 352)" + "material" "GLASS/METAL_DOOR_GLASS_001" + "uaxis" "[-1 0 0 130] 0.25" + "vaxis" "[0 0 -1 352] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24732" + "plane" "(1600 341 274) (1600 341 352) (1328 341 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24731" + "plane" "(1328 341 274) (1328 341 352) (1328 340 352)" + "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" "24730" + "plane" "(1600 340 274) (1600 340 352) (1600 341 352)" + "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" "24729" + "plane" "(1600 341 274) (1328 341 274) (1328 340 274)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19933" + side + { + "id" "24740" + "plane" "(1600 340 272) (1600 340 268) (1328 340 268)" + "material" "GLASS/METAL_DOOR_GLASS_001" + "uaxis" "[-1 0 0 130] 0.25" + "vaxis" "[0 0 -1 352] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24739" + "plane" "(1328 341 272) (1328 341 268) (1600 341 268)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24738" + "plane" "(1328 340 272) (1328 340 268) (1328 341 268)" + "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" "24737" + "plane" "(1600 341 272) (1600 341 268) (1600 340 268)" + "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" "24736" + "plane" "(1600 340 272) (1328 340 272) (1328 341 272)" + "material" "GLASS/HR_G/HR_GLASS_FROSTED_001" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[1 0 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24735" + "plane" "(1600 341 268) (1328 341 268) (1328 340 268)" + "material" "GLASS/HR_G/HR_GLASS_FROSTED_001" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[1 0 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19934" + side + { + "id" "24746" + "plane" "(1600 340 274) (1600 340 272) (1328 340 272)" + "material" "GLASS/HR_G/HR_GLASS_FROSTED_001" + "uaxis" "[-1 0 0 4] 0.125" + "vaxis" "[0 0 -1 192] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24745" + "plane" "(1328 341 274) (1328 341 272) (1600 341 272)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24744" + "plane" "(1328 340 274) (1328 340 272) (1328 341 272)" + "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" "24743" + "plane" "(1600 341 274) (1600 341 272) (1600 340 272)" + "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" "24742" + "plane" "(1600 340 274) (1328 340 274) (1328 341 274)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24741" + "plane" "(1600 341 272) (1328 341 272) (1328 340 272)" + "material" "GLASS/HR_G/HR_GLASS_FROSTED_001" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[1 0 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "19935" + side + { + "id" "24752" + "plane" "(1600 340 268) (1600 340 192) (1328 340 192)" + "material" "GLASS/HR_G/HR_GLASS_FROSTED_001" + "uaxis" "[-1 0 0 4] 0.125" + "vaxis" "[0 0 -1 192] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24751" + "plane" "(1328 341 268) (1328 341 192) (1600 341 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24750" + "plane" "(1328 340 268) (1328 340 192) (1328 341 192)" + "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" "24749" + "plane" "(1600 341 268) (1600 341 192) (1600 340 192)" + "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" "24748" + "plane" "(1600 341 192) (1328 341 192) (1328 340 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24747" + "plane" "(1600 340 268) (1328 340 268) (1328 341 268)" + "material" "GLASS/HR_G/HR_GLASS_FROSTED_001" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[1 0 0 -32] 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" "19938" + "classname" "env_cubemap" + "sides" "" + "origin" "1152.16 720 160" + editor + { + "color" "205 138 0" + "groupid" "19936" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "19943" + "classname" "env_cubemap" + "sides" "" + "origin" "592.33 448 160" + editor + { + "color" "205 138 0" + "groupid" "19941" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1000]" + } +} +entity +{ + "id" "19946" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_office/file_cabinet_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1584 458 192.259" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 9000]" + } +} +entity +{ + "id" "19950" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_office/file_cabinet_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1584 496 192.259" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 9000]" + } +} +entity +{ + "id" "19954" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_office/file_cabinet_03.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1584 420 192.259" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 9000]" + } +} +entity +{ + "id" "19959" + "classname" "prop_static" + "angles" "0 90 0" + "disableshadows" "0" + "fademaxdist" "2700" + "fademindist" "2600" + "fadescale" "1" + "model" "models/props_foliage/mall_big_plant01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1011 748.995 107" + editor + { + "color" "174 167 0" + "groupid" "19958" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "19963" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_foliage/mall_pot_large01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1012 748.995 96.25" + editor + { + "color" "174 167 0" + "groupid" "19958" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "19967" + "classname" "prop_static" + "angles" "0 45 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_chair/nuke_office_chair.mdl" + "renderamt" "255" + "rendercolor" "97 97 97" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1461.84 433.994 192" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "19989" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "752 728 32" + "BasisU" "1 0 0" + "BasisV" "0 1 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "de_nuke/nuke_floor_markings_darker_full" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-36 -32 0" + "uv1" "-36 32 0" + "uv2" "36 32 0" + "uv3" "36 -32 0" + "origin" "752 728 96" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 11500]" + } +} +entity +{ + "id" "19995" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "672 728 32" + "BasisU" "1 0 0" + "BasisV" "0 1 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "de_nuke/nuke_floor_markings_darker_full" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-36 -32 0" + "uv1" "-36 32 0" + "uv2" "36 32 0" + "uv3" "36 -32 0" + "origin" "672 728 96" + editor + { + "color" "80 150 225" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12000]" + } +} +entity +{ + "id" "20001" + "classname" "prop_static" + "angles" "0 90 0" + "disableshadows" "0" + "fademaxdist" "2700" + "fademindist" "2600" + "fadescale" "1" + "model" "models/props_foliage/mall_big_plant01.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1616 309 203" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20005" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_foliage/mall_pot_large01.mdl" + "renderamt" "255" + "rendercolor" "209 245 154" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1467 -115 192.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20013" + "classname" "prop_static" + "angles" "0 180 0" + "disableselfshadowing" "0" + "disableshadows" "1" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/signs/sign_fire_exit_left_001.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1648 -48 289" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20017" + "classname" "func_illusionary" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "origin" "766 385 171.97" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + solid + { + "id" "20018" + side + { + "id" "24788" + "plane" "(768 377 197.969) (768 393 197.969) (769 393 197.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 -1 0 343] 0.25" + "vaxis" "[-1 0 0 -419] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24787" + "plane" "(768 393 145.969) (768 377 145.969) (769 377 145.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 -1 0 343] 0.25" + "vaxis" "[-1 0 0 -419] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24786" + "plane" "(768 377 145.969) (768 393 145.969) (768 393 197.969)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.25" + "vaxis" "[0 0 -1 27.877] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24785" + "plane" "(769 393 145.969) (769 377 145.969) (769 377 197.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 0 -1 -180] 0.25" + "vaxis" "[0 -1 0 112] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24784" + "plane" "(768 393 145.969) (769 393 145.969) (769 393 197.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 0 -1 -173.123] 0.25" + "vaxis" "[-1 0 0 -419] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24783" + "plane" "(769 377 145.969) (768 377 145.969) (768 377 197.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 0 -1 -173.123] 0.25" + "vaxis" "[-1 0 0 -419] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20019" + side + { + "id" "24794" + "plane" "(763 392 197.969) (763 393 197.969) (768 393 197.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 -1 0 -429] 0.25" + "vaxis" "[-1 0 0 -383] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24793" + "plane" "(763 393 145.969) (763 392 145.969) (768 392 145.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 -1 0 -429] 0.25" + "vaxis" "[-1 0 0 -383] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24792" + "plane" "(763 392 145.969) (763 393 145.969) (763 393 197.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 0 -1 -173] 0.25" + "vaxis" "[0 -1 0 -383] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24791" + "plane" "(768 393 145.969) (768 392 145.969) (768 392 197.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 0 -1 -173.123] 0.25" + "vaxis" "[0 -1 0 61] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24790" + "plane" "(763 393 145.969) (768 393 145.969) (768 393 197.969)" + "material" "SOLUTION/SIGNS" + "uaxis" "[0 0 -1 -173.123] 0.25" + "vaxis" "[-1 0 0 -383] 0.25" + "rotation" "270" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24789" + "plane" "(768 392 145.969) (763 392 145.969) (763 392 197.969)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 27.877] 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" "20021" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/metal_door_001/metal_door_frame_001_8.mdl" + "renderamt" "255" + "rendercolor" "97 97 97" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1652 226 192.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20025" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/metal_door_001/metal_door_001b_low.mdl" + "renderamt" "255" + "rendercolor" "97 97 97" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1655 256 192.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20029" + "classname" "prop_static" + "angles" "0 180 0" + "disableselfshadowing" "0" + "disableshadows" "1" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/signs/sign_restroom_001.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1653 226 270.238" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20033" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/metal_door_001/metal_door_frame_001_8.mdl" + "renderamt" "255" + "rendercolor" "97 97 97" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1652 71 192.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20037" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/metal_door_001/metal_door_001b_low.mdl" + "renderamt" "255" + "rendercolor" "97 97 97" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1655 101 192.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20041" + "classname" "func_illusionary" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "origin" "1647.5 96 348" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + solid + { + "id" "20042" + side + { + "id" "24800" + "plane" "(1647 -64 352) (1647 336 352) (1648 336 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -60] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24799" + "plane" "(1647 336 344) (1647 -64 344) (1648 -64 344)" + "material" "METAL/DRTRIME" + "uaxis" "[1 0 0 -60] 0.25" + "vaxis" "[0 -1 0 427] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24798" + "plane" "(1647 -64 344) (1647 336 344) (1647 336 352)" + "material" "CONCRETE/HR_C/HR_CONCRETE_TRIM_001" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 11] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24797" + "plane" "(1648 336 344) (1648 -64 344) (1648 -64 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24796" + "plane" "(1647 336 344) (1648 336 344) (1648 336 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -60] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24795" + "plane" "(1648 -64 344) (1647 -64 344) (1647 -64 352)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -60] 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" "[0 -9768]" + } +} +entity +{ + "id" "20044" + "classname" "func_illusionary" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "origin" "768.5 264.5 196" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + solid + { + "id" "20045" + side + { + "id" "24806" + "plane" "(768 193 200) (768 336 200) (769 336 200)" + "material" "METAL/DRTRIME" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -301] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24805" + "plane" "(768 336 192) (768 193 192) (769 193 192)" + "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" "24804" + "plane" "(768 193 192) (768 336 192) (768 336 200)" + "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" "24803" + "plane" "(769 336 192) (769 193 192) (769 193 200)" + "material" "METAL/DRTRIME" + "uaxis" "[0 0 1 0] 0.25" + "vaxis" "[0 1 0 404] 0.25" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24802" + "plane" "(768 336 192) (769 336 192) (769 336 200)" + "material" "METAL/DRTRIME" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -45] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24801" + "plane" "(769 193 192) (768 193 192) (768 193 200)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -8268]" + } +} +entity +{ + "id" "20047" + "classname" "env_sprite" + "disablereceiveshadows" "0" + "fademindist" "-1" + "fadescale" "1" + "framerate" "10.0" + "GlowProxySize" "3" + "HDRColorScale" "1.0" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "materials/sprites/glow01.vmt" + "renderamt" "150" + "rendercolor" "165 182 201" + "renderfx" "0" + "rendermode" "9" + "scale" "2" + "spawnflags" "1" + "origin" "1352 88.7546 343" + editor + { + "color" "20 140 20" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6768]" + } +} +entity +{ + "id" "20050" + "classname" "env_sprite" + "disablereceiveshadows" "0" + "fademindist" "-1" + "fadescale" "1" + "framerate" "10.0" + "GlowProxySize" "3" + "HDRColorScale" "1.0" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "materials/sprites/glow01.vmt" + "renderamt" "150" + "rendercolor" "165 182 201" + "renderfx" "0" + "rendermode" "9" + "scale" "2" + "spawnflags" "1" + "origin" "1152 311.326 343" + editor + { + "color" "20 140 20" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6768]" + } +} +entity +{ + "id" "20053" + "classname" "env_sprite" + "disablereceiveshadows" "0" + "fademindist" "-1" + "fadescale" "1" + "framerate" "10.0" + "GlowProxySize" "3" + "HDRColorScale" "1.0" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "materials/sprites/glow01.vmt" + "renderamt" "150" + "rendercolor" "165 182 201" + "renderfx" "0" + "rendermode" "9" + "scale" "2" + "spawnflags" "1" + "origin" "644 268.448 279" + editor + { + "color" "20 140 20" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6768]" + } +} +entity +{ + "id" "20056" + "classname" "prop_physics_multiplayer" + "angles" "0 34 0" + "fademaxdist" "1350" + "fademindist" "1100" + "fadescale" "1" + "inertiaScale" "1.0" + "model" "models/props_junk/garbage_sodacan01a_fullsheet.mdl" + "physdamagescale" "0.1" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "spawnflags" "4" + "origin" "825 453.932 138" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[2000 -15768]" + } +} +entity +{ + "id" "20060" + "classname" "ambient_generic" + "cspinup" "0" + "fadeinsecs" "0" + "fadeoutsecs" "0" + "health" "2" + "lfomodpitch" "0" + "lfomodvol" "0" + "lforate" "0" + "lfotype" "0" + "message" "ambient/atmosphere/corridor_room_tone_01.wav" + "pitch" "100" + "pitchstart" "100" + "preset" "6" + "radius" "97" + "spawnflags" "48" + "spindown" "0" + "spinup" "0" + "volstart" "0" + "origin" "915.752 406.796 104" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20063" + "classname" "prop_static" + "angles" "0 87 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_recycling_bins/nuke_recycling_bin_01_nosign.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1152 764 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20067" + "classname" "prop_static" + "angles" "0 87 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_recycling_bins/nuke_recycling_bin_01_nosign.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1188 760 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20071" + "classname" "prop_static" + "angles" "0 270 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_fire_emergency/nuke_fire_alert_light.mdl" + "renderamt" "255" + "rendercolor" "182 120 121" + "screenspacefade" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "1280 336 308.6" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "20089" + "classname" "prop_static" + "angles" "0 87 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_recycling_bins/nuke_recycling_bin_01_nosign.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1196 532 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20093" + "classname" "prop_static" + "angles" "0 90 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution/interior/furnishing/drinks.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "833 356 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20097" + "classname" "prop_physics" + "angles" "0 0 0" + "body" "0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disablereceiveshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "ExploitableByPlayer" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/solution/misc/coffecup.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowcastdist" "0" + "skin" "0" + "spawnflags" "260" + "origin" "922.421 483.235 135.492" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8000]" + } +} +entity +{ + "id" "20101" + "classname" "prop_static" + "angles" "0 90 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_vending_machine/nuke_snack_machine.mdl" + "renderamt" "255" + "rendercolor" "97 97 97" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "931 334 91" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20105" + "classname" "prop_static" + "angles" "0 90 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution/interior/furnishing/drinks.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "876 356 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20109" + "classname" "prop_static" + "angles" "0 270 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_desk/nuke_conference_table.mdl" + "renderamt" "255" + "rendercolor" "111 131 200" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "879 468 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "20113" + "classname" "prop_static" + "angles" "0 270 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_chair/nuke_chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "838 489 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "20117" + "classname" "prop_static" + "angles" "0 270 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_chair/nuke_chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "921 489 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "20121" + "classname" "prop_static" + "angles" "0 90 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_chair/nuke_chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "836 446 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "20125" + "classname" "prop_static" + "angles" "0 90 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_chair/nuke_chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "866 445 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "20142" + "classname" "prop_physics" + "angles" "0 0 0" + "body" "0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disablereceiveshadows" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "ExploitableByPlayer" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "0" + "inertiaScale" "1.0" + "massScale" "0" + "minhealthdmg" "0" + "model" "models/solution/misc/coffecup.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowcastdist" "0" + "skin" "1" + "spawnflags" "260" + "origin" "897.932 457.8 135.492" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8000]" + } +} +entity +{ + "id" "20146" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_electric_panel/nuke_electric_panel02.mdl" + "renderamt" "255" + "rendercolor" "224 223 227" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "765 237 309.175" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "20150" + "classname" "prop_static" + "angles" "0 270 0" + "disableshadows" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_industrial_props/nuke_industrial_electrical_panel_002_small.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1048 336 258.538" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3500 11500]" + } +} +entity +{ + "id" "20154" + "classname" "prop_static" + "angles" "0 270 0" + "fademaxdist" "4400" + "fademindist" "2200" + "fadescale" "1" + "ignorenormals" "1" + "model" "models/props/de_nuke/hr_nuke/foliage/tree_small_beech_02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "877 866.187 91" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20158" + "classname" "prop_static" + "angles" "0 0 0" + "fademaxdist" "4400" + "fademindist" "2200" + "fadescale" "1" + "ignorenormals" "1" + "model" "models/props/de_nuke/hr_nuke/foliage/tree_small_beech_02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1154 875 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20162" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_mall/mall_bench.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "960 865 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20166" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_mall/mall_bench.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1060 865 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20180" + "classname" "prop_static" + "angles" "0 180 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_light_switch_001.mdl" + "renderamt" "255" + "rendercolor" "240 236 232" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1593 382 250.044" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20184" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/metal_railing_001/metal_railing_001_256.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "1024 334 192.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "20188" + "classname" "prop_static" + "angles" "0 90 0" + "fademaxdist" "3662" + "fademindist" "3611" + "fadescale" "1" + "model" "models/props/de_nuke/hr_nuke/nuke_vending_machine/nuke_vending_machine.mdl" + "renderamt" "255" + "rendercolor" "79 79 79" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "986 350 96.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20192" + "classname" "func_detail" + solid + { + "id" "20193" + side + { + "id" "24945" + "plane" "(1024 336 320) (1024 336 128) (1024 416 128)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24944" + "plane" "(1072 416 320) (1072 416 128) (1072 336 128)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24943" + "plane" "(1024 416 320) (1024 416 128) (1072 416 128)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24942" + "plane" "(1072 336 320) (1072 336 128) (1024 336 128)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24941" + "plane" "(1024 416 128) (1024 336 128) (1072 336 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24940" + "plane" "(1024 336 320) (1024 416 320) (1072 416 320)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20194" + side + { + "id" "24951" + "plane" "(1024 416 96) (1024 336 96) (1072 336 96)" + "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" "24950" + "plane" "(1024 336 128) (1024 336 96) (1024 416 96)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24949" + "plane" "(1072 416 128) (1072 416 96) (1072 336 96)" + "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" "24948" + "plane" "(1024 416 128) (1024 416 96) (1072 416 96)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24947" + "plane" "(1072 336 128) (1072 336 96) (1024 336 96)" + "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" "24946" + "plane" "(1024 336 128) (1024 416 128) (1072 416 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20195" + side + { + "id" "24957" + "plane" "(1024 336 352) (1024 416 352) (1072 416 352)" + "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" "24956" + "plane" "(1024 416 320) (1024 416 352) (1024 336 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24955" + "plane" "(1072 336 320) (1072 336 352) (1072 416 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[0 1 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24954" + "plane" "(1072 416 320) (1072 416 352) (1024 416 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24953" + "plane" "(1024 336 320) (1024 336 352) (1072 336 352)" + "material" "SOLUTION2/BUMPSOURCE/RESINWALL_BLUE" + "uaxis" "[1 0 0 224] 0.125" + "vaxis" "[0 0 -1 512] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24952" + "plane" "(1024 416 320) (1024 336 320) (1072 336 320)" + "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 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20205" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_foliage/mall_pot_large01.mdl" + "renderamt" "255" + "rendercolor" "209 245 154" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1617 309 192.25" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20209" + "classname" "prop_static" + "angles" "0 180 0" + "disableselfshadowing" "0" + "disableshadows" "1" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/signs/sign_authorised_personel_001.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1653 71 275.031" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20251" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_power_socket.mdl" + "renderamt" "255" + "rendercolor" "96 94 108" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "789 336 119.197" + editor + { + "color" "165 118 0" + "groupid" "20250" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20255" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_power_socket.mdl" + "renderamt" "255" + "rendercolor" "96 94 108" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "799 336 119.431" + editor + { + "color" "165 118 0" + "groupid" "20250" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20259" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademaxdist" "2700" + "fademindist" "2600" + "fadescale" "1" + "ignorenormals" "1" + "model" "models/props/de_nuke/hr_nuke/foliage/bushes_barberry_02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1187 1024.93 92.9954" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "20263" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademaxdist" "2700" + "fademindist" "2600" + "fadescale" "1" + "ignorenormals" "1" + "model" "models/props/de_nuke/hr_nuke/foliage/bushes_barberry_02.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1183.01 975.637 93" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "20268" + "classname" "prop_static" + "angles" "0 0 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_firealarm_001_cover.mdl" + "renderamt" "255" + "rendercolor" "240 236 232" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1440 -13 256" + editor + { + "color" "207 232 0" + "groupid" "20267" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20272" + "classname" "prop_static" + "angles" "0 0 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_firealarm_001.mdl" + "renderamt" "255" + "rendercolor" "240 236 232" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1440 -13 256" + editor + { + "color" "207 232 0" + "groupid" "20267" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20282" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_power_socket.mdl" + "renderamt" "255" + "rendercolor" "96 94 108" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1224 192 223.698" + editor + { + "color" "165 118 0" + "groupid" "20281" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20286" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_power_socket.mdl" + "renderamt" "255" + "rendercolor" "96 94 108" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1234 192 223.932" + editor + { + "color" "165 118 0" + "groupid" "20281" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20291" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_power_socket.mdl" + "renderamt" "255" + "rendercolor" "96 94 108" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1377 0 216.169" + editor + { + "color" "165 118 0" + "groupid" "20290" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20295" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_power_socket.mdl" + "renderamt" "255" + "rendercolor" "96 94 108" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1387 0 216.403" + editor + { + "color" "165 118 0" + "groupid" "20290" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20300" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/metal_railing_001/metal_railing_001_end.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "1080 338 189" + editor + { + "color" "102 123 0" + "groupid" "20299" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "20304" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/metal_railing_001/metal_railing_001_stairs_72.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "1080 412 141" + editor + { + "color" "102 123 0" + "groupid" "20299" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "20310" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_light_fixture/nuke_fluorescent_light_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "1151.13 421.536 345.767" + editor + { + "color" "201 110 0" + "groupid" "20309" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 4500]" + } +} +entity +{ + "id" "20314" + "classname" "light_spot" + "_cone" "80" + "_constant_attn" "1000" + "_exponent" "1" + "_inner_cone" "1" + "_light" "254 248 222 230" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "angles" "-89 0 0" + "pitch" "-89" + "spawnflags" "0" + "origin" "1151.28 421.536 337.693" + editor + { + "color" "201 110 0" + "groupid" "20309" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 0]" + } +} +entity +{ + "id" "20319" + "classname" "env_sprite" + "disablereceiveshadows" "0" + "fademindist" "-1" + "fadescale" "1" + "framerate" "10.0" + "GlowProxySize" "3" + "HDRColorScale" "1.0" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "materials/sprites/glow01.vmt" + "renderamt" "150" + "rendercolor" "165 182 201" + "renderfx" "0" + "rendermode" "9" + "scale" "2" + "spawnflags" "1" + "origin" "1151.06 422 343" + editor + { + "color" "201 110 0" + "groupid" "20308" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6768]" + } +} +entity +{ + "id" "20324" + "classname" "prop_static" + "angles" "0 180 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_firealarm_001.mdl" + "renderamt" "255" + "rendercolor" "240 236 232" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1648 -29 259.739" + editor + { + "color" "235 244 0" + "groupid" "20323" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20328" + "classname" "prop_static" + "angles" "0 180 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_office_props/nuke_office_firealarm_001_cover.mdl" + "renderamt" "255" + "rendercolor" "240 236 232" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1648 -29 259.739" + editor + { + "color" "235 244 0" + "groupid" "20323" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20332" + "classname" "prop_static" + "angles" "90 180 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/wires_001/wires_004a_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1647 -29 259" + editor + { + "color" "235 244 0" + "groupid" "20322" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20336" + "classname" "prop_static" + "angles" "90 180 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/wires_001/wires_004a_32.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "1647 -29 322" + editor + { + "color" "235 244 0" + "groupid" "20322" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20350" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_light_fixture/nuke_fluorescent_light_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "897.147 271.127 346" + editor + { + "color" "198 219 0" + "groupid" "20349" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 4500]" + } +} +entity +{ + "id" "20354" + "classname" "light_spot" + "_cone" "80" + "_constant_attn" "1000" + "_exponent" "1" + "_inner_cone" "1" + "_light" "254 248 222 230" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "angles" "-89 90 0" + "pitch" "-89" + "spawnflags" "0" + "origin" "897.147 271.277 337.926" + editor + { + "color" "198 219 0" + "groupid" "20349" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 0]" + } +} +entity +{ + "id" "20359" + "classname" "env_sprite" + "disablereceiveshadows" "0" + "fademindist" "-1" + "fadescale" "1" + "framerate" "10.0" + "GlowProxySize" "3" + "HDRColorScale" "1.0" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "materials/sprites/glow01.vmt" + "renderamt" "150" + "rendercolor" "165 182 201" + "renderfx" "0" + "rendermode" "9" + "scale" "2" + "spawnflags" "1" + "origin" "896.925 271 343" + editor + { + "color" "198 219 0" + "groupid" "20348" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6768]" + } +} +entity +{ + "id" "20364" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_light_fixture/nuke_fluorescent_light_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "1048.15 264.127 346" + editor + { + "color" "198 219 0" + "groupid" "20363" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 4500]" + } +} +entity +{ + "id" "20368" + "classname" "light_spot" + "_cone" "80" + "_constant_attn" "1000" + "_exponent" "1" + "_inner_cone" "1" + "_light" "254 248 222 230" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "angles" "-89 90 0" + "pitch" "-89" + "spawnflags" "0" + "origin" "1048.15 264.277 337.926" + editor + { + "color" "198 219 0" + "groupid" "20363" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 0]" + } +} +entity +{ + "id" "20373" + "classname" "env_sprite" + "disablereceiveshadows" "0" + "fademindist" "-1" + "fadescale" "1" + "framerate" "10.0" + "GlowProxySize" "3" + "HDRColorScale" "1.0" + "maxdxlevel" "0" + "mindxlevel" "0" + "model" "materials/sprites/glow01.vmt" + "renderamt" "150" + "rendercolor" "165 182 201" + "renderfx" "0" + "rendermode" "9" + "scale" "2" + "spawnflags" "1" + "origin" "1047.92 264 343" + editor + { + "color" "198 219 0" + "groupid" "20362" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6768]" + } +} +entity +{ + "id" "20377" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/signs/sign_fire_extinguisher_001_small.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "768 314 253.001" + editor + { + "color" "108 197 0" + "groupid" "20376" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20381" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_fire_extinguisher/nuke_fire_extinguisher.mdl" + "renderamt" "255" + "rendercolor" "216 33 65" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "772 314 225.862" + editor + { + "color" "108 197 0" + "groupid" "20376" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "20386" + "classname" "prop_static" + "angles" "0 180 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/metal_pipe_001/metal_pipe_001_corner_ridged_small.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "skin" "1" + "solid" "6" + "uniformscale" "1" + "origin" "1212 763 228" + editor + { + "color" "104 161 0" + "groupid" "20385" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20390" + "classname" "prop_static" + "angles" "90 270 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/metal_pipe_001/metal_pipe_001_straight_128.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1210 763 224" + editor + { + "color" "104 161 0" + "groupid" "20385" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20394" + "classname" "prop_static" + "angles" "-90 0 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/metal_pipe_001/metal_pipe_001_wallcap.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1210 763 96.25" + editor + { + "color" "104 161 0" + "groupid" "20385" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20398" + "classname" "prop_static" + "angles" "90 270 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/metal_pipe_001/metal_pipe_001_straight_128.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1210 776.545 224" + editor + { + "color" "104 161 0" + "groupid" "20385" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20402" + "classname" "prop_static" + "angles" "0 180 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/metal_pipe_001/metal_pipe_001_corner_ridged_small.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "skin" "1" + "solid" "6" + "uniformscale" "1" + "origin" "1212 776.545 228" + editor + { + "color" "104 161 0" + "groupid" "20385" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20406" + "classname" "prop_static" + "angles" "-90 0 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "fademaxdist" "-1" + "fademindist" "0" + "fadescale" "1" + "ignorenormals" "0" + "model" "models/props/de_nuke/hr_nuke/metal_pipe_001/metal_pipe_001_wallcap.mdl" + "renderamt" "255" + "rendercolor" "97 153 209" + "screenspacefade" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1210 776.545 96.25" + editor + { + "color" "104 161 0" + "groupid" "20385" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20465" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_light_fixture/nuke_fluorescent_light_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "1351.87 90.3605 346" + editor + { + "color" "0 111 160" + "groupid" "20464" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 4500]" + } +} +entity +{ + "id" "20469" + "classname" "light_spot" + "_cone" "80" + "_constant_attn" "1000" + "_exponent" "1" + "_inner_cone" "1" + "_light" "254 248 222 230" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "angles" "-89 180 0" + "pitch" "-89" + "spawnflags" "0" + "origin" "1351.72 90.3605 337.926" + editor + { + "color" "0 111 160" + "groupid" "20464" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 0]" + } +} +entity +{ + "id" "20475" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_nuke/hr_nuke/nuke_light_fixture/nuke_fluorescent_light_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "1" + "solid" "0" + "uniformscale" "1" + "origin" "1152.13 310.853 345.767" + editor + { + "color" "161 102 0" + "groupid" "20474" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 4500]" + } +} +entity +{ + "id" "20479" + "classname" "light_spot" + "_cone" "80" + "_constant_attn" "1000" + "_exponent" "1" + "_inner_cone" "1" + "_light" "254 248 222 230" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_linear_attn" "0" + "_quadratic_attn" "1" + "angles" "-89 0 0" + "pitch" "-89" + "spawnflags" "0" + "origin" "1152.28 310.853 337.693" + editor + { + "color" "161 102 0" + "groupid" "20474" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[1000 0]" + } +} +entity +{ + "id" "20491" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "784 80 128" + editor + { + "color" "227 232 0" + "groupid" "20490" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20495" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1040 80 128" + editor + { + "color" "227 232 0" + "groupid" "20490" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20499" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "912 80 128" + editor + { + "color" "227 232 0" + "groupid" "20490" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20503" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1168 80 128" + editor + { + "color" "227 232 0" + "groupid" "20490" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20507" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "784 80 176" + editor + { + "color" "227 232 0" + "groupid" "20484" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "20511" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "912 80 152" + editor + { + "color" "227 232 0" + "groupid" "20484" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "20515" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1040 80 184" + editor + { + "color" "227 232 0" + "groupid" "20484" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "20519" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1168 80 256" + editor + { + "color" "227 232 0" + "groupid" "20484" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "20526" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1056 20 416" + editor + { + "color" "111 196 0" + "groupid" "20525" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20530" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "800 20 416" + editor + { + "color" "111 196 0" + "groupid" "20525" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20534" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1312 20 416" + editor + { + "color" "111 196 0" + "groupid" "20525" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20538" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_16.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "672 20 416" + editor + { + "color" "111 196 0" + "groupid" "20524" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20544" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1056 -24 416" + editor + { + "color" "197 118 0" + "groupid" "20543" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20548" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "800 -24 416" + editor + { + "color" "197 118 0" + "groupid" "20543" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20552" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1312 -24 416" + editor + { + "color" "197 118 0" + "groupid" "20543" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20556" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_16.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "656 -24 416" + editor + { + "color" "197 118 0" + "groupid" "20542" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20562" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1056 -36 420" + editor + { + "color" "167 148 0" + "groupid" "20561" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20566" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "800 -36 420" + editor + { + "color" "167 148 0" + "groupid" "20561" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20570" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1312 -36 420" + editor + { + "color" "167 148 0" + "groupid" "20561" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20574" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_16.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "656 -36 420" + editor + { + "color" "167 148 0" + "groupid" "20560" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20579" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1052 -192 444" + editor + { + "color" "213 154 0" + "groupid" "20578" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20583" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "796 -192 444" + editor + { + "color" "213 154 0" + "groupid" "20578" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20587" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1308 -192 444" + editor + { + "color" "213 154 0" + "groupid" "20578" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20595" + "classname" "func_detail" + solid + { + "id" "20596" + side + { + "id" "25419" + "plane" "(448 240 120) (448 256 120) (640 256 120)" + "material" "CONCRETE/HR_C/HR_CONCRETE_POLISHED_001" + "uaxis" "[1 0 0 -128] 0.125" + "vaxis" "[0 -1 0 -160] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25418" + "plane" "(448 256 96) (448 240 96) (640 240 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25417" + "plane" "(448 240 96) (448 256 96) (448 256 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25416" + "plane" "(640 256 96) (640 240 96) (640 240 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25415" + "plane" "(448 256 96) (640 256 96) (640 256 120)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 0 -1 681] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25414" + "plane" "(640 240 96) (448 240 96) (448 240 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20597" + side + { + "id" "25425" + "plane" "(448 256 112) (448 272 112) (640 272 112)" + "material" "CONCRETE/HR_C/HR_CONCRETE_POLISHED_001" + "uaxis" "[1 0 0 -128] 0.125" + "vaxis" "[0 -1 0 -160] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25424" + "plane" "(448 272 96) (448 256 96) (640 256 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25423" + "plane" "(448 256 96) (448 272 96) (448 272 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25422" + "plane" "(640 272 96) (640 256 96) (640 256 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25421" + "plane" "(448 272 96) (640 272 96) (640 272 112)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 0 -1 1006] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25420" + "plane" "(640 256 96) (448 256 96) (448 256 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20598" + side + { + "id" "25431" + "plane" "(448 272 104) (448 288 104) (640 288 104)" + "material" "CONCRETE/HR_C/HR_CONCRETE_POLISHED_001" + "uaxis" "[1 0 0 -128] 0.125" + "vaxis" "[0 -1 0 -160] 0.125" + "rotation" "0" + "lightmapscale" "8" + "smoothing_groups" "0" + } + side + { + "id" "25430" + "plane" "(448 288 96) (448 272 96) (640 272 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25429" + "plane" "(448 272 96) (448 288 96) (448 288 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25428" + "plane" "(640 288 96) (640 272 96) (640 272 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25427" + "plane" "(448 288 96) (640 288 96) (640 288 104)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIRS_01_COLOR" + "uaxis" "[1 0 0 224] 0.16" + "vaxis" "[0 0 -1 956] 0.16" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25426" + "plane" "(640 272 96) (448 272 96) (448 272 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20621" + "classname" "prop_physics_multiplayer" + "angles" "0 90 0" + "body" "0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "ExploitableByPlayer" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "1" + "inertiaScale" "1.0" + "massScale" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "minhealthdmg" "0" + "model" "models/props/de_train/hr_t/hr_tv_plasma/hr_tv_plasma.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "physicsmode" "0" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowcastdist" "0" + "shadowdepthnocache" "0" + "skin" "0" + "spawnflags" "260" + "origin" "912 193 291" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 14000]" + } +} +entity +{ + "id" "20625" + "classname" "prop_static" + "angles" "0 91 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "fademaxdist" "850" + "fademindist" "700" + "fadescale" "1" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_wasteland/prison_switchbox001a.mdl" + "renderamt" "255" + "rendercolor" "96 132 79" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "890 193 268.797" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[11000 -5768]" + } +} +entity +{ + "id" "20629" + "classname" "prop_physics_multiplayer" + "angles" "0 90 0" + "body" "0" + "damagetoenablemotion" "0" + "Damagetype" "0" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "ExplodeRadius" "0" + "ExploitableByPlayer" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "forcetoenablemotion" "1" + "inertiaScale" "1.0" + "massScale" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "minhealthdmg" "0" + "model" "models/props/de_train/hr_t/hr_tv_plasma/hr_tv_plasma.mdl" + "nodamageforces" "0" + "PerformanceMode" "0" + "physdamagescale" "0.1" + "physicsmode" "0" + "pressuredelay" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowcastdist" "0" + "shadowdepthnocache" "0" + "skin" "0" + "spawnflags" "260" + "origin" "1001 193 291" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 14000]" + } +} +entity +{ + "id" "20633" + "classname" "prop_static" + "angles" "0 91 0" + "disableselfshadowing" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "fademaxdist" "850" + "fademindist" "700" + "fadescale" "1" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props_wasteland/prison_switchbox001a.mdl" + "renderamt" "255" + "rendercolor" "96 132 79" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "979 193 268.797" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[11000 -5768]" + } +} +entity +{ + "id" "20637" + "classname" "env_cubemap" + "cubemapsize" "0" + "sides" "" + "origin" "1520 144 257" + editor + { + "color" "0 0 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20643" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "976 -256 452" + editor + { + "color" "211 148 0" + "groupid" "20642" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20647" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "848 -256 452" + editor + { + "color" "211 148 0" + "groupid" "20642" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20651" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1232 -256 452" + editor + { + "color" "211 148 0" + "groupid" "20642" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20655" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1360 -256 452" + editor + { + "color" "211 148 0" + "groupid" "20642" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20659" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1104 -256 452" + editor + { + "color" "211 148 0" + "groupid" "20641" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20663" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "720 -256 452" + editor + { + "color" "211 148 0" + "groupid" "20641" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20669" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1232 -640 452" + editor + { + "color" "211 148 0" + "groupid" "20668" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20673" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1360 -640 452" + editor + { + "color" "211 148 0" + "groupid" "20668" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20677" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "976 -640 452" + editor + { + "color" "211 148 0" + "groupid" "20668" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20681" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "848 -640 452" + editor + { + "color" "211 148 0" + "groupid" "20668" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20685" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1104 -640 452" + editor + { + "color" "211 148 0" + "groupid" "20667" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20689" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/skylight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "720 -640 452" + editor + { + "color" "211 148 0" + "groupid" "20667" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "20695" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1296 -704 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20696" + side + { + "id" "25569" + "plane" "(1168 -768 464) (1168 -640 496) (1424 -640 496)" + "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" "25568" + "plane" "(1168 -640 488) (1168 -768 456) (1424 -768 456)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[1 0 0 -288] 0.5" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25567" + "plane" "(1168 -768 456) (1168 -640 488) (1168 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25566" + "plane" "(1424 -640 488) (1424 -768 456) (1424 -768 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25565" + "plane" "(1168 -640 488) (1424 -640 488) (1424 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25564" + "plane" "(1424 -768 456) (1168 -768 456) (1168 -768 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20694" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20698" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1040 -704 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20699" + side + { + "id" "25575" + "plane" "(912 -768 464) (912 -640 496) (1168 -640 496)" + "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" "25574" + "plane" "(912 -640 488) (912 -768 456) (1168 -768 456)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[1 0 0 224] 0.5" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25573" + "plane" "(912 -768 456) (912 -640 488) (912 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25572" + "plane" "(1168 -640 488) (1168 -768 456) (1168 -768 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25571" + "plane" "(912 -640 488) (1168 -640 488) (1168 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25570" + "plane" "(1168 -768 456) (912 -768 456) (912 -768 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20694" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20701" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "784 -704 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20702" + side + { + "id" "25581" + "plane" "(656 -768 464) (656 -640 496) (912 -640 496)" + "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" "25580" + "plane" "(656 -640 488) (656 -768 456) (912 -768 456)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[1 0 0 224] 0.5" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25579" + "plane" "(656 -768 456) (656 -640 488) (656 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25578" + "plane" "(912 -640 488) (912 -768 456) (912 -768 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25577" + "plane" "(656 -640 488) (912 -640 488) (912 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25576" + "plane" "(912 -768 456) (656 -768 456) (656 -768 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20694" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20705" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1296 -576 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20706" + side + { + "id" "25587" + "plane" "(1168 -640 496) (1168 -512 464) (1424 -512 464)" + "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" "25586" + "plane" "(1168 -512 456) (1168 -640 488) (1424 -640 488)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[-1 0 0 288] 0.5" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25585" + "plane" "(1424 -512 456) (1424 -640 488) (1424 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25584" + "plane" "(1168 -640 488) (1168 -512 456) (1168 -512 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25583" + "plane" "(1424 -640 488) (1168 -640 488) (1168 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25582" + "plane" "(1168 -512 456) (1424 -512 456) (1424 -512 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20704" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20708" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1040 -576 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20709" + side + { + "id" "25593" + "plane" "(912 -640 496) (912 -512 464) (1168 -512 464)" + "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" "25592" + "plane" "(912 -512 456) (912 -640 488) (1168 -640 488)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[-1 0 0 288] 0.5" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25591" + "plane" "(1168 -512 456) (1168 -640 488) (1168 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25590" + "plane" "(912 -640 488) (912 -512 456) (912 -512 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25589" + "plane" "(1168 -640 488) (912 -640 488) (912 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25588" + "plane" "(912 -512 456) (1168 -512 456) (1168 -512 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20704" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20711" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "784 -576 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20712" + side + { + "id" "25599" + "plane" "(656 -640 496) (656 -512 464) (912 -512 464)" + "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" "25598" + "plane" "(656 -512 456) (656 -640 488) (912 -640 488)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[-1 0 0 288] 0.5" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25597" + "plane" "(912 -512 456) (912 -640 488) (912 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25596" + "plane" "(656 -640 488) (656 -512 456) (656 -512 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25595" + "plane" "(912 -640 488) (656 -640 488) (656 -640 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25594" + "plane" "(656 -512 456) (912 -512 456) (912 -512 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20704" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20716" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1296 -192 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20717" + side + { + "id" "25605" + "plane" "(1168 -256 496) (1168 -128 464) (1424 -128 464)" + "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" "25604" + "plane" "(1168 -128 456) (1168 -256 488) (1424 -256 488)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[-1 0 0 288] 0.5" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25603" + "plane" "(1424 -128 456) (1424 -256 488) (1424 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25602" + "plane" "(1168 -256 488) (1168 -128 456) (1168 -128 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25601" + "plane" "(1424 -256 488) (1168 -256 488) (1168 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25600" + "plane" "(1168 -128 456) (1424 -128 456) (1424 -128 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20715" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20719" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1040 -192 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20720" + side + { + "id" "25611" + "plane" "(912 -256 496) (912 -128 464) (1168 -128 464)" + "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" "25610" + "plane" "(912 -128 456) (912 -256 488) (1168 -256 488)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[-1 0 0 288] 0.5" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25609" + "plane" "(1168 -128 456) (1168 -256 488) (1168 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25608" + "plane" "(912 -256 488) (912 -128 456) (912 -128 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25607" + "plane" "(1168 -256 488) (912 -256 488) (912 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25606" + "plane" "(912 -128 456) (1168 -128 456) (1168 -128 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20715" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20722" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "784 -192 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20723" + side + { + "id" "25617" + "plane" "(656 -256 496) (656 -128 464) (912 -128 464)" + "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" "25616" + "plane" "(656 -128 456) (656 -256 488) (912 -256 488)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[-1 0 0 288] 0.5" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25615" + "plane" "(912 -128 456) (912 -256 488) (912 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25614" + "plane" "(656 -256 488) (656 -128 456) (656 -128 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25613" + "plane" "(912 -256 488) (656 -256 488) (656 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25612" + "plane" "(656 -128 456) (912 -128 456) (912 -128 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20715" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20726" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "784 -320 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20727" + side + { + "id" "25623" + "plane" "(656 -384 464) (656 -256 496) (912 -256 496)" + "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" "25622" + "plane" "(656 -256 488) (656 -384 456) (912 -384 456)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[1 0 0 224] 0.5" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25621" + "plane" "(656 -384 456) (656 -256 488) (656 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25620" + "plane" "(912 -256 488) (912 -384 456) (912 -384 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25619" + "plane" "(656 -256 488) (912 -256 488) (912 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25618" + "plane" "(912 -384 456) (656 -384 456) (656 -384 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20725" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20729" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1040 -320 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20730" + side + { + "id" "25629" + "plane" "(912 -384 464) (912 -256 496) (1168 -256 496)" + "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" "25628" + "plane" "(912 -256 488) (912 -384 456) (1168 -384 456)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[1 0 0 224] 0.5" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25627" + "plane" "(912 -384 456) (912 -256 488) (912 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25626" + "plane" "(1168 -256 488) (1168 -384 456) (1168 -384 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25625" + "plane" "(912 -256 488) (1168 -256 488) (1168 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25624" + "plane" "(1168 -384 456) (912 -384 456) (912 -384 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20725" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20732" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1296 -320 476" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20733" + side + { + "id" "25635" + "plane" "(1168 -384 464) (1168 -256 496) (1424 -256 496)" + "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" "25634" + "plane" "(1168 -256 488) (1168 -384 456) (1424 -384 456)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[1 0 0 -288] 0.5" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25633" + "plane" "(1168 -384 456) (1168 -256 488) (1168 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25632" + "plane" "(1424 -256 488) (1424 -384 456) (1424 -384 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25631" + "plane" "(1168 -256 488) (1424 -256 488) (1424 -256 496)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25630" + "plane" "(1424 -384 456) (1168 -384 456) (1168 -384 464)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20725" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4500]" + } +} +entity +{ + "id" "20737" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1296 -284 456" + editor + { + "color" "211 148 0" + "groupid" "20736" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10000]" + } +} +entity +{ + "id" "20741" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1040 -284 456" + editor + { + "color" "211 148 0" + "groupid" "20736" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10000]" + } +} +entity +{ + "id" "20745" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "784 -284 456" + editor + { + "color" "211 148 0" + "groupid" "20736" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10000]" + } +} +entity +{ + "id" "20749" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1296 -268 456" + editor + { + "color" "211 148 0" + "groupid" "20735" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10000]" + } +} +entity +{ + "id" "20753" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1040 -268 456" + editor + { + "color" "211 148 0" + "groupid" "20735" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10000]" + } +} +entity +{ + "id" "20757" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "784 -268 456" + editor + { + "color" "211 148 0" + "groupid" "20735" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10000]" + } +} +entity +{ + "id" "20761" + "classname" "func_detail" + solid + { + "id" "20762" + side + { + "id" "25641" + "plane" "(656 -128 456) (656 -64 456) (1424 -64 456)" + "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" "25640" + "plane" "(656 -64 432) (656 -128 432) (1424 -128 432)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[-1 0 0 576] 0.25" + "vaxis" "[0 1 0 896] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25639" + "plane" "(656 -128 432) (656 -64 432) (656 -64 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25638" + "plane" "(1424 -64 432) (1424 -128 432) (1424 -128 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25637" + "plane" "(656 -64 432) (1424 -64 432) (1424 -64 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25636" + "plane" "(1424 -128 432) (656 -128 432) (656 -128 456)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[-1 0 0 0] 0.15" + "vaxis" "[0 0 -1 63.6666] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20763" + side + { + "id" "25647" + "plane" "(656 -512 456) (656 -384 456) (1424 -384 456)" + "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" "25646" + "plane" "(656 -384 432) (656 -512 432) (1424 -512 432)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[-1 0 0 576] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25645" + "plane" "(656 -512 432) (656 -384 432) (656 -384 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25644" + "plane" "(1424 -384 432) (1424 -512 432) (1424 -512 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25643" + "plane" "(656 -384 432) (1424 -384 432) (1424 -384 456)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[-1 0 0 0] 0.15" + "vaxis" "[0 0 -1 63.6666] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25642" + "plane" "(1424 -512 432) (656 -512 432) (656 -512 456)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[-1 0 0 0] 0.15" + "vaxis" "[0 0 -1 63.6666] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20764" + side + { + "id" "25653" + "plane" "(656 -864 456) (656 -768 456) (1424 -768 456)" + "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" "25652" + "plane" "(656 -768 432) (656 -864 432) (1424 -864 432)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[-1 0 0 576] 0.25" + "vaxis" "[0 1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25651" + "plane" "(656 -864 432) (656 -768 432) (656 -768 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25650" + "plane" "(1424 -768 432) (1424 -864 432) (1424 -864 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25649" + "plane" "(656 -768 432) (1424 -768 432) (1424 -768 456)" + "material" "SOLUTION2/BRIGHTMATS/TRIMS" + "uaxis" "[-1 0 0 0] 0.15" + "vaxis" "[0 0 -1 63.6666] 0.15" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25648" + "plane" "(1424 -864 432) (656 -864 432) (656 -864 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20640" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8000]" + } +} +entity +{ + "id" "20765" + "classname" "func_detail" + solid + { + "id" "20766" + side + { + "id" "25659" + "plane" "(1424 -768 456) (1424 -640 488) (1440 -640 488)" + "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" "25658" + "plane" "(1424 -640 448) (1424 -768 448) (1440 -768 448)" + "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" "25657" + "plane" "(1424 -640 488) (1424 -768 456) (1424 -768 448)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 -1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25656" + "plane" "(1440 -640 448) (1440 -768 448) (1440 -768 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25655" + "plane" "(1440 -768 448) (1424 -768 448) (1424 -768 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25654" + "plane" "(1424 -640 448) (1440 -640 448) (1440 -640 488)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20767" + side + { + "id" "25665" + "plane" "(1424 -640 488) (1424 -512 456) (1440 -512 456)" + "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" "25664" + "plane" "(1424 -512 448) (1424 -640 448) (1440 -640 448)" + "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" "25663" + "plane" "(1424 -640 448) (1424 -512 448) (1424 -512 456)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 -1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25662" + "plane" "(1440 -640 488) (1440 -512 456) (1440 -512 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25661" + "plane" "(1424 -512 448) (1440 -512 448) (1440 -512 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25660" + "plane" "(1440 -640 448) (1424 -640 448) (1424 -640 488)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20768" + side + { + "id" "25671" + "plane" "(1424 -384 456) (1424 -256 488) (1440 -256 488)" + "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" "25670" + "plane" "(1424 -256 448) (1424 -384 448) (1440 -384 448)" + "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" "25669" + "plane" "(1424 -256 488) (1424 -384 456) (1424 -384 448)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 -1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25668" + "plane" "(1440 -256 448) (1440 -384 448) (1440 -384 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25667" + "plane" "(1440 -384 448) (1424 -384 448) (1424 -384 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25666" + "plane" "(1424 -256 448) (1440 -256 448) (1440 -256 488)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20769" + side + { + "id" "25677" + "plane" "(1424 -256 488) (1424 -128 456) (1440 -128 456)" + "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" "25676" + "plane" "(1424 -128 448) (1424 -256 448) (1440 -256 448)" + "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" "25675" + "plane" "(1424 -256 448) (1424 -128 448) (1424 -128 456)" + "material" "SOLUTION2/BRIGHTMATS/HOLES" + "uaxis" "[0 -1 0 128] 0.125" + "vaxis" "[0 0 -1 48] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25674" + "plane" "(1440 -256 488) (1440 -128 456) (1440 -128 448)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25673" + "plane" "(1424 -128 448) (1440 -128 448) (1440 -128 456)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25672" + "plane" "(1440 -256 448) (1424 -256 448) (1424 -256 488)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "211 148 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "211 148 0" + "groupid" "20640" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8500]" + } +} +entity +{ + "id" "20771" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "784 -832 400" + editor + { + "color" "139 148 0" + "groupid" "20770" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20775" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1040 -832 400" + editor + { + "color" "139 148 0" + "groupid" "20770" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20779" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1296 -832 400" + editor + { + "color" "139 148 0" + "groupid" "20770" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20784" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1040 -424 400" + editor + { + "color" "213 154 0" + "groupid" "20783" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20788" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "784 -424 400" + editor + { + "color" "213 154 0" + "groupid" "20783" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20792" + "classname" "prop_static" + "angles" "0 0 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/vent_64_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1296 -424 400" + editor + { + "color" "213 154 0" + "groupid" "20783" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20798" + "classname" "prop_static" + "angles" "7 90 0" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/wallpipe.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "848 -493 420.568" + editor + { + "color" "255 232 0" + "groupid" "20797" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20802" + "classname" "prop_static" + "angles" "0 0 83" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/wallpipe_transfer.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "848 -588.284 432.268" + editor + { + "color" "255 232 0" + "groupid" "20797" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20806" + "classname" "prop_static" + "angles" "0 180 97" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/wallpipe_transfer.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "848 -471.671 418.009" + editor + { + "color" "255 232 0" + "groupid" "20796" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 12500]" + } +} +entity +{ + "id" "20811" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1224 -836 92" + editor + { + "color" "143 240 0" + "groupid" "20810" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "20815" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/chair.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1176 -836 92" + editor + { + "color" "143 240 0" + "groupid" "20810" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "20820" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1424 -768 192" + editor + { + "color" "194 167 0" + "groupid" "20819" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20824" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1424 -640 192" + editor + { + "color" "194 167 0" + "groupid" "20819" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20828" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1424 -384 192" + editor + { + "color" "194 167 0" + "groupid" "20819" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20832" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1424 -512 192" + editor + { + "color" "194 167 0" + "groupid" "20819" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20836" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1424 -128 192" + editor + { + "color" "194 167 0" + "groupid" "20819" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20840" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1424 -256 192" + editor + { + "color" "194 167 0" + "groupid" "20819" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "20844" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "653 -48 348" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20845" + side + { + "id" "25683" + "plane" "(652 -142 388) (652 46 388) (654 46 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25682" + "plane" "(652 46 308) (652 -142 308) (654 -142 308)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25681" + "plane" "(652 -142 308) (652 46 308) (652 46 388)" + "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" "25680" + "plane" "(654 46 308) (654 -142 308) (654 -142 388)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[0 -1 0 125.277] 0.367188" + "vaxis" "[0 0 -1 435.2] 0.15625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25679" + "plane" "(652 46 308) (654 46 308) (654 46 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25678" + "plane" "(654 -142 308) (652 -142 308) (652 -142 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 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 11000]" + } +} +entity +{ + "id" "20847" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "653 -751 348" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20848" + side + { + "id" "25689" + "plane" "(652 -860 388) (652 -642 388) (654 -642 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25688" + "plane" "(652 -642 308) (652 -860 308) (654 -860 308)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25687" + "plane" "(652 -860 308) (652 -642 308) (652 -642 388)" + "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" "25686" + "plane" "(654 -642 308) (654 -860 308) (654 -860 388)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[0 -1 0 -483.817] 0.425781" + "vaxis" "[0 0 -1 435.2] 0.15625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25685" + "plane" "(652 -642 308) (654 -642 308) (654 -642 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25684" + "plane" "(654 -860 308) (652 -860 308) (652 -860 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 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" "20850" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "727 -867 348" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20851" + side + { + "id" "25695" + "plane" "(796 -868 388) (658 -868 388) (658 -866 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25694" + "plane" "(796 -866 308) (658 -866 308) (658 -868 308)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25693" + "plane" "(658 -866 308) (796 -866 308) (796 -866 388)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[1 0 0 -393.275] 0.269531" + "vaxis" "[0 0 -1 435.2] 0.15625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25692" + "plane" "(796 -868 308) (658 -868 308) (658 -868 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 12] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25691" + "plane" "(796 -866 308) (796 -868 308) (796 -868 388)" + "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" "25690" + "plane" "(658 -868 308) (658 -866 308) (658 -866 388)" + "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" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 10000]" + } +} +entity +{ + "id" "20853" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "797 -959 348" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20854" + side + { + "id" "25701" + "plane" "(796 -1052 388) (796 -866 388) (798 -866 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25700" + "plane" "(796 -866 308) (796 -1052 308) (798 -1052 308)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 -1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25699" + "plane" "(796 -1052 308) (796 -866 308) (796 -866 388)" + "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" "25698" + "plane" "(798 -866 308) (798 -1052 308) (798 -1052 388)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[0 -1 0 -335.829] 0.363281" + "vaxis" "[0 0 -1 435.2] 0.15625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25697" + "plane" "(796 -866 308) (798 -866 308) (798 -866 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25696" + "plane" "(798 -1052 308) (796 -1052 308) (796 -1052 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 24] 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 9500]" + } +} +entity +{ + "id" "20856" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1027 -960 348" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20857" + side + { + "id" "25707" + "plane" "(1026 -1054 388) (1026 -866 388) (1028 -866 388)" + "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" "25706" + "plane" "(1026 -866 308) (1026 -1054 308) (1028 -1054 308)" + "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" "25705" + "plane" "(1026 -1054 308) (1026 -866 308) (1026 -866 388)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[0 1 0 310.468] 0.367188" + "vaxis" "[0 0 -1 435.2] 0.15625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25704" + "plane" "(1028 -866 308) (1028 -1054 308) (1028 -1054 388)" + "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" "25703" + "plane" "(1026 -866 308) (1028 -866 308) (1028 -866 388)" + "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" "25702" + "plane" "(1028 -1054 308) (1026 -1054 308) (1026 -1054 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8500]" + } +} +entity +{ + "id" "20859" + "classname" "func_breakable" + "disableflashlight" "0" + "disablereceiveshadows" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "drawinfastreflection" "0" + "ExplodeDamage" "0" + "explodemagnitude" "0" + "ExplodeRadius" "0" + "explosion" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "gibdir" "0 0 0" + "health" "1" + "material" "0" + "minhealthdmg" "0" + "nodamageforces" "0" + "origin" "1224 -867 348" + "PerformanceMode" "0" + "physdamagescale" "1.0" + "pressuredelay" "0" + "propdata" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "shadowdepthnocache" "0" + "spawnflags" "0" + "spawnobject" "0" + solid + { + "id" "20860" + side + { + "id" "25713" + "plane" "(1422 -868 388) (1026 -868 388) (1026 -866 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25712" + "plane" "(1422 -866 308) (1026 -866 308) (1026 -868 308)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 -12] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25711" + "plane" "(1026 -866 308) (1422 -866 308) (1422 -866 388)" + "material" "GLASS/HOTEL_GLASS001" + "uaxis" "[1 0 0 -288] 0.25" + "vaxis" "[0 0 -1 208] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25710" + "plane" "(1422 -868 308) (1026 -868 308) (1026 -868 388)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 12] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25709" + "plane" "(1422 -866 308) (1422 -868 308) (1422 -868 388)" + "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" "25708" + "plane" "(1026 -868 308) (1026 -866 308) (1026 -866 388)" + "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" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8000]" + } +} +entity +{ + "id" "20862" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/windowset_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1040 -1056 304" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "20866" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "103 103 103" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1024 800 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -16268]" + } +} +entity +{ + "id" "20870" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "103 103 103" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "880 800 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -16268]" + } +} +entity +{ + "id" "20874" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "103 103 103" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "704 800 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -16268]" + } +} +entity +{ + "id" "20878" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/window_straight.mdl" + "renderamt" "255" + "rendercolor" "103 103 103" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "560 800 96" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -16268]" + } +} +entity +{ + "id" "20882" + "classname" "func_detail" + solid + { + "id" "20883" + side + { + "id" "25719" + "plane" "(1080 424 96) (1032 472 96) (1024 464 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25718" + "plane" "(1072 416 152) (1072 416 96) (1024 464 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25717" + "plane" "(1032 472 104) (1032 472 96) (1080 424 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25716" + "plane" "(1080 424 152) (1080 424 96) (1072 416 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25715" + "plane" "(1024 464 104) (1024 464 96) (1032 472 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0.707107 0.707107 0 -176.699] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25714" + "plane" "(1072 416 152) (1024 464 104) (1032 472 104)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.707107 -0.707107 0 -1119.84] 0.125" + "vaxis" "[-0.707107 -0.707107 0 225.398] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20884" + side + { + "id" "25725" + "plane" "(1168 512 96) (1120 560 96) (1112 552 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25724" + "plane" "(1160 504 152) (1160 504 96) (1112 552 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25723" + "plane" "(1120 560 104) (1120 560 96) (1168 512 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0.707107 -0.707107 0 797.334] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25722" + "plane" "(1168 512 152) (1168 512 96) (1160 504 96)" + "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" "25721" + "plane" "(1112 552 104) (1112 552 96) (1120 560 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0.707107 0.707107 0 -322.503] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25720" + "plane" "(1160 504 152) (1112 552 104) (1120 560 104)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.707107 -0.707107 0 -1119.84] 0.125" + "vaxis" "[-0.707107 -0.707107 0 287.516] 0.125" + "rotation" "-45" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20885" + side + { + "id" "25732" + "plane" "(1216 512 96) (1168 512 96) (1160 504 96)" + "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" "25731" + "plane" "(1216 496 152) (1216 496 96) (1168 496 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[-1 0 0 640] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25730" + "plane" "(1168 512 96) (1216 512 96) (1216 512 152)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[1 0 0 -995.217] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25729" + "plane" "(1216 512 152) (1216 512 96) (1216 496 96)" + "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" "25728" + "plane" "(1168 496 152) (1168 496 96) (1160 504 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25727" + "plane" "(1216 496 152) (1168 496 152) (1160 504 152)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[-1 0 0 -1120] 0.125" + "vaxis" "[0 1 0 0] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25726" + "plane" "(1160 504 152) (1160 504 96) (1168 512 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20886" + side + { + "id" "25739" + "plane" "(1072 408 96) (1072 336 96) (1088 336 96)" + "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" "25738" + "plane" "(1072 336 192) (1072 336 96) (1072 408 96)" + "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" "25737" + "plane" "(1088 408 152) (1088 408 96) (1088 336 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -899.005] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25736" + "plane" "(1088 336 192) (1088 336 96) (1072 336 96)" + "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" "25735" + "plane" "(1072 408 152) (1072 408 96) (1088 408 96)" + "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" "25734" + "plane" "(1072 348 192) (1072 408 152) (1088 408 152)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0 -0.832047 0.554698 -19.0054] 0.125" + "vaxis" "[-1 0 0 384] 0.125" + "rotation" "-45" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25733" + "plane" "(1072 336 192) (1072 348 192) (1088 348 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0 -1 0 -747.404] 0.125" + "vaxis" "[-1 0 0 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20887" + side + { + "id" "25746" + "plane" "(1072 416 96) (1072 408 96) (1088 408 96)" + "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" "25745" + "plane" "(1072 408 152) (1072 408 96) (1072 416 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 -32] 0.5" + "vaxis" "[0 0 -1 47] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25744" + "plane" "(1088 416 96) (1088 408 96) (1088 408 152)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -899.005] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25743" + "plane" "(1088 408 152) (1088 408 96) (1072 408 96)" + "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" "25742" + "plane" "(1072 416 152) (1072 416 96) (1080 424 96)" + "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" "25741" + "plane" "(1072 408 152) (1072 416 152) (1080 424 152)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.707107 -0.707107 0 -1119.42] 0.125" + "vaxis" "[-0.707107 -0.707107 0 225.398] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25740" + "plane" "(1080 424 152) (1080 424 96) (1088 416 96)" + "material" "BRICK/HR_BRICK/BRICK_G" + "uaxis" "[0 1 0 -896] 0.25" + "vaxis" "[0 0 -1 480] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20888" + side + { + "id" "25752" + "plane" "(1064 440 120) (1056 448 120) (1136 528 120)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.5 0.5 -0.707107 902.823] 0.125" + "vaxis" "[-0.707107 0.707107 0 506.348] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25751" + "plane" "(1144 520 96) (1136 528 96) (1056 448 96)" + "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" "25750" + "plane" "(1136 528 96) (1144 520 96) (1144 520 120)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25749" + "plane" "(1064 440 96) (1056 448 96) (1056 448 120)" + "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" "25748" + "plane" "(1144 520 96) (1064 440 96) (1064 440 120)" + "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" "25747" + "plane" "(1056 448 96) (1136 528 96) (1136 528 120)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -160] 0.125" + "vaxis" "[0 0 -1 74.98] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20889" + side + { + "id" "25758" + "plane" "(1056 448 112) (1048 456 112) (1128 536 112)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.5 0.5 -0.707107 857.568] 0.125" + "vaxis" "[-0.707107 0.707107 0 58.3479] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25757" + "plane" "(1136 528 96) (1128 536 96) (1048 456 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25756" + "plane" "(1128 536 96) (1136 528 96) (1136 528 112)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25755" + "plane" "(1056 448 96) (1048 456 96) (1048 456 112)" + "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" "25754" + "plane" "(1136 528 96) (1056 448 96) (1056 448 112)" + "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" "25753" + "plane" "(1048 456 96) (1128 536 96) (1128 536 112)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -96] 0.125" + "vaxis" "[0 0 -1 165.49] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20890" + side + { + "id" "25764" + "plane" "(1048 456 104) (1040 464 104) (1120 544 104)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.5 0.5 -0.707107 812.313] 0.125" + "vaxis" "[-0.707107 0.707107 0 122.348] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25763" + "plane" "(1128 536 96) (1120 544 96) (1040 464 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 -40] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25762" + "plane" "(1120 544 96) (1128 536 96) (1128 536 104)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 40] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25761" + "plane" "(1048 456 96) (1040 464 96) (1040 464 104)" + "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" "25760" + "plane" "(1128 536 96) (1048 456 96) (1048 456 104)" + "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" "25759" + "plane" "(1040 464 96) (1120 544 96) (1120 544 104)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -32] 0.125" + "vaxis" "[0 0 -1 256] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20891" + side + { + "id" "25770" + "plane" "(1072 432 128) (1064 440 128) (1144 520 128)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.5 0.5 -0.707107 948.078] 0.125" + "vaxis" "[-0.707107 0.707107 0 442.348] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25769" + "plane" "(1152 512 96) (1144 520 96) (1064 440 96)" + "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" "25768" + "plane" "(1144 520 96) (1152 512 96) (1152 512 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 40] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25767" + "plane" "(1072 432 96) (1064 440 96) (1064 440 128)" + "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" "25766" + "plane" "(1152 512 96) (1072 432 96) (1072 432 128)" + "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" "25765" + "plane" "(1064 440 96) (1144 520 96) (1144 520 128)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -224] 0.125" + "vaxis" "[0 0 -1 0] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20892" + side + { + "id" "25776" + "plane" "(1088 416 144) (1080 424 144) (1160 504 144)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.5 0.5 -0.707107 1038.59] 0.125" + "vaxis" "[-0.707107 0.707107 0 314.348] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25775" + "plane" "(1168 496 96) (1160 504 96) (1080 424 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 56] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25774" + "plane" "(1160 504 96) (1168 496 96) (1168 496 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 48] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25773" + "plane" "(1088 416 96) (1080 424 96) (1080 424 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -56] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25772" + "plane" "(1168 496 96) (1088 416 96) (1088 416 144)" + "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" "25771" + "plane" "(1080 424 96) (1160 504 96) (1160 504 144)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 0 -1 315.452] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20893" + side + { + "id" "25782" + "plane" "(1080 424 136) (1072 432 136) (1152 512 136)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[0.5 0.5 -0.707107 993.332] 0.125" + "vaxis" "[-0.707107 0.707107 0 378.348] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25781" + "plane" "(1160 504 96) (1152 512 96) (1072 432 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 -32] 0.25" + "vaxis" "[0 1 0 8] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25780" + "plane" "(1152 512 96) (1160 504 96) (1160 504 136)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25779" + "plane" "(1080 424 96) (1072 432 96) (1072 432 136)" + "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" "25778" + "plane" "(1160 504 96) (1080 424 96) (1080 424 136)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 32] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25777" + "plane" "(1072 432 96) (1152 512 96) (1152 512 136)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -288] 0.125" + "vaxis" "[0 0 -1 405.961] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20894" + side + { + "id" "25789" + "plane" "(1088 408 144) (1088 416 144) (1168 496 144)" + "material" "CONCRETE/HR_C/HR_CONCRETE_FLOOR_001" + "uaxis" "[0.707107 -0.707107 0 -233] 0.125" + "vaxis" "[0.5 0.5 -0.707107 -48.9612] 0.125" + "rotation" "90" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25788" + "plane" "(1088 416 96) (1088 408 96) (1216 408 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 -48] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25787" + "plane" "(1216 496 96) (1216 408 96) (1216 408 144)" + "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" "25786" + "plane" "(1088 408 96) (1088 416 96) (1088 416 144)" + "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" "25785" + "plane" "(1216 408 96) (1088 408 96) (1088 408 144)" + "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" "25784" + "plane" "(1088 416 96) (1168 496 96) (1168 496 144)" + "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" "25783" + "plane" "(1168 496 96) (1216 496 96) (1216 496 144)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20895" + side + { + "id" "25795" + "plane" "(1088 396 152) (1088 408 152) (1216 408 152)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 1 0 -69] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25794" + "plane" "(1088 408 96) (1088 396 96) (1216 396 96)" + "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" "25793" + "plane" "(1216 408 96) (1216 396 96) (1216 396 152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 48] 0.25" + "vaxis" "[0 0 -1 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25792" + "plane" "(1088 396 96) (1088 408 96) (1088 408 152)" + "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" "25791" + "plane" "(1216 396 96) (1088 396 96) (1088 396 152)" + "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" "25790" + "plane" "(1088 408 96) (1216 408 96) (1216 408 152)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 0 -1 315] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20896" + side + { + "id" "25801" + "plane" "(1088 384 160) (1088 396 160) (1216 396 160)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 1 0 -133] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25800" + "plane" "(1088 396 96) (1088 384 96) (1216 384 96)" + "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" "25799" + "plane" "(1216 396 96) (1216 384 96) (1216 384 160)" + "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" "25798" + "plane" "(1088 384 96) (1088 396 96) (1088 396 160)" + "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" "25797" + "plane" "(1216 384 96) (1088 384 96) (1088 384 160)" + "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" "25796" + "plane" "(1088 396 96) (1216 396 96) (1216 396 160)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 0 -1 256] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20897" + side + { + "id" "25807" + "plane" "(1088 372 168) (1088 384 168) (1216 384 168)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 1 0 -197] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25806" + "plane" "(1088 384 96) (1088 372 96) (1216 372 96)" + "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" "25805" + "plane" "(1216 384 96) (1216 372 96) (1216 372 168)" + "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" "25804" + "plane" "(1088 372 96) (1088 384 96) (1088 384 168)" + "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" "25803" + "plane" "(1216 372 96) (1088 372 96) (1088 372 168)" + "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" "25802" + "plane" "(1088 384 96) (1216 384 96) (1216 384 168)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 0 -1 123] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20898" + side + { + "id" "25813" + "plane" "(1088 360 176) (1088 372 176) (1216 372 176)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 1 0 -261] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25812" + "plane" "(1088 372 96) (1088 360 96) (1216 360 96)" + "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" "25811" + "plane" "(1216 372 96) (1216 360 96) (1216 360 176)" + "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" "25810" + "plane" "(1088 360 96) (1088 372 96) (1088 372 176)" + "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" "25809" + "plane" "(1216 360 96) (1088 360 96) (1088 360 176)" + "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" "25808" + "plane" "(1088 372 96) (1216 372 96) (1216 372 176)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 0 -1 27] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20899" + side + { + "id" "25819" + "plane" "(1088 348 184) (1088 360 184) (1216 360 184)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 1 0 -325] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25818" + "plane" "(1088 360 96) (1088 348 96) (1216 348 96)" + "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" "25817" + "plane" "(1216 360 96) (1216 348 96) (1216 348 184)" + "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" "25816" + "plane" "(1088 348 96) (1088 360 96) (1088 360 184)" + "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" "25815" + "plane" "(1216 348 96) (1088 348 96) (1088 348 184)" + "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" "25814" + "plane" "(1088 360 96) (1216 360 96) (1216 360 184)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 0 -1 443] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20900" + side + { + "id" "25825" + "plane" "(1088 336 192) (1088 348 192) (1216 348 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 1 0 -389] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25824" + "plane" "(1088 348 96) (1088 336 96) (1216 336 96)" + "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" "25823" + "plane" "(1216 348 96) (1216 336 96) (1216 336 192)" + "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" "25822" + "plane" "(1088 336 96) (1088 348 96) (1088 348 192)" + "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" "25821" + "plane" "(1216 336 96) (1088 336 96) (1088 336 192)" + "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" "25820" + "plane" "(1088 348 96) (1216 348 96) (1216 348 192)" + "material" "CONCRETE/HR_C/HR_CONCRETE_WALL_005" + "uaxis" "[1 0 0 -352] 0.125" + "vaxis" "[0 0 -1 347] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupid" "22" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 14500]" + } +} +entity +{ + "id" "20901" + "classname" "func_detail" + solid + { + "id" "20902" + side + { + "id" "25831" + "plane" "(656 -144 304) (656 -136 296) (648 -136 296)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25830" + "plane" "(648 48 304) (648 40 296) (656 40 296)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 0 1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25829" + "plane" "(648 -144 304) (648 -136 296) (648 40 296)" + "material" "METAL/DRTRIME" + "uaxis" "[0 0 1 -26.6666] 0.3" + "vaxis" "[0 1 0 -157.333] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25828" + "plane" "(656 48 304) (656 40 296) (656 -136 296)" + "material" "METAL/DRTRIME" + "uaxis" "[0 0 -1 45.3333] 0.3" + "vaxis" "[0 1 0 -157.333] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25827" + "plane" "(656 40 296) (648 40 296) (648 -136 296)" + "material" "METAL/DRTRIME" + "uaxis" "[-1 0 0 29.3332] 0.3" + "vaxis" "[0 1 0 -157.333] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25826" + "plane" "(656 -144 304) (648 -144 304) (648 48 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "20903" + side + { + "id" "25837" + "plane" "(656 48 304) (656 40 296) (648 40 296)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25836" + "plane" "(648 48 128) (648 40 128) (656 40 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25835" + "plane" "(648 48 304) (648 40 296) (648 40 128)" + "material" "METAL/DRTRIME" + "uaxis" "[0 1 0 -5.33333] 0.3" + "vaxis" "[0 0 -1 450.666] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25834" + "plane" "(656 48 128) (656 40 128) (656 40 296)" + "material" "METAL/DRTRIME" + "uaxis" "[0 -1 0 -40] 0.3" + "vaxis" "[0 0 -1 450.666] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25833" + "plane" "(656 40 128) (648 40 128) (648 40 296)" + "material" "METAL/DRTRIME" + "uaxis" "[-1 0 0 29.3333] 0.3" + "vaxis" "[0 0 -1 450.666] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25832" + "plane" "(648 48 128) (656 48 128) (656 48 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 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" "20904" + side + { + "id" "25843" + "plane" "(648 -144 304) (648 -136 296) (656 -136 296)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25842" + "plane" "(648 -136 128) (648 -144 128) (656 -144 128)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25841" + "plane" "(648 -144 128) (648 -136 128) (648 -136 296)" + "material" "METAL/DRTRIME" + "uaxis" "[0 -1 0 -5.33331] 0.3" + "vaxis" "[0 0 1 -61.3333] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25840" + "plane" "(656 -144 304) (656 -136 296) (656 -136 128)" + "material" "METAL/DRTRIME" + "uaxis" "[0 1 0 -40] 0.3" + "vaxis" "[0 0 1 -61.3333] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25839" + "plane" "(648 -136 128) (656 -136 128) (656 -136 296)" + "material" "METAL/DRTRIME" + "uaxis" "[-1 0 0 29.3332] 0.3" + "vaxis" "[0 0 1 -61.3333] 0.3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "25838" + "plane" "(656 -144 128) (648 -144 128) (648 -144 304)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -16] 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 1500]" + } +} +entity +{ + "id" "20905" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1436 -128 196" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "20909" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1436 -640 220" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "20913" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/longblind_nohit.mdl" + "renderamt" "255" + "rendercolor" "96 96 96" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1436 -768 196" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 15000]" + } +} +entity +{ + "id" "20917" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/buildings/support_bars_dec.mdl" + "renderamt" "255" + "rendercolor" "177 177 177" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "696 480 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 1500]" + } +} +entity +{ + "id" "20921" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1088 306 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20925" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_32.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1056 466 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20929" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_curve.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1056 466 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20933" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "960 466 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20937" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 466 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20941" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "576 466 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20945" + "classname" "prop_static" + "angles" "90 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/wallpipe.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1016 344 160" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20949" + "classname" "prop_static" + "angles" "90 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/wallpipe.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1016 344 288" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20953" + "classname" "prop_static" + "angles" "90 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_longer_one.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1016 360 184" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20957" + "classname" "prop_static" + "angles" "-90 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_curve.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1016 360 312" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20961" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_32.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1016 424 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20965" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_32.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "992 456 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20969" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_curve.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "984 456 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20973" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 456 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20977" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "576 456 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20981" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "1088 480 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20985" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "832 480 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "20989" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "576 480 344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "12410" + "classname" "info_deathmatch_spawn" + "angles" "0 0 0" + "enabled" "1" + "origin" "-150.546 -2787.83 65" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -6268]" + } +} +entity +{ + "id" "12412" + "classname" "info_deathmatch_spawn" + "angles" "0 0 0" + "enabled" "1" + "origin" "-618.964 -2584.04 65" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -5768]" + } +} +entity +{ + "id" "12414" + "classname" "info_deathmatch_spawn" + "angles" "0 0 0" + "enabled" "1" + "origin" "-33.2822 -2384.66 33" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -5268]" + } +} +entity +{ + "id" "12416" + "classname" "info_deathmatch_spawn" + "angles" "0 0 0" + "enabled" "1" + "origin" "-247.059 -2303.85 33" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -4768]" + } +} +entity +{ + "id" "12545" + "classname" "info_deathmatch_spawn" + "angles" "0 0 0" + "enabled" "1" + "origin" "-448 -2125 192" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -4768]" + } +} +entity +{ + "id" "13076" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "-603.17 -2651.43 65" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -6768]" + } +} +entity +{ + "id" "13212" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "374.5 -2365 32" + "BasisU" "1 0 0" + "BasisV" "0 1 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "decals/gravel01" + "sides" "" + "StartU" "0" + "StartV" "1" + "uv0" "-67.5 -98.9999 0" + "uv1" "-67.5 98.9999 0" + "uv2" "67.5 98.9999 0" + "uv3" "67.5 -98.9999 0" + "origin" "374.5 -2365 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -15768]" + } +} +entity +{ + "id" "13218" + "classname" "prop_static" + "angles" "0 1.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/plasticwrap_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "160 -1560 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "13222" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/plasticwrap_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "160 -1712 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "13226" + "classname" "prop_static" + "angles" "0 243.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_cube.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "176 -1576 96" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13230" + "classname" "prop_static" + "angles" "0 183 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_large.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "176 -1560 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13234" + "classname" "prop_static" + "angles" "0 295.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_cube.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "216 -1608 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13238" + "classname" "prop_static" + "angles" "0 175.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_tall.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "176 -1656 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13242" + "classname" "prop_static" + "angles" "0 180.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_large.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "176 -1712 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13246" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/garagedoor_open.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "320 -2040 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "13250" + "classname" "light" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "256 -1536 176" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "13255" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_large.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "444 -1512 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13259" + "classname" "prop_static" + "angles" "0 180.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_large.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "476 -1512 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13263" + "classname" "prop_static" + "angles" "0 115.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_cube.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "472 -1604 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13267" + "classname" "prop_static" + "angles" "0 115.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_flaps.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "468 -1512 96" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13271" + "classname" "prop_static" + "angles" "0 115.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_flaps.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "468 -1456 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13275" + "classname" "prop_static" + "angles" "0 180 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/plasticwrap_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "460 -1512 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "13279" + "classname" "prop_static" + "angles" "0 0.499997 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_large.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "444 -1512 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13283" + "classname" "prop_static" + "angles" "0 355.5 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/props/packaging/box_tall.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "476 -1564 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13287" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/garagedoor.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "504 -1688 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "13291" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/garagedoor.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "504 -1688 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "13295" + "classname" "prop_static" + "angles" "0 90 0" + "disableselfshadowing" "1" + "disableshadows" "1" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/overlays/stain1.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "504 -1686 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13299" + "classname" "light" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "256 -1792 176" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "13304" + "classname" "light" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "384 -1792 176" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "13309" + "classname" "light" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "_quadratic_attn" "1" + "origin" "384 -1536 176" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "13314" + "classname" "prop_static" + "angles" "0 179 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props/de_nuke/hr_nuke/chainlink_fence_001/chainlink_fence_cover_001_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "494 -1834 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "13318" + "classname" "prop_static" + "angles" "0 4.00001 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props/de_nuke/hr_nuke/chainlink_fence_001/chainlink_fence_gate_003a_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "506 -1908 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "13322" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props/de_nuke/hr_nuke/chainlink_fence_001/chainlink_fence_gate_001_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "504 -1904 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "13326" + "classname" "prop_static" + "angles" "0 354 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/props/de_nuke/hr_nuke/chainlink_fence_001/chainlink_fence_gate_001_64_door.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "504 -1840 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "13330" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "320 -1728 32" + "BasisU" "1 0 0" + "BasisV" "0 1 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "decals/hr_decals/plaster_stain_7" + "sides" "10011" + "StartU" "0" + "StartV" "1" + "uv0" "-126.149 -171.11 0" + "uv1" "-127.505 174.076 0" + "uv2" "127.4 171.93 0" + "uv3" "126.254 -174.896 0" + "origin" "320 -1728 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3000]" + } +} +entity +{ + "id" "13336" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "416 -1304 248" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13340" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "416 -1560 248" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13344" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "416 -1816 248" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13348" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "256 -1976 248" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13352" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_curve.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "416 -1944 248" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13356" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "224 -1312 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13360" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "464 -1440 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13364" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "464 -1776 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13368" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "400 -1360 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13372" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "400 -1616 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13376" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "400 -1488 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13380" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "400 -1744 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13384" + "classname" "prop_static" + "angles" "0 180 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_64.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "464 -1968 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13388" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_corner_left.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "400 -1968 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13392" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "400 -1872 264.696" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13396" + "classname" "func_detail" + solid + { + "id" "13397" + side + { + "id" "9848" + "plane" "(640 -2078 288) (640 -2048 288) (704 -2048 288)" + "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" "9847" + "plane" "(640 -2048 32) (640 -2078 32) (642 -2080 32)" + "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" "9846" + "plane" "(640 -2078 32) (640 -2048 32) (640 -2048 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[0 -1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9845" + "plane" "(704 -2048 32) (704 -2080 32) (704 -2080 288)" + "material" "SOLUTION2/OFFICE/PANEL_BLACK" + "uaxis" "[0 1 0 576] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9844" + "plane" "(640 -2048 32) (704 -2048 32) (704 -2048 288)" + "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" "9843" + "plane" "(704 -2080 32) (642 -2080 32) (642 -2080 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[1 0 0 -512] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9842" + "plane" "(642 -2080 32) (640 -2078 32) (640 -2078 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[0.707107 -0.707107 0 496.334] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13398" + side + { + "id" "9856" + "plane" "(448 -2078 288) (448 -2048 288) (512 -2048 288)" + "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" "9855" + "plane" "(448 -2048 32) (448 -2078 32) (450 -2080 32)" + "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" "9854" + "plane" "(448 -2078 32) (448 -2048 32) (448 -2048 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9853" + "plane" "(512 -2048 32) (512 -2078 32) (512 -2078 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[0 1 0 640] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9852" + "plane" "(448 -2048 32) (512 -2048 32) (512 -2048 288)" + "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" "9851" + "plane" "(510 -2080 32) (450 -2080 32) (450 -2080 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[1 0 0 512] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9850" + "plane" "(512 -2078 32) (510 -2080 32) (510 -2080 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[0.707107 0.707107 0 -170.682] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9849" + "plane" "(450 -2080 32) (448 -2078 32) (448 -2078 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[0.707107 -0.707107 0 271.391] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13399" + side + { + "id" "9863" + "plane" "(128 -2080 288) (128 -2048 288) (192 -2048 288)" + "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" "9862" + "plane" "(128 -2048 32) (128 -2080 32) (190 -2080 32)" + "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" "9861" + "plane" "(128 -2080 32) (128 -2048 32) (128 -2048 288)" + "material" "SOLUTION2/OFFICE/PANEL_BLACK" + "uaxis" "[0 1 0 896] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9860" + "plane" "(192 -2048 32) (192 -2078 32) (192 -2078 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9859" + "plane" "(128 -2048 32) (192 -2048 32) (192 -2048 288)" + "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" "9858" + "plane" "(190 -2080 32) (128 -2080 32) (128 -2080 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[1 0 0 -512] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9857" + "plane" "(192 -2078 32) (190 -2080 32) (190 -2080 288)" + "material" "SOLUTION2/GARAGE/DARKWALL" + "uaxis" "[0.707107 0.707107 0 -545.585] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 3500]" + } +} +entity +{ + "id" "13400" + "classname" "func_detail" + solid + { + "id" "13401" + side + { + "id" "9869" + "plane" "(192 -2048 208) (192 -2032 208) (200 -2032 208)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9868" + "plane" "(192 -2032 48) (192 -2048 48) (200 -2048 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9867" + "plane" "(192 -2048 48) (192 -2032 48) (192 -2032 208)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 1 0 320] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9866" + "plane" "(200 -2032 48) (200 -2048 48) (200 -2048 208)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9865" + "plane" "(192 -2032 48) (200 -2032 48) (200 -2032 208)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 319.999] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9864" + "plane" "(200 -2048 48) (192 -2048 48) (192 -2048 208)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[-1 0 0 896] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13402" + side + { + "id" "9875" + "plane" "(192 -2048 48) (192 -2032 48) (200 -2032 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9874" + "plane" "(192 -2032 32) (192 -2048 32) (200 -2048 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -32] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9873" + "plane" "(192 -2048 32) (192 -2032 32) (192 -2032 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 32] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9872" + "plane" "(200 -2032 32) (200 -2048 32) (200 -2048 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 -1 0 -763.998] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9871" + "plane" "(192 -2032 32) (200 -2032 32) (200 -2032 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[1 0 0 -444] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9870" + "plane" "(200 -2048 32) (192 -2048 32) (192 -2048 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[-1 0 0 835.998] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13403" + side + { + "id" "9881" + "plane" "(192 -2048 240) (192 -2032 240) (448 -2032 240)" + "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" "9880" + "plane" "(192 -2032 208) (192 -2048 208) (448 -2048 208)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[-1 0 0 800] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9879" + "plane" "(192 -2048 208) (192 -2032 208) (192 -2032 240)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9878" + "plane" "(448 -2032 208) (448 -2048 208) (448 -2048 240)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9877" + "plane" "(192 -2032 208) (448 -2032 208) (448 -2032 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[1 0 0 -768] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9876" + "plane" "(448 -2048 208) (192 -2048 208) (192 -2048 240)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[-1 0 0 896] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13404" + side + { + "id" "9887" + "plane" "(192 -2048 288) (192 -2032 288) (448 -2032 288)" + "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" "9886" + "plane" "(192 -2032 240) (192 -2048 240) (448 -2048 240)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[-1 0 0 32] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9885" + "plane" "(192 -2048 240) (192 -2032 240) (192 -2032 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9884" + "plane" "(448 -2032 240) (448 -2048 240) (448 -2048 288)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9883" + "plane" "(192 -2032 240) (448 -2032 240) (448 -2032 288)" + "material" "SOLUTION2/OUTDOOR/PARKINGCRETE" + "uaxis" "[1 0 0 -768] 0.25" + "vaxis" "[0 0 -1 960] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9882" + "plane" "(448 -2048 240) (192 -2048 240) (192 -2048 288)" + "material" "DEV/REFLECTIVITY_20" + "uaxis" "[-1 0 0 -460] 0.25" + "vaxis" "[0 0 -1 -96] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13405" + side + { + "id" "9893" + "plane" "(448 -2032 208) (448 -2048 208) (440 -2048 208)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9892" + "plane" "(448 -2048 48) (448 -2032 48) (440 -2032 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9891" + "plane" "(448 -2032 48) (448 -2048 48) (448 -2048 208)" + "material" "DEV/REFLECTIVITY_50" + "uaxis" "[0 -1 0 -160] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9890" + "plane" "(440 -2048 48) (440 -2032 48) (440 -2032 208)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[0 -1 0 -896] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9889" + "plane" "(448 -2048 48) (440 -2048 48) (440 -2048 208)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[-1 0 0 896] 0.25" + "vaxis" "[0 0 -1 832] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9888" + "plane" "(440 -2032 48) (448 -2032 48) (448 -2032 208)" + "material" "SOLUTION2/GARAGE/POKEWALL" + "uaxis" "[-1 0 0 -64] 0.25" + "vaxis" "[0 0 -1 192] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "13406" + side + { + "id" "9899" + "plane" "(448 -2032 48) (448 -2048 48) (440 -2048 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9898" + "plane" "(448 -2048 32) (448 -2032 32) (440 -2032 32)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-1 0 0 32] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9897" + "plane" "(448 -2032 32) (448 -2048 32) (448 -2048 48)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 -1 0 -32] 0.5" + "vaxis" "[0 0 -1 32] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9896" + "plane" "(440 -2048 32) (440 -2032 32) (440 -2032 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[0 1 0 836.002] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9895" + "plane" "(448 -2048 32) (440 -2048 32) (440 -2048 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[-1 0 0 -699.996] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9894" + "plane" "(440 -2032 32) (448 -2032 32) (448 -2032 48)" + "material" "CONCRETE/HR_C/HR_CONCRETE_STAIR_001" + "uaxis" "[1 0 0 -571.994] 0.125" + "vaxis" "[0 0 -1 384] 0.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "247 248 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "13407" + "classname" "prop_static" + "angles" "90 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_longer_one.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "492 -1374 158" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13411" + "classname" "info_overlay" + "angles" "0 0 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "160 -1748 32" + "BasisU" "1 0 0" + "BasisV" "0 1 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/packingpeanuts" + "sides" "10011 10077" + "StartU" "0" + "StartV" "1" + "uv0" "-85.121 -92.446 0" + "uv1" "-85.121 92.446 0" + "uv2" "85.121 92.446 0" + "uv3" "85.121 -92.446 0" + "origin" "160 -1748 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 500]" + } +} +entity +{ + "id" "13417" + "classname" "info_overlay" + "angles" "0 302.092 0" + "BasisNormal" "0 0 1" + "BasisOrigin" "192 -1660 32" + "BasisU" "0.5 -0.866025 0" + "BasisV" "0.866025 0.5 0" + "EndU" "1" + "EndV" "0" + "fademindist" "-1" + "material" "solution2/overlays/packingpeanuts" + "sides" "10011 10077 10006 10010 10009 10008 10007" + "StartU" "0" + "StartV" "1" + "uv0" "-92.962 -95.4334 0" + "uv1" "-86.5031 88.8792 0" + "uv2" "92.962 95.4334 0" + "uv3" "86.5031 -88.8792 0" + "origin" "192 -1660 32" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 0]" + } +} +entity +{ + "id" "13423" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/ceilingtile.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "312 -1668 288" + editor + { + "color" "247 248 0" + "groupid" "13874" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -7768]" + } +} +entity +{ + "id" "13460" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64to128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "224 -1824 256.696" + editor + { + "color" "247 248 0" + "groupid" "13459" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13464" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_vent.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "224 -1696 256.696" + editor + { + "color" "247 248 0" + "groupid" "13459" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13468" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_128_corner_right.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "224 -1952 256.696" + editor + { + "color" "247 248 0" + "groupid" "13459" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13472" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_128_32.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "144 -1952 256.696" + editor + { + "color" "247 248 0" + "groupid" "13459" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13476" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "224 -1568 256.696" + editor + { + "color" "247 248 0" + "groupid" "13459" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13480" + "classname" "prop_static" + "angles" "0 270 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/solution2/garage/vent_64_128.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "224 -1440 256.696" + editor + { + "color" "247 248 0" + "groupid" "13459" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "13491" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "328 -1392 280" + editor + { + "color" "247 248 0" + "groupid" "13490" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13495" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "328 -1648 280" + editor + { + "color" "247 248 0" + "groupid" "13490" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13499" + "classname" "prop_static" + "angles" "0 270 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "328 -1904 280" + editor + { + "color" "247 248 0" + "groupid" "13490" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13504" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "248 -1648 256" + editor + { + "color" "247 248 0" + "groupid" "13503" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13508" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "376 -1648 256" + editor + { + "color" "247 248 0" + "groupid" "13503" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13513" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "376 -1632 256" + editor + { + "color" "247 248 0" + "groupid" "13512" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13517" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "248 -1632 256" + editor + { + "color" "247 248 0" + "groupid" "13512" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13522" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "384 -1992 248" + editor + { + "color" "247 248 0" + "groupid" "13521" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13526" + "classname" "prop_static" + "angles" "0 0 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/smallpipe_long.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "256 -1992 248" + editor + { + "color" "247 248 0" + "groupid" "13521" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13531" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "352 -1648 272" + editor + { + "color" "247 248 0" + "groupid" "13530" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13535" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "352 -1904 272" + editor + { + "color" "247 248 0" + "groupid" "13530" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "13539" + "classname" "prop_static" + "angles" "0 90 0" + "fademindist" "-1" + "fadescale" "1" + "model" "models/solution2/garage/pipe_256.mdl" + "renderamt" "255" + "rendercolor" "255 255 255" + "skin" "0" + "solid" "6" + "uniformscale" "1" + "origin" "352 -1392 272" + editor + { + "color" "247 248 0" + "groupid" "13530" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "9735" + "classname" "env_wind" + "angles" "0 0 0" + "gustdirchange" "20" + "gustduration" "5" + "maxgust" "250" + "maxgustdelay" "20" + "maxwind" "50" + "mingust" "100" + "mingustdelay" "10" + "minwind" "20" + "origin" "-128 -2336 320" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 500]" + } +} +entity +{ + "id" "3036" + "classname" "color_correction" + "fadeInDuration" "0.0" + "fadeOutDuration" "0.0" + "filename" "materials/correction/solution4.raw" + "maxfalloff" "5000.0" + "maxweight" "1.0" + "minfalloff" "0.0" + "spawnflags" "0" + "StartDisabled" "0" + "origin" "-64 -2340.13 256" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3040" + "classname" "env_tonemap_controller" + "targetname" "tonemap_global" + "origin" "-128 -2340.13 256" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[-16268 6500]" + } +} +entity +{ + "id" "3042" + "classname" "light_environment" + "_ambient" "91 115 140 600" + "_ambientHDR" "-1 -1 -1 1" + "_AmbientScaleHDR" "1" + "_light" "254 243 224 640" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "angles" "0 218 0" + "pitch" "-63" + "SunSpreadAngle" "5" + "origin" "-128 -2340.13 288" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +entity +{ + "id" "3044" + "classname" "logic_auto" + "spawnflags" "1" + connections + { + "OnMapSpawn" "tonemap_globalSetAutoExposureMin00-1" + "OnMapSpawn" "tonemap_globalSetAutoExposureMax1.20-1" + "OnMapSpawn" "tonemap_globalSetBloomScale.80-1" + "OnMapSpawn" "tonemap_globalSetTonemapRate.10-1" + "OnMapSpawn" "skybox_tanktrainStartForward0-1" + } + "origin" "-64 -2340.13 288" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[-16268 7000]" + } +} +entity +{ + "id" "3046" + "classname" "shadow_control" + "angles" "-72 65 0" + "color" "198 219 236" + "disableallshadows" "0" + "distance" "16" + "origin" "-64 -2340.13 320" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 8000]" + } +} +entity +{ + "id" "3048" + "classname" "env_fog_controller" + "angles" "0 0 0" + "farz" "-1" + "fogblend" "0" + "fogcolor" "255 251 217" + "fogcolor2" "252 207 141" + "fogdir" "1 0 0" + "fogenable" "1" + "fogend" "8500" + "foglerptime" "0" + "fogmaxdensity" "0.3" + "fogstart" "900" + "spawnflags" "1" + "use_angles" "0" + "ZoomFogScale" "1" + "origin" "0 -2340.13 288" + editor + { + "color" "255 255 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 11000]" + } +} +entity +{ + "id" "3050" + "classname" "postprocess_controller" + "depthblurfocaldistance" "0" + "depthblurstrength" "0" + "fadetime" "2" + "fadetoblackstrength" "0" + "filmgrainstrength" "0" + "localcontrastedgestrength" "0" + "localcontraststrength" "0" + "screenblurstrength" "0" + "spawnflags" "0" + "vignetteblurstrength" "0" + "vignetteend" "1.1" + "vignettestart" "0.8" + "origin" "0 -2340.13 256" + editor + { + "color" "255 255 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 0]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" + cordon + { + "name" "cordon" + "active" "1" + box + { + "mins" "(-2704 248 -4565.04)" + "maxs" "(400 2746 4565.04)" + } + } + cordon + { + "name" "cordon" + "active" "1" + box + { + "mins" "(-1904.41 -4136 -3804.2)" + "maxs" "(1576 -1903.59 3804.2)" + } + } +} diff --git a/MCDV/buyzone-bombtargets.png b/MCDV/buyzone-bombtargets.png new file mode 100644 index 0000000..ad4c654 Binary files /dev/null and b/MCDV/buyzone-bombtargets.png differ diff --git a/MCDV/convexPolytope.h b/MCDV/convexPolytope.h new file mode 100644 index 0000000..4479382 --- /dev/null +++ b/MCDV/convexPolytope.h @@ -0,0 +1,280 @@ +#pragma once +#include +#include +#include + +#include +#include +#include + +#include +#include + +#include "plane.h" +#include "Mesh.hpp" + +struct BrushPolygon { + Plane plane; + std::vector vertices; + + BrushPolygon(Plane p) : + plane(p) {} +}; + +namespace ray +{ + bool IntersectNgon(glm::vec3 orig, glm::vec3 dir, + BrushPolygon polygon, + float* t) + { + if (polygon.vertices.size() < 3) + return false; + + glm::vec3 N = polygon.plane.normal; + + //Find P + + //Check parralel + float NdotRayDir = glm::dot(N, dir); + if (glm::abs(NdotRayDir) < 1e-3) + return false; + + //Compute T + *t = -(glm::dot(N, orig) + polygon.plane.offset) / NdotRayDir; + //Check if triangle is behind the ray + if (*t < 0) return false; + + glm::vec3 P = orig + ((*t) * dir); + + glm::vec3 C, edge, vp; + + //Inside out testing + for (int i = 0; i < polygon.vertices.size(); i++) + { + glm::vec3 v0 = polygon.vertices[i]; + glm::vec3 v1 = i + 1 == polygon.vertices.size() ? polygon.vertices[0] : polygon.vertices[i + 1]; + + edge = v1 - v0; + vp = P - v0; + C = glm::cross(edge, vp); + if (glm::dot(N, C) < 0) { + return false; + } + } + + return true; + } + + + bool IntersectTriangle(glm::vec3 orig, glm::vec3 dir, + glm::vec3 v0, glm::vec3 v1, glm::vec3 v2, glm::vec3 norm, + float* t) + { + glm::vec3 N = norm; + + //Find P + + //Check parralel + float NdotRayDir = glm::dot(N, dir); + if (glm::abs(NdotRayDir) < 1e-4) + return false; + + float d = glm::dot(N, v0); + + //Compute T + *t = -(glm::dot(N, orig) + d) / NdotRayDir; + //Check if triangle is behind the ray + if (*t < 0) return false; + + glm::vec3 P = orig + ((*t) * dir); + + glm::vec3 C, edge, vp; + + //Inside out testing + edge = v1 - v0; + vp = P - v0; + C = glm::cross(edge, vp); + if (glm::dot(N, C) < 0) return false; + + edge = v2 - v1; + vp = P - v1; + C = glm::cross(edge, vp); + if (glm::dot(N, C) < 0) return false; + + edge = v0 - v2; + vp = P - v2; + C = glm::cross(edge, vp); + if (glm::dot(N, C) < 0) return false; + + return true; + } + + std::vector IntersectMesh(glm::vec3 orig, glm::vec3 dir, Mesh* mesh) + { + std::vector ret; + for (int i = 0; i < mesh->vertices.size() / 18; i++) + { + glm::vec3 v0 = glm::vec3(mesh->vertices[i * 18 + 0], mesh->vertices[i * 18 + 1], mesh->vertices[i * 18 + 2]); + glm::vec3 n0 = glm::vec3(mesh->vertices[i * 18 + 3], mesh->vertices[i * 18 + 4], mesh->vertices[i * 18 + 5]); + glm::vec3 v1 = glm::vec3(mesh->vertices[i * 18 + 6], mesh->vertices[i * 18 + 7], mesh->vertices[i * 18 + 8]); + glm::vec3 n1 = glm::vec3(mesh->vertices[i * 18 + 9], mesh->vertices[i * 18 + 10], mesh->vertices[i * 18 + 11]); + glm::vec3 v2 = glm::vec3(mesh->vertices[i * 18 + 12], mesh->vertices[i * 18 + 13], mesh->vertices[i * 18 + 14]); + glm::vec3 n2 = glm::vec3(mesh->vertices[i * 18 + 15], mesh->vertices[i * 18 + 16], mesh->vertices[i * 18 + 17]); + + float dist; + if (ray::IntersectTriangle(orig, dir, v0, v1, v2, n0, &dist)) + if (dist > 0) + ret.push_back(dist); + } + + return ret; + } +} + +class Polytope { +public: + Mesh * GeneratedMesh; + Mesh* ngonMesh; + std::vector ngons; + std::vector meshData; + + glm::vec3 NWU; + glm::vec3 SEL; + + Polytope(std::vector planes, bool gen_gl_mesh = true, bool dbg = false) + { + std::vector intersecting; + + //Set up polygon structure + for (int i = 0; i < planes.size(); i++) { + this->ngons.push_back(BrushPolygon(planes[i])); + } + + // Do plane intersections + for (int i = 0; i < planes.size(); i++) { + for (int j = 0; j < planes.size(); j++) { + for (int k = 0; k < planes.size(); k++) { + if (i == j || i == k || j == k) continue; //Skip invalid checks + + glm::vec3 p(0, 0, 0); + + if (!Plane::FinalThreePlaneIntersection(planes[i], planes[j], planes[k], &p)) { continue; }; + + bool valid = true; + //Check if point is outside object + for (int m = 0; m < planes.size(); m++) + { + if (Plane::EvalPointPolarity(planes[m], p) < -0.01f) + { + valid = false; + break; + } + } + + if (!valid) continue; + + intersecting.push_back(p); + + //Add verts + this->ngons[i].vertices.push_back(p); + this->ngons[j].vertices.push_back(p); + this->ngons[k].vertices.push_back(p); + } + } + } + + std::vector generatedMesh; + + float x = this->ngons[0].vertices[0].x; + float _x = this->ngons[0].vertices[0].x; + float y = this->ngons[0].vertices[0].y; + float _y = this->ngons[0].vertices[0].y; + float z = this->ngons[0].vertices[0].z; + float _z = this->ngons[0].vertices[0].z; + + //Remove polygon vertex duplicates + for (int i = 0; i < this->ngons.size(); i++) { + + std::vector newlist; + + //Cleanup and find bounds + + for (int j = 0; j < this->ngons[i].vertices.size(); j++) + { + bool found = false; + + for (int k = 0; k < newlist.size(); k++) + { + if (glm::distance(newlist[k], this->ngons[i].vertices[j]) < 0.5f) //Throw out dupe points (within half a unit) + { + found = true; break; + } + } + + if (found) continue; + + newlist.push_back(this->ngons[i].vertices[j]); + + x = this->ngons[i].vertices[j].x > x ? this->ngons[i].vertices[j].x : x; + _x = this->ngons[i].vertices[j].x < _x ? this->ngons[i].vertices[j].x : _x; + + y = this->ngons[i].vertices[j].y > y ? this->ngons[i].vertices[j].y : y; + _y = this->ngons[i].vertices[j].y < _y ? this->ngons[i].vertices[j].y : _y; + + z = this->ngons[i].vertices[j].z > z ? this->ngons[i].vertices[j].z : z; + _z = this->ngons[i].vertices[j].z < _z ? this->ngons[i].vertices[j].z : _z; + } + + this->ngons[i].vertices = newlist; + + //Reorder vertices + if (this->ngons[i].vertices.size() < 3) + continue; + + std::vector points = Plane::OrderCoplanarClockWise(this->ngons[i].plane, this->ngons[i].vertices); + this->ngons[i].vertices = points; + for (int j = 0; j < points.size() - 2; j++) { + glm::vec3 a = points[0]; + glm::vec3 b = points[j + 1]; + glm::vec3 c = points[j + 2]; + + generatedMesh.push_back(-a.x); + generatedMesh.push_back(a.z); + generatedMesh.push_back(a.y); + + generatedMesh.push_back(this->ngons[i].plane.normal.x); + generatedMesh.push_back(-this->ngons[i].plane.normal.z); + generatedMesh.push_back(-this->ngons[i].plane.normal.y); + + + generatedMesh.push_back(-b.x); + generatedMesh.push_back(b.z); + generatedMesh.push_back(b.y); + + generatedMesh.push_back(this->ngons[i].plane.normal.x); + generatedMesh.push_back(-this->ngons[i].plane.normal.z); + generatedMesh.push_back(-this->ngons[i].plane.normal.y); + + + generatedMesh.push_back(-c.x); + generatedMesh.push_back(c.z); + generatedMesh.push_back(c.y); + + generatedMesh.push_back(this->ngons[i].plane.normal.x); + generatedMesh.push_back(-this->ngons[i].plane.normal.z); + generatedMesh.push_back(-this->ngons[i].plane.normal.y); + } + } + + NWU = glm::vec3(-_x, z, y); + SEL = glm::vec3(-x, _z, _y); + + this->meshData = generatedMesh; + + if (gen_gl_mesh) + { + Mesh* m = new Mesh(generatedMesh, MeshMode::POS_XYZ_NORMAL_XYZ); + this->GeneratedMesh = m; + } + } +}; \ No newline at end of file diff --git a/MCDV/de_tavr.txt b/MCDV/de_tavr.txt new file mode 100644 index 0000000..c2a58ae --- /dev/null +++ b/MCDV/de_tavr.txt @@ -0,0 +1,8 @@ +// TAVR - AUTO RADAR. v 2.0.0 +de_tavr_test +{ + "material" "overviews/de_tavr_test" + "posx" "-2592.000000" + "posy" "4032.000000" + "scale" "5.200000" +} diff --git a/MCDV/de_tavr_test.prt b/MCDV/de_tavr_test.prt new file mode 100644 index 0000000..62b302a --- /dev/null +++ b/MCDV/de_tavr_test.prt @@ -0,0 +1,362 @@ +PRT1 +136 +359 +4 0 4 (4096 3072 -128 ) (4096 3072 512 ) (3072 3072 512 ) (3072 3072 -128 ) +4 0 1 (3072 3072 -128 ) (3072 3072 512 ) (3072 4096 512 ) (3072 4096 -128 ) +4 1 10 (3072 3072 -128 ) (3072 3072 0 ) (2048 3072 0 ) (2048 3072 -128 ) +4 1 8 (2176 3072 512 ) (2048 3072 512 ) (2048 3072 0 ) (2176 3072 0 ) +4 1 7 (3072 3072 0 ) (3072 3072 512 ) (2176 3072 512 ) (2176 3072 0 ) +4 1 2 (2048 3072 -128 ) (2048 3072 512 ) (2048 4096 512 ) (2048 4096 -128 ) +4 2 13 (2048 3072 -128 ) (2048 3072 0 ) (1024 3072 0 ) (1024 3072 -128 ) +4 2 11 (2048 3072 0 ) (2048 3072 512 ) (1024 3072 512 ) (1024 3072 0 ) +4 2 3 (1024 3072 -128 ) (1024 3072 512 ) (1024 4096 512 ) (1024 4096 -128 ) +4 3 45 (0 3072 -128 ) (0 3072 512 ) (0 4096 512 ) (0 4096 -128 ) +4 3 17 (1024 3072 -128 ) (1024 3072 0 ) (0 3072 0 ) (0 3072 -128 ) +4 3 16 (256 3072 16 ) (0 3072 16 ) (0 3072 0 ) (256 3072 0 ) +4 3 15 (1024 3072 0 ) (1024 3072 16 ) (256 3072 16 ) (256 3072 0 ) +4 3 14 (1024 3072 16 ) (1024 3072 512 ) (0 3072 512 ) (0 3072 16 ) +4 4 10 (3072 3072 0 ) (3072 3072 -128 ) (3072 2048 -128 ) (3072 2048 0 ) +4 4 7 (3072 3072 512 ) (3072 3072 0 ) (3072 2048 0 ) (3072 2048 512 ) +4 4 5 (4096 2048 -128 ) (4096 2048 512 ) (3072 2048 512 ) (3072 2048 -128 ) +4 5 21 (3072 1024 -128 ) (3072 1024 0 ) (3072 2048 0 ) (3072 2048 -128 ) +4 5 20 (3072 1024 0 ) (3072 1024 16 ) (3072 1664 16 ) (3072 1664 0 ) +4 5 19 (3072 1664 16 ) (3072 2048 16 ) (3072 2048 0 ) (3072 1664 0 ) +4 5 18 (3072 1024 16 ) (3072 1024 512 ) (3072 2048 512 ) (3072 2048 16 ) +4 5 6 (4096 1024 -128 ) (4096 1024 512 ) (3072 1024 512 ) (3072 1024 -128 ) +4 6 95 (4096 0 -128 ) (4096 0 512 ) (3072 0 512 ) (3072 0 -128 ) +4 6 26 (3072 0 -128 ) (3072 0 0 ) (3072 1024 0 ) (3072 1024 -128 ) +4 6 24 (3072 0 0 ) (3072 0 16 ) (3072 512 16 ) (3072 512 0 ) +4 6 23 (3072 512 16 ) (3072 1024 16 ) (3072 1024 0 ) (3072 512 0 ) +4 6 22 (3072 0 16 ) (3072 0 512 ) (3072 1024 512 ) (3072 1024 16 ) +4 7 19 (3072 2048 0 ) (3072 2048 16 ) (2176 2048 16 ) (2176 2048 0 ) +4 7 18 (3072 2048 16 ) (3072 2048 512 ) (2176 2048 512 ) (2176 2048 16 ) +4 7 10 (2176 3072 0 ) (3072 3072 0 ) (3072 2048 0 ) (2176 2048 0 ) +4 7 9 (2176 2048 16 ) (2176 2048 512 ) (2176 2560 512 ) (2176 2560 16 ) +4 7 8 (2176 3072 0 ) (2176 2560 0 ) (2176 2560 512 ) (2176 3072 512 ) +4 8 11 (2048 3072 512 ) (2048 3072 0 ) (2048 2560 0 ) (2048 2560 512 ) +4 8 10 (2048 2560 0 ) (2048 3072 0 ) (2176 3072 0 ) (2176 2560 0 ) +4 8 9 (2176 2560 16 ) (2176 2560 512 ) (2048 2560 512 ) (2048 2560 16 ) +4 9 18 (2176 2048 512 ) (2048 2048 512 ) (2048 2048 16 ) (2176 2048 16 ) +4 9 12 (2048 2048 16 ) (2048 2048 512 ) (2048 2560 512 ) (2048 2560 16 ) +4 10 21 (3072 2048 -128 ) (3072 2048 0 ) (2048 2048 0 ) (2048 2048 -128 ) +4 10 13 (2048 3072 0 ) (2048 3072 -128 ) (2048 2048 -128 ) (2048 2048 0 ) +4 11 15 (1024 3072 16 ) (1024 3072 0 ) (1024 2560 0 ) (1024 2560 16 ) +4 11 14 (1024 2560 512 ) (1024 3072 512 ) (1024 3072 16 ) (1024 2560 16 ) +4 11 13 (1024 2560 0 ) (1024 3072 0 ) (2048 3072 0 ) (2048 2560 0 ) +4 11 12 (2048 2560 16 ) (2048 2560 512 ) (1024 2560 512 ) (1024 2560 16 ) +4 12 27 (2048 2048 16 ) (2048 2048 512 ) (1024 2048 512 ) (1024 2048 16 ) +4 12 14 (1024 2048 16 ) (1024 2048 512 ) (1024 2560 512 ) (1024 2560 16 ) +4 13 29 (2048 2048 -128 ) (2048 2048 0 ) (1024 2048 0 ) (1024 2048 -128 ) +4 13 17 (1024 2048 -128 ) (1024 2048 0 ) (1024 3072 0 ) (1024 3072 -128 ) +4 14 49 (0 2048 16 ) (0 2048 512 ) (0 3072 512 ) (0 3072 16 ) +4 14 30 (1024 2048 16 ) (1024 2048 512 ) (256 2048 512 ) (256 2048 16 ) +4 14 32 (256 2048 512 ) (0 2048 512 ) (0 2048 16 ) (256 2048 16 ) +4 14 16 (0 2432 16 ) (0 3072 16 ) (256 3072 16 ) (256 2432 16 ) +4 14 15 (256 2560 16 ) (256 3072 16 ) (1024 3072 16 ) (1024 2560 16 ) +4 15 17 (256 3072 0 ) (1024 3072 0 ) (1024 2560 0 ) (256 2560 0 ) +4 15 16 (256 3072 0 ) (256 2560 0 ) (256 2560 16 ) (256 3072 16 ) +4 16 50 (0 2432 16 ) (0 3072 16 ) (0 3072 0 ) (0 2432 0 ) +4 16 17 (0 2432 0 ) (0 3072 0 ) (256 3072 0 ) (256 2432 0 ) +4 17 52 (0 2048 -128 ) (0 2048 0 ) (0 3072 0 ) (0 3072 -128 ) +4 17 33 (1024 2048 -128 ) (1024 2048 0 ) (0 2048 0 ) (0 2048 -128 ) +4 18 27 (2048 2048 512 ) (2048 2048 16 ) (2048 1024 16 ) (2048 1024 512 ) +4 18 22 (3072 1024 16 ) (3072 1024 512 ) (2048 1024 512 ) (2048 1024 16 ) +4 18 20 (3072 1024 16 ) (2176 1024 16 ) (2176 1664 16 ) (3072 1664 16 ) +4 18 19 (2176 2048 16 ) (3072 2048 16 ) (3072 1664 16 ) (2176 1664 16 ) +4 19 21 (2176 2048 0 ) (3072 2048 0 ) (3072 1664 0 ) (2176 1664 0 ) +4 19 20 (2176 1664 0 ) (3072 1664 0 ) (3072 1664 16 ) (2176 1664 16 ) +4 20 23 (3072 1024 0 ) (3072 1024 16 ) (2176 1024 16 ) (2176 1024 0 ) +4 20 21 (2176 1664 0 ) (3072 1664 0 ) (3072 1024 0 ) (2176 1024 0 ) +4 21 29 (2048 2048 0 ) (2048 2048 -128 ) (2048 1024 -128 ) (2048 1024 0 ) +4 21 26 (3072 1024 -128 ) (3072 1024 0 ) (2048 1024 0 ) (2048 1024 -128 ) +4 22 98 (3072 0 16 ) (3072 0 512 ) (2048 0 512 ) (2048 0 16 ) +4 22 34 (2048 0 16 ) (2048 0 512 ) (2048 1024 512 ) (2048 1024 16 ) +4 22 25 (2432 0 16 ) (2048 0 16 ) (2048 128 16 ) (2432 128 16 ) +4 22 24 (3072 512 16 ) (3072 0 16 ) (2432 0 16 ) (2432 512 16 ) +4 22 23 (3072 1024 16 ) (3072 512 16 ) (2176 512 16 ) (2176 1024 16 ) +4 23 26 (2176 1024 0 ) (3072 1024 0 ) (3072 512 0 ) (2176 512 0 ) +4 23 24 (2432 512 0 ) (3072 512 0 ) (3072 512 16 ) (2432 512 16 ) +4 24 98 (3072 0 0 ) (3072 0 16 ) (2432 0 16 ) (2432 0 0 ) +4 24 26 (3072 0 0 ) (2432 0 0 ) (2432 512 0 ) (3072 512 0 ) +4 24 25 (2432 128 0 ) (2432 0 0 ) (2432 0 16 ) (2432 128 16 ) +4 25 98 (2432 0 16 ) (2048 0 16 ) (2048 0 0 ) (2432 0 0 ) +4 25 36 (2048 0 0 ) (2048 0 16 ) (2048 128 16 ) (2048 128 0 ) +4 25 26 (2432 0 0 ) (2048 0 0 ) (2048 128 0 ) (2432 128 0 ) +4 26 98 (3072 0 -128 ) (3072 0 0 ) (2048 0 0 ) (2048 0 -128 ) +4 26 38 (2048 0 -128 ) (2048 0 0 ) (2048 1024 0 ) (2048 1024 -128 ) +4 27 34 (2048 1024 16 ) (2048 1024 512 ) (1024 1024 512 ) (1024 1024 16 ) +4 27 30 (1024 2048 512 ) (1024 2048 16 ) (1024 1664 16 ) (1024 1664 512 ) +4 27 31 (1024 1664 16 ) (1024 1024 16 ) (1024 1024 512 ) (1024 1664 512 ) +4 27 28 (1024 1024 16 ) (1024 1664 16 ) (1792 1664 16 ) (1792 1024 16 ) +4 28 37 (1408 1024 16 ) (1024 1024 16 ) (1024 1024 0 ) (1408 1024 0 ) +4 28 35 (1792 1024 16 ) (1408 1024 16 ) (1408 1024 0 ) (1792 1024 0 ) +4 28 31 (1024 1664 0 ) (1024 1024 0 ) (1024 1024 16 ) (1024 1664 16 ) +4 28 29 (1792 1024 0 ) (1024 1024 0 ) (1024 1664 0 ) (1792 1664 0 ) +4 29 38 (2048 1024 -128 ) (2048 1024 0 ) (1024 1024 0 ) (1024 1024 -128 ) +4 29 33 (1024 2048 0 ) (1024 2048 -128 ) (1024 1024 -128 ) (1024 1024 0 ) +4 30 31 (256 1664 512 ) (256 1664 16 ) (1024 1664 16 ) (1024 1664 512 ) +4 30 32 (256 1664 16 ) (256 1664 512 ) (256 2048 512 ) (256 2048 16 ) +4 31 43 (1024 1024 0 ) (1024 1024 16 ) (256 1024 16 ) (256 1024 0 ) +4 31 40 (1024 1024 16 ) (1024 1024 64 ) (256 1024 64 ) (256 1024 16 ) +4 31 39 (1024 1024 64 ) (1024 1024 512 ) (256 1024 512 ) (256 1024 64 ) +4 31 33 (1024 1024 0 ) (256 1024 0 ) (256 1664 0 ) (1024 1664 0 ) +4 31 32 (256 1664 0 ) (256 1024 0 ) (256 1024 512 ) (256 1664 512 ) +4 32 61 (0 1024 0 ) (0 1024 512 ) (0 2048 512 ) (0 2048 0 ) +4 32 41 (0 1024 64 ) (0 1024 16 ) (96 1024 16 ) (96 1024 64 ) +4 32 40 (96 1024 16 ) (256 1024 16 ) (256 1024 64 ) (96 1024 64 ) +4 32 39 (256 1024 512 ) (0 1024 512 ) (0 1024 64 ) (256 1024 64 ) +4 32 33 (256 1024 0 ) (0 1024 0 ) (0 2048 0 ) (256 2048 0 ) +4 33 65 (0 1024 -128 ) (0 1024 0 ) (0 2048 0 ) (0 2048 -128 ) +4 33 44 (1024 1024 -128 ) (1024 1024 0 ) (0 1024 0 ) (0 1024 -128 ) +4 34 100 (1408 0 512 ) (1024 0 512 ) (1024 0 16 ) (1408 0 16 ) +4 34 99 (2048 0 16 ) (2048 0 512 ) (1408 0 512 ) (1408 0 16 ) +4 34 40 (1024 1024 64 ) (1024 1024 16 ) (1024 0 16 ) (1024 0 64 ) +4 34 39 (1024 1024 512 ) (1024 1024 64 ) (1024 0 64 ) (1024 0 512 ) +4 34 37 (1024 640 16 ) (1024 1024 16 ) (1408 1024 16 ) (1408 640 16 ) +4 34 36 (2048 0 16 ) (1408 0 16 ) (1408 128 16 ) (2048 128 16 ) +4 34 35 (1408 512 16 ) (1408 1024 16 ) (1792 1024 16 ) (1792 512 16 ) +4 35 38 (1408 1024 0 ) (1792 1024 0 ) (1792 512 0 ) (1408 512 0 ) +4 35 37 (1408 1024 0 ) (1408 640 0 ) (1408 640 16 ) (1408 1024 16 ) +4 36 99 (2048 0 0 ) (2048 0 16 ) (1408 0 16 ) (1408 0 0 ) +4 36 38 (2048 128 0 ) (2048 0 0 ) (1408 0 0 ) (1408 128 0 ) +4 37 43 (1024 1024 16 ) (1024 1024 0 ) (1024 640 0 ) (1024 640 16 ) +4 37 38 (1024 1024 0 ) (1408 1024 0 ) (1408 640 0 ) (1024 640 0 ) +4 38 102 (2048 0 -128 ) (2048 0 0 ) (1024 0 0 ) (1024 0 -128 ) +4 38 44 (1024 1024 0 ) (1024 1024 -128 ) (1024 0 -128 ) (1024 0 0 ) +4 39 103 (1024 0 64 ) (1024 0 512 ) (0 0 512 ) (0 0 64 ) +4 39 66 (0 0 64 ) (0 0 512 ) (0 1024 512 ) (0 1024 64 ) +4 39 41 (0 768 64 ) (0 1024 64 ) (96 1024 64 ) (96 768 64 ) +4 39 42 (96 0 64 ) (0 0 64 ) (0 352 64 ) (96 352 64 ) +4 39 40 (1024 0 64 ) (96 0 64 ) (96 1024 64 ) (1024 1024 64 ) +4 40 103 (1024 0 16 ) (1024 0 64 ) (96 0 64 ) (96 0 16 ) +4 40 43 (1024 1024 16 ) (1024 640 16 ) (256 640 16 ) (256 1024 16 ) +4 40 41 (96 1024 16 ) (96 768 16 ) (96 768 64 ) (96 1024 64 ) +4 40 42 (96 352 16 ) (96 0 16 ) (96 0 64 ) (96 352 64 ) +4 41 67 (0 768 64 ) (0 1024 64 ) (0 1024 16 ) (0 768 16 ) +4 42 103 (96 0 64 ) (0 0 64 ) (0 0 16 ) (96 0 16 ) +4 42 68 (0 0 16 ) (0 0 64 ) (0 352 64 ) (0 352 16 ) +4 43 44 (256 640 0 ) (256 1024 0 ) (1024 1024 0 ) (1024 640 0 ) +4 44 106 (1024 0 -128 ) (1024 0 0 ) (0 0 0 ) (0 0 -128 ) +4 44 72 (0 0 -128 ) (0 0 0 ) (0 1024 0 ) (0 1024 -128 ) +4 45 52 (0 3072 -128 ) (0 3072 0 ) (-1024 3072 0 ) (-1024 3072 -128 ) +4 45 51 (-768 3072 16 ) (-1024 3072 16 ) (-1024 3072 0 ) (-768 3072 0 ) +4 45 50 (0 3072 0 ) (0 3072 16 ) (-768 3072 16 ) (-768 3072 0 ) +4 45 49 (0 3072 16 ) (0 3072 512 ) (-1024 3072 512 ) (-1024 3072 16 ) +4 45 46 (-1024 3072 -128 ) (-1024 3072 512 ) (-1024 4096 512 ) (-1024 4096 -128 ) +4 46 56 (-1024 3072 -128 ) (-1024 3072 0 ) (-2048 3072 0 ) (-2048 3072 -128 ) +4 46 55 (-1408 3072 16 ) (-2048 3072 16 ) (-2048 3072 0 ) (-1408 3072 0 ) +4 46 54 (-1024 3072 0 ) (-1024 3072 16 ) (-1408 3072 16 ) (-1408 3072 0 ) +4 46 53 (-1024 3072 16 ) (-1024 3072 512 ) (-2048 3072 512 ) (-2048 3072 16 ) +4 46 47 (-2048 3072 -128 ) (-2048 3072 512 ) (-2048 4096 512 ) (-2048 4096 -128 ) +4 47 60 (-2048 3072 -128 ) (-2048 3072 0 ) (-3072 3072 0 ) (-3072 3072 -128 ) +4 47 57 (-2048 3072 0 ) (-2048 3072 512 ) (-2304 3072 512 ) (-2304 3072 0 ) +4 47 59 (-2304 3072 512 ) (-3072 3072 512 ) (-3072 3072 0 ) (-2304 3072 0 ) +4 47 48 (-3072 3072 -128 ) (-3072 3072 512 ) (-3072 4096 512 ) (-3072 4096 -128 ) +4 48 92 (-3072 3072 -128 ) (-3072 3072 512 ) (-4096 3072 512 ) (-4096 3072 -128 ) +4 49 63 (-768 2048 512 ) (-1024 2048 512 ) (-1024 2048 16 ) (-768 2048 16 ) +4 49 61 (0 2048 16 ) (0 2048 512 ) (-128 2048 512 ) (-128 2048 16 ) +4 49 53 (-1024 3072 512 ) (-1024 3072 16 ) (-1024 2048 16 ) (-1024 2048 512 ) +4 49 51 (-1024 2944 16 ) (-1024 3072 16 ) (-768 3072 16 ) (-768 2944 16 ) +4 49 50 (-768 3072 16 ) (0 3072 16 ) (0 2432 16 ) (-768 2432 16 ) +4 50 52 (-768 2432 0 ) (-768 3072 0 ) (0 3072 0 ) (0 2432 0 ) +4 50 51 (-768 3072 0 ) (-768 2944 0 ) (-768 2944 16 ) (-768 3072 16 ) +4 51 54 (-1024 3072 16 ) (-1024 3072 0 ) (-1024 2944 0 ) (-1024 2944 16 ) +4 51 52 (-1024 2944 0 ) (-1024 3072 0 ) (-768 3072 0 ) (-768 2944 0 ) +4 52 65 (0 2048 -128 ) (0 2048 0 ) (-1024 2048 0 ) (-1024 2048 -128 ) +4 52 56 (-1024 3072 0 ) (-1024 3072 -128 ) (-1024 2048 -128 ) (-1024 2048 0 ) +4 53 75 (-1408 2048 512 ) (-2048 2048 512 ) (-2048 2048 16 ) (-1408 2048 16 ) +4 53 73 (-1024 2048 16 ) (-1024 2048 512 ) (-1408 2048 512 ) (-1408 2048 16 ) +4 53 58 (-2048 2048 16 ) (-2048 2048 512 ) (-2048 2688 512 ) (-2048 2688 16 ) +4 53 57 (-2048 2688 512 ) (-2048 3072 512 ) (-2048 3072 16 ) (-2048 2688 16 ) +4 53 55 (-2048 2688 16 ) (-2048 3072 16 ) (-1408 3072 16 ) (-1408 2688 16 ) +4 53 54 (-1408 3072 16 ) (-1024 3072 16 ) (-1024 2944 16 ) (-1408 2944 16 ) +4 54 56 (-1408 2944 0 ) (-1408 3072 0 ) (-1024 3072 0 ) (-1024 2944 0 ) +4 54 55 (-1408 3072 0 ) (-1408 2944 0 ) (-1408 2944 16 ) (-1408 3072 16 ) +4 55 57 (-2048 2688 16 ) (-2048 3072 16 ) (-2048 3072 0 ) (-2048 2688 0 ) +4 55 56 (-2048 2688 0 ) (-2048 3072 0 ) (-1408 3072 0 ) (-1408 2688 0 ) +4 56 78 (-1024 2048 -128 ) (-1024 2048 0 ) (-2048 2048 0 ) (-2048 2048 -128 ) +4 56 60 (-2048 2048 -128 ) (-2048 2048 0 ) (-2048 3072 0 ) (-2048 3072 -128 ) +4 57 60 (-2304 2688 0 ) (-2304 3072 0 ) (-2048 3072 0 ) (-2048 2688 0 ) +4 57 58 (-2304 2688 512 ) (-2304 2688 16 ) (-2048 2688 16 ) (-2048 2688 512 ) +4 57 59 (-2304 3072 0 ) (-2304 2688 0 ) (-2304 2688 512 ) (-2304 3072 512 ) +4 58 79 (-2048 2048 16 ) (-2048 2048 512 ) (-2304 2048 512 ) (-2304 2048 16 ) +4 58 59 (-2304 2048 16 ) (-2304 2048 512 ) (-2304 2688 512 ) (-2304 2688 16 ) +4 59 92 (-3072 3072 512 ) (-3072 3072 0 ) (-3072 2048 0 ) (-3072 2048 512 ) +4 59 80 (-2304 2048 512 ) (-3072 2048 512 ) (-3072 2048 0 ) (-2304 2048 0 ) +4 59 60 (-2304 2048 0 ) (-3072 2048 0 ) (-3072 3072 0 ) (-2304 3072 0 ) +4 60 92 (-3072 3072 0 ) (-3072 3072 -128 ) (-3072 2048 -128 ) (-3072 2048 0 ) +4 60 83 (-2048 2048 -128 ) (-2048 2048 0 ) (-3072 2048 0 ) (-3072 2048 -128 ) +4 61 67 (0 1024 16 ) (0 1024 64 ) (-128 1024 64 ) (-128 1024 16 ) +4 61 66 (0 1024 64 ) (0 1024 512 ) (-128 1024 512 ) (-128 1024 64 ) +4 61 65 (-128 2048 0 ) (0 2048 0 ) (0 1024 0 ) (-128 1024 0 ) +3 61 62 (-128 1024 196 ) (-128 1024 512 ) (-128 1574.312988 512 ) +4 62 66 (-768 1024 512 ) (-768 1024 196 ) (-128 1024 196 ) (-128 1024 512 ) +3 62 64 (-768 1024 196 ) (-768 1024 512 ) (-768 1574.312988 512 ) +4 63 73 (-1024 2048 512 ) (-1024 2048 16 ) (-1024 1920 16 ) (-1024 1920 512 ) +4 63 64 (-768 1920 16 ) (-768 1920 512 ) (-1024 1920 512 ) (-1024 1920 16 ) +4 64 74 (-1024 1920 0 ) (-1024 1024 0 ) (-1024 1024 512 ) (-1024 1920 512 ) +4 64 70 (-1024 1024 16 ) (-1024 1024 0 ) (-768 1024 0 ) (-768 1024 16 ) +4 64 69 (-1024 1024 64 ) (-1024 1024 16 ) (-768 1024 16 ) (-768 1024 64 ) +4 64 66 (-1024 1024 512 ) (-1024 1024 64 ) (-768 1024 64 ) (-768 1024 512 ) +4 64 65 (-1024 1024 0 ) (-1024 1920 0 ) (-768 1920 0 ) (-768 1024 0 ) +4 65 78 (-1024 2048 0 ) (-1024 2048 -128 ) (-1024 1024 -128 ) (-1024 1024 0 ) +4 65 72 (0 1024 -128 ) (0 1024 0 ) (-1024 1024 0 ) (-1024 1024 -128 ) +4 66 117 (0 0 64 ) (0 0 512 ) (-384 0 512 ) (-384 0 64 ) +4 66 119 (-384 0 512 ) (-1024 0 512 ) (-1024 0 64 ) (-384 0 64 ) +4 66 84 (-1024 0 64 ) (-1024 0 512 ) (-1024 1024 512 ) (-1024 1024 64 ) +4 66 67 (0 1024 64 ) (0 768 64 ) (-512 768 64 ) (-512 1024 64 ) +4 66 68 (0 352 64 ) (0 0 64 ) (-512 0 64 ) (-512 352 64 ) +4 66 69 (-512 0 64 ) (-1024 0 64 ) (-1024 1024 64 ) (-512 1024 64 ) +4 67 69 (-512 1024 16 ) (-512 768 16 ) (-512 768 64 ) (-512 1024 64 ) +4 68 117 (0 0 16 ) (0 0 64 ) (-384 0 64 ) (-384 0 16 ) +4 68 119 (-384 0 64 ) (-512 0 64 ) (-512 0 16 ) (-384 0 16 ) +4 68 71 (-384 0 16 ) (-512 0 16 ) (-512 128 16 ) (-384 128 16 ) +4 68 69 (-512 352 16 ) (-512 0 16 ) (-512 0 64 ) (-512 352 64 ) +4 69 119 (-512 0 64 ) (-1024 0 64 ) (-1024 0 16 ) (-512 0 16 ) +4 69 84 (-1024 0 16 ) (-1024 0 64 ) (-1024 1024 64 ) (-1024 1024 16 ) +4 69 71 (-512 0 16 ) (-1024 0 16 ) (-1024 128 16 ) (-512 128 16 ) +4 69 70 (-1024 128 16 ) (-1024 1024 16 ) (-768 1024 16 ) (-768 128 16 ) +4 70 84 (-1024 128 16 ) (-1024 1024 16 ) (-1024 1024 0 ) (-1024 128 0 ) +4 70 72 (-768 128 0 ) (-1024 128 0 ) (-1024 1024 0 ) (-768 1024 0 ) +4 70 71 (-1024 128 0 ) (-768 128 0 ) (-768 128 16 ) (-1024 128 16 ) +4 71 119 (-384 0 16 ) (-1024 0 16 ) (-1024 0 0 ) (-384 0 0 ) +4 71 84 (-1024 0 0 ) (-1024 0 16 ) (-1024 128 16 ) (-1024 128 0 ) +4 71 72 (-384 0 0 ) (-1024 0 0 ) (-1024 128 0 ) (-384 128 0 ) +4 72 120 (0 0 -128 ) (0 0 0 ) (-1024 0 0 ) (-1024 0 -128 ) +4 72 87 (-1024 0 -128 ) (-1024 0 0 ) (-1024 1024 0 ) (-1024 1024 -128 ) +4 73 75 (-1408 2048 512 ) (-1408 2048 16 ) (-1408 1920 16 ) (-1408 1920 512 ) +4 73 74 (-1024 1920 512 ) (-1408 1920 512 ) (-1408 1920 16 ) (-1024 1920 16 ) +4 74 84 (-1024 1024 0 ) (-1024 1024 512 ) (-1408 1024 512 ) (-1408 1024 0 ) +4 74 78 (-1024 1024 0 ) (-1408 1024 0 ) (-1408 1920 0 ) (-1024 1920 0 ) +4 74 77 (-1408 1664 0 ) (-1408 1024 0 ) (-1408 1024 128 ) (-1408 1664 128 ) +4 74 76 (-1408 1024 128 ) (-1408 1024 512 ) (-1408 1664 512 ) (-1408 1664 128 ) +4 74 75 (-1408 1664 16 ) (-1408 1664 512 ) (-1408 1920 512 ) (-1408 1920 16 ) +4 75 79 (-2048 2048 512 ) (-2048 2048 16 ) (-2048 1664 16 ) (-2048 1664 512 ) +4 75 77 (-1408 1664 16 ) (-1408 1664 128 ) (-1920 1664 128 ) (-1920 1664 16 ) +4 75 76 (-1408 1664 128 ) (-1408 1664 512 ) (-2048 1664 512 ) (-2048 1664 128 ) +4 76 85 (-2048 1024 512 ) (-2048 1024 128 ) (-1920 1024 128 ) (-1920 1024 512 ) +4 76 84 (-1920 1024 128 ) (-1408 1024 128 ) (-1408 1024 512 ) (-1920 1024 512 ) +4 76 81 (-2048 1024 128 ) (-2048 1024 512 ) (-2048 1664 512 ) (-2048 1664 128 ) +4 76 77 (-1920 1664 128 ) (-1408 1664 128 ) (-1408 1024 128 ) (-1920 1024 128 ) +4 77 84 (-1920 1024 0 ) (-1408 1024 0 ) (-1408 1024 128 ) (-1920 1024 128 ) +4 77 78 (-1408 1024 0 ) (-1920 1024 0 ) (-1920 1664 0 ) (-1408 1664 0 ) +4 78 87 (-1024 1024 -128 ) (-1024 1024 0 ) (-2048 1024 0 ) (-2048 1024 -128 ) +4 78 83 (-2048 2048 0 ) (-2048 2048 -128 ) (-2048 1024 -128 ) (-2048 1024 0 ) +4 79 81 (-2048 1664 128 ) (-2048 1664 512 ) (-2304 1664 512 ) (-2304 1664 128 ) +4 79 80 (-2304 1664 16 ) (-2304 1664 512 ) (-2304 2048 512 ) (-2304 2048 16 ) +4 80 93 (-3072 2048 512 ) (-3072 2048 0 ) (-3072 1664 0 ) (-3072 1664 512 ) +4 80 83 (-2304 1664 0 ) (-3072 1664 0 ) (-3072 2048 0 ) (-2304 2048 0 ) +4 80 82 (-3072 1664 512 ) (-3072 1664 0 ) (-2304 1664 0 ) (-2304 1664 512 ) +4 81 88 (-2048 1024 128 ) (-2048 1024 512 ) (-2304 1024 512 ) (-2304 1024 128 ) +4 81 82 (-2304 1024 512 ) (-2304 1664 512 ) (-2304 1664 128 ) (-2304 1024 128 ) +4 82 93 (-3072 1024 0 ) (-3072 1024 512 ) (-3072 1664 512 ) (-3072 1664 0 ) +4 82 90 (-2304 1024 512 ) (-3072 1024 512 ) (-3072 1024 0 ) (-2304 1024 0 ) +4 82 83 (-2304 1024 0 ) (-3072 1024 0 ) (-3072 1664 0 ) (-2304 1664 0 ) +4 83 93 (-3072 1024 -128 ) (-3072 1024 0 ) (-3072 2048 0 ) (-3072 2048 -128 ) +4 83 91 (-2048 1024 -128 ) (-2048 1024 0 ) (-3072 1024 0 ) (-3072 1024 -128 ) +4 84 121 (-1024 0 0 ) (-1024 0 512 ) (-1920 0 512 ) (-1920 0 0 ) +4 84 87 (-1024 0 0 ) (-1920 0 0 ) (-1920 1024 0 ) (-1024 1024 0 ) +4 84 85 (-1920 640 128 ) (-1920 640 512 ) (-1920 1024 512 ) (-1920 1024 128 ) +4 84 86 (-1920 640 0 ) (-1920 0 0 ) (-1920 0 512 ) (-1920 640 512 ) +4 85 88 (-2048 1024 512 ) (-2048 1024 128 ) (-2048 640 128 ) (-2048 640 512 ) +4 85 86 (-1920 640 128 ) (-1920 640 512 ) (-2048 640 512 ) (-2048 640 128 ) +4 86 121 (-1920 0 512 ) (-2048 0 512 ) (-2048 0 0 ) (-1920 0 0 ) +4 86 89 (-2048 640 0 ) (-2048 0 0 ) (-2048 0 512 ) (-2048 640 512 ) +4 86 87 (-1920 0 0 ) (-2048 0 0 ) (-2048 640 0 ) (-1920 640 0 ) +4 87 121 (-1024 0 -128 ) (-1024 0 0 ) (-2048 0 0 ) (-2048 0 -128 ) +4 87 91 (-2048 1024 0 ) (-2048 1024 -128 ) (-2048 0 -128 ) (-2048 0 0 ) +4 88 89 (-2304 640 512 ) (-2304 640 128 ) (-2048 640 128 ) (-2048 640 512 ) +4 88 90 (-2304 640 128 ) (-2304 640 512 ) (-2304 1024 512 ) (-2304 1024 128 ) +4 89 122 (-2048 0 0 ) (-2048 0 512 ) (-2304 0 512 ) (-2304 0 0 ) +4 89 91 (-2048 0 0 ) (-2304 0 0 ) (-2304 640 0 ) (-2048 640 0 ) +4 89 90 (-2304 640 0 ) (-2304 0 0 ) (-2304 0 512 ) (-2304 640 512 ) +4 90 122 (-2304 0 512 ) (-3072 0 512 ) (-3072 0 0 ) (-2304 0 0 ) +4 90 94 (-3072 0 0 ) (-3072 0 512 ) (-3072 1024 512 ) (-3072 1024 0 ) +4 90 91 (-2304 0 0 ) (-3072 0 0 ) (-3072 1024 0 ) (-2304 1024 0 ) +4 91 122 (-2048 0 -128 ) (-2048 0 0 ) (-3072 0 0 ) (-3072 0 -128 ) +4 91 94 (-3072 0 -128 ) (-3072 0 0 ) (-3072 1024 0 ) (-3072 1024 -128 ) +4 92 93 (-3072 2048 -128 ) (-3072 2048 512 ) (-4096 2048 512 ) (-4096 2048 -128 ) +4 93 94 (-3072 1024 -128 ) (-3072 1024 512 ) (-4096 1024 512 ) (-4096 1024 -128 ) +4 94 129 (-3072 0 -128 ) (-3072 0 512 ) (-4096 0 512 ) (-4096 0 -128 ) +4 95 98 (3072 0 512 ) (3072 0 -128 ) (3072 -1024 -128 ) (3072 -1024 512 ) +4 95 96 (4096 -1024 -128 ) (4096 -1024 512 ) (3072 -1024 512 ) (3072 -1024 -128 ) +4 96 107 (3072 -2048 -128 ) (3072 -2048 512 ) (3072 -1024 512 ) (3072 -1024 -128 ) +4 96 97 (4096 -2048 -128 ) (4096 -2048 512 ) (3072 -2048 512 ) (3072 -2048 -128 ) +4 97 113 (4096 -3072 -128 ) (4096 -3072 512 ) (3072 -3072 512 ) (3072 -3072 -128 ) +4 97 108 (3072 -3072 -128 ) (3072 -3072 512 ) (3072 -2048 512 ) (3072 -2048 -128 ) +4 98 107 (3072 -1024 -128 ) (3072 -1024 512 ) (2048 -1024 512 ) (2048 -1024 -128 ) +4 98 102 (2048 0 0 ) (2048 0 -128 ) (2048 -1024 -128 ) (2048 -1024 0 ) +4 98 99 (2048 0 512 ) (2048 0 0 ) (2048 -1024 0 ) (2048 -1024 512 ) +4 99 109 (2048 -1024 0 ) (2048 -1024 512 ) (1408 -1024 512 ) (1408 -1024 0 ) +4 99 102 (1408 0 0 ) (2048 0 0 ) (2048 -1024 0 ) (1408 -1024 0 ) +4 99 100 (1408 -128 16 ) (1408 -128 512 ) (1408 0 512 ) (1408 0 16 ) +4 99 101 (1408 -128 0 ) (1408 -1024 0 ) (1408 -1024 512 ) (1408 -128 512 ) +4 100 103 (1024 -128 512 ) (1024 0 512 ) (1024 0 16 ) (1024 -128 16 ) +4 100 101 (1408 -128 16 ) (1408 -128 512 ) (1024 -128 512 ) (1024 -128 16 ) +4 101 109 (1408 -1024 512 ) (1024 -1024 512 ) (1024 -1024 0 ) (1408 -1024 0 ) +4 101 104 (1024 -1024 0 ) (1024 -1024 16 ) (1024 -128 16 ) (1024 -128 0 ) +4 101 103 (1024 -1024 16 ) (1024 -1024 512 ) (1024 -128 512 ) (1024 -128 16 ) +4 101 102 (1024 -1024 0 ) (1024 -128 0 ) (1408 -128 0 ) (1408 -1024 0 ) +4 102 109 (2048 -1024 -128 ) (2048 -1024 0 ) (1024 -1024 0 ) (1024 -1024 -128 ) +4 102 106 (1024 -1024 -128 ) (1024 -1024 0 ) (1024 0 0 ) (1024 0 -128 ) +4 103 117 (0 0 512 ) (0 0 16 ) (0 -512 16 ) (0 -512 512 ) +4 103 118 (0 -512 16 ) (0 -1024 16 ) (0 -1024 512 ) (0 -512 512 ) +4 103 110 (1024 -1024 16 ) (1024 -1024 512 ) (0 -1024 512 ) (0 -1024 16 ) +4 103 105 (256 -1024 16 ) (0 -1024 16 ) (0 -512 16 ) (256 -512 16 ) +4 103 104 (1024 -1024 16 ) (256 -1024 16 ) (256 -128 16 ) (1024 -128 16 ) +4 104 110 (1024 -1024 0 ) (1024 -1024 16 ) (256 -1024 16 ) (256 -1024 0 ) +4 104 106 (1024 -128 0 ) (1024 -1024 0 ) (256 -1024 0 ) (256 -128 0 ) +4 104 105 (256 -512 0 ) (256 -1024 0 ) (256 -1024 16 ) (256 -512 16 ) +4 105 118 (0 -512 0 ) (0 -1024 0 ) (0 -1024 16 ) (0 -512 16 ) +4 105 110 (256 -1024 16 ) (0 -1024 16 ) (0 -1024 0 ) (256 -1024 0 ) +4 105 106 (0 -1024 0 ) (0 -512 0 ) (256 -512 0 ) (256 -1024 0 ) +4 106 120 (0 0 0 ) (0 0 -128 ) (0 -1024 -128 ) (0 -1024 0 ) +4 106 110 (1024 -1024 -128 ) (1024 -1024 0 ) (0 -1024 0 ) (0 -1024 -128 ) +4 107 109 (2048 -1024 512 ) (2048 -1024 -128 ) (2048 -2048 -128 ) (2048 -2048 512 ) +4 107 108 (3072 -2048 -128 ) (3072 -2048 512 ) (2048 -2048 512 ) (2048 -2048 -128 ) +4 108 114 (3072 -3072 -128 ) (3072 -3072 512 ) (2048 -3072 512 ) (2048 -3072 -128 ) +4 108 111 (2048 -3072 -128 ) (2048 -3072 512 ) (2048 -2048 512 ) (2048 -2048 -128 ) +4 109 111 (2048 -2048 -128 ) (2048 -2048 512 ) (1024 -2048 512 ) (1024 -2048 -128 ) +4 109 110 (1024 -1024 512 ) (1024 -1024 -128 ) (1024 -2048 -128 ) (1024 -2048 512 ) +4 110 123 (0 -2048 -128 ) (0 -2048 512 ) (0 -1024 512 ) (0 -1024 -128 ) +4 110 112 (1024 -2048 -128 ) (1024 -2048 512 ) (0 -2048 512 ) (0 -2048 -128 ) +4 111 115 (2048 -3072 -128 ) (2048 -3072 512 ) (1024 -3072 512 ) (1024 -3072 -128 ) +4 111 112 (1024 -2048 512 ) (1024 -2048 -128 ) (1024 -3072 -128 ) (1024 -3072 512 ) +4 112 124 (0 -3072 -128 ) (0 -3072 512 ) (0 -2048 512 ) (0 -2048 -128 ) +4 112 116 (1024 -3072 -128 ) (1024 -3072 512 ) (0 -3072 512 ) (0 -3072 -128 ) +4 113 114 (3072 -3072 512 ) (3072 -3072 -128 ) (3072 -4096 -128 ) (3072 -4096 512 ) +4 114 115 (2048 -3072 512 ) (2048 -3072 -128 ) (2048 -4096 -128 ) (2048 -4096 512 ) +4 115 116 (1024 -4096 -128 ) (1024 -4096 512 ) (1024 -3072 512 ) (1024 -3072 -128 ) +4 116 132 (0 -4096 -128 ) (0 -4096 512 ) (0 -3072 512 ) (0 -3072 -128 ) +4 117 118 (-384 -512 512 ) (-384 -512 16 ) (0 -512 16 ) (0 -512 512 ) +4 117 119 (-384 -512 16 ) (-384 -512 512 ) (-384 0 512 ) (-384 0 16 ) +4 118 123 (0 -1024 0 ) (0 -1024 512 ) (-384 -1024 512 ) (-384 -1024 0 ) +4 118 120 (0 -512 0 ) (0 -1024 0 ) (-384 -1024 0 ) (-384 -512 0 ) +4 118 119 (-384 -512 0 ) (-384 -1024 0 ) (-384 -1024 512 ) (-384 -512 512 ) +4 119 123 (-384 -1024 512 ) (-1024 -1024 512 ) (-1024 -1024 0 ) (-384 -1024 0 ) +4 119 121 (-1024 0 512 ) (-1024 0 0 ) (-1024 -1024 0 ) (-1024 -1024 512 ) +4 119 120 (-1024 -1024 0 ) (-1024 0 0 ) (-384 0 0 ) (-384 -1024 0 ) +4 120 123 (0 -1024 -128 ) (0 -1024 0 ) (-1024 -1024 0 ) (-1024 -1024 -128 ) +4 120 121 (-1024 0 0 ) (-1024 0 -128 ) (-1024 -1024 -128 ) (-1024 -1024 0 ) +4 121 125 (-1024 -1024 -128 ) (-1024 -1024 512 ) (-2048 -1024 512 ) (-2048 -1024 -128 ) +4 121 122 (-2048 -1024 -128 ) (-2048 -1024 512 ) (-2048 0 512 ) (-2048 0 -128 ) +4 122 129 (-3072 0 512 ) (-3072 0 -128 ) (-3072 -1024 -128 ) (-3072 -1024 512 ) +4 122 126 (-2048 -1024 -128 ) (-2048 -1024 512 ) (-3072 -1024 512 ) (-3072 -1024 -128 ) +4 123 125 (-1024 -1024 512 ) (-1024 -1024 -128 ) (-1024 -2048 -128 ) (-1024 -2048 512 ) +4 123 124 (0 -2048 -128 ) (0 -2048 512 ) (-1024 -2048 512 ) (-1024 -2048 -128 ) +4 124 132 (0 -3072 -128 ) (0 -3072 512 ) (-1024 -3072 512 ) (-1024 -3072 -128 ) +4 124 127 (-1024 -3072 -128 ) (-1024 -3072 512 ) (-1024 -2048 512 ) (-1024 -2048 -128 ) +4 125 127 (-1024 -2048 -128 ) (-1024 -2048 512 ) (-2048 -2048 512 ) (-2048 -2048 -128 ) +4 125 126 (-2048 -1024 512 ) (-2048 -1024 -128 ) (-2048 -2048 -128 ) (-2048 -2048 512 ) +4 126 130 (-3072 -2048 -128 ) (-3072 -2048 512 ) (-3072 -1024 512 ) (-3072 -1024 -128 ) +4 126 128 (-2048 -2048 -128 ) (-2048 -2048 512 ) (-3072 -2048 512 ) (-3072 -2048 -128 ) +4 127 133 (-1024 -3072 -128 ) (-1024 -3072 512 ) (-2048 -3072 512 ) (-2048 -3072 -128 ) +4 127 128 (-2048 -2048 512 ) (-2048 -2048 -128 ) (-2048 -3072 -128 ) (-2048 -3072 512 ) +4 128 134 (-2048 -3072 -128 ) (-2048 -3072 512 ) (-3072 -3072 512 ) (-3072 -3072 -128 ) +4 128 131 (-3072 -3072 -128 ) (-3072 -3072 512 ) (-3072 -2048 512 ) (-3072 -2048 -128 ) +4 129 130 (-3072 -1024 -128 ) (-3072 -1024 512 ) (-4096 -1024 512 ) (-4096 -1024 -128 ) +4 130 131 (-3072 -2048 -128 ) (-3072 -2048 512 ) (-4096 -2048 512 ) (-4096 -2048 -128 ) +4 131 135 (-3072 -3072 -128 ) (-3072 -3072 512 ) (-4096 -3072 512 ) (-4096 -3072 -128 ) +4 132 133 (-1024 -3072 512 ) (-1024 -3072 -128 ) (-1024 -4096 -128 ) (-1024 -4096 512 ) +4 133 134 (-2048 -4096 -128 ) (-2048 -4096 512 ) (-2048 -3072 512 ) (-2048 -3072 -128 ) +4 134 135 (-3072 -3072 512 ) (-3072 -3072 -128 ) (-3072 -4096 -128 ) (-3072 -4096 512 ) diff --git a/MCDV/de_tavr_test.txt b/MCDV/de_tavr_test.txt new file mode 100644 index 0000000..c5036b7 --- /dev/null +++ b/MCDV/de_tavr_test.txt @@ -0,0 +1,8 @@ +// TAVR - AUTO RADAR. v 2.0.0 +de_tavr_test +{ + "material" "overviews/de_tavr_test" + "pos_x" "-2976.000000" + "pos_y" "1728.000000" + "scale" "5.560000" +} diff --git a/MCDV/de_tavr_test.vmf b/MCDV/de_tavr_test.vmf new file mode 100644 index 0000000..8f61044 --- /dev/null +++ b/MCDV/de_tavr_test.vmf @@ -0,0 +1,2504 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "8075" + "mapversion" "23" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ + visgroup + { + "name" "tavr_layout" + "visgroupid" "8" + "color" "138 131 224" + } + visgroup + { + "name" "some other user group" + "visgroupid" "9" + "color" "135 196 85" + } +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "64" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "23" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxpropscreenwidth" "-1" + "skyname" "sky_dust" + solid + { + "id" "185" + side + { + "id" "298" + "plane" "(-512 768 64) (96 768 64) (96 352 64)" + "material" "TERRI/DEV/BSP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "299" + "plane" "(-512 352 0) (96 352 0) (96 768 0)" + "material" "TERRI/DEV/BSP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "300" + "plane" "(-512 768 64) (-512 352 64) (-512 352 0)" + "material" "TERRI/DEV/BSP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "301" + "plane" "(96 768 0) (96 352 0) (96 352 64)" + "material" "TERRI/DEV/BSP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "302" + "plane" "(96 768 64) (-512 768 64) (-512 768 0)" + "material" "TERRI/DEV/BSP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "303" + "plane" "(96 352 0) (-512 352 0) (-512 352 64)" + "material" "TERRI/DEV/BSP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 175 108" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "300" + side + { + "id" "364" + "plane" "(-2304 640 16) (-768 640 16) (-768 -512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "4" + "startposition" "[-2304 -512 16]" + "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 0 0 0 0" + "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 0" + "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 0.999999" + } + distances + { + "row0" "0.763826 5.96065 12.5153 11.6475 11.1909 12.9066 20.7165 59.8321 109.862 116.766 89.1189 49.6752 4.91888 8.91825 0.234844 0 0" + "row1" "1.78254 8.52386 18.5961 21.0923 21.34 21.7541 21.4265 58.4647 109.754 106.78 72.7322 21.6723 26.8507 32.7619 5.64012 0.870894 0" + "row2" "2.55907 11.1804 26.9376 31.3373 29.3567 23.0552 18.0893 43.67 92.4869 82.9494 47.8114 1.73953 47.8986 52.3774 17.9949 5.51942 0.402121" + "row3" "1.78254 14.677 35.1926 41.8045 38.7318 27.8384 16.0093 20.6234 61.7877 53.095 25.0551 23.1859 54.0371 59.3047 24.2145 11.0664 2.73138" + "row4" "1.63694 18.2671 43.4577 55.1048 50.0117 31.231 10.8698 3.26921 16.7716 16.8288 3.29499 25.0337 37.7807 37.9924 24.3008 13.7735 7.22036" + "row5" "3.24741 21.7096 46.8134 65.0489 62.0932 40.5125 16.1549 2.52058 2.1478 3.60571 9.07183 10.5268 16.4255 21.7405 23.416 20.4853 12.7837" + "row6" "4.76791 26.3295 45.9517 62.0595 69.6012 57.17 34.9446 15.8628 4.42009 4.53214 7.19137 15.8026 3.62021 11.6962 24.9565 27.5601 20.531" + "row7" "5.83217 29.6007 42.5486 53.2354 64.8815 65.7144 41.9498 23.9465 1.65824 3.26843 16.75 35.5101 19.0637 4.02733 24.9682 28.7601 26.3103" + "row8" "5.59904 24.9858 35.3134 42.3456 55.2584 60.8664 43.8817 28.0129 3.78515 5.82825 18.6055 47.9194 22.7065 10.0007 30.9776 32.6211 28.2304" + "row9" "2.91548 15.3807 22.0614 23.9927 34.4419 48.7846 40.3048 24.6801 18.9682 18.3385 26.9162 35.7643 2.61136 33.9433 45.9861 41.4042 24.6333" + "row10" "3.69475 0.409782 4.02504 4.39206 10.2888 28.1917 28.7027 28.2023 36.9964 35.4945 31.0129 24.6062 7.82129 40.561 61.1932 49.8747 17.7855" + "row11" "13.0442 17.3625 18.5573 16.353 9.72467 9.00115 20.4675 36.7003 46.5016 43.9336 38.5465 16.7722 10.7325 44.5016 61.7517 46.3358 10.7509" + "row12" "21.055 32.0003 36.7512 34.9153 26.3554 8.55539 11.8522 30.5639 35.4397 37.02 39.3416 16.0252 5.61727 34.2792 44.3682 31.903 5.96298" + "row13" "28.0745 41.23 50.3047 49.2251 41.4829 25.3881 2.09095 14.6461 18.8029 27.1146 32.8233 11.193 14.9957 26.9892 29.8068 20.0761 1.6942" + "row14" "31.1992 45.1235 54.0978 54.2644 44.8931 34.6672 19.4103 1.39018 4.93147 14.1383 20.0649 4.30915 19.2724 19.0168 17.7043 8.89077 0.869659" + "row15" "29.9086 44.0788 51.3673 51.7355 42.421 34.8036 26.1351 17.1994 14.7001 11.4436 4.85766 10.8429 14.2376 5.82297 3.0351 2.10151 0.759523" + "row16" "24.3625 37.7631 44.2721 42.6252 36.6075 32.8156 27.5449 27.1968 29.6473 30.3383 28.7483 20.2384 0.272941 7.48985 8.65207 4.45842 0.231886" + } + 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 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" + "row4" "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" + "row6" "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" + "row8" "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" + "row10" "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" + "row12" "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" + "row14" "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" + "row16" "0 0 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 9 9 9 9 9 9 9 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 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 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 1 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 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 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 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 9 9 9 9 9 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 9 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 9 9 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 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 9 9 9 9 9 9 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" "365" + "plane" "(-2304 -512 0) (-768 -512 0) (-768 640 0)" + "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" "366" + "plane" "(-2304 640 16) (-2304 -512 16) (-2304 -512 0)" + "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" "367" + "plane" "(-768 640 0) (-768 -512 0) (-768 -512 16)" + "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" "368" + "plane" "(-768 640 16) (-2304 640 16) (-2304 640 0)" + "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" "369" + "plane" "(-768 -512 0) (-2304 -512 0) (-2304 -512 16)" + "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 245 102" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "308" + side + { + "id" "381" + "plane" "(-1920 1600 64) (-960 1600 64) (-960 640 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-1920 640 64]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "-0.0383041 0 -0.999266 -0.0605712 0 -0.998164 -0.080777 0 -0.996732 -0.220559 0 -0.975374 -0.409115 0 -0.912483 -0.466448 0 -0.884549 -0.412318 0 -0.91104 -0.243353 0 -0.969938 -0.192478 0 -0.981301" + "row1" "-0.0601442 0 -0.99819 -0.114831 0 -0.993385 -0.181855 0 -0.983325 -0.3369 0 -0.941541 -0.582697 0 -0.812689 -0.657509 0 -0.753447 -0.497548 0 -0.867436 -0.278393 0 -0.960467 -0.347922 0 -0.937523" + "row2" "-0.0567351 0 -0.998389 -0.136972 0 -0.990575 -0.314021 0 -0.949416 -0.739862 0 -0.672759 -0.956272 0 -0.292477 -0.916687 0 -0.399606 -0.642063 0 -0.766652 -0.538216 0 -0.842807 -0.37948 0 -0.9252" + "row3" "-0.0225022 0 -0.999747 -0.0894556 0 -0.995991 -0.248919 0 -0.968524 -0.991608 0 0.129284 -0.982957 0 0.183834 -0.979776 0 -0.200099 -0.76083 0 -0.648951 -0.66251 0 -0.749053 -0.414614 0 -0.909997" + "row4" "0 0 -1 -0.0382586 0 -0.999268 -0.264676 0 -0.964338 -0.869638 0 -0.49369 -0.977245 0 0.212115 -0.965225 0 0.261421 -0.829858 0 -0.557975 -0.736771 0 -0.676143 -0.529734 0 -0.848164" + "row5" "0 0 -1 -0.0174317 0 -0.999848 -0.253577 0 -0.967315 -0.751918 0 -0.659256 -0.959872 0 0.280437 -0.922153 0 0.386825 -0.999978 0 0.00658664 -0.939823 0 -0.341661 -0.835544 0 -0.549424" + "row6" "0 0 -1 -0.0219148 0 -0.99976 -0.267836 0 -0.963464 -0.775409 0 -0.631459 -0.92162 0 0.388094 -0.910088 0 0.414416 -0.996524 0 0.083303 -0.975373 0 -0.220562 0.513901 0 -0.85785" + "row7" "0 0 -1 0 0 -1 -0.036836 0 -0.999321 -0.518609 0 -0.855012 -0.899542 0 0.436834 -0.738005 0 0.674795 -0.978284 0 -0.20727 -0.640873 0 -0.767647 0.605817 0 -0.795604" + "row8" "0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 -0.306346 0 -0.95192 -0.307043 0 -0.951696 -0.321949 0 -0.946757 0.455059 0 -0.890461" + } + distances + { + "row0" "36.2889 43.8473 48.2149 55.8008 69.91 87.3168 97.7781 95.3492 79.5825" + "row1" "44.9055 50.5946 48.2234 56.1726 62.4508 72.3361 94.0449 115.51 93.9099" + "row2" "53.0774 55.26 36.7006 23.5966 35.6565 50.13 73.2842 128.466 85.8807" + "row3" "66.4376 68.1012 43.7816 23.8592 41.819 50.45 84.9463 134.364 66.7833" + "row4" "67.6884 68.478 59.5534 42.2632 53.8851 60.545 64.9867 138.519 65.5574" + "row5" "51.0246 57.5557 59.0688 49.671 57.3377 73.0954 79.8738 118.315 85.3877" + "row6" "23.3068 31.7503 36.5382 33.5801 45.5245 62.7161 62.6003 77.7924 39.6095" + "row7" "3.98724 9.99364 15.5487 14.3704 17.4743 32.2316 34.1009 55.8486 61.4499" + "row8" "0 0 4.59783 9.93177 7.62032 6.67879 31.0747 54.027 44.8724" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + 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" "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 1 9 9" + "row4" "9 9 9 9 9 9 9 9 9 9 9 9 9 1 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" "380" + "plane" "(-1920 640 0) (-960 640 0) (-960 1600 0)" + "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" "379" + "plane" "(-1920 1600 64) (-1920 640 64) (-1920 640 0)" + "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" "378" + "plane" "(-960 1600 0) (-960 640 0) (-960 640 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-960 640 0]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "-0.224218 0 -0.974539 -0.326405 0 -0.94523 -0.205732 0 -0.978608 0.619766 0 -0.784787 0.640701 0 -0.76779 0.599388 0 -0.800459 0.843928 0 -0.536457 0.693591 0 -0.720369 0.618616 0 -0.785694" + "row1" "-0.223639 0 -0.974672 -0.332692 0 -0.943036 -0.231756 0 -0.972774 0.5633 0 -0.826252 0.556677 0 -0.830729 0.471812 0 -0.881699 0.82826 0 -0.560345 0.693041 0 -0.720898 0.607692 0 -0.794173" + "row2" "-0.222349 0 -0.974967 -0.338079 0 -0.941118 -0.25729 0 -0.966334 0.484227 0 -0.874943 0.45106 0 -0.892493 0.288452 0 -0.957494 0.809952 0 -0.586497 0.690428 0 -0.723401 0.59518 0 -0.803592" + "row3" "-0.2202 0 -0.975455 -0.34253 0 -0.939507 -0.281824 0 -0.959466 0.371185 0 -0.928559 0.319583 0 -0.947558 0.0423257 0 -0.999104 0.787744 0 -0.616002 0.685194 0 -0.72836 0.58046 0 -0.814289" + "row4" "-0.217025 0 -0.976166 -0.345856 0 -0.938288 -0.304897 0 -0.952385 0.232955 0 -0.972487 0.162783 0 -0.986662 -0.232034 0 -0.972708 0.75923 0 -0.650822 0.677109 0 -0.735883 0.563295 0 -0.826256" + "row5" "-0.212761 0 -0.977104 -0.348121 0 -0.93745 -0.326346 0 -0.945251 0.0729318 0 -0.997337 -0.0146876 0 -0.999892 -0.479211 0 -0.877699 0.722007 0 -0.691886 0.665778 0 -0.74615 0.543087 0 -0.839677" + "row6" "-0.207321 0 -0.978273 -0.349332 0 -0.936999 -0.345976 0 -0.938243 -0.0983915 0 -0.995148 -0.2001 0 -0.979776 -0.661624 0 -0.749836 0.672504 0 -0.740093 0.650674 0 -0.759357 0.519049 0 -0.854744" + "row7" "-0.200605 0 -0.979672 -0.349306 0 -0.937009 -0.36372 0 -0.931508 -0.265575 0 -0.96409 -0.376111 0 -0.926574 -0.773343 0 -0.633988 0.605551 0 -0.795806 0.631028 0 -0.77576 0.490157 0 -0.871634" + "row8" "-0.192478 0 -0.981301 -0.347922 0 -0.937523 -0.37948 0 -0.9252 -0.414614 0 -0.909997 -0.529734 0 -0.848164 -0.835544 0 -0.549424 0.513901 0 -0.85785 0.605817 0 -0.795604 0.455059 0 -0.890461" + } + distances + { + "row0" "77.7816 87.7057 77.9439 76.0797 63.8231 55.5755 57.567 66.6908 48.6504" + "row1" "78.5807 89.3163 79.5894 72.8797 60.8289 51.9088 56.4105 67.1245 48.9465" + "row2" "79.2297 90.7237 81.116 69.2884 58.0405 48.4691 54.8605 67.2279 49.0251" + "row3" "79.7205 91.9033 82.486 65.6137 55.7635 46.7854 52.9077 67.0258 48.9026" + "row4" "80.044 92.8553 83.666 62.8497 54.4924 48.3802 50.6432 66.5165 48.5553" + "row5" "80.1961 93.5495 84.6272 61.3693 54.5086 53.8623 48.1059 65.6978 47.9765" + "row6" "80.1724 93.9539 85.3378 61.4759 56.192 63.1785 45.3488 64.5742 47.166" + "row7" "79.9691 94.0789 85.7668 63.3073 59.8423 74.533 42.4657 63.1529 46.1279" + "row8" "79.5825 93.9099 85.8807 66.7833 65.5574 85.3877 39.6095 61.4499 44.8724" + } + 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" "0 0 0 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" + } + 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 1 1 1 1 0 0 0 0 0" + "row1" "0 0 0 0 0 0 1 1 1 9 1 0 0 0 0 0" + "row2" "0 0 0 0 0 1 1 1 1 9 9 0 0 0 0 0" + "row3" "0 0 0 0 0 1 1 1 1 9 9 0 0 0 0 0" + "row4" "0 0 0 0 0 1 1 1 1 9 9 0 0 0 0 0" + "row5" "0 0 0 0 0 1 1 9 9 9 9 0 0 0 0 0" + "row6" "0 0 0 0 0 1 1 9 9 9 9 0 0 0 0 0" + "row7" "0 0 0 0 0 1 1 9 9 9 1 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "377" + "plane" "(-960 1600 64) (-1920 1600 64) (-1920 1600 0)" + "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" "376" + "plane" "(-960 640 0) (-1920 640 0) (-1920 640 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 245 102" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "315" + side + { + "id" "393" + "plane" "(-228.102 1875.52 30.8304) (35.3862 1821.39 67.8613) (-106.809 1342.6 47.8771)" + "material" "DEV/GRAYGRID" + "uaxis" "[0.825771 0.551937 0.116054 -329.551] 0.25" + "vaxis" "[0.546566 -0.833886 0.0768148 -422.897] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[35.3843 1821.39 67.8614]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0.82611 0.521891 -0.212537 0.837109 0.541577 -0.0770887 0.837403 0.544774 -0.044471 0.734956 0.433703 -0.521288 0.829066 0.551756 0.0906384" + "row1" "0.818897 0.513041 -0.257286 0.813558 0.507016 -0.284707 0.829443 0.551707 0.0874323 0.806959 0.499952 -0.314428 0.82565 0.551937 0.116909" + "row2" "0.837393 0.54493 -0.0427119 0.753435 0.449642 -0.479747 0.792231 0.544618 0.275249 0.835171 0.549515 0.0228719 0.82577 0.551937 0.116054" + "row3" "0.82577 0.551937 0.116054 0.836876 0.547205 -0.014332 0.752058 0.529132 0.392973 0.82577 0.551937 0.116054 0.82577 0.551937 0.116054" + "row4" "0.82577 0.551937 0.116054 0.82577 0.551937 0.116054 0.683952 0.497448 0.533625 0.82577 0.551937 0.116054 0.82577 0.551937 0.116054" + } + distances + { + "row0" "140.186 213.995 170.848 102.213 15.3649" + "row1" "111.506 170.902 238.245 143.704 36.4854" + "row2" "72.874 97.318 296.827 241.443 114.458" + "row3" "73.087 86.6115 202.029 186.193 85.8231" + "row4" "50.9581 71.6066 74.9285 55.284 46" + } + offsets + { + "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" + } + offset_normals + { + "row0" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + "row1" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + "row2" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + "row3" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + "row4" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + } + 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 0 1 9 9 1" + "row1" "9 9 0 0 0 0 0 1" + "row2" "9 9 0 9 9 1 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" "392" + "plane" "(-701.519 1557.61 -51.8613) (-104.582 1342.6 32.0328) (37.6129 1821.39 52.017)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.825771 0.551937 0.116054 -9.55146] 0.25" + "vaxis" "[0.546566 -0.833886 0.0768148 -38.8971] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "391" + "plane" "(37.6129 1821.39 52.017) (-104.582 1342.6 32.0328) (-106.809 1342.6 47.8771)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.546566 0.833886 -0.0768148 38.8971] 0.25" + "vaxis" "[0.139173 0 -0.990268 57.1042] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "390" + "plane" "(-228.102 1875.52 30.8304) (-703.746 1557.61 -36.017) (-701.519 1557.61 -51.8613)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.825771 0.551937 0.116054 -9.55146] 0.25" + "vaxis" "[0.139173 0 -0.990268 57.1042] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "389" + "plane" "(-104.582 1342.6 32.0328) (-701.519 1557.61 -51.8613) (-703.746 1557.61 -36.017)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.825771 0.551937 0.116054 -9.55146] 0.25" + "vaxis" "[0.139173 0 -0.990268 57.1042] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "388" + "plane" "(35.3862 1821.39 67.8613) (-228.102 1875.52 30.8304) (-225.876 1875.52 14.9861)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.825771 0.551937 0.116054 -9.55146] 0.25" + "vaxis" "[0.139173 0 -0.990268 57.1042] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 245 102" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "40" + side + { + "id" "105" + "plane" "(-4128 4128 544) (4128 4128 544) (4128 -4128 544)" + "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" "104" + "plane" "(-4128 4128 544) (-4128 -4128 544) (-4128 -4128 -160)" + "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" "103" + "plane" "(4128 4128 -160) (4128 -4128 -160) (4128 -4128 544)" + "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" "102" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "101" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "100" + "plane" "(4096 -4096 512) (4096 4096 512) (-4096 4096 512)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "42" + side + { + "id" "111" + "plane" "(-4128 -4128 -160) (4128 -4128 -160) (4128 4128 -160)" + "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" "110" + "plane" "(-4128 4128 544) (-4128 -4128 544) (-4128 -4128 -160)" + "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" "109" + "plane" "(4128 4128 -160) (4128 -4128 -160) (4128 -4128 544)" + "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" "108" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "107" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "106" + "plane" "(4096 4096 -128) (4096 -4096 -128) (-4096 -4096 -128)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "44" + side + { + "id" "117" + "plane" "(-4128 4128 544) (-4128 -4128 544) (-4128 -4128 -160)" + "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" "116" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "115" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "114" + "plane" "(-4096 4096 512) (4096 4096 512) (4096 -4096 512)" + "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" "113" + "plane" "(-4096 -4096 -128) (4096 -4096 -128) (4096 4096 -128)" + "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" "112" + "plane" "(-4096 -4096 -128) (-4096 -4096 512) (-4096 4096 512)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "46" + side + { + "id" "123" + "plane" "(4128 4128 -160) (4128 -4128 -160) (4128 -4128 544)" + "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" "122" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "121" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "120" + "plane" "(-4096 4096 512) (4096 4096 512) (4096 -4096 512)" + "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" "119" + "plane" "(-4096 -4096 -128) (4096 -4096 -128) (4096 4096 -128)" + "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" "118" + "plane" "(4096 -4096 512) (4096 -4096 -128) (4096 4096 -128)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "48" + side + { + "id" "129" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "128" + "plane" "(-4096 4096 512) (4096 4096 512) (4096 -4096 512)" + "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" "127" + "plane" "(-4096 -4096 -128) (4096 -4096 -128) (4096 4096 -128)" + "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" "126" + "plane" "(-4096 4096 512) (-4096 -4096 512) (-4096 -4096 -128)" + "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" "125" + "plane" "(4096 4096 -128) (4096 -4096 -128) (4096 -4096 512)" + "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" "124" + "plane" "(-4096 4096 -128) (-4096 4096 512) (4096 4096 512)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "50" + side + { + "id" "135" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "134" + "plane" "(-4096 4096 512) (4096 4096 512) (4096 -4096 512)" + "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" "133" + "plane" "(-4096 -4096 -128) (4096 -4096 -128) (4096 4096 -128)" + "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" "132" + "plane" "(-4096 4096 512) (-4096 -4096 512) (-4096 -4096 -128)" + "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" "131" + "plane" "(4096 4096 -128) (4096 -4096 -128) (4096 -4096 512)" + "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" "130" + "plane" "(-4096 -4096 512) (-4096 -4096 -128) (4096 -4096 -128)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "78" + side + { + "id" "165" + "plane" "(-768 1024 16) (256 1024 16) (256 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "164" + "plane" "(-768 128 0) (256 128 0) (256 1024 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "163" + "plane" "(-768 1024 16) (-768 128 16) (-768 128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "162" + "plane" "(256 1024 0) (256 128 0) (256 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "161" + "plane" "(256 1024 16) (-768 1024 16) (-768 1024 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "160" + "plane" "(256 128 0) (-768 128 0) (-768 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "79" + side + { + "id" "177" + "plane" "(-384 128 16) (256 128 16) (256 -512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "176" + "plane" "(-384 -512 0) (256 -512 0) (256 128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "175" + "plane" "(-384 128 16) (-384 -512 16) (-384 -512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "174" + "plane" "(256 128 0) (256 -512 0) (256 -512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "173" + "plane" "(256 128 16) (-384 128 16) (-384 128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "172" + "plane" "(256 -512 0) (-384 -512 0) (-384 -512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "81" + side + { + "id" "189" + "plane" "(256 640 16) (1408 640 16) (1408 -128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "188" + "plane" "(256 -128 0) (1408 -128 0) (1408 640 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "187" + "plane" "(256 640 16) (256 -128 16) (256 -128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "186" + "plane" "(1408 640 0) (1408 -128 0) (1408 -128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "185" + "plane" "(1408 640 16) (256 640 16) (256 640 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "184" + "plane" "(1408 -128 0) (256 -128 0) (256 -128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "96" + side + { + "id" "213" + "plane" "(-1408 2944 16) (-768 2944 16) (-768 1920 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "212" + "plane" "(-1408 1920 0) (-768 1920 0) (-768 2944 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "211" + "plane" "(-1408 2944 16) (-1408 1920 16) (-1408 1920 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "210" + "plane" "(-768 2944 0) (-768 1920 0) (-768 1920 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "209" + "plane" "(-768 2944 16) (-1408 2944 16) (-1408 2944 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "208" + "plane" "(-768 1920 0) (-1408 1920 0) (-1408 1920 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "97" + side + { + "id" "225" + "plane" "(-768 2432 16) (256 2432 16) (256 2048 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "224" + "plane" "(-768 2048 0) (256 2048 0) (256 2432 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "223" + "plane" "(-768 2432 16) (-768 2048 16) (-768 2048 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "222" + "plane" "(256 2432 0) (256 2048 0) (256 2048 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "221" + "plane" "(256 2432 16) (-768 2432 16) (-768 2432 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "220" + "plane" "(256 2048 0) (-768 2048 0) (-768 2048 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "99" + side + { + "id" "237" + "plane" "(1408 512 16) (2432 512 16) (2432 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "236" + "plane" "(1408 128 0) (2432 128 0) (2432 512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "235" + "plane" "(1408 512 16) (1408 128 16) (1408 128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "234" + "plane" "(2432 512 0) (2432 128 0) (2432 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "233" + "plane" "(2432 512 16) (1408 512 16) (1408 512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "232" + "plane" "(2432 128 0) (1408 128 0) (1408 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "100" + side + { + "id" "249" + "plane" "(1792 1664 16) (2176 1664 16) (2176 512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "248" + "plane" "(1792 512 0) (2176 512 0) (2176 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "247" + "plane" "(1792 1664 16) (1792 512 16) (1792 512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "246" + "plane" "(2176 1664 0) (2176 512 0) (2176 512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "245" + "plane" "(2176 1664 16) (1792 1664 16) (1792 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "244" + "plane" "(2176 512 0) (1792 512 0) (1792 512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "102" + side + { + "id" "261" + "plane" "(256 2560 16) (2176 2560 16) (2176 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "260" + "plane" "(256 1664 0) (2176 1664 0) (2176 2560 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "259" + "plane" "(256 2560 16) (256 1664 16) (256 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "258" + "plane" "(2176 2560 0) (2176 1664 0) (2176 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "257" + "plane" "(2176 2560 16) (256 2560 16) (256 2560 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "256" + "plane" "(2176 1664 0) (256 1664 0) (256 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "105" + side + { + "id" "273" + "plane" "(-2304 1664 128) (-1920 1664 128) (-1920 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "272" + "plane" "(-2304 640 0) (-1920 640 0) (-1920 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "271" + "plane" "(-2304 1664 128) (-2304 640 128) (-2304 640 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "270" + "plane" "(-1920 1664 0) (-1920 640 0) (-1920 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "269" + "plane" "(-1920 1664 128) (-2304 1664 128) (-2304 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "268" + "plane" "(-1920 640 0) (-2304 640 0) (-2304 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "108" + side + { + "id" "285" + "plane" "(-2304 2688 16) (-1408 2688 16) (-1408 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "284" + "plane" "(-2304 1664 0) (-1408 1664 0) (-1408 2688 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "283" + "plane" "(-2304 2688 16) (-2304 1664 16) (-2304 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "282" + "plane" "(-1408 2688 0) (-1408 1664 0) (-1408 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "281" + "plane" "(-1408 2688 16) (-2304 2688 16) (-2304 2688 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "280" + "plane" "(-1408 1664 0) (-2304 1664 0) (-2304 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + hidden + { + solid + { + "id" "144" + side + { + "id" "291" + "plane" "(-768 640 0) (-2048 640 0) (-2048 -512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "290" + "plane" "(-768 -512 0) (-768 -512 64) (-768 640 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "289" + "plane" "(-2048 640 0) (-2048 640 128) (-2048 -512 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "288" + "plane" "(-2048 -512 0) (-2048 -512 128) (-768 -512 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "287" + "plane" "(-768 640 0) (-768 640 64) (-2048 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "286" + "plane" "(-768 -512 64) (-2048 -512 128) (-2048 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "9" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + group + { + "id" "52" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "195" + "classname" "func_buyzone" + "TeamNum" "2" + solid + { + "id" "186" + side + { + "id" "315" + "plane" "(-256 0 160) (224 0 160) (224 -384 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 68.2667] 3.75" + "vaxis" "[0 -1 0 0] 3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "314" + "plane" "(-256 -384 16) (224 -384 16) (224 0 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 68.2667] 3.75" + "vaxis" "[0 -1 0 0] 3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "313" + "plane" "(-256 0 160) (-256 -384 160) (-256 -384 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 0] 3" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "312" + "plane" "(224 0 16) (224 -384 16) (224 -384 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 0] 3" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "311" + "plane" "(224 0 160) (-256 0 160) (-256 0 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 68.2667] 3.75" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "310" + "plane" "(224 -384 16) (-256 -384 16) (-256 -384 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 68.2667] 3.75" + "vaxis" "[0 0 -1 14.2222] 1.125" + "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" "202" + "classname" "func_buyzone" + "TeamNum" "3" + solid + { + "id" "203" + side + { + "id" "327" + "plane" "(-1328 2912 160) (-848 2912 160) (-848 2528 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 98.1333] 3.75" + "vaxis" "[0 -1 0 74.6667] 3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "326" + "plane" "(-1328 2528 16) (-848 2528 16) (-848 2912 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 98.1333] 3.75" + "vaxis" "[0 -1 0 74.6667] 3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "325" + "plane" "(-1328 2912 160) (-1328 2528 160) (-1328 2528 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -74.6667] 3" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "324" + "plane" "(-848 2912 16) (-848 2528 16) (-848 2528 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -74.6667] 3" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "323" + "plane" "(-848 2912 160) (-1328 2912 160) (-1328 2912 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 98.1333] 3.75" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "322" + "plane" "(-848 2528 16) (-1328 2528 16) (-1328 2528 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 98.1333] 3.75" + "vaxis" "[0 0 -1 14.2222] 1.125" + "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" "216" + "classname" "func_bomb_target" + "heistbomb" "0" + solid + { + "id" "208" + side + { + "id" "339" + "plane" "(-2304 1440 304) (-2080 1440 304) (-2080 928 304)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 36.5714] 1.75" + "vaxis" "[0 -1 0 104] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "338" + "plane" "(-2304 928 128) (-2080 928 128) (-2080 1440 128)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 36.5714] 1.75" + "vaxis" "[0 -1 0 104] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "337" + "plane" "(-2304 1440 304) (-2304 928 304) (-2304 928 128)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -104] 4" + "vaxis" "[0 0 -1 93.0909] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "336" + "plane" "(-2080 1440 128) (-2080 928 128) (-2080 928 304)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -104] 4" + "vaxis" "[0 0 -1 93.0909] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "335" + "plane" "(-2080 1440 304) (-2304 1440 304) (-2304 1440 128)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 36.5714] 1.75" + "vaxis" "[0 0 -1 93.0909] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "334" + "plane" "(-2080 928 128) (-2304 928 128) (-2304 928 304)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 36.5714] 1.75" + "vaxis" "[0 0 -1 93.0909] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupid" "8" + "visgroupid" "9" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "221" + "classname" "func_bomb_target" + "heistbomb" "0" + solid + { + "id" "222" + side + { + "id" "351" + "plane" "(1968 1424 192) (2160 1424 192) (2160 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 -82.2859] 1.75" + "vaxis" "[0 -1 0 44] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "350" + "plane" "(1968 1200 16) (2160 1200 16) (2160 1424 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 -82.2859] 1.75" + "vaxis" "[0 -1 0 44] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "349" + "plane" "(1968 1424 192) (1968 1200 192) (1968 1200 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -44] 4" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "348" + "plane" "(2160 1424 16) (2160 1200 16) (2160 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -44] 4" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "347" + "plane" "(2160 1424 192) (1968 1424 192) (1968 1424 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 -82.2859] 1.75" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "346" + "plane" "(2160 1200 16) (1968 1200 16) (1968 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 -82.2859] 1.75" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "228" + side + { + "id" "363" + "plane" "(1872 1344 192) (1968 1344 192) (1968 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 27.4284] 1.75" + "vaxis" "[0 -1 0 44] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "362" + "plane" "(1872 1200 16) (1968 1200 16) (1968 1344 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 27.4284] 1.75" + "vaxis" "[0 -1 0 44] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "361" + "plane" "(1872 1344 192) (1872 1200 192) (1872 1200 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -44] 4" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "360" + "plane" "(1968 1344 16) (1968 1200 16) (1968 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -44] 4" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "359" + "plane" "(1968 1344 192) (1872 1344 192) (1872 1344 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 27.4284] 1.75" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "358" + "plane" "(1968 1200 16) (1872 1200 16) (1872 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 27.4284] 1.75" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "57" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "-288 -251.933 32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 7000]" + } +} +entity +{ + "id" "59" + "classname" "light_environment" + "_ambient" "255 255 255 20" + "_ambientHDR" "-1 -1 -1 1" + "_AmbientScaleHDR" "1" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "angles" "-57 143 0" + "pitch" "-57" + "origin" "0 -99.5104 128" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 7500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/MCDV/de_tavr_test.vmx b/MCDV/de_tavr_test.vmx new file mode 100644 index 0000000..fc08e57 --- /dev/null +++ b/MCDV/de_tavr_test.vmx @@ -0,0 +1,2504 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "8075" + "mapversion" "23" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ + visgroup + { + "name" "tavr_layout" + "visgroupid" "8" + "color" "138 131 224" + } + visgroup + { + "name" "some other user group" + "visgroupid" "9" + "color" "135 196 85" + } +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "64" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "23" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxpropscreenwidth" "-1" + "skyname" "sky_dust" + solid + { + "id" "185" + side + { + "id" "298" + "plane" "(-512 768 64) (96 768 64) (96 352 64)" + "material" "TERRI/DEV/BSP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "299" + "plane" "(-512 352 0) (96 352 0) (96 768 0)" + "material" "TERRI/DEV/BSP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "300" + "plane" "(-512 768 64) (-512 352 64) (-512 352 0)" + "material" "TERRI/DEV/BSP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "301" + "plane" "(96 768 0) (96 352 0) (96 352 64)" + "material" "TERRI/DEV/BSP" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "302" + "plane" "(96 768 64) (-512 768 64) (-512 768 0)" + "material" "TERRI/DEV/BSP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "303" + "plane" "(96 352 0) (-512 352 0) (-512 352 64)" + "material" "TERRI/DEV/BSP" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 175 108" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "300" + side + { + "id" "364" + "plane" "(-2304 640 16) (-768 640 16) (-768 -512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "4" + "startposition" "[-2304 -512 16]" + "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 0 0 0 0" + "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 0" + "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 0.999999" + } + distances + { + "row0" "0.763826 5.96065 12.5153 11.6475 11.1909 12.9066 20.7165 59.8321 109.862 116.766 89.1189 49.6752 4.91888 8.91825 0.234844 0 0" + "row1" "1.78254 8.52386 18.5961 21.0923 21.34 21.7541 21.4265 58.4647 109.754 106.78 72.7322 21.6723 26.8507 32.7619 5.64012 0.870894 0" + "row2" "2.55907 11.1804 26.9376 31.3373 29.3567 23.0552 18.0893 43.67 92.4869 82.9494 47.8114 1.73953 47.8986 52.3774 17.9949 5.51942 0.402121" + "row3" "1.78254 14.677 35.1926 41.8045 38.7318 27.8384 16.0093 20.6234 61.7877 53.095 25.0551 23.1859 54.0371 59.3047 24.2145 11.0664 2.73138" + "row4" "1.63694 18.2671 43.4577 55.1048 50.0117 31.231 10.8698 3.26921 16.7716 16.8288 3.29499 25.0337 37.7807 37.9924 24.3008 13.7735 7.22036" + "row5" "3.24741 21.7096 46.8134 65.0489 62.0932 40.5125 16.1549 2.52058 2.1478 3.60571 9.07183 10.5268 16.4255 21.7405 23.416 20.4853 12.7837" + "row6" "4.76791 26.3295 45.9517 62.0595 69.6012 57.17 34.9446 15.8628 4.42009 4.53214 7.19137 15.8026 3.62021 11.6962 24.9565 27.5601 20.531" + "row7" "5.83217 29.6007 42.5486 53.2354 64.8815 65.7144 41.9498 23.9465 1.65824 3.26843 16.75 35.5101 19.0637 4.02733 24.9682 28.7601 26.3103" + "row8" "5.59904 24.9858 35.3134 42.3456 55.2584 60.8664 43.8817 28.0129 3.78515 5.82825 18.6055 47.9194 22.7065 10.0007 30.9776 32.6211 28.2304" + "row9" "2.91548 15.3807 22.0614 23.9927 34.4419 48.7846 40.3048 24.6801 18.9682 18.3385 26.9162 35.7643 2.61136 33.9433 45.9861 41.4042 24.6333" + "row10" "3.69475 0.409782 4.02504 4.39206 10.2888 28.1917 28.7027 28.2023 36.9964 35.4945 31.0129 24.6062 7.82129 40.561 61.1932 49.8747 17.7855" + "row11" "13.0442 17.3625 18.5573 16.353 9.72467 9.00115 20.4675 36.7003 46.5016 43.9336 38.5465 16.7722 10.7325 44.5016 61.7517 46.3358 10.7509" + "row12" "21.055 32.0003 36.7512 34.9153 26.3554 8.55539 11.8522 30.5639 35.4397 37.02 39.3416 16.0252 5.61727 34.2792 44.3682 31.903 5.96298" + "row13" "28.0745 41.23 50.3047 49.2251 41.4829 25.3881 2.09095 14.6461 18.8029 27.1146 32.8233 11.193 14.9957 26.9892 29.8068 20.0761 1.6942" + "row14" "31.1992 45.1235 54.0978 54.2644 44.8931 34.6672 19.4103 1.39018 4.93147 14.1383 20.0649 4.30915 19.2724 19.0168 17.7043 8.89077 0.869659" + "row15" "29.9086 44.0788 51.3673 51.7355 42.421 34.8036 26.1351 17.1994 14.7001 11.4436 4.85766 10.8429 14.2376 5.82297 3.0351 2.10151 0.759523" + "row16" "24.3625 37.7631 44.2721 42.6252 36.6075 32.8156 27.5449 27.1968 29.6473 30.3383 28.7483 20.2384 0.272941 7.48985 8.65207 4.45842 0.231886" + } + 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 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" + "row4" "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" + "row6" "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" + "row8" "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" + "row10" "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" + "row12" "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" + "row14" "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" + "row16" "0 0 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 9 9 9 9 9 9 9 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 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 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 1 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 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 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 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 9 9 9 9 9 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 9 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 9 9 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 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 9 9 9 9 9 9 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" "365" + "plane" "(-2304 -512 0) (-768 -512 0) (-768 640 0)" + "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" "366" + "plane" "(-2304 640 16) (-2304 -512 16) (-2304 -512 0)" + "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" "367" + "plane" "(-768 640 0) (-768 -512 0) (-768 -512 16)" + "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" "368" + "plane" "(-768 640 16) (-2304 640 16) (-2304 640 0)" + "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" "369" + "plane" "(-768 -512 0) (-2304 -512 0) (-2304 -512 16)" + "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 245 102" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "308" + side + { + "id" "381" + "plane" "(-1920 1600 64) (-960 1600 64) (-960 640 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-1920 640 64]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "-0.0383041 0 -0.999266 -0.0605712 0 -0.998164 -0.080777 0 -0.996732 -0.220559 0 -0.975374 -0.409115 0 -0.912483 -0.466448 0 -0.884549 -0.412318 0 -0.91104 -0.243353 0 -0.969938 -0.192478 0 -0.981301" + "row1" "-0.0601442 0 -0.99819 -0.114831 0 -0.993385 -0.181855 0 -0.983325 -0.3369 0 -0.941541 -0.582697 0 -0.812689 -0.657509 0 -0.753447 -0.497548 0 -0.867436 -0.278393 0 -0.960467 -0.347922 0 -0.937523" + "row2" "-0.0567351 0 -0.998389 -0.136972 0 -0.990575 -0.314021 0 -0.949416 -0.739862 0 -0.672759 -0.956272 0 -0.292477 -0.916687 0 -0.399606 -0.642063 0 -0.766652 -0.538216 0 -0.842807 -0.37948 0 -0.9252" + "row3" "-0.0225022 0 -0.999747 -0.0894556 0 -0.995991 -0.248919 0 -0.968524 -0.991608 0 0.129284 -0.982957 0 0.183834 -0.979776 0 -0.200099 -0.76083 0 -0.648951 -0.66251 0 -0.749053 -0.414614 0 -0.909997" + "row4" "0 0 -1 -0.0382586 0 -0.999268 -0.264676 0 -0.964338 -0.869638 0 -0.49369 -0.977245 0 0.212115 -0.965225 0 0.261421 -0.829858 0 -0.557975 -0.736771 0 -0.676143 -0.529734 0 -0.848164" + "row5" "0 0 -1 -0.0174317 0 -0.999848 -0.253577 0 -0.967315 -0.751918 0 -0.659256 -0.959872 0 0.280437 -0.922153 0 0.386825 -0.999978 0 0.00658664 -0.939823 0 -0.341661 -0.835544 0 -0.549424" + "row6" "0 0 -1 -0.0219148 0 -0.99976 -0.267836 0 -0.963464 -0.775409 0 -0.631459 -0.92162 0 0.388094 -0.910088 0 0.414416 -0.996524 0 0.083303 -0.975373 0 -0.220562 0.513901 0 -0.85785" + "row7" "0 0 -1 0 0 -1 -0.036836 0 -0.999321 -0.518609 0 -0.855012 -0.899542 0 0.436834 -0.738005 0 0.674795 -0.978284 0 -0.20727 -0.640873 0 -0.767647 0.605817 0 -0.795604" + "row8" "0 0 0 0 0 0 0 0 -1 0 0 -1 0 0 -1 -0.306346 0 -0.95192 -0.307043 0 -0.951696 -0.321949 0 -0.946757 0.455059 0 -0.890461" + } + distances + { + "row0" "36.2889 43.8473 48.2149 55.8008 69.91 87.3168 97.7781 95.3492 79.5825" + "row1" "44.9055 50.5946 48.2234 56.1726 62.4508 72.3361 94.0449 115.51 93.9099" + "row2" "53.0774 55.26 36.7006 23.5966 35.6565 50.13 73.2842 128.466 85.8807" + "row3" "66.4376 68.1012 43.7816 23.8592 41.819 50.45 84.9463 134.364 66.7833" + "row4" "67.6884 68.478 59.5534 42.2632 53.8851 60.545 64.9867 138.519 65.5574" + "row5" "51.0246 57.5557 59.0688 49.671 57.3377 73.0954 79.8738 118.315 85.3877" + "row6" "23.3068 31.7503 36.5382 33.5801 45.5245 62.7161 62.6003 77.7924 39.6095" + "row7" "3.98724 9.99364 15.5487 14.3704 17.4743 32.2316 34.1009 55.8486 61.4499" + "row8" "0 0 4.59783 9.93177 7.62032 6.67879 31.0747 54.027 44.8724" + } + 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" "0 0 0 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" + } + 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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + "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" + } + 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" "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 1 9 9" + "row4" "9 9 9 9 9 9 9 9 9 9 9 9 9 1 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" "380" + "plane" "(-1920 640 0) (-960 640 0) (-960 1600 0)" + "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" "379" + "plane" "(-1920 1600 64) (-1920 640 64) (-1920 640 0)" + "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" "378" + "plane" "(-960 1600 0) (-960 640 0) (-960 640 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "3" + "startposition" "[-960 640 0]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "-0.224218 0 -0.974539 -0.326405 0 -0.94523 -0.205732 0 -0.978608 0.619766 0 -0.784787 0.640701 0 -0.76779 0.599388 0 -0.800459 0.843928 0 -0.536457 0.693591 0 -0.720369 0.618616 0 -0.785694" + "row1" "-0.223639 0 -0.974672 -0.332692 0 -0.943036 -0.231756 0 -0.972774 0.5633 0 -0.826252 0.556677 0 -0.830729 0.471812 0 -0.881699 0.82826 0 -0.560345 0.693041 0 -0.720898 0.607692 0 -0.794173" + "row2" "-0.222349 0 -0.974967 -0.338079 0 -0.941118 -0.25729 0 -0.966334 0.484227 0 -0.874943 0.45106 0 -0.892493 0.288452 0 -0.957494 0.809952 0 -0.586497 0.690428 0 -0.723401 0.59518 0 -0.803592" + "row3" "-0.2202 0 -0.975455 -0.34253 0 -0.939507 -0.281824 0 -0.959466 0.371185 0 -0.928559 0.319583 0 -0.947558 0.0423257 0 -0.999104 0.787744 0 -0.616002 0.685194 0 -0.72836 0.58046 0 -0.814289" + "row4" "-0.217025 0 -0.976166 -0.345856 0 -0.938288 -0.304897 0 -0.952385 0.232955 0 -0.972487 0.162783 0 -0.986662 -0.232034 0 -0.972708 0.75923 0 -0.650822 0.677109 0 -0.735883 0.563295 0 -0.826256" + "row5" "-0.212761 0 -0.977104 -0.348121 0 -0.93745 -0.326346 0 -0.945251 0.0729318 0 -0.997337 -0.0146876 0 -0.999892 -0.479211 0 -0.877699 0.722007 0 -0.691886 0.665778 0 -0.74615 0.543087 0 -0.839677" + "row6" "-0.207321 0 -0.978273 -0.349332 0 -0.936999 -0.345976 0 -0.938243 -0.0983915 0 -0.995148 -0.2001 0 -0.979776 -0.661624 0 -0.749836 0.672504 0 -0.740093 0.650674 0 -0.759357 0.519049 0 -0.854744" + "row7" "-0.200605 0 -0.979672 -0.349306 0 -0.937009 -0.36372 0 -0.931508 -0.265575 0 -0.96409 -0.376111 0 -0.926574 -0.773343 0 -0.633988 0.605551 0 -0.795806 0.631028 0 -0.77576 0.490157 0 -0.871634" + "row8" "-0.192478 0 -0.981301 -0.347922 0 -0.937523 -0.37948 0 -0.9252 -0.414614 0 -0.909997 -0.529734 0 -0.848164 -0.835544 0 -0.549424 0.513901 0 -0.85785 0.605817 0 -0.795604 0.455059 0 -0.890461" + } + distances + { + "row0" "77.7816 87.7057 77.9439 76.0797 63.8231 55.5755 57.567 66.6908 48.6504" + "row1" "78.5807 89.3163 79.5894 72.8797 60.8289 51.9088 56.4105 67.1245 48.9465" + "row2" "79.2297 90.7237 81.116 69.2884 58.0405 48.4691 54.8605 67.2279 49.0251" + "row3" "79.7205 91.9033 82.486 65.6137 55.7635 46.7854 52.9077 67.0258 48.9026" + "row4" "80.044 92.8553 83.666 62.8497 54.4924 48.3802 50.6432 66.5165 48.5553" + "row5" "80.1961 93.5495 84.6272 61.3693 54.5086 53.8623 48.1059 65.6978 47.9765" + "row6" "80.1724 93.9539 85.3378 61.4759 56.192 63.1785 45.3488 64.5742 47.166" + "row7" "79.9691 94.0789 85.7668 63.3073 59.8423 74.533 42.4657 63.1529 46.1279" + "row8" "79.5825 93.9099 85.8807 66.7833 65.5574 85.3877 39.6095 61.4499 44.8724" + } + 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" "0 0 0 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" + } + 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 1 1 1 1 0 0 0 0 0" + "row1" "0 0 0 0 0 0 1 1 1 9 1 0 0 0 0 0" + "row2" "0 0 0 0 0 1 1 1 1 9 9 0 0 0 0 0" + "row3" "0 0 0 0 0 1 1 1 1 9 9 0 0 0 0 0" + "row4" "0 0 0 0 0 1 1 1 1 9 9 0 0 0 0 0" + "row5" "0 0 0 0 0 1 1 9 9 9 9 0 0 0 0 0" + "row6" "0 0 0 0 0 1 1 9 9 9 9 0 0 0 0 0" + "row7" "0 0 0 0 0 1 1 9 9 9 1 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "377" + "plane" "(-960 1600 64) (-1920 1600 64) (-1920 1600 0)" + "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" "376" + "plane" "(-960 640 0) (-1920 640 0) (-1920 640 64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 245 102" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "315" + side + { + "id" "393" + "plane" "(-228.102 1875.52 30.8304) (35.3862 1821.39 67.8613) (-106.809 1342.6 47.8771)" + "material" "DEV/GRAYGRID" + "uaxis" "[0.825771 0.551937 0.116054 -329.551] 0.25" + "vaxis" "[0.546566 -0.833886 0.0768148 -422.897] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[35.3862 1821.39 67.8613]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0.82611 0.521891 -0.212537 0.837109 0.541577 -0.0770887 0.837403 0.544774 -0.044471 0.734956 0.433703 -0.521288 0.829066 0.551756 0.0906384" + "row1" "0.818897 0.513041 -0.257286 0.813558 0.507016 -0.284707 0.829443 0.551707 0.0874323 0.806959 0.499952 -0.314428 0.82565 0.551937 0.116909" + "row2" "0.837393 0.54493 -0.0427119 0.753435 0.449642 -0.479747 0.792231 0.544618 0.275249 0.835171 0.549515 0.0228719 0.82577 0.551937 0.116054" + "row3" "0.82577 0.551937 0.116054 0.836876 0.547205 -0.014332 0.752058 0.529132 0.392973 0.82577 0.551937 0.116054 0.82577 0.551937 0.116054" + "row4" "0.82577 0.551937 0.116054 0.82577 0.551937 0.116054 0.683952 0.497448 0.533625 0.82577 0.551937 0.116054 0.82577 0.551937 0.116054" + } + distances + { + "row0" "140.186 213.995 170.848 102.213 15.3649" + "row1" "111.506 170.902 238.245 143.704 36.4854" + "row2" "72.874 97.318 296.827 241.443 114.458" + "row3" "73.087 86.6115 202.029 186.193 85.8231" + "row4" "50.9581 71.6066 74.9285 55.284 46" + } + offsets + { + "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" + } + offset_normals + { + "row0" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + "row1" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + "row2" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + "row3" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + "row4" "-0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268 -0.139173 0 0.990268" + } + 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 0 1 9 9 1" + "row1" "9 9 0 0 0 0 0 1" + "row2" "9 9 0 9 9 1 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" "392" + "plane" "(-701.519 1557.61 -51.8613) (-104.582 1342.6 32.0328) (37.6129 1821.39 52.017)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.825771 0.551937 0.116054 -9.55146] 0.25" + "vaxis" "[0.546566 -0.833886 0.0768148 -38.8971] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "391" + "plane" "(37.6129 1821.39 52.017) (-104.582 1342.6 32.0328) (-106.809 1342.6 47.8771)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[-0.546566 0.833886 -0.0768148 38.8971] 0.25" + "vaxis" "[0.139173 0 -0.990268 57.1042] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "390" + "plane" "(-228.102 1875.52 30.8304) (-703.746 1557.61 -36.017) (-701.519 1557.61 -51.8613)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.825771 0.551937 0.116054 -9.55146] 0.25" + "vaxis" "[0.139173 0 -0.990268 57.1042] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "389" + "plane" "(-104.582 1342.6 32.0328) (-701.519 1557.61 -51.8613) (-703.746 1557.61 -36.017)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.825771 0.551937 0.116054 -9.55146] 0.25" + "vaxis" "[0.139173 0 -0.990268 57.1042] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "388" + "plane" "(35.3862 1821.39 67.8613) (-228.102 1875.52 30.8304) (-225.876 1875.52 14.9861)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.825771 0.551937 0.116054 -9.55146] 0.25" + "vaxis" "[0.139173 0 -0.990268 57.1042] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 245 102" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "40" + side + { + "id" "105" + "plane" "(-4128 4128 544) (4128 4128 544) (4128 -4128 544)" + "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" "104" + "plane" "(-4128 4128 544) (-4128 -4128 544) (-4128 -4128 -160)" + "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" "103" + "plane" "(4128 4128 -160) (4128 -4128 -160) (4128 -4128 544)" + "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" "102" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "101" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "100" + "plane" "(4096 -4096 512) (4096 4096 512) (-4096 4096 512)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "42" + side + { + "id" "111" + "plane" "(-4128 -4128 -160) (4128 -4128 -160) (4128 4128 -160)" + "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" "110" + "plane" "(-4128 4128 544) (-4128 -4128 544) (-4128 -4128 -160)" + "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" "109" + "plane" "(4128 4128 -160) (4128 -4128 -160) (4128 -4128 544)" + "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" "108" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "107" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "106" + "plane" "(4096 4096 -128) (4096 -4096 -128) (-4096 -4096 -128)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "44" + side + { + "id" "117" + "plane" "(-4128 4128 544) (-4128 -4128 544) (-4128 -4128 -160)" + "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" "116" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "115" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "114" + "plane" "(-4096 4096 512) (4096 4096 512) (4096 -4096 512)" + "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" "113" + "plane" "(-4096 -4096 -128) (4096 -4096 -128) (4096 4096 -128)" + "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" "112" + "plane" "(-4096 -4096 -128) (-4096 -4096 512) (-4096 4096 512)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "46" + side + { + "id" "123" + "plane" "(4128 4128 -160) (4128 -4128 -160) (4128 -4128 544)" + "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" "122" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "121" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "120" + "plane" "(-4096 4096 512) (4096 4096 512) (4096 -4096 512)" + "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" "119" + "plane" "(-4096 -4096 -128) (4096 -4096 -128) (4096 4096 -128)" + "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" "118" + "plane" "(4096 -4096 512) (4096 -4096 -128) (4096 4096 -128)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "48" + side + { + "id" "129" + "plane" "(4128 4128 544) (-4128 4128 544) (-4128 4128 -160)" + "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" "128" + "plane" "(-4096 4096 512) (4096 4096 512) (4096 -4096 512)" + "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" "127" + "plane" "(-4096 -4096 -128) (4096 -4096 -128) (4096 4096 -128)" + "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" "126" + "plane" "(-4096 4096 512) (-4096 -4096 512) (-4096 -4096 -128)" + "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" "125" + "plane" "(4096 4096 -128) (4096 -4096 -128) (4096 -4096 512)" + "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" "124" + "plane" "(-4096 4096 -128) (-4096 4096 512) (4096 4096 512)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "50" + side + { + "id" "135" + "plane" "(4128 -4128 -160) (-4128 -4128 -160) (-4128 -4128 544)" + "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" "134" + "plane" "(-4096 4096 512) (4096 4096 512) (4096 -4096 512)" + "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" "133" + "plane" "(-4096 -4096 -128) (4096 -4096 -128) (4096 4096 -128)" + "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" "132" + "plane" "(-4096 4096 512) (-4096 -4096 512) (-4096 -4096 -128)" + "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" "131" + "plane" "(4096 4096 -128) (4096 -4096 -128) (4096 -4096 512)" + "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" "130" + "plane" "(-4096 -4096 512) (-4096 -4096 -128) (4096 -4096 -128)" + "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" "52" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "78" + side + { + "id" "165" + "plane" "(-768 1024 16) (256 1024 16) (256 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "164" + "plane" "(-768 128 0) (256 128 0) (256 1024 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "163" + "plane" "(-768 1024 16) (-768 128 16) (-768 128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "162" + "plane" "(256 1024 0) (256 128 0) (256 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "161" + "plane" "(256 1024 16) (-768 1024 16) (-768 1024 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "160" + "plane" "(256 128 0) (-768 128 0) (-768 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "79" + side + { + "id" "177" + "plane" "(-384 128 16) (256 128 16) (256 -512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "176" + "plane" "(-384 -512 0) (256 -512 0) (256 128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "175" + "plane" "(-384 128 16) (-384 -512 16) (-384 -512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "174" + "plane" "(256 128 0) (256 -512 0) (256 -512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "173" + "plane" "(256 128 16) (-384 128 16) (-384 128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "172" + "plane" "(256 -512 0) (-384 -512 0) (-384 -512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "81" + side + { + "id" "189" + "plane" "(256 640 16) (1408 640 16) (1408 -128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "188" + "plane" "(256 -128 0) (1408 -128 0) (1408 640 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "187" + "plane" "(256 640 16) (256 -128 16) (256 -128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "186" + "plane" "(1408 640 0) (1408 -128 0) (1408 -128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "185" + "plane" "(1408 640 16) (256 640 16) (256 640 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "184" + "plane" "(1408 -128 0) (256 -128 0) (256 -128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "96" + side + { + "id" "213" + "plane" "(-1408 2944 16) (-768 2944 16) (-768 1920 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "212" + "plane" "(-1408 1920 0) (-768 1920 0) (-768 2944 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "211" + "plane" "(-1408 2944 16) (-1408 1920 16) (-1408 1920 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "210" + "plane" "(-768 2944 0) (-768 1920 0) (-768 1920 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "209" + "plane" "(-768 2944 16) (-1408 2944 16) (-1408 2944 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "208" + "plane" "(-768 1920 0) (-1408 1920 0) (-1408 1920 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "97" + side + { + "id" "225" + "plane" "(-768 2432 16) (256 2432 16) (256 2048 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "224" + "plane" "(-768 2048 0) (256 2048 0) (256 2432 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "223" + "plane" "(-768 2432 16) (-768 2048 16) (-768 2048 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "222" + "plane" "(256 2432 0) (256 2048 0) (256 2048 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "221" + "plane" "(256 2432 16) (-768 2432 16) (-768 2432 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "220" + "plane" "(256 2048 0) (-768 2048 0) (-768 2048 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "99" + side + { + "id" "237" + "plane" "(1408 512 16) (2432 512 16) (2432 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "236" + "plane" "(1408 128 0) (2432 128 0) (2432 512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "235" + "plane" "(1408 512 16) (1408 128 16) (1408 128 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "234" + "plane" "(2432 512 0) (2432 128 0) (2432 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "233" + "plane" "(2432 512 16) (1408 512 16) (1408 512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "232" + "plane" "(2432 128 0) (1408 128 0) (1408 128 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "100" + side + { + "id" "249" + "plane" "(1792 1664 16) (2176 1664 16) (2176 512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "248" + "plane" "(1792 512 0) (2176 512 0) (2176 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "247" + "plane" "(1792 1664 16) (1792 512 16) (1792 512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "246" + "plane" "(2176 1664 0) (2176 512 0) (2176 512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "245" + "plane" "(2176 1664 16) (1792 1664 16) (1792 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "244" + "plane" "(2176 512 0) (1792 512 0) (1792 512 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "102" + side + { + "id" "261" + "plane" "(256 2560 16) (2176 2560 16) (2176 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "260" + "plane" "(256 1664 0) (2176 1664 0) (2176 2560 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "259" + "plane" "(256 2560 16) (256 1664 16) (256 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "258" + "plane" "(2176 2560 0) (2176 1664 0) (2176 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "257" + "plane" "(2176 2560 16) (256 2560 16) (256 2560 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "256" + "plane" "(2176 1664 0) (256 1664 0) (256 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "105" + side + { + "id" "273" + "plane" "(-2304 1664 128) (-1920 1664 128) (-1920 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "272" + "plane" "(-2304 640 0) (-1920 640 0) (-1920 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "271" + "plane" "(-2304 1664 128) (-2304 640 128) (-2304 640 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "270" + "plane" "(-1920 1664 0) (-1920 640 0) (-1920 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "269" + "plane" "(-1920 1664 128) (-2304 1664 128) (-2304 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "268" + "plane" "(-1920 640 0) (-2304 640 0) (-2304 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "108" + side + { + "id" "285" + "plane" "(-2304 2688 16) (-1408 2688 16) (-1408 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "284" + "plane" "(-2304 1664 0) (-1408 1664 0) (-1408 2688 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "283" + "plane" "(-2304 2688 16) (-2304 1664 16) (-2304 1664 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "282" + "plane" "(-1408 2688 0) (-1408 1664 0) (-1408 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "281" + "plane" "(-1408 2688 16) (-2304 2688 16) (-2304 2688 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "280" + "plane" "(-1408 1664 0) (-2304 1664 0) (-2304 1664 16)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "8" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + hidden + { + solid + { + "id" "144" + side + { + "id" "291" + "plane" "(-768 640 0) (-2048 640 0) (-2048 -512 0)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "290" + "plane" "(-768 -512 0) (-768 -512 64) (-768 640 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "289" + "plane" "(-2048 640 0) (-2048 640 128) (-2048 -512 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 -1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "288" + "plane" "(-2048 -512 0) (-2048 -512 128) (-768 -512 64)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "287" + "plane" "(-768 640 0) (-768 640 64) (-2048 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "286" + "plane" "(-768 -512 64) (-2048 -512 128) (-2048 640 128)" + "material" "DEV/GRAYGRID" + "uaxis" "[-1 0 0 0] 0.25" + "vaxis" "[0 1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 145 202" + "visgroupid" "9" + "visgroupshown" "0" + "visgroupautoshown" "1" + } + } + } + group + { + "id" "52" + editor + { + "color" "220 220 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "195" + "classname" "func_buyzone" + "TeamNum" "2" + solid + { + "id" "186" + side + { + "id" "315" + "plane" "(-256 0 160) (224 0 160) (224 -384 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 68.2667] 3.75" + "vaxis" "[0 -1 0 0] 3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "314" + "plane" "(-256 -384 16) (224 -384 16) (224 0 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 68.2667] 3.75" + "vaxis" "[0 -1 0 0] 3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "313" + "plane" "(-256 0 160) (-256 -384 160) (-256 -384 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 0] 3" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "312" + "plane" "(224 0 16) (224 -384 16) (224 -384 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 0] 3" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "311" + "plane" "(224 0 160) (-256 0 160) (-256 0 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 68.2667] 3.75" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "310" + "plane" "(224 -384 16) (-256 -384 16) (-256 -384 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 68.2667] 3.75" + "vaxis" "[0 0 -1 14.2222] 1.125" + "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" "202" + "classname" "func_buyzone" + "TeamNum" "3" + solid + { + "id" "203" + side + { + "id" "327" + "plane" "(-1328 2912 160) (-848 2912 160) (-848 2528 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 98.1333] 3.75" + "vaxis" "[0 -1 0 74.6667] 3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "326" + "plane" "(-1328 2528 16) (-848 2528 16) (-848 2912 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 98.1333] 3.75" + "vaxis" "[0 -1 0 74.6667] 3" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "325" + "plane" "(-1328 2912 160) (-1328 2528 160) (-1328 2528 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -74.6667] 3" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "324" + "plane" "(-848 2912 16) (-848 2528 16) (-848 2528 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -74.6667] 3" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "323" + "plane" "(-848 2912 160) (-1328 2912 160) (-1328 2912 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 98.1333] 3.75" + "vaxis" "[0 0 -1 14.2222] 1.125" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "322" + "plane" "(-848 2528 16) (-1328 2528 16) (-1328 2528 160)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 98.1333] 3.75" + "vaxis" "[0 0 -1 14.2222] 1.125" + "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" "216" + "classname" "func_bomb_target" + "heistbomb" "0" + solid + { + "id" "208" + side + { + "id" "339" + "plane" "(-2304 1440 304) (-2080 1440 304) (-2080 928 304)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 36.5714] 1.75" + "vaxis" "[0 -1 0 104] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "338" + "plane" "(-2304 928 128) (-2080 928 128) (-2080 1440 128)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 36.5714] 1.75" + "vaxis" "[0 -1 0 104] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "337" + "plane" "(-2304 1440 304) (-2304 928 304) (-2304 928 128)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -104] 4" + "vaxis" "[0 0 -1 93.0909] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "336" + "plane" "(-2080 1440 128) (-2080 928 128) (-2080 928 304)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -104] 4" + "vaxis" "[0 0 -1 93.0909] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "335" + "plane" "(-2080 1440 304) (-2304 1440 304) (-2304 1440 128)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 36.5714] 1.75" + "vaxis" "[0 0 -1 93.0909] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "334" + "plane" "(-2080 928 128) (-2304 928 128) (-2304 928 304)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 36.5714] 1.75" + "vaxis" "[0 0 -1 93.0909] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupid" "8" + "visgroupid" "9" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "221" + "classname" "func_bomb_target" + "heistbomb" "0" + solid + { + "id" "222" + side + { + "id" "351" + "plane" "(1968 1424 192) (2160 1424 192) (2160 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 -82.2859] 1.75" + "vaxis" "[0 -1 0 44] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "350" + "plane" "(1968 1200 16) (2160 1200 16) (2160 1424 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 -82.2859] 1.75" + "vaxis" "[0 -1 0 44] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "349" + "plane" "(1968 1424 192) (1968 1200 192) (1968 1200 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -44] 4" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "348" + "plane" "(2160 1424 16) (2160 1200 16) (2160 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -44] 4" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "347" + "plane" "(2160 1424 192) (1968 1424 192) (1968 1424 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 -82.2859] 1.75" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "346" + "plane" "(2160 1200 16) (1968 1200 16) (1968 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 -82.2859] 1.75" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "228" + side + { + "id" "363" + "plane" "(1872 1344 192) (1968 1344 192) (1968 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 27.4284] 1.75" + "vaxis" "[0 -1 0 44] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "362" + "plane" "(1872 1200 16) (1968 1200 16) (1968 1344 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 27.4284] 1.75" + "vaxis" "[0 -1 0 44] 4" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "361" + "plane" "(1872 1344 192) (1872 1200 192) (1872 1200 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -44] 4" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "360" + "plane" "(1968 1344 16) (1968 1200 16) (1968 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[0 1 0 -44] 4" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "359" + "plane" "(1968 1344 192) (1872 1344 192) (1872 1344 16)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 27.4284] 1.75" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "358" + "plane" "(1968 1200 16) (1872 1200 16) (1872 1200 192)" + "material" "TERRI/TOOLS/TOOLS_TRIGGER" + "uaxis" "[1 0 0 27.4284] 1.75" + "vaxis" "[0 0 -1 11.6364] 1.375" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "57" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "-288 -251.933 32" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 7000]" + } +} +entity +{ + "id" "59" + "classname" "light_environment" + "_ambient" "255 255 255 20" + "_ambientHDR" "-1 -1 -1 1" + "_AmbientScaleHDR" "1" + "_light" "255 255 255 200" + "_lightHDR" "-1 -1 -1 1" + "_lightscaleHDR" "1" + "angles" "-57 143 0" + "pitch" "-57" + "origin" "0 -99.5104 128" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 7500]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/MCDV/de_tavr_test_displacement.vmf b/MCDV/de_tavr_test_displacement.vmf new file mode 100644 index 0000000..4ae1c26 --- /dev/null +++ b/MCDV/de_tavr_test_displacement.vmf @@ -0,0 +1,559 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "8075" + "mapversion" "16" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ + visgroup + { + "name" "tavr_layout" + "visgroupid" "5" + "color" "189 210 187" + } +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "64" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "16" + "classname" "worldspawn" + "skyname" "sky_dust" + "maxpropscreenwidth" "-1" + "detailvbsp" "detail.vbsp" + "detailmaterial" "detail/detailsprites" + solid + { + "id" "2" + side + { + "id" "1" + "plane" "(-640 768 0) (640 768 0) (640 -512 0)" + "material" "DEV/DEV_MEASUREWALL01D" + "uaxis" "[0.987688 -0.156434 0 66] 0.5" + "vaxis" "[-0.156434 -0.987688 0 87] 0.54" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "4" + "startposition" "[-640 -512 0]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.999997 0 0 0 0 0 0 0 0 0 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 -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.999998 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "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 0 0 0 0 0 0 0 0 0" + "row3" "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 0 0 -1 0 0 -1 0 0 0 0 0 0" + "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 0" + "row5" "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 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999999" + "row6" "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 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 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 0" + "row8" "0 0 0 0 0 -1 0 0 -1 0 0 -1 0 0 -0.999999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.999999 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 0 0 0 0" + "row9" "0 0 0 0 0 0 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 1 0 0 1 0 0 -0.999997 0 0 0 0 0 0 0 0 0" + "row10" "0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0" + "row11" "0 0 0 0 0 0 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 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0" + "row12" "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 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0" + "row13" "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 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0" + "row14" "0 0 0.999999 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 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0" + "row15" "0 0 0 0 0 1 0 0 1 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" + "row16" "0 0 0 0 0 0 0 0 0.999999 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" + } + distances + { + "row0" "0 0 0 0 0 0.0385154 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 4.42443 15.4987 16.613 7.74498 1.25968 1.79838 0.636044 0.537196 0.0751644 0 0 0 0" + "row2" "0 0 3.08942 26.3328 90.0072 119.284 135.971 141.151 139.81 132.107 104.376 49.7137 14.77 1.98275 0 0 0" + "row3" "0 14.3079 91.0018 229.965 267.252 242.604 245.578 237.89 240.728 240.097 243.549 228.025 146.55 50.8582 11.7839 0 0" + "row4" "0.616301 43.0629 214.159 294.063 291.081 217.595 201.486 185.963 183.182 193.825 225.956 269.289 298.615 227.227 57.2838 3.84227 0" + "row5" "0 57.4654 202.103 247.84 132.111 57.9649 37.8031 18.2809 8.17264 17.8398 50.0396 98.0799 292.424 285.674 147.6 17.9227 0.100111" + "row6" "0 38.907 114.307 125.637 51.1548 17.3424 11.8295 6.77905 2.76239 11.6873 27.2538 31.7486 93.236 187.468 115.499 21.6401 0.376681" + "row7" "0.472294 22.136 57.0324 59.8289 22.7177 1.05757 0.466631 0 0 1.34787 9.18151 13.5148 25.1958 56.043 39.4425 11.9835 0" + "row8" "0 8.10998 11.9263 8.68832 0.116134 0 0 0 0 0 0.114259 0.72992 1.92647 2.87056 2.30716 0 0" + "row9" "0 0 0.472294 0 0 0 0 0 0 0 0 0.438167 0.286671 0.0381223 0 0 0" + "row10" "0 0 0 0.624247 11.7797 17.8885 5.30085 0 0 0 5.99712 42.3004 64.7569 18.5048 0 0 0" + "row11" "0 0 5.20828 81.566 216.157 202.268 28.3812 0 0 0.438167 32.7674 321.371 322.106 93.2047 0.286671 0 0" + "row12" "0 10.8707 32.5776 133.88 224.836 215.552 28.4163 0 0 0.684034 39.302 284.825 286.995 82.7605 0.675139 0 0" + "row13" "0.295727 17.605 46.8984 104.339 131.604 84.5317 6.78478 0 0 0 15.3013 59.0664 63.8291 23.6184 0 0 0" + "row14" "0.197215 14.1305 35.7062 37.6838 17.4001 0.557938 0 0 0 0 0 0.684034 0.675139 0 0 0 0" + "row15" "0 2.08137 9.48296 10.4704 5.76071 0 0 0 0 0 0 0 0 0 0 0 0" + "row16" "0 0 0.197215 0.557938 0 0 0 0 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 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 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" + "row4" "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" + "row6" "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" + "row8" "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" + "row10" "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" + "row12" "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" + "row14" "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" + "row16" "0 0 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 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 9 9 9 9 9 9 9 9 9" + "row2" "9 9 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 9 9 9 9 9 9" + "row3" "9 9 0 0 0 0 1 9 9 1 9 9 9 9 9 9 9 9 9 9 9 9 9 0 0 0 0 9 9 9 9 9" + "row4" "9 9 0 0 9 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 9 9 9" + "row5" "9 9 1 0 0 0 0 0 0 9 9 9 9 9 9 9 9 9 9 9 9 1 0 0 0 0 0 0 0 0 9 9" + "row6" "9 9 1 1 9 1 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 1 1 1 0 0 1 1 0 9 9" + "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 9 9" + "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 9 9" + "row9" "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 9 9 9 9 9 9 9" + "row10" "9 9 9 9 1 1 0 0 0 0 0 0 9 9 9 9 9 9 9 9 0 0 0 0 0 0 1 0 9 9 9 9" + "row11" "9 9 9 9 1 0 0 0 9 9 0 0 9 9 9 9 9 9 9 9 0 0 9 9 0 0 0 0 9 9 9 9" + "row12" "9 9 9 9 9 0 0 0 0 0 0 1 9 9 9 9 9 9 9 9 9 0 0 0 0 0 0 9 9 9 9 9" + "row13" "9 9 9 9 9 1 1 0 0 0 0 1 9 9 9 9 9 9 9 9 9 9 9 1 1 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 9 9 9 9 9 9 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" "2" + "plane" "(-640 -512 -64) (640 -512 -64) (640 768 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.987688 -0.156434 0 57.6964] 0.25" + "vaxis" "[-0.156434 -0.987688 0 -16.0945] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3" + "plane" "(-640 768 0) (-640 -512 0) (-640 -512 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.156434 0.987688 0 16.0945] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4" + "plane" "(640 768 -64) (640 -512 -64) (640 -512 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.156434 0.987688 0 16.0945] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5" + "plane" "(640 768 0) (-640 768 0) (-640 768 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.987688 -0.156434 0 57.6964] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6" + "plane" "(640 -512 -64) (-640 -512 -64) (-640 -512 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.987688 -0.156434 0 57.6964] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 237 210" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "58" + side + { + "id" "19" + "plane" "(-768 768 320) (-640 768 320) (-640 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "20" + "plane" "(-768 -512 -256) (-640 -512 -256) (-640 768 -256)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21" + "plane" "(-768 768 320) (-768 -512 320) (-768 -512 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "22" + "plane" "(-640 768 -256) (-640 -512 -256) (-640 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23" + "plane" "(-640 768 320) (-768 768 320) (-768 768 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24" + "plane" "(-640 -512 -256) (-768 -512 -256) (-768 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 181" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "59" + side + { + "id" "36" + "plane" "(640 768 320) (768 768 320) (768 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(640 -512 -256) (768 -512 -256) (768 768 -256)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "34" + "plane" "(640 768 320) (640 -512 320) (640 -512 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "33" + "plane" "(768 768 -256) (768 -512 -256) (768 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(768 768 320) (640 768 320) (640 768 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(768 -512 -256) (640 -512 -256) (640 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 181" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "60" + side + { + "id" "48" + "plane" "(-640 896 320) (640 896 320) (640 768 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "47" + "plane" "(-640 768 -256) (640 768 -256) (640 896 -256)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "46" + "plane" "(-640 896 320) (-640 768 320) (-640 768 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "45" + "plane" "(640 896 -256) (640 768 -256) (640 768 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "44" + "plane" "(640 896 320) (-640 896 320) (-640 896 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "43" + "plane" "(640 768 -256) (-640 768 -256) (-640 768 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 181" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62" + side + { + "id" "60" + "plane" "(-640 -512 320) (640 -512 320) (640 -640 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "59" + "plane" "(-640 -640 -256) (640 -640 -256) (640 -512 -256)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "58" + "plane" "(-640 -512 320) (-640 -640 320) (-640 -640 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "57" + "plane" "(640 -512 -256) (640 -640 -256) (640 -640 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "56" + "plane" "(640 -512 320) (-640 -512 320) (-640 -512 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "55" + "plane" "(640 -640 -256) (-640 -640 -256) (-640 -640 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 181" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/MCDV/de_tavr_test_displacement.vmx b/MCDV/de_tavr_test_displacement.vmx new file mode 100644 index 0000000..2e95b2f --- /dev/null +++ b/MCDV/de_tavr_test_displacement.vmx @@ -0,0 +1,559 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "8075" + "mapversion" "15" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ + visgroup + { + "name" "tavr_layout" + "visgroupid" "5" + "color" "189 210 187" + } +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "64" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "15" + "classname" "worldspawn" + "skyname" "sky_dust" + "maxpropscreenwidth" "-1" + "detailvbsp" "detail.vbsp" + "detailmaterial" "detail/detailsprites" + solid + { + "id" "2" + side + { + "id" "1" + "plane" "(-640 768 0) (640 768 0) (640 -512 0)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[0.987688 -0.156434 0 121.696] 0.25" + "vaxis" "[-0.156434 -0.987688 0 -80.0945] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "4" + "startposition" "[-640 -512 0]" + "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 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 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" + } + distances + { + "row0" "8.02175 16.9236 22.4677 18.6469 7.88906 1.44341 2.79502 10.5368 34.3635 60.3812 86.2153 104.03 109.606 107.761 95.4944 78.7629 59.2619" + "row1" "28.6063 41.6285 45.8012 39.3579 28.3171 14.8005 8.64249 16.5952 35.5428 59.8842 84.1527 101.387 107.218 106.21 100.062 89.9535 68.844" + "row2" "57.1671 74.783 77.3126 67.313 49.4423 31.4189 16.8408 15.4829 29.4216 50.5057 65.8656 77.3476 84.0132 87.159 97.2594 94.5089 74.8491" + "row3" "77.2756 94.593 97.5668 85.8185 64.96 43.0779 22.7774 14.918 16.9547 27.1113 34.0605 38.3188 47.2075 65.1445 83.6134 87.7526 77.0697" + "row4" "86.7638 104.06 104.651 88.9075 63.0623 37.22 24.2016 14.8536 10.6825 7.3423 8.86698 12.6976 25.2993 50.1286 73.2205 83.5446 80.0817" + "row5" "90.9995 108.614 105.969 81.6367 44.8973 22.6503 12.0666 9.55789 8.11288 8.94452 11.967 16.4812 25.2885 50.2869 76.1279 91.5015 93.0505" + "row6" "96.3981 113.243 105.972 74.0924 30.3666 4.14618 3.54917 3.24425 1.10013 5.7062 18.0392 21.6804 31.2433 55.6198 83.9412 97.0502 96.7831" + "row7" "98.5616 114.625 106.657 75.7744 30.0462 1.21969 7.16068 13.0885 13.8346 2.73075 11.0681 19.6021 30.6527 56.9681 84.4816 96.8577 92.2067" + "row8" "97.2571 114.709 110.351 86.4357 41.2593 1.22886 20.969 32.0978 32.0855 18.3832 2.35648 12.4827 25.5248 56.8139 80.6238 89.2042 83.9218" + "row9" "95.5405 114.618 114.075 94.0206 51.1021 2.77425 28.185 40.8422 41.7537 30.3085 12.2254 3.08493 24.8852 53.3303 74.1496 81.3178 77.4948" + "row10" "84.0722 106.022 107.15 89.3638 50.8496 4.69723 21.5011 35.1207 40.4094 33.5104 17.9037 2.64984 26.0222 47.8624 64.1263 73.7462 72.3756" + "row11" "72.7675 95.1827 95.0275 77.9707 49.1836 13.1582 9.60727 20.1089 27.9113 24.7903 13.8121 7.52818 28.7825 44.5814 58.7234 72.8333 73.3159" + "row12" "75.3278 93.5059 89.97 70.9695 47.133 24.0171 8.87264 3.24379 1.94146 8.79439 24.2707 30.9094 33.3616 46.1829 64.8678 76.3218 76.1497" + "row13" "99.3787 112.273 98.1023 72.4893 54.8449 46.2948 40.9734 46.2787 55.4666 69.0758 79.6799 75.129 56.7263 55.8645 73.9881 89.5264 90.9848" + "row14" "123.874 129.98 119.033 89.87 62.8023 64.5508 76.54 86.9124 102.687 117.042 117.597 109.558 86.3996 77.1321 93.4435 101.926 99.5842" + "row15" "134.909 139.559 127.49 99.025 68.4937 68.4729 85.4738 103.151 121.164 132.6 133.287 122.363 99.1462 93.1907 103.092 106.141 103.385" + "row16" "123.67 129.003 116.856 85.699 58.3226 62.9087 78.6464 96.8633 113.117 122.269 124.693 114.623 92.6443 85.8197 91.917 95.9573 94.9618" + } + 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 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" + "row4" "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" + "row6" "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" + "row8" "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" + "row10" "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" + "row12" "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" + "row14" "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" + "row16" "0 0 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 9 9 9 9 9 9 9 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 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 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 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 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 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 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 9 9 9 9 9 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 9 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 9 9 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 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 1 1 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 9 9 9 9 9 9 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" "2" + "plane" "(-640 -512 -64) (640 -512 -64) (640 768 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.987688 -0.156434 0 57.6964] 0.25" + "vaxis" "[-0.156434 -0.987688 0 -16.0945] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3" + "plane" "(-640 768 0) (-640 -512 0) (-640 -512 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.156434 0.987688 0 16.0945] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4" + "plane" "(640 768 -64) (640 -512 -64) (640 -512 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.156434 0.987688 0 16.0945] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5" + "plane" "(640 768 0) (-640 768 0) (-640 768 -64)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.987688 -0.156434 0 57.6964] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6" + "plane" "(640 -512 -64) (-640 -512 -64) (-640 -512 0)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0.987688 -0.156434 0 57.6964] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 237 210" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "58" + side + { + "id" "19" + "plane" "(-768 768 320) (-640 768 320) (-640 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "20" + "plane" "(-768 -512 -256) (-640 -512 -256) (-640 768 -256)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21" + "plane" "(-768 768 320) (-768 -512 320) (-768 -512 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "22" + "plane" "(-640 768 -256) (-640 -512 -256) (-640 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23" + "plane" "(-640 768 320) (-768 768 320) (-768 768 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "24" + "plane" "(-640 -512 -256) (-768 -512 -256) (-768 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 181" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "59" + side + { + "id" "36" + "plane" "(640 768 320) (768 768 320) (768 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(640 -512 -256) (768 -512 -256) (768 768 -256)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "34" + "plane" "(640 768 320) (640 -512 320) (640 -512 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "33" + "plane" "(768 768 -256) (768 -512 -256) (768 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(768 768 320) (640 768 320) (640 768 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(768 -512 -256) (640 -512 -256) (640 -512 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 181" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "60" + side + { + "id" "48" + "plane" "(-640 896 320) (640 896 320) (640 768 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "47" + "plane" "(-640 768 -256) (640 768 -256) (640 896 -256)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "46" + "plane" "(-640 896 320) (-640 768 320) (-640 768 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "45" + "plane" "(640 896 -256) (640 768 -256) (640 768 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "44" + "plane" "(640 896 320) (-640 896 320) (-640 896 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "43" + "plane" "(640 768 -256) (-640 768 -256) (-640 768 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 181" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "62" + side + { + "id" "60" + "plane" "(-640 -512 320) (640 -512 320) (640 -640 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "59" + "plane" "(-640 -640 -256) (640 -640 -256) (640 -512 -256)" + "material" "DEV/DEV_MEASUREGENERIC01" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "58" + "plane" "(-640 -512 320) (-640 -640 320) (-640 -640 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "57" + "plane" "(640 -512 -256) (640 -640 -256) (640 -640 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "56" + "plane" "(640 -512 320) (-640 -512 320) (-640 -512 -256)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "55" + "plane" "(640 -640 -256) (-640 -640 -256) (-640 -640 320)" + "material" "DEV/GRAYGRID" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 140 181" + "visgroupid" "5" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/MCDV/de_tavr_test_radar.dds b/MCDV/de_tavr_test_radar.dds new file mode 100644 index 0000000..1a1d9e5 Binary files /dev/null and b/MCDV/de_tavr_test_radar.dds differ diff --git a/MCDV/depth.fs b/MCDV/depth.fs deleted file mode 100644 index 24fc069..0000000 --- a/MCDV/depth.fs +++ /dev/null @@ -1,19 +0,0 @@ -#version 330 core -out vec4 FragColor; - -uniform vec3 color; -uniform float test; - -uniform float HEIGHT_MIN; -uniform float HEIGHT_MAX; - -in vec3 FragPos; -in float Depth; -in float Alpha; - - -void main() -{ - float height = pow((Depth - HEIGHT_MIN) / HEIGHT_MAX, 2.2); - FragColor = vec4(height, height, height, Alpha); -} \ No newline at end of file diff --git a/MCDV/displacement-test.png b/MCDV/displacement-test.png new file mode 100644 index 0000000..a1c5a07 Binary files /dev/null and b/MCDV/displacement-test.png differ diff --git a/MCDV/fuzzy_select.h b/MCDV/fuzzy_select.h new file mode 100644 index 0000000..76266a0 --- /dev/null +++ b/MCDV/fuzzy_select.h @@ -0,0 +1,31 @@ +#pragma once +#include +#include +#include + +#include "plane.h" +#include "convexPolytope.h" + +namespace fuzzy_select{ + + + Plane* find_plane_by_normal(std::vector planes, glm::vec3 normal, float error = 0.01f) { + for (auto && p : planes) { + if (glm::distance(p->normal, normal) < error) + return p; + } + + return NULL; + } + + // This just, doesnt work?? + BrushPolygon* find_bpoly_by_normal(std::vector polys, glm::vec3 normal, float error = 0.0001f) { + for (auto && p : polys) { + if (glm::distance(p.plane.normal, normal) < error) + return &p; + } + + return NULL; + } + +} \ No newline at end of file diff --git a/MCDV/main.cpp b/MCDV/main.cpp index 3be9e31..3af7a55 100644 --- a/MCDV/main.cpp +++ b/MCDV/main.cpp @@ -1,731 +1,245 @@ -const char* MCDV_VERSION = "1.5.3"; - -#include -#include #include -#include -#include -#include -#include -#include +#include "vmf.hpp" +// OPENGL +#include +#include #include "GLFWUtil.hpp" -#include "vbsp.hpp" -#include "nav.hpp" -#include "radar.hpp" -#include "util.h" - #include "Shader.hpp" -#include "Texture.hpp" -#include "Camera.hpp" -#include "Mesh.hpp" -#include "GameObject.hpp" -#include "TextFont.hpp" -#include "Console.hpp" -#include "FrameBuffer.hpp" +//#include "Texture.hpp" +//#include "Camera.hpp" +//#include "Mesh.hpp" +//#include "GameObject.hpp" +//#include "TextFont.hpp" +//#include "Console.hpp" +//#include "FrameBuffer.hpp" #include #include #include -#ifdef WIN32 -#include -#include -#endif - -void framebuffer_size_callback(GLFWwindow* window, int width, int height); -void processInput(GLFWwindow* window, util_keyHandler keys); -void mouse_callback(GLFWwindow* window, double xpos, double ypos); -void mouse_button_callback(GLFWwindow* window, int button, int action, int mods); -void scroll_callback(GLFWwindow* window, double xoffset, double yoffset); - -inline void opengl_render_opaque() { - glDisable(GL_BLEND); - glEnable(GL_DEPTH_TEST); - glDepthMask(GL_TRUE); -} -inline void opengl_render_additive() { - glDepthMask(GL_TRUE); - glEnable(GL_BLEND); - - // I still do not fully understand OPENGL blend modes. However these equations looks nice for the grid floor. - glBlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD); - glBlendFuncSeparate(GL_ONE, GL_ONE, GL_ZERO, GL_ONE); -} - -#define SOURCE_OGL_SCALEFACTOR 0.01f - -int window_width = 1024; -int window_height = 1024; - -float deltaTime = 0.0f; -float lastFrame = 0.0f; - -bool isClicking = false; - -double mousex = 0.0; -double mousey = 0.0; - -Camera camera; -Console console; - -int SV_WIREFRAME = 0; //0: off 1: overlay 2: only -int SV_RENDERMODE = 0; -int SV_PERSPECTIVE = 0; - -int M_HEIGHT_MIN = 0.0f; -int M_HEIGHT_MAX = 10.0f * 100.0f; - -int M_CLIP_NEAR = 0.1f * 100.0f; -int M_CLIP_FAR = 100.0f * 100.0f; - -int T_RENDER_RESOLUTION_X = 1024; -int T_RENDER_RESOLUTION_Y = 1024; -bool T_ARM_FOR_FB_RENDER = false; - -bool SV_DRAW_BSP = true; -bool SV_DRAW_NAV = false; - -bool V_DO_QUIT = false; - -std::string _filesrc_bsp; -std::string _filesrc_nav; - -Radar* _radar; - -Mesh* mesh_map_bsp = NULL; -Mesh* mesh_map_nav = NULL; - -int M_ORTHO_SIZE = 20; - -// Runtime UI stuffz -void update_globals_ui_text(TextFont* target); //Auto update the ui text -TextFont* ui_text_info; -TextFont* ui_text_loaded; - -//CCMDS -void _ccmd_renderbsp() { SV_RENDERMODE = 0; } -void _ccmd_rendernav() { SV_RENDERMODE = 1; } -void _ccmd_exit() { V_DO_QUIT = true; } -void _ccmd_perspective() { SV_PERSPECTIVE = 0; } -void _ccmd_orthographic() { SV_PERSPECTIVE = 1; } -void _ccmd_render_image() { T_ARM_FOR_FB_RENDER = true; } -void _ccmd_reset_ang() { camera.pitch = -90; camera.yaw = 0; camera.mouseUpdate(0, 0, true); } +#define STBI_MSC_SECURE_CRT +#define STB_IMAGE_WRITE_IMPLEMENTATION +#include "stb_image_write.h" -// Some windows stuff -#ifdef WIN32 -void _ccmd_open_generic_win() { - OPENFILENAME ofn; // common dialog box structure - char szFile[260]; // buffer for file name - //HWND hwnd; // owner window - HANDLE hf; // file handle - // Initialize OPENFILENAME - ZeroMemory(&ofn, sizeof(ofn)); - ofn.lStructSize = sizeof(ofn); - //ofn.hwndOwner = hwnd; - ofn.lpstrFile = szFile; - // Set lpstrFile[0] to '\0' so that GetOpenFileName does not - // use the contents of szFile to initialize itself. - ofn.lpstrFile[0] = '\0'; - ofn.nMaxFile = sizeof(szFile); - ofn.lpstrFilter = "Map Files (*.nav;*.bsp)\0*.NAV;*.BSP\0Nav Mesh\0*.NAV\0BSP file\0*.BSP\0"; - ofn.nFilterIndex = 1; - ofn.lpstrFileTitle = NULL; - ofn.nMaxFileTitle = 0; - ofn.lpstrInitialDir = NULL; - ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; +void render_to_png(int x, int y, const char* filepath){ + void* data = malloc(3 * x * y); - // Display the Open dialog box. + glReadPixels(0, 0, x, y, GL_RGB, GL_UNSIGNED_BYTE, data); - if (GetOpenFileName(&ofn) == TRUE) { - - if (split(ofn.lpstrFile, '.').back() == "bsp") { - vbsp_level bsp_map(ofn.lpstrFile, true); - mesh_map_bsp = new Mesh(bsp_map.generate_bigmesh()); - std::cout << "Opening BSP file" << std::endl; - } - - if (split(ofn.lpstrFile, '.').back() == "nav") { - Nav::Mesh bob(ofn.lpstrFile); - mesh_map_nav = new Mesh(bob.generateGLMesh()); - std::cout << "Opening NAV mesh file" << std::endl; - } - } - else { - console.FeedBack("Couldn't read file. (getopenfilename)", MSG_STATUS::ERR); - mesh_map_nav = NULL; - } -} - -void _ccmd_open_nav_win() { - OPENFILENAME ofn; // common dialog box structure - char szFile[260]; // buffer for file name - //HWND hwnd; // owner window - HANDLE hf; // file handle - // Initialize OPENFILENAME - ZeroMemory(&ofn, sizeof(ofn)); - ofn.lStructSize = sizeof(ofn); - //ofn.hwndOwner = hwnd; - ofn.lpstrFile = szFile; - // Set lpstrFile[0] to '\0' so that GetOpenFileName does not - // use the contents of szFile to initialize itself. - ofn.lpstrFile[0] = '\0'; - ofn.nMaxFile = sizeof(szFile); - ofn.lpstrFilter = "Nav Mesh\0*.NAV\0"; - ofn.nFilterIndex = 1; - ofn.lpstrFileTitle = NULL; - ofn.nMaxFileTitle = 0; - ofn.lpstrInitialDir = NULL; - ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; - - // Display the Open dialog box. - - if (GetOpenFileName(&ofn) == TRUE) { - - Nav::Mesh bob(ofn.lpstrFile); - //mesh_map_nav->~Mesh(); //Destroy old mesh - mesh_map_nav = new Mesh(bob.generateGLMesh()); - - } - else { - console.FeedBack("Couldn't read file. (getopenfilename)"); - mesh_map_nav = NULL; - } -} - -void _ccmd_open_bsp_win() { - OPENFILENAME ofn; // common dialog box structure - char szFile[260]; // buffer for file name - //HWND hwnd; // owner window - HANDLE hf; // file handle - // Initialize OPENFILENAME - ZeroMemory(&ofn, sizeof(ofn)); - ofn.lStructSize = sizeof(ofn); - //ofn.hwndOwner = hwnd; - ofn.lpstrFile = szFile; - // Set lpstrFile[0] to '\0' so that GetOpenFileName does not - // use the contents of szFile to initialize itself. - ofn.lpstrFile[0] = '\0'; - ofn.nMaxFile = sizeof(szFile); - ofn.lpstrFilter = "BSP file\0*.BSP\0"; - ofn.nFilterIndex = 1; - ofn.lpstrFileTitle = NULL; - ofn.nMaxFileTitle = 0; - ofn.lpstrInitialDir = NULL; - ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; - - // Display the Open dialog box. - - if (GetOpenFileName(&ofn) == TRUE) { - - vbsp_level bsp_map(ofn.lpstrFile, true); - mesh_map_bsp = new Mesh(bsp_map.generate_bigmesh()); - - } - else { - console.FeedBack("Couldn't read file. (getopenfilename)"); - mesh_map_bsp = NULL; + if (data != 0) { + stbi_flip_vertically_on_write(true); + stbi_write_png(filepath, x, y, 3, data, x * 3); } } -#endif - -void _ccmd_help() { - console.FeedBack(R"TERRI00( - -Controls: - WASD Fly - Click and drag Look around - ` or ~ key Open console - -Commands: - General: - QUIT / EXIT Closes (wow!) - NAV View nav mesh - BSP View bsp file - HELP Helps you out - - Camera: - PERSPECTIVE / PERSP Switches to perspective view - ORTHOGRAPHIC / ORTHO Switches to orthographic view - OSIZE / SIZE Changes the orthographic scale - LOOKDOWN Sets yaw to 0, pitch to -90 - - RENDER Renders the view to render.png - - Variables: - RENDERMODE Same as nav/bsp switch - PROJMATRIX Same as persp/ortho - - Variables (the actual height stuff): - MIN Minimum levels of height (units) - MAX Maximum levels of height (units) - - FARZ Far clip plane of the camera - NEARZ Near clip plane of the camera -)TERRI00", MSG_STATUS::SUCCESS); -} - -void _ccmd_thanks() { - console.FeedBack(R"TERRI00( - -Thank you: - JamDoggie - CrTech - JimWood)TERRI00", MSG_STATUS::THANKS); -} int main(int argc, char* argv[]) { - _filesrc_bsp = "none"; - _filesrc_nav = "none"; + std::cout << "Loading VMF\n"; + vmf::vmf vmf_main("blimey.vmf"); - _chdir(argv[0]); //Reset working directory + std::cout << "Initializing OpenGL\n"; - std::cout << argv[0] << std::endl; +#pragma region init_opengl - for (int i = 1; i < argc; ++i) { - char* _arg = argv[i]; - std::string arg = _arg; - - if (split(arg, '.').back() == "bsp") { - _filesrc_bsp = arg; - } - - if (split(arg, '.').back() == "nav") { - _filesrc_nav = arg; - } - } - -#pragma region Initialisation - - std::cout << "CS:GO Heightmap generator" << std::endl; - - //Initialize OpenGL glfwInit(); glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); //We are using version 3.3 of openGL glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3); glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); glfwWindowHint(GLFW_RESIZABLE, GL_FALSE); - //glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); - - //Creating the window - GLFWwindow* window = glfwCreateWindow(window_width, window_height, "CS:GO Heightmap generator", NULL, NULL); + glfwWindowHint(GLFW_VISIBLE, GL_FALSE); // Window le nope + + //Create window + GLFWwindow* window = glfwCreateWindow(1, 1, "If you are seeing this window, something is broken", NULL, NULL); //Check if window open - if (window == NULL) - { + if (window == NULL){ std::cout << "Failed to create GLFW window" << std::endl; glfwTerminate(); return -1; } glfwMakeContextCurrent(window); //Settingn up glad - if (!gladLoadGLLoader((GLADloadproc)glfwGetProcAddress)) - { + if (!gladLoadGLLoader((GLADloadproc)glfwGetProcAddress)){ std::cout << "Failed to initialize GLAD" << std::endl; return -1; } - //Viewport - glViewport(0, 0, 1024, 1024); - glfwSetFramebufferSizeCallback(window, framebuffer_size_callback); - - //Mouse - glfwSetCursorPosCallback(window, mouse_callback); - glfwSetScrollCallback(window, scroll_callback); - glfwSetMouseButtonCallback(window, mouse_button_callback); - -#pragma endregion - - // configure global opengl state - // ----------------------------- glEnable(GL_DEPTH_TEST); - //The unlit shader thing - Shader shader_unlit("shaders/unlit.vs", "shaders/unlit.fs"); - Shader shader_lit("shaders/depth.vs", "shaders/depth.fs"); - - //Mesh handling ----------------------------------------------------------------------------- - - if (_filesrc_bsp != "none") { - vbsp_level bsp_map(_filesrc_bsp, true); - mesh_map_bsp = new Mesh(bsp_map.generate_bigmesh()); - } - - if (_filesrc_nav != "none") { - Nav::Mesh bob(_filesrc_nav); - mesh_map_nav = new Mesh(bob.generateGLMesh()); - } - - //Radar rtest("de_overpass.txt"); - //_radar = &rtest; - - //VertAlphaMesh t300(vbsp_level::genVertAlpha(t200.vertices, t201.vertices)); - - util_keyHandler keys(window); - //Create camera (test) - camera = Camera(&keys); - - glEnable(GL_CULL_FACE); - glCullFace(GL_FRONT); - - float _gs = 4096.0f; - float _uvs = 8.0f; - - // World Grid - Mesh* world_grid_mesh = new Mesh(std::vector{ - -(_gs * SOURCE_OGL_SCALEFACTOR), -0.0025f, -(_gs * SOURCE_OGL_SCALEFACTOR), -_uvs, -_uvs, - -(_gs * SOURCE_OGL_SCALEFACTOR), -0.0025f, _gs * SOURCE_OGL_SCALEFACTOR, -_uvs, _uvs, - _gs * SOURCE_OGL_SCALEFACTOR, -0.0025f, -(_gs * SOURCE_OGL_SCALEFACTOR), _uvs, -_uvs, - -(_gs * SOURCE_OGL_SCALEFACTOR), -0.0025f, _gs * SOURCE_OGL_SCALEFACTOR, -_uvs, _uvs, - _gs * SOURCE_OGL_SCALEFACTOR, -0.0025f, _gs * SOURCE_OGL_SCALEFACTOR, _uvs, _uvs, - _gs * SOURCE_OGL_SCALEFACTOR, -0.0025f, -(_gs * SOURCE_OGL_SCALEFACTOR), _uvs, -_uvs - }, MeshMode::POS_XYZ_TEXCOORD_UV); - - Mesh* world_grid_mesh_t = new Mesh(std::vector{ - -2.560f, -2.560f, 0.0f, -1.0f, -1.0f, 0.0f, - -2.560f, 2.560f, 0.0f, -1.0f, 1.0f, 0.0f, - 2.560f, -2.560f, 0.0f, 1.0f, -1.0f, 0.0f, - -2.560f, 2.560f, 0.0f, -1.0f, 1.0f, 0.0f, - 2.560f, 2.560f, 0.0f, 1.0f, 1.0f, 0.0f, - 2.560f, -2.560f, 0.0f, 1.0f, -1.0f, 0.0f - }); - - Texture world_grid_mesh_texture("textures/grid.png"); - - Shader world_grid_shader("shaders/worldgrid.vs", "shaders/worldgrid.fs"); - - TextFont::init(); //Setup textfonts before we use it - - /* - ui_text_info = new TextFont("Hello World!"); - ui_text_info->size = glm::vec2(1.0f / window_width, 1.0f / window_height) * 2.0f; - ui_text_info->alpha = 1.0f; - ui_text_info->color = glm::vec3(0.75f, 0.75f, 0.75f); - ui_text_info->screenPosition = glm::vec2(0, (1.0f / window_height) * 15.0f); */ - - - ui_text_loaded = new TextFont("Currently Loaded:\n " + std::string(_filesrc_bsp) + "\n " + std::string(_filesrc_nav)); - ui_text_loaded->size = glm::vec2(1.0f / window_width, 1.0f / window_height) * 2.0f; - ui_text_loaded->alpha = 1.0f; - ui_text_loaded->color = glm::vec3(0.88f, 0.75f, 0.1f); - ui_text_loaded->screenPosition = glm::vec2(0, 1.0f - ((1.0f / window_height) * 45.0f)); - - //update_globals_ui_text(ui_text_info); //Update globals - - //Generate console - console = Console(&keys, &window_width, &window_height); - console.RegisterCVar("RENDERMODE", &SV_RENDERMODE); - - //Experimental -#ifdef WIN32 - console.RegisterCmd("OPENNAV", &_ccmd_open_nav_win); - console.RegisterCmd("OPENBSP", &_ccmd_open_bsp_win); - console.RegisterCmd("OPEN", &_ccmd_open_generic_win); -#endif - - //Help - console.RegisterCmd("HELP", &_ccmd_help); - - //Quit ccmds - console.RegisterCmd("QUIT", &_ccmd_exit); - console.RegisterCmd("EXIT", &_ccmd_exit); - - //Render modes - console.RegisterCmd("NAV", &_ccmd_rendernav); - console.RegisterCmd("BSP", &_ccmd_renderbsp); - - console.RegisterCmd("PERSPECTIVE", &_ccmd_perspective); - console.RegisterCmd("PERSP", &_ccmd_perspective); - console.RegisterCmd("ORTHOGRAPHIC", &_ccmd_orthographic); - console.RegisterCmd("ORTHO", &_ccmd_orthographic); - console.RegisterCmd("LOOKDOWN", &_ccmd_reset_ang); - - //console.RegisterCVar("SX", &T_RENDER_RESOLUTION_X); - //console.RegisterCVar("SY", &T_RENDER_RESOLUTION_Y); - console.RegisterCmd("RENDER", &_ccmd_render_image); - - //Register CVARS - console.RegisterCVar("RENDERMODE", &SV_RENDERMODE); - console.RegisterCVar("PROJMATRIX", &SV_PERSPECTIVE); - console.RegisterCVar("MIN", &M_HEIGHT_MIN); - console.RegisterCVar("MAX", &M_HEIGHT_MAX); - console.RegisterCVar("OSIZE", &M_ORTHO_SIZE); - console.RegisterCVar("SIZE", &M_ORTHO_SIZE); - - //Far/near - console.RegisterCVar("FARZ", &M_CLIP_FAR); - console.RegisterCVar("NEARZ", &M_CLIP_NEAR); - - //Thanks - console.RegisterCmd("THANKS", &_ccmd_thanks); - console.FeedBack(std::string("CSGO Heightmap - Version : ") + MCDV_VERSION, MSG_STATUS::THANKS); - - //FrameBuffer t_frame_buffer = FrameBuffer(); - - //The main loop - while (!glfwWindowShouldClose(window)) - { - float currentFrame = glfwGetTime(); - deltaTime = currentFrame - lastFrame; - lastFrame = currentFrame; - - //Input - processInput(window, keys); - if (!console.isEnabled) - camera.handleInput(deltaTime); - - console.handleKeysTick(); - - if (T_ARM_FOR_FB_RENDER) { - //t_frame_buffer.Bind(); - glViewport(0, 0, T_RENDER_RESOLUTION_X, T_RENDER_RESOLUTION_Y); - } - - //Rendering commands - glClearColor(0.05f, 0.05f, 0.05f, 1.0f); - + glViewport(0, 0, 1024, 1024); - if (T_ARM_FOR_FB_RENDER) glClearColor(0.0f, 1.0f, 0.00f, 1.0f); + glClearColor(0.00f, 0.00f, 0.00f, 1.0f); - glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); - glPolygonMode(GL_FRONT, GL_FILL); +#pragma endregion +#pragma region init_framebuffer - opengl_render_opaque(); + unsigned int framebuffer; + glGenFramebuffers(1, &framebuffer); + glBindFramebuffer(GL_FRAMEBUFFER, framebuffer); + // generate texture + unsigned int texColorBuffer; + glGenTextures(1, &texColorBuffer); + glBindTexture(GL_TEXTURE_2D, texColorBuffer); + glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1024, 1024, 0, GL_RGB, GL_UNSIGNED_BYTE, NULL); + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); + glBindTexture(GL_TEXTURE_2D, 0); - shader_lit.use(); - if (SV_PERSPECTIVE == 0) - shader_lit.setMatrix("projection", glm::perspective(glm::radians(90.0f / 2), (float)window_width / (float)window_height, (float)M_CLIP_NEAR * 0.01f, (float)M_CLIP_FAR * 0.01f)); - else - shader_lit.setMatrix("projection", glm::ortho(-(float)M_ORTHO_SIZE, (float)M_ORTHO_SIZE, -(float)M_ORTHO_SIZE, (float)M_ORTHO_SIZE, (float)M_CLIP_NEAR * 0.01f, (float)M_CLIP_FAR * 0.01f)); + // attach it to currently bound framebuffer object + glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texColorBuffer, 0); - shader_lit.setMatrix("view", camera.getViewMatrix()); + unsigned int rbo; + glGenRenderbuffers(1, &rbo); + glBindRenderbuffer(GL_RENDERBUFFER, rbo); + glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, 1024, 1024); + glBindRenderbuffer(GL_RENDERBUFFER, 0); - glm::mat4 model = glm::mat4(); - shader_lit.setMatrix("model", model); + glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, GL_RENDERBUFFER, rbo); - shader_lit.setVec3("color", 0.0f, 0.0f, 1.0f); - shader_lit.setFloat("HEIGHT_MIN", (float)M_HEIGHT_MIN * 0.01f); - shader_lit.setFloat("HEIGHT_MAX", (float)M_HEIGHT_MAX * 0.01f); + if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) + std::cout << "ERROR::FRAMEBUFFER:: Framebuffer is not complete!" << std::endl; + //glBindFramebuffer(GL_FRAMEBUFFER, 0); +#pragma endregion - if (SV_RENDERMODE == 0) { - glEnable(GL_CULL_FACE); - if (mesh_map_bsp != NULL) - mesh_map_bsp->Draw(); - } + std::cout << "Generating Meshes\n"; - if (SV_RENDERMODE == 1) { - glDisable(GL_CULL_FACE); - if (mesh_map_nav != NULL) - mesh_map_nav->Draw(); - } + vmf_main.ComputeGLMeshes(); + vmf_main.ComputeDisplacements(); + std::vector tavr_solids = vmf_main.getAllBrushesInVisGroup("tavr_layout"); - //GRID + std::vector tavr_buyzones = vmf_main.getAllBrushesByClassName("func_buyzone"); + std::vector tavr_bombtargets = vmf_main.getAllBrushesByClassName("func_bomb_target"); - opengl_render_additive(); +#pragma region bounds + std::cout << "Calculating bounds... "; - model = glm::mat4(); - world_grid_shader.use(); - if (SV_PERSPECTIVE == 0) - world_grid_shader.setMatrix("projection", glm::perspective(glm::radians(90.0f / 2), (float)window_width / (float)window_height, (float)M_CLIP_NEAR * 0.01f, (float)M_CLIP_FAR * 0.01f)); - else - world_grid_shader.setMatrix("projection", glm::ortho(-(float)M_ORTHO_SIZE, (float)M_ORTHO_SIZE, -(float)M_ORTHO_SIZE, (float)M_ORTHO_SIZE, (float)M_CLIP_NEAR * 0.01f, (float)M_CLIP_FAR * 0.01f)); + vmf::BoundingBox limits = vmf::getSolidListBounds(tavr_solids); + float z_render_min = limits.SEL.y; + float z_render_max = limits.NWU.y; - world_grid_shader.setMatrix("view", camera.getViewMatrix()); - world_grid_shader.setMatrix("model", model); - world_grid_shader.setFloat("alpha", 0.44f); - world_grid_shader.setInt("text", 0); + float padding = 128.0f; - world_grid_mesh_texture.bind(); - glDisable(GL_CULL_FACE); - world_grid_mesh->Draw(); + float x_bounds_min = -limits.NWU.x -padding; //inflate distances slightly + float x_bounds_max = -limits.SEL.x +padding; - opengl_render_opaque(); + float y_bounds_min = limits.SEL.z -padding; + float y_bounds_max = limits.NWU.z +padding; + float dist_x = x_bounds_max - x_bounds_min; + float dist_y = y_bounds_max - y_bounds_min; - if (!T_ARM_FOR_FB_RENDER) { // UI - console.draw(); + float mx_dist = glm::max(dist_x, dist_y); + + float justify_x = (mx_dist - dist_x) * 0.5f; + float justify_y = (mx_dist - dist_y) * 0.5f; - //ui_text_info->DrawWithBackground(); - //ui_text_loaded->DrawWithBackground(); - } + float render_ortho_scale = glm::round((mx_dist / 1024.0f) / 0.01f) * 0.01f * 1024.0f; // Take largest, scale up a tiny bit. Clamp to 1024 min. Do some rounding. + glm::vec2 view_origin = glm::vec2(x_bounds_min - justify_x, y_bounds_max + justify_y); - //Sort out render buffer stuff - if (T_ARM_FOR_FB_RENDER) { - std::cout << "Done" << std::endl; + std::cout << "done\n"; +#pragma endregion bounds - void* data = malloc(3 * T_RENDER_RESOLUTION_X * T_RENDER_RESOLUTION_Y); - glReadPixels(0, 0, T_RENDER_RESOLUTION_X, T_RENDER_RESOLUTION_Y, GL_RGB, GL_UNSIGNED_BYTE, data); + std::cout << "Compiling Shaders\n"; + Shader shader_depth("shaders/depth.vs", "shaders/depth.fs"); + Shader shader_unlit("shaders/unlit.vs", "shaders/unlit.fs"); - if (data != 0) { - stbi_flip_vertically_on_write(true); - stbi_write_png("render.png", T_RENDER_RESOLUTION_X, T_RENDER_RESOLUTION_Y, 3, data, T_RENDER_RESOLUTION_X * 3); - console.FeedBack("Done! Saved to: render.png", MSG_STATUS::SUCCESS); +#pragma region render_playable_space + std::cout << "Rendering playable space..."; + + glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); + glPolygonMode(GL_FRONT, GL_FILL); + //glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); + + shader_depth.use(); + shader_depth.setMatrix("projection", glm::ortho(view_origin.x, view_origin.x + render_ortho_scale , view_origin.y - render_ortho_scale, view_origin.y, -1024.0f, 1024.0f)); + shader_depth.setMatrix("view", glm::lookAt(glm::vec3(0, 0, 0), glm::vec3(0, -1.0f, 0), glm::vec3(0, 0, 1))); + + glm::mat4 model = glm::mat4(); + shader_depth.setMatrix("model", model); + + shader_depth.setVec3("color", 1.0f, 1.0f, 1.0f); + shader_depth.setFloat("HEIGHT_MIN", z_render_min); + shader_depth.setFloat("HEIGHT_MAX", z_render_max); + + for (auto && s_solid : tavr_solids) { + if(!s_solid->containsDisplacements) + s_solid->mesh->Draw(); + else { + for (auto && f : s_solid->faces) { + if (f.displacement != NULL) { + f.displacement->glMesh->Draw(); + } } - else - console.FeedBack("Something went wrong making render", MSG_STATUS::ERR); - - //t_frame_buffer.Unbind(); - glViewport(0, 0, window_width, window_height); - T_ARM_FOR_FB_RENDER = false; } - - - //Check and call events, swap buffers - glfwSwapBuffers(window); - glfwPollEvents(); - - if (V_DO_QUIT) - break; } - //Exit safely - glfwTerminate(); - return 0; -} + render_to_png(1024, 1024, "playable-space.png"); -//Automatically readjust to the new size we just received -void framebuffer_size_callback(GLFWwindow* window, int width, int height) -{ - glViewport(0, 0, width, height); - window_width = width; - window_height = height; -} + std::cout << "done!\n"; +#pragma endregion render_playable_space -bool K_CONTROL_MIN = false; -bool K_CONTROL_MAX = false; -int SV_EDITMODE = 0; +#pragma region render_buyzone_bombsites + std::cout << "Rendering bombsites & buyzones space..."; -void setWindowTitle() { - std::string title = "BigmanEngine | "; + glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); + glPolygonMode(GL_FRONT, GL_FILL); + //glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); -} + shader_unlit.use(); + shader_unlit.setMatrix("projection", glm::ortho(view_origin.x, view_origin.x + render_ortho_scale, view_origin.y - render_ortho_scale, view_origin.y, -1024.0f, 1024.0f)); + shader_unlit.setMatrix("view", glm::lookAt(glm::vec3(0, 0, 0), glm::vec3(0, -1.0f, 0), glm::vec3(0, 0, 1))); + shader_unlit.setMatrix("model", model); -void processInput(GLFWwindow* window, util_keyHandler keys) -{ - if (keys.getKeyDown(GLFW_KEY_ESCAPE)) - glfwSetWindowShouldClose(window, true); + shader_unlit.setVec3("color", 0.0f, 1.0f, 0.0f); - if (keys.getKeyDown(GLFW_KEY_GRAVE_ACCENT)) - console.isEnabled = !console.isEnabled; - - - return; - if (keys.getKeyDown(GLFW_KEY_1)) { - SV_EDITMODE = 0; - update_globals_ui_text(ui_text_info); //Update globals - } - if (keys.getKeyDown(GLFW_KEY_2)) { - SV_EDITMODE = 1; - update_globals_ui_text(ui_text_info); //Update globals - } - if (keys.getKeyDown(GLFW_KEY_3)) { - SV_EDITMODE = 2; //glfwSetWindowTitle(window, "Bigman Engine :: de_overpass.bsp - EDITING NEAR"); - update_globals_ui_text(ui_text_info); //Update globals - } - if (keys.getKeyDown(GLFW_KEY_4)) { - SV_EDITMODE = 3; //glfwSetWindowTitle(window, "Bigman Engine :: de_overpass.bsp - EDITING FAR"); - update_globals_ui_text(ui_text_info); //Update globals + for (auto && s_solid : tavr_buyzones) { + s_solid->mesh->Draw(); } - if (keys.getKeyDown(GLFW_KEY_5)) { - SV_PERSPECTIVE = 0; - update_globals_ui_text(ui_text_info); //Update globals - } + shader_unlit.setVec3("color", 1.0f, 0.0f, 0.0f); - if (keys.getKeyDown(GLFW_KEY_6)) { - SV_PERSPECTIVE = 1; - update_globals_ui_text(ui_text_info); //Update globals + for (auto && s_solid : tavr_bombtargets) { + s_solid->mesh->Draw(); } + render_to_png(1024, 1024, "buyzone-bombtargets.png"); - if (keys.getKeyDown(GLFW_KEY_7)) { - SV_RENDERMODE = 0; - update_globals_ui_text(ui_text_info); //Update globals - - } - - if (keys.getKeyDown(GLFW_KEY_8)) { - SV_RENDERMODE = 1; - update_globals_ui_text(ui_text_info); //Update globals - } - - if (keys.getKeyDown(GLFW_KEY_9)) { - SV_EDITMODE = 4; - //M_ORTHO_SIZE = (_radar->scale / 0.1f) / 2.0f; - //camera.cameraPos.x = (-_radar->pos_x ) * 0.01f; - //camera.cameraPos.z = (_radar->pos_y - 1024) * 0.01f; - update_globals_ui_text(ui_text_info); //Update globals - - } - - if (keys.getKeyDown(GLFW_KEY_0)) { - camera.yaw = 0; - camera.pitch = -90; - camera.mouseUpdate(0, 0, true); - //camera.cameraFront = glm::vec3(0, 0, -1); - //camera.cameraUp = glm::vec3(0, 1, 0); - } -} - -std::string _globals_editmode_lookups[] = { - "Minimum Z", - "Maximum Z", - "Far Clip plane", - "Near Clip plane", - "Orthographic Size" -}; - -void update_globals_ui_text(TextFont* target) { - - std::ostringstream ss; + std::cout << "done!\n"; +#pragma endregion - ss << "Perspective: " << (SV_PERSPECTIVE == 0 ? "Perspective" : "Orthographic") << "\n"; - if (SV_PERSPECTIVE == 1) ss << "Ortho scale: " << M_ORTHO_SIZE << "\n"; - ss << "Viewing: " << (SV_RENDERMODE == 0 ? "BSP" : "NAV") << "\n"; - ss << "Editing: " << _globals_editmode_lookups[SV_EDITMODE] << "\n"; +#pragma region generate_radar_txt + kv::DataBlock node_radar = kv::DataBlock(); + node_radar.name = "de_tavr_test"; + node_radar.Values.insert({ "material", "overviews/de_tavr_test" }); - target->SetText(ss.str()); -} + node_radar.Values.insert({ "pos_x", std::to_string(view_origin.x) }); + node_radar.Values.insert({ "pos_y", std::to_string(view_origin.y) }); + node_radar.Values.insert({ "scale", std::to_string(render_ortho_scale / 1024.0f) }); -void mouse_callback(GLFWwindow* window, double xpos, double ypos) -{ - camera.mouseUpdate(xpos, ypos, isClicking); - mousex = xpos; mousey = ypos; -} + std::ofstream out("de_tavr_test.txt"); + out << "// TAVR - AUTO RADAR. v 2.0.0\n"; + node_radar.Serialize(out); + out.close(); + +#pragma endregion generate_radar_txt -void scroll_callback(GLFWwindow* window, double xoffset, double yoffset) -{ - //camera.fov = glm::clamp(camera.fov + (float)yoffset, 2.0f, 90.0f); +#pragma region compositing - if (SV_EDITMODE == 0) - M_HEIGHT_MIN += (float)yoffset * 0.1f; - if (SV_EDITMODE == 1) - M_HEIGHT_MAX += (float)yoffset * 0.1f; +#pragma endregion compositing - if (SV_EDITMODE == 4) - M_ORTHO_SIZE += (float)yoffset * 0.1f; +#pragma region auto_export_game - //if (SV_EDITMODE == 2) M_CLIP_NEAR += (float)yoffset * 0.1f; +#pragma endregion - //if (SV_EDITMODE == 3) M_CLIP_FAR += (float)yoffset * 0.1f; -} + system("PAUSE"); + //Exit safely + glfwTerminate(); -void mouse_button_callback(GLFWwindow* window, int button, int action, int mods) -{ - if (button == GLFW_MOUSE_BUTTON_LEFT && action == GLFW_PRESS) - { - glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); - isClicking = true; - } - else - { - glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_NORMAL); - isClicking = false; - } + return 0; } \ No newline at end of file diff --git a/MCDV/main.cpp.backup.temp b/MCDV/main.cpp.backup.temp index a742ed3..3be9e31 100644 --- a/MCDV/main.cpp.backup.temp +++ b/MCDV/main.cpp.backup.temp @@ -1,3 +1,5 @@ +const char* MCDV_VERSION = "1.5.3"; + #include #include #include @@ -45,12 +47,12 @@ inline void opengl_render_opaque() { glDepthMask(GL_TRUE); } inline void opengl_render_additive() { - //glDepthMask(GL_FALSE); - glDepthMask(true); - + glDepthMask(GL_TRUE); glEnable(GL_BLEND); - glBlendFunc(GL_SRC_COLOR, GL_DST_ALPHA); - glBlendEquation(GL_FUNC_ADD); + + // I still do not fully understand OPENGL blend modes. However these equations looks nice for the grid floor. + glBlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD); + glBlendFuncSeparate(GL_ONE, GL_ONE, GL_ZERO, GL_ONE); } #define SOURCE_OGL_SCALEFACTOR 0.01f @@ -114,6 +116,49 @@ void _ccmd_reset_ang() { camera.pitch = -90; camera.yaw = 0; camera.mouseUpdate( // Some windows stuff #ifdef WIN32 +void _ccmd_open_generic_win() { + OPENFILENAME ofn; // common dialog box structure + char szFile[260]; // buffer for file name + //HWND hwnd; // owner window + HANDLE hf; // file handle + // Initialize OPENFILENAME + ZeroMemory(&ofn, sizeof(ofn)); + ofn.lStructSize = sizeof(ofn); + //ofn.hwndOwner = hwnd; + ofn.lpstrFile = szFile; + // Set lpstrFile[0] to '\0' so that GetOpenFileName does not + // use the contents of szFile to initialize itself. + ofn.lpstrFile[0] = '\0'; + ofn.nMaxFile = sizeof(szFile); + ofn.lpstrFilter = "Map Files (*.nav;*.bsp)\0*.NAV;*.BSP\0Nav Mesh\0*.NAV\0BSP file\0*.BSP\0"; + ofn.nFilterIndex = 1; + ofn.lpstrFileTitle = NULL; + ofn.nMaxFileTitle = 0; + ofn.lpstrInitialDir = NULL; + ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; + + // Display the Open dialog box. + + if (GetOpenFileName(&ofn) == TRUE) { + + if (split(ofn.lpstrFile, '.').back() == "bsp") { + vbsp_level bsp_map(ofn.lpstrFile, true); + mesh_map_bsp = new Mesh(bsp_map.generate_bigmesh()); + std::cout << "Opening BSP file" << std::endl; + } + + if (split(ofn.lpstrFile, '.').back() == "nav") { + Nav::Mesh bob(ofn.lpstrFile); + mesh_map_nav = new Mesh(bob.generateGLMesh()); + std::cout << "Opening NAV mesh file" << std::endl; + } + } + else { + console.FeedBack("Couldn't read file. (getopenfilename)", MSG_STATUS::ERR); + mesh_map_nav = NULL; + } +} + void _ccmd_open_nav_win() { OPENFILENAME ofn; // common dialog box structure char szFile[260]; // buffer for file name @@ -142,7 +187,7 @@ void _ccmd_open_nav_win() { Nav::Mesh bob(ofn.lpstrFile); //mesh_map_nav->~Mesh(); //Destroy old mesh mesh_map_nav = new Mesh(bob.generateGLMesh()); - + } else { console.FeedBack("Couldn't read file. (getopenfilename)"); @@ -302,7 +347,7 @@ int main(int argc, char* argv[]) { //Mesh handling ----------------------------------------------------------------------------- - if (_filesrc_bsp != "none"){ + if (_filesrc_bsp != "none") { vbsp_level bsp_map(_filesrc_bsp, true); mesh_map_bsp = new Mesh(bsp_map.generate_bigmesh()); } @@ -329,12 +374,12 @@ int main(int argc, char* argv[]) { // World Grid Mesh* world_grid_mesh = new Mesh(std::vector{ - -(_gs * SOURCE_OGL_SCALEFACTOR), 0.0f, -(_gs * SOURCE_OGL_SCALEFACTOR), -_uvs, -_uvs, - -(_gs * SOURCE_OGL_SCALEFACTOR), 0.0f, _gs * SOURCE_OGL_SCALEFACTOR, -_uvs, _uvs, - _gs * SOURCE_OGL_SCALEFACTOR, 0.0f, -(_gs * SOURCE_OGL_SCALEFACTOR), _uvs, -_uvs, - -(_gs * SOURCE_OGL_SCALEFACTOR), 0.0f, _gs * SOURCE_OGL_SCALEFACTOR, -_uvs, _uvs, - _gs * SOURCE_OGL_SCALEFACTOR, 0.0f, _gs * SOURCE_OGL_SCALEFACTOR, _uvs, _uvs, - _gs * SOURCE_OGL_SCALEFACTOR, 0.0f, -(_gs * SOURCE_OGL_SCALEFACTOR), _uvs, -_uvs + -(_gs * SOURCE_OGL_SCALEFACTOR), -0.0025f, -(_gs * SOURCE_OGL_SCALEFACTOR), -_uvs, -_uvs, + -(_gs * SOURCE_OGL_SCALEFACTOR), -0.0025f, _gs * SOURCE_OGL_SCALEFACTOR, -_uvs, _uvs, + _gs * SOURCE_OGL_SCALEFACTOR, -0.0025f, -(_gs * SOURCE_OGL_SCALEFACTOR), _uvs, -_uvs, + -(_gs * SOURCE_OGL_SCALEFACTOR), -0.0025f, _gs * SOURCE_OGL_SCALEFACTOR, -_uvs, _uvs, + _gs * SOURCE_OGL_SCALEFACTOR, -0.0025f, _gs * SOURCE_OGL_SCALEFACTOR, _uvs, _uvs, + _gs * SOURCE_OGL_SCALEFACTOR, -0.0025f, -(_gs * SOURCE_OGL_SCALEFACTOR), _uvs, -_uvs }, MeshMode::POS_XYZ_TEXCOORD_UV); Mesh* world_grid_mesh_t = new Mesh(std::vector{ @@ -353,13 +398,13 @@ int main(int argc, char* argv[]) { TextFont::init(); //Setup textfonts before we use it /* - ui_text_info = new TextFont("Hello World!"); - ui_text_info->size = glm::vec2(1.0f / window_width, 1.0f / window_height) * 2.0f; - ui_text_info->alpha = 1.0f; - ui_text_info->color = glm::vec3(0.75f, 0.75f, 0.75f); - ui_text_info->screenPosition = glm::vec2(0, (1.0f / window_height) * 15.0f); */ - - + ui_text_info = new TextFont("Hello World!"); + ui_text_info->size = glm::vec2(1.0f / window_width, 1.0f / window_height) * 2.0f; + ui_text_info->alpha = 1.0f; + ui_text_info->color = glm::vec3(0.75f, 0.75f, 0.75f); + ui_text_info->screenPosition = glm::vec2(0, (1.0f / window_height) * 15.0f); */ + + ui_text_loaded = new TextFont("Currently Loaded:\n " + std::string(_filesrc_bsp) + "\n " + std::string(_filesrc_nav)); ui_text_loaded->size = glm::vec2(1.0f / window_width, 1.0f / window_height) * 2.0f; ui_text_loaded->alpha = 1.0f; @@ -376,6 +421,7 @@ int main(int argc, char* argv[]) { #ifdef WIN32 console.RegisterCmd("OPENNAV", &_ccmd_open_nav_win); console.RegisterCmd("OPENBSP", &_ccmd_open_bsp_win); + console.RegisterCmd("OPEN", &_ccmd_open_generic_win); #endif //Help @@ -413,6 +459,7 @@ int main(int argc, char* argv[]) { //Thanks console.RegisterCmd("THANKS", &_ccmd_thanks); + console.FeedBack(std::string("CSGO Heightmap - Version : ") + MCDV_VERSION, MSG_STATUS::THANKS); //FrameBuffer t_frame_buffer = FrameBuffer(); @@ -425,7 +472,7 @@ int main(int argc, char* argv[]) { //Input processInput(window, keys); - if(!console.isEnabled) + if (!console.isEnabled) camera.handleInput(deltaTime); console.handleKeysTick(); @@ -436,21 +483,20 @@ int main(int argc, char* argv[]) { } //Rendering commands - glClearColor(0.05f, 0.05f, 0.2f, 1.0f); + glClearColor(0.05f, 0.05f, 0.05f, 1.0f); + - - if(T_ARM_FOR_FB_RENDER) glClearColor(0.0f, 1.0f, 0.00f, 1.0f); + if (T_ARM_FOR_FB_RENDER) glClearColor(0.0f, 1.0f, 0.00f, 1.0f); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glPolygonMode(GL_FRONT, GL_FILL); - opengl_render_opaque(); shader_lit.use(); - if(SV_PERSPECTIVE == 0) + if (SV_PERSPECTIVE == 0) shader_lit.setMatrix("projection", glm::perspective(glm::radians(90.0f / 2), (float)window_width / (float)window_height, (float)M_CLIP_NEAR * 0.01f, (float)M_CLIP_FAR * 0.01f)); else shader_lit.setMatrix("projection", glm::ortho(-(float)M_ORTHO_SIZE, (float)M_ORTHO_SIZE, -(float)M_ORTHO_SIZE, (float)M_ORTHO_SIZE, (float)M_CLIP_NEAR * 0.01f, (float)M_CLIP_FAR * 0.01f)); @@ -464,13 +510,13 @@ int main(int argc, char* argv[]) { shader_lit.setFloat("HEIGHT_MIN", (float)M_HEIGHT_MIN * 0.01f); shader_lit.setFloat("HEIGHT_MAX", (float)M_HEIGHT_MAX * 0.01f); - + if (SV_RENDERMODE == 0) { glEnable(GL_CULL_FACE); if (mesh_map_bsp != NULL) mesh_map_bsp->Draw(); } - + if (SV_RENDERMODE == 1) { glDisable(GL_CULL_FACE); if (mesh_map_nav != NULL) @@ -480,7 +526,7 @@ int main(int argc, char* argv[]) { //GRID opengl_render_additive(); - + model = glm::mat4(); world_grid_shader.use(); if (SV_PERSPECTIVE == 0) @@ -573,7 +619,7 @@ void processInput(GLFWwindow* window, util_keyHandler keys) update_globals_ui_text(ui_text_info); //Update globals } if (keys.getKeyDown(GLFW_KEY_2)) { - SV_EDITMODE = 1; + SV_EDITMODE = 1; update_globals_ui_text(ui_text_info); //Update globals } if (keys.getKeyDown(GLFW_KEY_3)) { @@ -586,12 +632,12 @@ void processInput(GLFWwindow* window, util_keyHandler keys) } if (keys.getKeyDown(GLFW_KEY_5)) { - SV_PERSPECTIVE = 0; + SV_PERSPECTIVE = 0; update_globals_ui_text(ui_text_info); //Update globals } if (keys.getKeyDown(GLFW_KEY_6)) { - SV_PERSPECTIVE = 1; + SV_PERSPECTIVE = 1; update_globals_ui_text(ui_text_info); //Update globals } @@ -599,11 +645,11 @@ void processInput(GLFWwindow* window, util_keyHandler keys) if (keys.getKeyDown(GLFW_KEY_7)) { SV_RENDERMODE = 0; update_globals_ui_text(ui_text_info); //Update globals - + } if (keys.getKeyDown(GLFW_KEY_8)) { - SV_RENDERMODE = 1; + SV_RENDERMODE = 1; update_globals_ui_text(ui_text_info); //Update globals } @@ -656,7 +702,7 @@ void scroll_callback(GLFWwindow* window, double xoffset, double yoffset) { //camera.fov = glm::clamp(camera.fov + (float)yoffset, 2.0f, 90.0f); - if(SV_EDITMODE == 0) + if (SV_EDITMODE == 0) M_HEIGHT_MIN += (float)yoffset * 0.1f; if (SV_EDITMODE == 1) diff --git a/MCDV/plane.h b/MCDV/plane.h new file mode 100644 index 0000000..914a7b7 --- /dev/null +++ b/MCDV/plane.h @@ -0,0 +1,168 @@ +#pragma once +#include +#include +#include + +#include +#include +#include + +#include + +#include + +class Plane { +public: + glm::vec3 normal; + float offset; + + //Plane defined by three points + Plane(glm::vec3 P, glm::vec3 Q, glm::vec3 R) { + glm::vec3 n = glm::cross(P - Q, P - R); //Calculate normal + //float d = ((P.x * n.x + P.y * n.y + P.z * n.z) / glm::length(n)); //Calculate distance + + float d = glm::dot(glm::normalize(n), P); + + //Set class attribs + this->normal = glm::normalize(n); + this->offset = d; + } + + //Direct constructor + Plane(glm::vec3 normal, float offset) { + this->offset = offset; + this->normal = normal; + } + + //Standard constructor (generic floor plane) + Plane() { + this->offset = 0.0f; + this->normal = glm::vec3(0, 0, 1); + } + + //Destructor + ~Plane() {}; + + static bool ThreePlaneIntersection(Plane p1, Plane p2, Plane p3, glm::vec3* p) { + float det = glm::dot(glm::cross(p1.normal, p2.normal), p3.normal); + + float epsilon = 1e-5f; //Epsilon value for floating point error + + if (det < epsilon && det > -epsilon) { return false; }; + + *p = (-(p1.offset * glm::cross(p2.normal, p3.normal)) - + (p2.offset * glm::cross(p3.normal, p1.normal)) - + (p3.offset * glm::cross(p1.normal, p2.normal))) / det; + return true; + } + + static bool FinalThreePlaneIntersection(Plane p1, Plane p2, Plane p3, glm::vec3* p) { + float det = glm::dot(glm::cross(p1.normal, p2.normal), p3.normal); + float epsilon = 1e-5f; //Epsilon value for floating point error + + if (det < epsilon && det > -epsilon) { return false; }; + + *p = -(-p1.offset * glm::cross(p2.normal, p3.normal) + - p2.offset * glm::cross(p3.normal, p1.normal) + - p3.offset * glm::cross(p1.normal, p2.normal)) + / glm::dot(p1.normal, glm::cross(p2.normal, p3.normal)); + + return true; + + /* + + p = (-adist(Cross(bnorm, cnorm)) + -bdist(Cross(cnorm, anorm)) + -cdist(Cross(anorm, bnorm))) + / Dot(anorm, Cross(bnorm, cnorm)) + + */ + + } + + static bool GetTripleIntersection(Plane p1, Plane p2, Plane p3, glm::vec3* p) { + float determinant = glm::determinant(glm::mat3{ p1.normal.x, p2.normal.x, p3.normal.x, + p1.normal.y, p2.normal.y, p3.normal.y, + p1.normal.z, p2.normal.z, p3.normal.z }); + + float epsilon = 1e-5f; //Check within small epsilon to prevent infinite values + if (determinant < epsilon && determinant > -epsilon) return false; + + glm::vec3 point = (glm::cross(p2.normal, p3.normal) * -p1.offset + + glm::cross(p3.normal, p1.normal) * -p2.offset + + glm::cross(p1.normal, p2.normal) * -p3.offset) / determinant; + + *p = point; + return true; + + /* + Determinant layout + -- plane normals -- + \ N1 N2 N3 + x + y + z + ^components */ + } + + //Detects which side of the plane the point is on (-): negative, (~0): coplanar, (+): positive + static float EvalPointPolarity(Plane plane, glm::vec3 p1) { + return glm::dot(p1, plane.normal) - //Evaluate dot & plane normal + glm::dot(plane.normal * plane.offset, plane.normal); //Compare to known point & plane normal (closest point to 0,0,0 is normal*offset) + } + + //Determines clockwise-ness of point B in relation to point A with respect to center point C + static float CompareClockWiseNess(Plane plane, glm::vec3 C, glm::vec3 A, glm::vec3 B) { + return glm::dot(plane.normal, glm::cross(A - C, B - C)); + } + + static std::vector OrderCoplanarClockWise(Plane plane, std::vector Points) { + //Find center point (avarage distribution of points) + glm::vec3 center(0, 0, 0); + for (int i = 0; i < Points.size(); i++) { + center += Points[i]; + } + center /= Points.size(); + + glm::vec3 ref = Points[0] - center; + + std::vector angledVecs; + + + for (int i = 0; i < Points.size(); i++) { + glm::vec3 diff = Points[i] - center; + float ang = atan2(glm::length(glm::cross(diff, ref)), glm::dot(diff, ref)); + + float sign = glm::dot(glm::cross(diff, ref), plane.normal) < 0 ? -1.0f : 1.0f; + ang *= sign; + + angledVecs.push_back(glm::vec4(Points[i].x, Points[i].y, Points[i].z, ang)); + } + + while (true) + { + bool modified = false; + + for (int i = 0; i < Points.size() - 1; i++) + { + int s0 = i; int s1 = i + 1; + + glm::vec4 a = angledVecs[s0]; glm::vec4 b = angledVecs[s1]; + + if (a.w > b.w) + { + angledVecs[s0] = b; angledVecs[s1] = a; + modified = true; + } + } + if (!modified) break; + } + + for (int i = 0; i < Points.size(); i++) + { + Points[i] = glm::vec3(angledVecs[i].x, angledVecs[i].y, angledVecs[i].z); + } + + return Points; + } +}; \ No newline at end of file diff --git a/MCDV/playable-space.png b/MCDV/playable-space.png new file mode 100644 index 0000000..f923291 Binary files /dev/null and b/MCDV/playable-space.png differ diff --git a/MCDV/radar.txt b/MCDV/radar.txt new file mode 100644 index 0000000..bc58cb9 --- /dev/null +++ b/MCDV/radar.txt @@ -0,0 +1,8 @@ +// TAVR - AUTO RADAR. v 2.0.0 +de_tavr_test +{ + "material" "overviews/de_tavr_test" + "posx" "-2304.000000" + "posy" "3584.000000" + "scale" "4.630000" +} diff --git a/MCDV/render.png b/MCDV/render.png index 3d37b5d..1eef385 100644 Binary files a/MCDV/render.png and b/MCDV/render.png differ diff --git a/MCDV/shaders/depth.fs b/MCDV/shaders/depth.fs index 24fc069..90890a5 100644 --- a/MCDV/shaders/depth.fs +++ b/MCDV/shaders/depth.fs @@ -11,9 +11,15 @@ in vec3 FragPos; in float Depth; in float Alpha; +// Simple remap from-to range. +float remap(float value, float low1, float high1, float low2, float high2) +{ + return low2 + (value - low1) * (high2 - low2) / (high1 - low1); +} void main() { - float height = pow((Depth - HEIGHT_MIN) / HEIGHT_MAX, 2.2); - FragColor = vec4(height, height, height, Alpha); + float height = pow(remap(FragPos.y, HEIGHT_MIN, HEIGHT_MAX, 0, 1), 2.2); + + FragColor = vec4(0, height, 1, 1.0); } \ No newline at end of file diff --git a/MCDV/unlit.vs b/MCDV/unlit.vs index 3119a41..44c9f6a 100644 --- a/MCDV/unlit.vs +++ b/MCDV/unlit.vs @@ -1,12 +1,11 @@ #version 330 core layout (location = 0) in vec3 aPos; +layout (location = 1) in vec3 aNorm; uniform mat4 model; uniform mat4 view; uniform mat4 projection; -out vec3 Normal; - void main() { gl_Position = projection * view * model * vec4(aPos, 1.0); diff --git a/MCDV/vdf.hpp b/MCDV/vdf.hpp index cf49a1a..bcbb1f7 100644 --- a/MCDV/vdf.hpp +++ b/MCDV/vdf.hpp @@ -64,13 +64,41 @@ namespace kv } if (strings.size() == 2) { - this->Values.insert({ strings[0], strings[1] }); + // Fix for multiply defined key-values (THANKS VALVE APPRECIATE THAT) + std::string keyname = strings[0]; + int i = -1; + while (this->Values.count(keyname + std::to_string(++i))); + + this->Values.insert({ i > 0 ? keyname + std::to_string(i) : keyname, strings[1] }); } prev = line; } } + void Serialize(std::ofstream& stream, int depth = 0) + { + //Build indentation levels + std::string indenta = ""; + for (int i = 0; i < depth; i++) + indenta += "\t"; + std::string indentb = indenta + "\t"; + + if (depth >= 0) + stream << indenta << this->name << std::endl << indenta << "{" << std::endl; + + //Write kvs + for (auto const& x : this->Values) + stream << indentb << "\"" << x.first << "\" \"" << x.second << "\"" << std::endl; + + //Write subdata recursively + for (int i = 0; i < this->SubBlocks.size(); i++) + this->SubBlocks[i].Serialize(stream, depth + 1); + + if (depth >= 0) + stream << indenta << "}" << std::endl; + } + //Scan for sub block with name DataBlock* GetFirstByName(std::string _name) { for (int i = 0; i < this->SubBlocks.size(); i++) { diff --git a/MCDV/vmf.hpp b/MCDV/vmf.hpp new file mode 100644 index 0000000..003accd --- /dev/null +++ b/MCDV/vmf.hpp @@ -0,0 +1,732 @@ +#pragma once +#include +#include +#include +#include +#include + +#include +#include +#include +#include + +#include "Util.h" +#include "vdf.hpp" +#include "plane.h" +#include "Mesh.hpp" +#include "convexPolytope.h" +#include "fuzzy_select.h" +#include "interpolation.h" + +#include + +#include + +namespace vmf_parse { + //Pass Vector3 + bool Vector3f(std::string str, glm::vec3* vec) + { + str = sutil::removeChar(str, '('); + str = sutil::removeChar(str, ')'); + + std::vector elems = split(str, ' '); + std::vector pelems; + + for (int i = 0; i < elems.size(); i++) { + std::string f = sutil::trim(elems[i]); + + //TODO: error check against invalid values here + float e = ::atof(f.c_str()); + pelems.push_back(e); + } + + if (pelems.size() == 3) { + *vec = glm::vec3(pelems[0], pelems[1], pelems[2]); + return true; + } + + return false; + } + + //Parse Vector 3 with square barackets. Thanks again, valve + bool Vector3fS(std::string str, glm::vec3* vec) + { + str = sutil::removeChar(str, '['); + str = sutil::removeChar(str, ']'); + + std::vector elems = split(str, ' '); + std::vector pelems; + + for (int i = 0; i < elems.size(); i++) { + std::string f = sutil::trim(elems[i]); + + //TODO: error check against invalid values here + float e = ::atof(f.c_str()); + pelems.push_back(e); + } + + if (pelems.size() == 3) { + *vec = glm::vec3(pelems[0], pelems[1], pelems[2]); + return true; + } + + return false; + } + + //Parse plane from standard 3 point notation (ax, ay, az) (bx, by, bz) ... + bool plane(std::string str, Plane* plane) + { + std::vector points = split(str, '('); + + if (points.size() != 4) { return false; } + + glm::vec3 A, B, C; + + if (!(Vector3f(points[1], &A) && Vector3f(points[2], &B) && Vector3f(points[3], &C))) { + return false; + } + + *plane = Plane(A, B, C); + + return true; + } +} + + +namespace vmf { + struct BoundingBox { + glm::vec3 NWU; + glm::vec3 SEL; + }; + + struct DispInfo { + int power; + glm::vec3 startposition; + + std::vector> normals; + std::vector> distances; + + // OpenGL generated mesh + Mesh* glMesh; + }; + + struct Side { + int ID; + std::string texture; + Plane plane; + + DispInfo* displacement = NULL; + }; + + struct Solid { + int fileorder_id; + int ID; + bool containsDisplacements = false; + std::vector faces; + glm::vec3 color; + glm::vec3 origin; + bool hidden = false; + + std::vector visgroupids; + + BoundingBox bounds; + + Mesh* mesh; + }; + + struct BuyZone { + int teamNum; + Mesh* mesh; + }; + + struct Entity { + int ID; + std::string classname; + glm::vec3 origin; + + std::map keyValues; + std::vector internal_solids; + + bool hidden = false; + }; + + class vmf { + private: + public: + kv::FileData internal; + std::vector meshes; + std::vector solids; + std::vector entities; + + std::map visgroups; + + vmf(std::string path) + { + std::ifstream ifs(path); + if (!ifs) { + std::cout << "Could not open file... " << path << std::endl; + throw std::exception("File read error"); + } + + std::string str((std::istreambuf_iterator(ifs)), std::istreambuf_iterator()); + + kv::FileData data(str); + + this->internal = data; + +#pragma region Solids + std::cout << "Processing solids\n"; + + //Process solids list + std::vector SolidList = data.headNode.GetFirstByName("world")->GetAllByName("solid"); + int total = SolidList.size(); + + for (int i = 0; i < SolidList.size(); i++){ + std::cout << "Solid " << i + 1 << "/" << total << "\r"; + + kv::DataBlock cBlock = SolidList[i]; + + Solid solid; + bool valid = true; + + std::vector Sides = cBlock.GetAllByName("side"); + for (int j = 0; j < Sides.size(); j++) + { + kv::DataBlock cSide = Sides[j]; + + Side side; + side.ID = ::atof(cSide.Values["id"].c_str()); + side.texture = cSide.Values["material"]; + + Plane plane; + if (!vmf_parse::plane(cSide.Values["plane"], &plane)) + { + valid = false; break; + } + + side.plane = plane; + + // Deal with displacement info. Oh no + +#pragma region displacements + + DispInfo* dispInfo = new DispInfo; + + kv::DataBlock* dblockInfo = cSide.GetFirstByName("dispinfo"); + + if (dblockInfo != NULL){ + solid.containsDisplacements = true; // Mark we have displacements here + + kv::DataBlock* dblockNormals = dblockInfo->GetFirstByName("normals"); + kv::DataBlock* dblockDistances = dblockInfo->GetFirstByName("distances"); + dispInfo->power = std::stoi(dblockInfo->Values["power"]); + vmf_parse::Vector3fS(dblockInfo->Values["startposition"], &dispInfo->startposition); + + int i_target = glm::pow(2, dispInfo->power) + 1; + + for (int x = 0; x < i_target; x++) { //Row + dispInfo->normals.push_back(std::vector()); //Create row container + dispInfo->distances.push_back(std::vector()); //Create distances container + + //Parse in the normals + std::vector values = split(dblockNormals->Values["row" + std::to_string(x)]); + std::vector list; + for (auto && v : values) list.push_back(::atof(v.c_str())); + + //Parse in the distances + std::vector _values = split(dblockDistances->Values["row" + std::to_string(x)]); + for (auto && v : _values) dispInfo->distances[x].push_back(std::stof(v.c_str())); + + for (int xx = 0; xx < i_target; xx++) { //Column + dispInfo->normals[x].push_back( + glm::vec3(list[xx * 3 + 0], + list[xx * 3 + 1], + list[xx * 3 + 2])); + } + } + + side.displacement = dispInfo; + } +#pragma endregion + + solid.faces.push_back(side); + } + + kv::DataBlock* editorValues = cBlock.GetFirstByName("editor"); + + //Gather up the visgroups + int viscount = -1; + while (editorValues->Values.count("visgroupid" + (++viscount > 0 ? std::to_string(viscount) : ""))) + solid.visgroupids.push_back(std::stoi(editorValues->Values["visgroupid" + (viscount > 0 ? std::to_string(viscount) : "")])); + + glm::vec3 color; + if (vmf_parse::Vector3f(editorValues->Values["color"], &color)) + solid.color = glm::vec3(color.x / 255.0f, color.y / 255.0f, color.z / 255.0f); + else + solid.color = glm::vec3(1, 0, 0); + + this->solids.push_back(solid); + } + + std::cout << "\n"; + +#pragma endregion Solids + + std::cout << "Processing entites\n"; + + //Process entities list + std::vector EntitiesList = data.headNode.GetAllByName("entity"); + for (auto && block : EntitiesList) { + + //if (block.Values["classname"] != "prop_static") continue; //Skip anything else than prop static for now + + //Check wether origin can be resolved for entity + if ((block.GetFirstByName("solid") == NULL) && (block.Values.count("origin") == 0)) { + std::cout << "Origin could not be resolved for entity with ID " << block.Values["id"]; continue; + } + + Entity ent; + ent.classname = block.Values["classname"]; + ent.ID = (int)::atof(block.Values["id"].c_str()); + ent.keyValues = block.Values; + + glm::vec3 loc = glm::vec3(); + if (block.Values.count("origin")) { //Start with hammer origin + vmf_parse::Vector3f(block.Values["origin"], &loc); + ent.origin = glm::vec3(-loc.x, loc.z, loc.y); + } + else if (block.GetFirstByName("solid") != NULL) { //Try to process it from solid + //Get all solids + std::vector _solids = block.GetAllByName("solid"); + //std::vector _solids_ent; + for (int i = 0; i < _solids.size(); i++) + { + kv::DataBlock cBlock = _solids[i]; + + Solid solid; + bool valid = true; + + std::vector Sides = cBlock.GetAllByName("side"); + for (int j = 0; j < Sides.size(); j++) + { + kv::DataBlock cSide = Sides[j]; + + Side side; + side.ID = ::atof(cSide.Values["id"].c_str()); + side.texture = cSide.Values["material"]; + + Plane plane; + if (!vmf_parse::plane(cSide.Values["plane"], &plane)) + { + valid = false; break; + } + + side.plane = plane; + + solid.faces.push_back(side); + } + + kv::DataBlock* editorValues = cBlock.GetFirstByName("editor"); + + //Gather up the visgroups + int viscount = -1; + while (editorValues->Values.count("visgroupid" + (++viscount > 0 ? std::to_string(viscount) : ""))) + solid.visgroupids.push_back(std::stoi(editorValues->Values["visgroupid" + (viscount > 0 ? std::to_string(viscount) : "")])); + + glm::vec3 color; + if (vmf_parse::Vector3f(editorValues->Values["color"], &color)) + solid.color = glm::vec3(color.x / 255.0f, color.y / 255.0f, color.z / 255.0f); + else + solid.color = glm::vec3(1, 0, 0); + + ent.internal_solids.push_back(solid); + } + + //Process convex polytopes & calculate origin + + std::vector polytopes; + + for (auto && iSolid : ent.internal_solids) { + std::vector planes; + for (auto f : iSolid.faces) planes.push_back(f.plane); + + polytopes.push_back(Polytope(planes, false)); + } + + glm::vec3 NWU = polytopes[0].NWU; + glm::vec3 SEL = polytopes[0].SEL; + + for (auto && iPoly : polytopes) { + if (iPoly.NWU.z > NWU.z) NWU.z = iPoly.NWU.z; + if (iPoly.NWU.y > NWU.y) NWU.y = iPoly.NWU.y; + if (iPoly.NWU.x > NWU.x) NWU.x = iPoly.NWU.x; + + if (iPoly.SEL.z < SEL.z) SEL.z = iPoly.SEL.z; + if (iPoly.SEL.y < SEL.y) SEL.y = iPoly.SEL.y; + if (iPoly.SEL.x < SEL.x) SEL.x = iPoly.SEL.x; + } + + ent.origin = (NWU + SEL) * 0.5f; + } + + this->entities.push_back(ent); + } + + std::cout << "Processing visgroups\n"; + + //Process Visgroups + std::vector VisList = data.headNode.GetFirstByName("visgroups")->GetAllByName("visgroup"); + for (auto v : VisList) { + this->visgroups.insert({ std::stoi(v.Values["visgroupid"]), v.Values["name"] }); + + std::cout << "Visgroup {" << std::stoi(v.Values["visgroupid"]) << "} = '" << v.Values["name"] << "'\n"; + } + } + + std::vector getSolidsInVisGroup(std::string visgroup) { + std::vector list; + for (auto && v : this->solids) { + for (auto && vid : v.visgroupids) { + if (this->visgroups[vid] == visgroup) { + list.push_back(&v); + } + } + } + + return list; + } + + std::vector getAllBrushesInVisGroup(std::string visgroup) { + std::vector list; + + // All solids + for (auto && v : this->solids) { + for (auto && vid : v.visgroupids) { + if (this->visgroups[vid] == visgroup) { + list.push_back(&v); + } + } + } + + // All entity brush solids + for (auto && e : this->entities) { + for (auto && es : e.internal_solids) { + for (auto && esvid : es.visgroupids) { + if (this->visgroups[esvid] == visgroup) { + list.push_back(&es); + } + } + } + } + + return list; + } + + std::vector getAllBrushesByClassName(std::string classname) { + std::vector list; + for (auto && ent : this->entities) { + if (ent.classname == classname) { + for (auto && s : ent.internal_solids) { + list.push_back(&s); + } + } + } + return list; + } + + void ComputeGLMeshes() { + auto start = std::chrono::high_resolution_clock::now(); + + std::cout << "Processing solid meshes... "; + for (int i = 0; i < this->solids.size(); i++) { + std::vector sidePlanes; + for (int j = 0; j < this->solids[i].faces.size(); j++) + sidePlanes.push_back(this->solids[i].faces[j].plane); + + Polytope p = Polytope(sidePlanes); + this->solids[i].mesh = p.GeneratedMesh; + this->solids[i].origin = (p.NWU + p.SEL) * 0.5f; + this->solids[i].bounds.NWU = p.NWU; + this->solids[i].bounds.SEL = p.SEL; + } + std::cout << "done\n"; + + std::cout << "Processing entity solid meshes... "; + for (auto && ent : this->entities) { + for (auto && _solid : ent.internal_solids) { + std::vector sidePlanes; + for (auto f : _solid.faces) + sidePlanes.push_back(f.plane); + + Polytope p = Polytope(sidePlanes); + _solid.mesh = p.GeneratedMesh; + _solid.origin = (p.NWU + p.SEL) * 0.5f; + _solid.bounds.NWU = p.NWU; + _solid.bounds.SEL = p.SEL; + } + } + std::cout << "done\n"; + + auto elapsed = std::chrono::high_resolution_clock::now() - start; + long long milliseconds = std::chrono::duration_cast(elapsed).count(); + + std::cout << "GL mesh computation: " << milliseconds << "ms" << std::endl; + } + + void ComputeDisplacements() { + auto start = std::chrono::high_resolution_clock::now(); + + std::cout << "Computing displacements...\n"; + + for (auto && v :this->solids) { + if (v.containsDisplacements) { + + std::vector planes; + for (auto && face : v.faces) planes.push_back(face.plane); + + Polytope polyTope = Polytope(planes, true, false); // Generate polytope so we can look at the individual ngon points + + for (auto && side :v.faces) { + if (side.displacement != NULL) { + DispInfo* info = side.displacement; + + BrushPolygon* bpoly = NULL; + + std::map normalCorrelations; + + //Sort planes by their similarity to the face's normal direction + for (auto && fuck : polyTope.ngons) + normalCorrelations.insert({ glm::distance(fuck.plane.normal, side.plane.normal), &fuck }); + + bpoly = normalCorrelations.begin()->second; + + if (bpoly->vertices.size() != 4) { + std::cout << "Displacement info matched to face with {" << bpoly->vertices.size() << "} vertices!!!\n"; continue; + } + + // Match the 'starting point' of dispinfo + std::map distancesToStart; + for (auto && point : bpoly->vertices) + distancesToStart.insert({ glm::distance(info->startposition, point), &point }); + + // The corners of the displacement + glm::vec3* SW = distancesToStart.begin()->second; + + // Find what point in the vector it was + int pos = 0; + for (auto && point : bpoly->vertices) + if (&point == SW) break; else pos++; + + // Get the rest of the points, in clockwise order (they should already be sorted by polytope generation) + glm::vec3* NW = &bpoly->vertices[(pos + 1) % 4]; + glm::vec3* NE = &bpoly->vertices[(pos + 2) % 4]; + glm::vec3* SE = &bpoly->vertices[(pos + 3) % 4]; + + int points = glm::pow(2, info->power) + 1; // calculate the point count (5, 9, 17) + + // Initialize list for floats + std::vector meshPoints; + + std::vector finalPoints; + + glm::vec3* NWU = &v.bounds.NWU; + glm::vec3* SEL = &v.bounds.SEL; + + for (int row = 0; row < points; row++) { + for (int col = 0; col < points; col++) { + //Generate original base points + + float dx = (float)col / (float)(points-1); //Time values for linear interpolation + float dy = (float)row / (float)(points-1); + + glm::vec3 LWR = lerp(*SW, *SE, dx); + glm::vec3 UPR = lerp(*NW, *NE, dx); + glm::vec3 P = lerp(LWR, UPR, dy); // Original point location + + glm::vec3 offset = info->normals[col][row] * info->distances[col][row]; // Calculate offset + P = P + offset; //Add offset to P + + finalPoints.push_back(P); + + //Recompute bounds while we are at it + NWU->x = glm::max(-P.x, NWU->x); + NWU->y = glm::max(P.z, NWU->y); + NWU->z = glm::max(P.y, NWU->z); + + SEL->x = glm::min(-P.x, SEL->x); + SEL->y = glm::min(P.z, SEL->y); + SEL->z = glm::min(P.y, SEL->z); + + continue; + + /* TESTING TRIANGLES */ + meshPoints.push_back(-P.x); + meshPoints.push_back(P.z); + meshPoints.push_back(P.y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + + meshPoints.push_back(-P.x); + meshPoints.push_back(P.z); + meshPoints.push_back(P.y + 8.0f); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + + + meshPoints.push_back(-P.x + 8.0f); + meshPoints.push_back(P.z); + meshPoints.push_back(P.y + 8.0f); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + } + } + + int i_condition = 0; + for (int row = 0; row < points - 1; row++) { + for (int col = 0; col < points - 1; col++) { + + // Gather point pointers + // hehe :( + glm::vec3* SW = &finalPoints[((row + 0) * points) + (col + 0)]; + glm::vec3* SE = &finalPoints[((row + 0) * points) + (col + 1)]; + + glm::vec3* NW = &finalPoints[((row + 1) * points) + (col + 0)]; + glm::vec3* NE = &finalPoints[((row + 1) * points) + (col + 1)]; + + if (i_condition++ % 2 == 0) {//Condition 0 + meshPoints.push_back(-SW->x); + meshPoints.push_back(SW->z); + meshPoints.push_back(SW->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + meshPoints.push_back(-NW->x); + meshPoints.push_back(NW->z); + meshPoints.push_back(NW->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + meshPoints.push_back(-NE->x); + meshPoints.push_back(NE->z); + meshPoints.push_back(NE->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + + meshPoints.push_back(-SW->x); + meshPoints.push_back(SW->z); + meshPoints.push_back(SW->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + meshPoints.push_back(-NE->x); + meshPoints.push_back(NE->z); + meshPoints.push_back(NE->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + meshPoints.push_back(-SE->x); + meshPoints.push_back(SE->z); + meshPoints.push_back(SE->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + } + else { //Condition 1 + meshPoints.push_back(-SW->x); + meshPoints.push_back(SW->z); + meshPoints.push_back(SW->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + meshPoints.push_back(-NW->x); + meshPoints.push_back(NW->z); + meshPoints.push_back(NW->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + meshPoints.push_back(-SE->x); + meshPoints.push_back(SE->z); + meshPoints.push_back(SE->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + + meshPoints.push_back(-NW->x); + meshPoints.push_back(NW->z); + meshPoints.push_back(NW->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + meshPoints.push_back(-NE->x); + meshPoints.push_back(NE->z); + meshPoints.push_back(NE->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + meshPoints.push_back(-SE->x); + meshPoints.push_back(SE->z); + meshPoints.push_back(SE->y); + meshPoints.push_back(0); + meshPoints.push_back(0); + meshPoints.push_back(1); + } + } + i_condition++; + } + + Mesh* _glMesh = new Mesh(meshPoints); + info->glMesh = _glMesh; + } + } + } + } + + auto elapsed = std::chrono::high_resolution_clock::now() - start; + long long milliseconds = std::chrono::duration_cast(elapsed).count(); + + std::cout << "Displacement computation: " << milliseconds << "ms" << std::endl; + } + + void clean() { + for (int i = 0; i < this->solids.size(); i++) { + delete this->solids[i].mesh; + this->solids[i].mesh = NULL; + } + + for (auto i : this->entities) { + for (auto m : i.internal_solids) { + delete m.mesh; + m.mesh = NULL; + } + } + } + + ~vmf() { + + } + }; + + BoundingBox getSolidListBounds(std::vector list) { + if (list.size() <= 0) return BoundingBox(); + + BoundingBox bounds; + bounds.NWU = list[0]->bounds.NWU; + bounds.SEL = list[0]->bounds.SEL; + + for (auto && iSolid : list) { + if (iSolid->bounds.NWU.z > bounds.NWU.z) bounds.NWU.z = iSolid->bounds.NWU.z; + if (iSolid->bounds.NWU.y > bounds.NWU.y) bounds.NWU.y = iSolid->bounds.NWU.y; + if (iSolid->bounds.NWU.x > bounds.NWU.x) bounds.NWU.x = iSolid->bounds.NWU.x; + + if (iSolid->bounds.SEL.z < bounds.SEL.z) bounds.SEL.z = iSolid->bounds.SEL.z; + if (iSolid->bounds.SEL.y < bounds.SEL.y) bounds.SEL.y = iSolid->bounds.SEL.y; + if (iSolid->bounds.SEL.x < bounds.SEL.x) bounds.SEL.x = iSolid->bounds.SEL.x; + } + + return bounds; + } +} \ No newline at end of file