From e92a07e31d1e0bb1123e7abf60744a0ebc858df4 Mon Sep 17 00:00:00 2001 From: Quentin BOUTEILLER Date: Sun, 26 Apr 2020 04:39:32 +0200 Subject: [PATCH] First commit --- .gitignore | 4 + LICENSE.md | 674 + README.md | 7 + de_abandoned_hospital.vmf | 32901 ++++++++++++++++++++++++++++++++++++ materials/custom/c2.vmt | 4 + materials/custom/c2.vtf | Bin 0 -> 87544 bytes 6 files changed, 33590 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE.md create mode 100644 README.md create mode 100644 de_abandoned_hospital.vmf create mode 100644 materials/custom/c2.vmt create mode 100644 materials/custom/c2.vtf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42c5f78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +de_abandoned_hospital.bsp +de_abandoned_hospital.log +de_abandoned_hospital.prt +de_abandoned_hospital.vmx diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..38de7d1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# de_abandoned_hospital + +An open source CS:GO map. + +Custom materials used in this map are available inside the materials folder. + +Do not forget to install them before attempting to compile it through Valve Hammer Editor. diff --git a/de_abandoned_hospital.vmf b/de_abandoned_hospital.vmf new file mode 100644 index 0000000..0e8110b --- /dev/null +++ b/de_abandoned_hospital.vmf @@ -0,0 +1,32901 @@ +versioninfo +{ + "editorversion" "400" + "editorbuild" "8456" + "mapversion" "170" + "formatversion" "100" + "prefab" "0" +} +visgroups +{ +} +viewsettings +{ + "bSnapToGrid" "1" + "bShowGrid" "1" + "bShowLogicalGrid" "0" + "nGridSpacing" "32" + "bShow3DGrid" "0" +} +world +{ + "id" "1" + "mapversion" "170" + "classname" "worldspawn" + "detailmaterial" "detail/detailsprites" + "detailvbsp" "detail.vbsp" + "maxpropscreenwidth" "-1" + "skyname" "vietnam" + "targetname" "de_abandoned_hospital" + solid + { + "id" "6230" + side + { + "id" "9413" + "plane" "(2592 4928 64) (2592 5056 64) (2976 5056 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9412" + "plane" "(2592 5056 32) (2592 4928 32) (2976 4928 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" "9411" + "plane" "(2592 4928 32) (2592 5056 32) (2592 5056 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9410" + "plane" "(2976 5056 32) (2976 4928 32) (2976 4928 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9409" + "plane" "(2592 5056 32) (2976 5056 32) (2976 5056 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9408" + "plane" "(2976 4928 32) (2592 4928 32) (2592 4928 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "6379" + side + { + "id" "9533" + "plane" "(2368 3712 1248) (2400 3712 1248) (2400 3680 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9532" + "plane" "(2368 3680 416) (2400 3680 416) (2400 3712 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9531" + "plane" "(2368 3712 416) (2368 3712 1248) (2368 3680 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9530" + "plane" "(2400 3680 416) (2400 3680 1248) (2400 3712 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9529" + "plane" "(2400 3712 416) (2400 3712 1248) (2368 3712 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9528" + "plane" "(2368 3680 416) (2368 3680 1248) (2400 3680 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "6520" + side + { + "id" "9620" + "plane" "(1856 7488 224) (3328 7488 224) (3328 7040 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[1856 7040 224]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 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" + "row2" "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" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "9621" + "plane" "(1856 7040 0) (3328 7040 0) (3328 7488 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" + dispinfo + { + "power" "2" + "startposition" "[1856 7040 0]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 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" + "row2" "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" + "row4" "0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "9622" + "plane" "(1856 7488 224) (1856 7040 224) (1856 7040 0)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[1856 7040 0]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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" "-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" + "row2" "-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" + "row4" "-1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "9623" + "plane" "(3328 7488 0) (3328 7040 0) (3328 7040 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[3328 7040 0]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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" "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" + "row2" "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" + "row4" "1 0 0 1 0 0 1 0 0 1 0 0 1 0 0" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "9624" + "plane" "(3328 7488 224) (1856 7488 224) (1856 7488 0)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[1856 7488 0]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 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" + "row2" "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" + "row4" "0 1 0 0 1 0 0 1 0 0 1 0 0 1 0" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "9625" + "plane" "(3328 7040 0) (1856 7040 0) (1856 7040 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[1856 7040 0]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 -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" + "row2" "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" + "row4" "0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "0 243 216" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "6549" + side + { + "id" "9643" + "plane" "(2368 6784 224) (2368 7008 224) (2400 7008 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9642" + "plane" "(2368 7008 64) (2368 6784 64) (2400 6784 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9641" + "plane" "(2368 6784 64) (2368 7008 64) (2368 7008 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9640" + "plane" "(2400 7008 64) (2400 6784 64) (2400 6784 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9639" + "plane" "(2368 7008 64) (2400 7008 64) (2400 7008 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9638" + "plane" "(2400 6784 64) (2368 6784 64) (2368 6784 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "6819" + side + { + "id" "9673" + "plane" "(2400 3808 992) (2400 3872 992) (2464 3872 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9672" + "plane" "(2400 3872 960) (2400 3808 960) (2464 3808 960)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9671" + "plane" "(2400 3808 960) (2400 3872 960) (2400 3872 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9670" + "plane" "(2464 3872 960) (2464 3808 960) (2464 3808 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9669" + "plane" "(2400 3872 960) (2464 3872 960) (2464 3872 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9668" + "plane" "(2464 3808 960) (2400 3808 960) (2400 3808 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "6822" + side + { + "id" "9685" + "plane" "(2400 3808 800) (2400 3872 800) (2464 3872 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9684" + "plane" "(2400 3872 768) (2400 3808 768) (2464 3808 768)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9683" + "plane" "(2400 3808 768) (2400 3872 768) (2400 3872 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9682" + "plane" "(2464 3872 768) (2464 3808 768) (2464 3808 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9681" + "plane" "(2400 3872 768) (2464 3872 768) (2464 3872 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9680" + "plane" "(2464 3808 768) (2400 3808 768) (2400 3808 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "6828" + side + { + "id" "9697" + "plane" "(2400 3808 608) (2400 3872 608) (2464 3872 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9696" + "plane" "(2400 3872 576) (2400 3808 576) (2464 3808 576)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9695" + "plane" "(2400 3808 576) (2400 3872 576) (2400 3872 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9694" + "plane" "(2464 3872 576) (2464 3808 576) (2464 3808 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9693" + "plane" "(2400 3872 576) (2464 3872 576) (2464 3872 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9692" + "plane" "(2464 3808 576) (2400 3808 576) (2400 3808 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4919" + side + { + "id" "8438" + "plane" "(2976 1888 256) (2976 4896 256) (3008 4896 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8439" + "plane" "(2976 4896 32) (2976 1888 32) (3008 1888 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8440" + "plane" "(2976 1888 32) (2976 4896 32) (2976 4896 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8441" + "plane" "(3008 4896 32) (3008 1888 32) (3008 1888 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8442" + "plane" "(2976 4896 32) (3008 4896 32) (3008 4896 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8443" + "plane" "(3008 1888 32) (2976 1888 32) (2976 1888 256)" + "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 250" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4923" + side + { + "id" "8455" + "plane" "(3328 6240 256) (3328 6272 256) (4160 6272 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8454" + "plane" "(3328 6272 32) (3328 6240 32) (4160 6240 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" "8453" + "plane" "(3328 6240 32) (3328 6272 32) (3328 6272 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8452" + "plane" "(4160 6272 32) (4160 6240 32) (4160 6240 256)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8451" + "plane" "(3328 6272 32) (4160 6272 32) (4160 6272 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8450" + "plane" "(4160 6240 32) (3328 6240 32) (3328 6240 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4926" + side + { + "id" "8467" + "plane" "(3008 5920 256) (3008 5952 256) (4160 5952 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8466" + "plane" "(3008 5952 32) (3008 5920 32) (4160 5920 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" "8465" + "plane" "(3008 5920 32) (3008 5952 32) (3008 5952 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8464" + "plane" "(4160 5952 32) (4160 5920 32) (4160 5920 256)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8463" + "plane" "(3008 5952 32) (4160 5952 32) (4160 5952 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8462" + "plane" "(4160 5920 32) (3008 5920 32) (3008 5920 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4945" + side + { + "id" "8509" + "plane" "(2720 5568 1440) (2752 5568 1440) (2752 5376 1440)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8508" + "plane" "(2720 5376 1216) (2752 5376 1216) (2752 5568 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8507" + "plane" "(2720 5568 1440) (2720 5376 1440) (2720 5376 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8506" + "plane" "(2752 5568 1216) (2752 5376 1216) (2752 5376 1440)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8505" + "plane" "(2752 5568 1440) (2720 5568 1440) (2720 5568 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8504" + "plane" "(2752 5376 1216) (2720 5376 1216) (2720 5376 1440)" + "material" "CONCRETE/CONCRETEWALL041B" + "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 104" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4953" + side + { + "id" "8521" + "plane" "(2720 5280 1408) (2752 5280 1408) (2752 5120 1408)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8520" + "plane" "(2720 5120 1216) (2752 5120 1216) (2752 5280 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8519" + "plane" "(2720 5280 1408) (2720 5120 1408) (2720 5120 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8518" + "plane" "(2752 5280 1216) (2752 5120 1216) (2752 5120 1408)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8517" + "plane" "(2752 5280 1408) (2720 5280 1408) (2720 5280 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8516" + "plane" "(2752 5120 1216) (2720 5120 1216) (2720 5120 1408)" + "material" "CONCRETE/CONCRETEWALL041B" + "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 104" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4955" + side + { + "id" "8533" + "plane" "(2240 5568 1472) (2720 5568 1472) (2720 5536 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8532" + "plane" "(2240 5536 1216) (2720 5536 1216) (2720 5568 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8531" + "plane" "(2240 5568 1472) (2240 5536 1472) (2240 5536 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8530" + "plane" "(2720 5568 1216) (2720 5536 1216) (2720 5536 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8529" + "plane" "(2720 5568 1472) (2240 5568 1472) (2240 5568 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8528" + "plane" "(2720 5536 1216) (2240 5536 1216) (2240 5536 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 104" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4958" + side + { + "id" "8545" + "plane" "(2240 5152 1472) (2720 5152 1472) (2720 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8544" + "plane" "(2240 5120 1216) (2720 5120 1216) (2720 5152 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8543" + "plane" "(2240 5152 1472) (2240 5120 1472) (2240 5120 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8542" + "plane" "(2720 5152 1216) (2720 5120 1216) (2720 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8541" + "plane" "(2720 5152 1472) (2240 5152 1472) (2240 5152 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8540" + "plane" "(2720 5120 1216) (2240 5120 1216) (2240 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 104" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4959" + side + { + "id" "8557" + "plane" "(2208 5568 1472) (2240 5568 1472) (2240 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8556" + "plane" "(2208 5120 1216) (2240 5120 1216) (2240 5568 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8555" + "plane" "(2208 5568 1472) (2208 5120 1472) (2208 5120 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8554" + "plane" "(2240 5568 1216) (2240 5120 1216) (2240 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8553" + "plane" "(2240 5568 1472) (2208 5568 1472) (2208 5568 1216)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8552" + "plane" "(2240 5120 1216) (2208 5120 1216) (2208 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 123 104" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4978" + side + { + "id" "8581" + "plane" "(2720 5440 1472) (2752 5440 1472) (2752 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8580" + "plane" "(2720 5120 1376) (2752 5120 1376) (2752 5440 1376)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8579" + "plane" "(2720 5440 1472) (2720 5120 1472) (2720 5120 1376)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8578" + "plane" "(2752 5440 1376) (2752 5120 1376) (2752 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8577" + "plane" "(2752 5440 1472) (2720 5440 1472) (2720 5440 1376)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8576" + "plane" "(2752 5120 1376) (2720 5120 1376) (2720 5120 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "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 104" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4985" + side + { + "id" "8593" + "plane" "(2720 5568 1472) (2752 5568 1472) (2752 5504 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8592" + "plane" "(2720 5504 1408) (2752 5504 1408) (2752 5568 1408)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8591" + "plane" "(2720 5568 1472) (2720 5504 1472) (2720 5504 1408)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8590" + "plane" "(2752 5568 1408) (2752 5504 1408) (2752 5504 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8589" + "plane" "(2752 5568 1472) (2720 5568 1472) (2720 5568 1408)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8588" + "plane" "(2752 5504 1408) (2720 5504 1408) (2720 5504 1472)" + "material" "CONCRETE/CONCRETEWALL041B" + "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 104" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4993" + side + { + "id" "8605" + "plane" "(1888 5056 1216) (1888 5632 1216) (2240 5632 1216)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8604" + "plane" "(1888 5632 1184) (1888 5056 1184) (2240 5056 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8603" + "plane" "(1888 5056 1184) (1888 5632 1184) (1888 5632 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8602" + "plane" "(2240 5632 1184) (2240 5056 1184) (2240 5056 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8601" + "plane" "(1888 5632 1184) (2240 5632 1184) (2240 5632 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8600" + "plane" "(2240 5056 1184) (1888 5056 1184) (1888 5056 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4999" + side + { + "id" "8617" + "plane" "(2240 5568 1216) (2240 5632 1216) (2592 5632 1216)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8616" + "plane" "(2240 5632 1184) (2240 5568 1184) (2592 5568 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8615" + "plane" "(2240 5568 1184) (2240 5632 1184) (2240 5632 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8614" + "plane" "(2592 5632 1184) (2592 5568 1184) (2592 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8613" + "plane" "(2240 5632 1184) (2592 5632 1184) (2592 5632 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8612" + "plane" "(2592 5568 1184) (2240 5568 1184) (2240 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5002" + side + { + "id" "8629" + "plane" "(2240 5056 1216) (2240 5120 1216) (2592 5120 1216)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8628" + "plane" "(2240 5120 1184) (2240 5056 1184) (2592 5056 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8627" + "plane" "(2240 5056 1184) (2240 5120 1184) (2240 5120 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8626" + "plane" "(2592 5120 1184) (2592 5056 1184) (2592 5056 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8625" + "plane" "(2240 5120 1184) (2592 5120 1184) (2592 5120 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8624" + "plane" "(2592 5056 1184) (2240 5056 1184) (2240 5056 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5003" + side + { + "id" "8641" + "plane" "(2592 4928 1216) (2592 5120 1216) (2976 5120 1216)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8640" + "plane" "(2592 5120 1184) (2592 4928 1184) (2976 4928 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8639" + "plane" "(2592 4928 1184) (2592 5120 1184) (2592 5120 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8638" + "plane" "(2976 5120 1184) (2976 4928 1184) (2976 4928 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8637" + "plane" "(2592 5120 1184) (2976 5120 1184) (2976 5120 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8636" + "plane" "(2976 4928 1184) (2592 4928 1184) (2592 4928 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5006" + side + { + "id" "8653" + "plane" "(2592 5568 1216) (2592 5760 1216) (2976 5760 1216)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8652" + "plane" "(2592 5760 1184) (2592 5568 1184) (2976 5568 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8651" + "plane" "(2592 5568 1184) (2592 5760 1184) (2592 5760 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8650" + "plane" "(2976 5760 1184) (2976 5568 1184) (2976 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8649" + "plane" "(2592 5760 1184) (2976 5760 1184) (2976 5760 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8648" + "plane" "(2976 5568 1184) (2592 5568 1184) (2592 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5007" + side + { + "id" "8665" + "plane" "(2752 5120 1216) (2752 5568 1216) (2976 5568 1216)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8664" + "plane" "(2752 5568 1184) (2752 5120 1184) (2976 5120 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8663" + "plane" "(2752 5120 1184) (2752 5568 1184) (2752 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8662" + "plane" "(2976 5568 1184) (2976 5120 1184) (2976 5120 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8661" + "plane" "(2752 5568 1184) (2976 5568 1184) (2976 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8660" + "plane" "(2976 5120 1184) (2752 5120 1184) (2752 5120 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5011" + side + { + "id" "8677" + "plane" "(2208 5120 1216) (2208 5472 1216) (2752 5472 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8676" + "plane" "(2208 5472 1184) (2208 5120 1184) (2752 5120 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8675" + "plane" "(2208 5120 1184) (2208 5472 1184) (2208 5472 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8674" + "plane" "(2752 5472 1184) (2752 5120 1184) (2752 5120 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8673" + "plane" "(2208 5472 1184) (2752 5472 1184) (2752 5472 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8672" + "plane" "(2752 5120 1184) (2208 5120 1184) (2208 5120 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5038" + side + { + "id" "8735" + "plane" "(3008 5504 416) (3360 5504 416) (3360 5152 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8734" + "plane" "(3008 5152 384) (3360 5152 384) (3360 5504 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "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" "(3008 5504 416) (3008 5152 416) (3008 5152 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8732" + "plane" "(3360 5504 384) (3360 5152 384) (3360 5152 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "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" "(3360 5504 416) (3008 5504 416) (3008 5504 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8730" + "plane" "(3360 5152 384) (3008 5152 384) (3008 5152 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 190 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5045" + side + { + "id" "8736" + "plane" "(3264 5248 384) (3296 5248 384) (3296 5216 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8737" + "plane" "(3264 5216 256) (3296 5216 256) (3296 5248 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8738" + "plane" "(3264 5248 384) (3264 5216 384) (3264 5216 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8739" + "plane" "(3296 5248 256) (3296 5216 256) (3296 5216 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8740" + "plane" "(3296 5248 384) (3264 5248 384) (3264 5248 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8741" + "plane" "(3296 5216 256) (3264 5216 256) (3264 5216 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 136 229" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5046" + side + { + "id" "8753" + "plane" "(3264 5440 384) (3296 5440 384) (3296 5408 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8752" + "plane" "(3264 5408 256) (3296 5408 256) (3296 5440 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8751" + "plane" "(3264 5440 384) (3264 5408 384) (3264 5408 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8750" + "plane" "(3296 5440 256) (3296 5408 256) (3296 5408 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8749" + "plane" "(3296 5440 384) (3264 5440 384) (3264 5440 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8748" + "plane" "(3296 5408 256) (3264 5408 256) (3264 5408 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 136 229" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5169" + side + { + "id" "8795" + "plane" "(4288 6240 225) (4640 6240 225) (4640 0.000299289 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8794" + "plane" "(4288 0.000299289 224) (4640 0.000299289 224) (4640 6240 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8793" + "plane" "(4288 6240 225) (4288 0.000299289 225) (4288 0.000299289 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8792" + "plane" "(4640 6240 224) (4640 0.000299289 224) (4640 0.000299289 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8791" + "plane" "(4640 6240 225) (4288 6240 225) (4288 6240 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8790" + "plane" "(4640 0.000299289 224) (4288 0.000299289 224) (4288 0.000299289 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 164 109" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5228" + side + { + "id" "8812" + "plane" "(3008 4896 225) (3008 5152 225) (4288 5152 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8811" + "plane" "(3008 5152 224) (3008 4896 224) (4288 3936 224)" + "material" "TOOLS/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" "(3008 4896 224) (3008 5152 224) (3008 5152 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8809" + "plane" "(4288 5152 224) (4288 3936 224) (4288 3936 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "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" "(3008 5152 224) (4288 5152 224) (4288 5152 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8807" + "plane" "(4288 3936 224) (3008 4896 224) (3008 4896 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 164 109" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5233" + side + { + "id" "8824" + "plane" "(3008 5504 256) (3360 5504 256) (3360 5152 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8823" + "plane" "(3008 5152 224) (3360 5152 224) (3360 5504 224)" + "material" "TOOLS/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" "(3008 5504 256) (3008 5152 256) (3008 5152 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8821" + "plane" "(3360 5504 224) (3360 5152 224) (3360 5152 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "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" "(3360 5504 256) (3008 5504 256) (3008 5504 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8819" + "plane" "(3360 5152 224) (3008 5152 224) (3008 5152 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 164 109" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5245" + side + { + "id" "8836" + "plane" "(4160 6240 225) (4288 6240 225) (4288 5920 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8835" + "plane" "(4160 5920 224) (4288 5920 224) (4288 6240 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8834" + "plane" "(4160 6240 225) (4160 5920 225) (4160 5920 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8833" + "plane" "(4288 6240 224) (4288 5920 224) (4288 5920 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8832" + "plane" "(4288 6240 225) (4160 6240 225) (4160 6240 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8831" + "plane" "(4288 5920 224) (4160 5920 224) (4160 5920 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 164 109" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5253" + side + { + "id" "8848" + "plane" "(3008 5920 225) (4320 5920 225) (4320 5504 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8847" + "plane" "(3008 5504 224) (4320 5504 224) (4320 5920 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8846" + "plane" "(3008 5920 225) (3008 5504 225) (3008 5504 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8845" + "plane" "(4320 5920 224) (4320 5504 224) (4320 5504 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8844" + "plane" "(4320 5920 225) (3008 5920 225) (3008 5920 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8843" + "plane" "(4320 5504 224) (3008 5504 224) (3008 5504 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 164 109" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5258" + side + { + "id" "8860" + "plane" "(3360 5504 225) (4288 5504 225) (4288 5152 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8859" + "plane" "(3360 5152 224) (4288 5152 224) (4288 5504 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8858" + "plane" "(3360 5504 225) (3360 5152 225) (3360 5152 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8857" + "plane" "(4288 5504 224) (4288 5152 224) (4288 5152 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8856" + "plane" "(4288 5504 225) (3360 5504 225) (3360 5504 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8855" + "plane" "(4288 5152 224) (3360 5152 224) (3360 5152 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 164 109" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5263" + side + { + "id" "8872" + "plane" "(4128 5952 225) (4160 5952 225) (4160 5920 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8871" + "plane" "(4128 5920 224) (4160 5920 224) (4160 5952 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8870" + "plane" "(4128 5952 225) (4128 5920 225) (4128 5920 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8869" + "plane" "(4160 5952 224) (4160 5920 224) (4160 5920 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8868" + "plane" "(4160 5952 225) (4128 5952 225) (4128 5952 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8867" + "plane" "(4160 5920 224) (4128 5920 224) (4128 5920 225)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 164 109" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5302" + side + { + "id" "8897" + "plane" "(3648 5376 256) (3648 5408 256) (4288 5408 256)" + "material" "DE_NUKE/NUKBLENDDIRTGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8896" + "plane" "(3648 5408 224) (3648 5376 224) (4256 4768 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8895" + "plane" "(3648 5376 224) (3648 5408 224) (3648 5408 256)" + "material" "DE_NUKE/NUKBLENDDIRTGRASS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8894" + "plane" "(4288 5408 224) (4288 4768 224) (4288 4768 256)" + "material" "DE_NUKE/NUKBLENDDIRTGRASS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8893" + "plane" "(3648 5408 224) (4288 5408 224) (4288 5408 256)" + "material" "DE_NUKE/NUKBLENDDIRTGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8892" + "plane" "(4288 4768 224) (4256 4768 224) (4256 4768 256)" + "material" "DE_NUKE/NUKBLENDDIRTGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8891" + "plane" "(4256 4768 224) (3648 5376 224) (3648 5376 256)" + "material" "DE_NUKE/NUKBLENDDIRTGRASS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 244 101" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5304" + side + { + "id" "8909" + "plane" "(2496 3680 448) (2496 3904 448) (2560 3904 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8908" + "plane" "(2496 3904 416) (2496 3680 416) (2560 3680 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8907" + "plane" "(2496 3680 416) (2496 3904 416) (2496 3904 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8906" + "plane" "(2560 3904 416) (2560 3680 416) (2560 3680 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8905" + "plane" "(2496 3904 416) (2560 3904 416) (2560 3904 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8904" + "plane" "(2560 3680 416) (2496 3680 416) (2496 3680 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5306" + side + { + "id" "8921" + "plane" "(2400 3680 448) (2400 3712 448) (2496 3712 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 511.998] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8920" + "plane" "(2400 3712 416) (2400 3680 416) (2496 3680 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 511.998] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8919" + "plane" "(2400 3680 416) (2400 3712 416) (2400 3712 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8918" + "plane" "(2496 3712 416) (2496 3680 416) (2496 3680 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8917" + "plane" "(2400 3712 416) (2496 3712 416) (2496 3712 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 511.998] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8916" + "plane" "(2496 3680 416) (2400 3680 416) (2400 3680 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 511.998] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5393" + side + { + "id" "8945" + "plane" "(2463 6880 1152) (2463 6944 1152) (2464 6944 1152)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8944" + "plane" "(2463 6944 253.92) (2463 6880 253.92) (2464 6880 253.92)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8943" + "plane" "(2463 6880 253.92) (2463 6944 253.92) (2463 6944 1152)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -8.31982] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8942" + "plane" "(2464 6944 253.92) (2464 6880 253.92) (2464 6880 1152)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -8.31982] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8941" + "plane" "(2463 6944 253.92) (2464 6944 253.92) (2464 6944 1152)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -8.31982] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8940" + "plane" "(2464 6880 253.92) (2463 6880 253.92) (2463 6880 1152)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -8.31982] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 102 211" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5404" + side + { + "id" "8969" + "plane" "(2400 5568 416) (2400 5632 416) (2496 5632 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8968" + "plane" "(2400 5632 384) (2400 5568 384) (2496 5568 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8967" + "plane" "(2400 5568 384) (2400 5632 384) (2400 5632 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8966" + "plane" "(2496 5632 384) (2496 5568 384) (2496 5568 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8965" + "plane" "(2400 5632 384) (2496 5632 384) (2496 5632 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8964" + "plane" "(2496 5568 384) (2400 5568 384) (2400 5568 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 448] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5405" + side + { + "id" "8981" + "plane" "(2400 5536 416) (2400 5568 416) (2560 5568 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8980" + "plane" "(2400 5568 384) (2400 5536 384) (2560 5536 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8979" + "plane" "(2400 5536 384) (2400 5568 384) (2400 5568 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8978" + "plane" "(2560 5568 384) (2560 5536 384) (2560 5536 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8977" + "plane" "(2400 5568 384) (2560 5568 384) (2560 5568 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 -64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8976" + "plane" "(2560 5536 384) (2400 5536 384) (2400 5536 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 -64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5414" + side + { + "id" "9005" + "plane" "(2400 5536 640) (2400 5568 640) (2560 5568 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9004" + "plane" "(2400 5568 608) (2400 5536 608) (2560 5536 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9003" + "plane" "(2400 5536 608) (2400 5568 608) (2400 5568 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9002" + "plane" "(2560 5568 608) (2560 5536 608) (2560 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9001" + "plane" "(2400 5568 608) (2560 5568 608) (2560 5568 640)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9000" + "plane" "(2560 5536 608) (2400 5536 608) (2400 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5418" + side + { + "id" "9017" + "plane" "(2400 5536 448) (2400 5568 448) (2560 5568 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9016" + "plane" "(2400 5568 416) (2400 5536 416) (2560 5536 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9015" + "plane" "(2400 5536 416) (2400 5568 416) (2400 5568 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9014" + "plane" "(2560 5568 416) (2560 5536 416) (2560 5536 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9013" + "plane" "(2400 5568 416) (2560 5568 416) (2560 5568 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9012" + "plane" "(2560 5536 416) (2400 5536 416) (2400 5536 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5419" + side + { + "id" "9029" + "plane" "(2400 5536 640) (2400 5568 640) (2560 5568 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "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" "(2400 5568 608) (2400 5536 608) (2560 5536 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9027" + "plane" "(2400 5536 608) (2400 5568 608) (2400 5568 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9026" + "plane" "(2560 5568 608) (2560 5536 608) (2560 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9025" + "plane" "(2400 5568 608) (2560 5568 608) (2560 5568 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9024" + "plane" "(2560 5536 608) (2400 5536 608) (2400 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5420" + side + { + "id" "9041" + "plane" "(2400 5536 832) (2400 5568 832) (2560 5568 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9040" + "plane" "(2400 5568 800) (2400 5536 800) (2560 5536 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9039" + "plane" "(2400 5536 800) (2400 5568 800) (2400 5568 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9038" + "plane" "(2560 5568 800) (2560 5536 800) (2560 5536 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9037" + "plane" "(2400 5568 800) (2560 5568 800) (2560 5568 832)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9036" + "plane" "(2560 5536 800) (2400 5536 800) (2400 5536 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5422" + side + { + "id" "9065" + "plane" "(2400 5536 1024) (2400 5568 1024) (2560 5568 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9064" + "plane" "(2400 5568 992) (2400 5536 992) (2560 5536 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9063" + "plane" "(2400 5536 992) (2400 5568 992) (2400 5568 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9062" + "plane" "(2560 5568 992) (2560 5536 992) (2560 5536 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9061" + "plane" "(2400 5568 992) (2560 5568 992) (2560 5568 1024)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9060" + "plane" "(2560 5536 992) (2400 5536 992) (2400 5536 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5426" + side + { + "id" "9077" + "plane" "(2400 5568 832) (2400 5632 832) (2496 5632 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9076" + "plane" "(2400 5632 800) (2400 5568 800) (2496 5568 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9075" + "plane" "(2400 5568 800) (2400 5632 800) (2400 5632 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9074" + "plane" "(2496 5632 800) (2496 5568 800) (2496 5568 832)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9073" + "plane" "(2400 5632 800) (2496 5632 800) (2496 5632 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9072" + "plane" "(2496 5568 800) (2400 5568 800) (2400 5568 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5432" + side + { + "id" "9089" + "plane" "(2400 5568 448) (2400 5632 448) (2496 5632 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9088" + "plane" "(2400 5632 416) (2400 5568 416) (2496 5568 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9087" + "plane" "(2400 5568 416) (2400 5632 416) (2400 5632 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9086" + "plane" "(2496 5632 416) (2496 5568 416) (2496 5568 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9085" + "plane" "(2400 5632 416) (2496 5632 416) (2496 5632 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9084" + "plane" "(2496 5568 416) (2400 5568 416) (2400 5568 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5435" + side + { + "id" "9101" + "plane" "(2464 5568 1024) (2464 5632 1024) (2560 5632 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9100" + "plane" "(2464 5632 992) (2464 5568 992) (2560 5568 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9099" + "plane" "(2464 5568 992) (2464 5632 992) (2464 5632 1024)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9098" + "plane" "(2560 5632 992) (2560 5568 992) (2560 5568 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9097" + "plane" "(2464 5632 992) (2560 5632 992) (2560 5632 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9096" + "plane" "(2560 5568 992) (2464 5568 992) (2464 5568 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5437" + side + { + "id" "9113" + "plane" "(2464 5568 640) (2464 5632 640) (2560 5632 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9112" + "plane" "(2464 5632 608) (2464 5568 608) (2560 5568 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9111" + "plane" "(2464 5568 608) (2464 5632 608) (2464 5632 640)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9110" + "plane" "(2560 5632 608) (2560 5568 608) (2560 5568 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9109" + "plane" "(2464 5632 608) (2560 5632 608) (2560 5632 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9108" + "plane" "(2560 5568 608) (2464 5568 608) (2464 5568 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5607" + side + { + "id" "9114" + "plane" "(2752 5440 1472) (2752 5504 1472) (2753 5504 1472)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9115" + "plane" "(2752 5504 1216) (2752 5440 1216) (2753 5440 1216)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9116" + "plane" "(2752 5440 1216) (2752 5504 1216) (2752 5504 1472)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9117" + "plane" "(2753 5504 1216) (2753 5440 1216) (2753 5440 1472)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9118" + "plane" "(2752 5504 1216) (2753 5504 1216) (2753 5504 1472)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9119" + "plane" "(2753 5440 1216) (2752 5440 1216) (2752 5440 1472)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 211 208" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5610" + side + { + "id" "9131" + "plane" "(2208 5472 1216) (2208 5568 1216) (2656 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9130" + "plane" "(2208 5568 1184) (2208 5472 1184) (2656 5472 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9129" + "plane" "(2208 5472 1184) (2208 5568 1184) (2208 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9128" + "plane" "(2656 5568 1184) (2656 5472 1184) (2656 5472 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9127" + "plane" "(2208 5568 1184) (2656 5568 1184) (2656 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9126" + "plane" "(2656 5472 1184) (2208 5472 1184) (2208 5472 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5615" + side + { + "id" "9143" + "plane" "(2656 5536 1216) (2656 5568 1216) (2752 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9142" + "plane" "(2656 5568 1184) (2656 5536 1184) (2752 5536 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9141" + "plane" "(2656 5536 1184) (2656 5568 1184) (2656 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9140" + "plane" "(2752 5568 1184) (2752 5536 1184) (2752 5536 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9139" + "plane" "(2656 5568 1184) (2752 5568 1184) (2752 5568 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9138" + "plane" "(2752 5536 1184) (2656 5536 1184) (2656 5536 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5618" + side + { + "id" "9155" + "plane" "(2720 5472 1216) (2720 5536 1216) (2752 5536 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9154" + "plane" "(2720 5536 1184) (2720 5472 1184) (2752 5472 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9153" + "plane" "(2720 5472 1184) (2720 5536 1184) (2720 5536 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9152" + "plane" "(2752 5536 1184) (2752 5472 1184) (2752 5472 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9151" + "plane" "(2720 5536 1184) (2752 5536 1184) (2752 5536 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9150" + "plane" "(2752 5472 1184) (2720 5472 1184) (2720 5472 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5662" + side + { + "id" "9156" + "plane" "(2656 5536 1312) (2720 5536 1312) (2720 5535 1312)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9157" + "plane" "(2656 5535 1023.53) (2720 5535 1023.53) (2720 5536 1023.53)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9158" + "plane" "(2656 5536 1312) (2656 5535 1312) (2656 5535 1023.53)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9159" + "plane" "(2720 5536 1023.53) (2720 5535 1023.53) (2720 5535 1312)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9160" + "plane" "(2720 5536 1312) (2656 5536 1312) (2656 5536 1023.53)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9161" + "plane" "(2720 5535 1023.53) (2656 5535 1023.53) (2656 5535 1312)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 217 126" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5716" + side + { + "id" "9173" + "plane" "(2400 5632 1120) (2464 5632 1120) (2464 5631 1120)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9172" + "plane" "(2400 5631 831.533) (2464 5631 831.533) (2464 5632 831.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9171" + "plane" "(2400 5632 1120) (2400 5631 1120) (2400 5631 831.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9170" + "plane" "(2464 5632 831.533) (2464 5631 831.533) (2464 5631 1120)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9169" + "plane" "(2464 5632 1120) (2400 5632 1120) (2400 5632 831.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9168" + "plane" "(2464 5631 831.533) (2400 5631 831.533) (2400 5631 1120)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 217 126" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5717" + side + { + "id" "9185" + "plane" "(2496 5632 928) (2560 5632 928) (2560 5631 928)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9184" + "plane" "(2496 5631 639.533) (2560 5631 639.533) (2560 5632 639.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9183" + "plane" "(2496 5632 928) (2496 5631 928) (2496 5631 639.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9182" + "plane" "(2560 5632 639.533) (2560 5631 639.533) (2560 5631 928)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9181" + "plane" "(2560 5632 928) (2496 5632 928) (2496 5632 639.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9180" + "plane" "(2560 5631 639.533) (2496 5631 639.533) (2496 5631 928)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 217 126" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5718" + side + { + "id" "9197" + "plane" "(2400 5632 736) (2464 5632 736) (2464 5631 736)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9196" + "plane" "(2400 5631 447.533) (2464 5631 447.533) (2464 5632 447.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9195" + "plane" "(2400 5632 736) (2400 5631 736) (2400 5631 447.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9194" + "plane" "(2464 5632 447.533) (2464 5631 447.533) (2464 5631 736)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9193" + "plane" "(2464 5632 736) (2400 5632 736) (2400 5632 447.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9192" + "plane" "(2464 5631 447.533) (2400 5631 447.533) (2400 5631 736)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 217 126" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5719" + side + { + "id" "9209" + "plane" "(2496 5632 544) (2560 5632 544) (2560 5631 544)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9208" + "plane" "(2496 5631 255.533) (2560 5631 255.533) (2560 5632 255.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9207" + "plane" "(2496 5632 544) (2496 5631 544) (2496 5631 255.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9206" + "plane" "(2560 5632 255.533) (2560 5631 255.533) (2560 5631 544)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9205" + "plane" "(2560 5632 544) (2496 5632 544) (2496 5632 255.533)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9204" + "plane" "(2560 5631 255.533) (2496 5631 255.533) (2496 5631 544)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 217 126" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5725" + side + { + "id" "9221" + "plane" "(2400 5632 256) (2400 5920 256) (2976 5920 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9220" + "plane" "(2400 5920 224) (2400 5632 224) (2976 5632 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9219" + "plane" "(2400 5632 224) (2400 5920 224) (2400 5920 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9218" + "plane" "(2976 5920 224) (2976 5632 224) (2976 5632 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9217" + "plane" "(2400 5920 224) (2976 5920 224) (2976 5920 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9216" + "plane" "(2976 5632 224) (2400 5632 224) (2400 5632 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5742" + side + { + "id" "9245" + "plane" "(2464 5568 256) (2464 5632 256) (2976 5632 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9244" + "plane" "(2464 5632 224) (2464 5568 224) (2976 5568 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9243" + "plane" "(2464 5568 224) (2464 5632 224) (2464 5632 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9242" + "plane" "(2976 5632 224) (2976 5568 224) (2976 5568 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9241" + "plane" "(2464 5632 224) (2976 5632 224) (2976 5632 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9240" + "plane" "(2976 5568 224) (2464 5568 224) (2464 5568 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5746" + side + { + "id" "9257" + "plane" "(2368 5568 256) (2368 5632 256) (2400 5632 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9256" + "plane" "(2368 5632 224) (2368 5568 224) (2400 5568 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9255" + "plane" "(2368 5568 224) (2368 5632 224) (2368 5632 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9254" + "plane" "(2400 5632 224) (2400 5568 224) (2400 5568 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9253" + "plane" "(2368 5632 224) (2400 5632 224) (2400 5632 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9252" + "plane" "(2400 5568 224) (2368 5568 224) (2368 5568 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5752" + side + { + "id" "9269" + "plane" "(2400 5632 352) (2464 5632 352) (2464 5631 352)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9268" + "plane" "(2400 5631 63.5327) (2464 5631 63.5327) (2464 5632 63.5327)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9267" + "plane" "(2400 5632 352) (2400 5631 352) (2400 5631 63.5327)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9266" + "plane" "(2464 5632 63.5327) (2464 5631 63.5327) (2464 5631 352)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9265" + "plane" "(2464 5632 352) (2400 5632 352) (2400 5632 63.5327)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9264" + "plane" "(2464 5631 63.5327) (2400 5631 63.5327) (2400 5631 352)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 217 126" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5970" + side + { + "id" "9317" + "plane" "(2752 5920 480) (2752 5952 480) (2976 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9316" + "plane" "(2752 5952 32) (2752 5920 32) (2976 5920 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" "9315" + "plane" "(2752 5920 32) (2752 5952 32) (2752 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9314" + "plane" "(2976 5952 32) (2976 5920 32) (2976 5920 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9313" + "plane" "(2752 5952 32) (2976 5952 32) (2976 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9312" + "plane" "(2976 5920 32) (2752 5920 32) (2752 5920 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5974" + side + { + "id" "9329" + "plane" "(2624 5920 480) (2624 5952 480) (2752 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9328" + "plane" "(2624 5952 192) (2624 5920 192) (2752 5920 192)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -128] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9327" + "plane" "(2624 5920 192) (2624 5952 192) (2624 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9326" + "plane" "(2752 5952 192) (2752 5920 192) (2752 5920 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9325" + "plane" "(2624 5952 192) (2752 5952 192) (2752 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9324" + "plane" "(2752 5920 192) (2624 5920 192) (2624 5920 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "5987" + side + { + "id" "9365" + "plane" "(2624 5920 64) (2624 5952 64) (2752 5952 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9364" + "plane" "(2624 5952 32) (2624 5920 32) (2752 5920 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" "9363" + "plane" "(2624 5920 32) (2624 5952 32) (2624 5952 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9362" + "plane" "(2752 5952 32) (2752 5920 32) (2752 5920 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9361" + "plane" "(2624 5952 32) (2752 5952 32) (2752 5952 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9360" + "plane" "(2752 5920 32) (2624 5920 32) (2624 5920 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3672" + side + { + "id" "9649" + "plane" "(1856 3680 256) (1856 7040 256) (1888 7040 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9648" + "plane" "(1856 7040 32) (1856 3680 32) (1888 3680 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" "9647" + "plane" "(1856 3680 32) (1856 7040 32) (1856 7040 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9646" + "plane" "(1888 7040 32) (1888 3680 32) (1888 3680 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9645" + "plane" "(1856 7040 32) (1888 7040 32) (1888 7040 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9644" + "plane" "(1888 3680 32) (1856 3680 32) (1856 3680 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 159 216" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3673" + side + { + "id" "9515" + "plane" "(1856 7040 416) (1888 7040 416) (1888 5856 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "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" "(1856 5856 256) (1888 5856 256) (1888 7040 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "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" "(1856 7040 416) (1856 5856 416) (1856 5856 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "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" "(1888 7040 256) (1888 5856 256) (1888 5856 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9511" + "plane" "(1888 7040 416) (1856 7040 416) (1856 7040 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9510" + "plane" "(1888 5856 256) (1856 5856 256) (1856 5856 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 159 216" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3674" + side + { + "id" "7686" + "plane" "(2368 5952 64) (2368 7008 64) (3296 7008 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7685" + "plane" "(2368 7008 32) (2368 5952 32) (3296 5952 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" "7684" + "plane" "(2368 5952 32) (2368 7008 32) (2368 7008 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7683" + "plane" "(3296 7008 32) (3296 5952 32) (3296 5952 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7682" + "plane" "(2368 7008 32) (3296 7008 32) (3296 7008 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7681" + "plane" "(3296 5952 32) (2368 5952 32) (2368 5952 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3688" + side + { + "id" "7698" + "plane" "(2400 6528 256) (2400 6560 256) (2720 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7697" + "plane" "(2400 6560 32) (2400 6528 32) (2720 6528 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7696" + "plane" "(2400 6528 32) (2400 6560 32) (2400 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7695" + "plane" "(2720 6560 32) (2720 6528 32) (2720 6528 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7694" + "plane" "(2400 6560 32) (2720 6560 32) (2720 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7693" + "plane" "(2720 6528 32) (2400 6528 32) (2400 6528 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -320] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3695" + side + { + "id" "7710" + "plane" "(3296 6240 256) (3296 7008 256) (3328 7008 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7709" + "plane" "(3296 7008 32) (3296 6240 32) (3328 6240 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" "7708" + "plane" "(3296 6240 32) (3296 7008 32) (3296 7008 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7707" + "plane" "(3328 7008 32) (3328 6240 32) (3328 6240 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7706" + "plane" "(3296 7008 32) (3328 7008 32) (3328 7008 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7705" + "plane" "(3328 6240 32) (3296 6240 32) (3296 6240 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3704" + side + { + "id" "7722" + "plane" "(3008 6528 256) (3008 6560 256) (3296 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7721" + "plane" "(3008 6560 32) (3008 6528 32) (3296 6528 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7720" + "plane" "(3008 6528 32) (3008 6560 32) (3008 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7719" + "plane" "(3296 6560 32) (3296 6528 32) (3296 6528 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7718" + "plane" "(3008 6560 32) (3296 6560 32) (3296 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7717" + "plane" "(3296 6528 32) (3008 6528 32) (3008 6528 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3724" + side + { + "id" "7734" + "plane" "(2720 6528 256) (2720 6560 256) (3008 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7733" + "plane" "(2720 6560 192) (2720 6528 192) (3008 6528 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7732" + "plane" "(2720 6528 192) (2720 6560 192) (2720 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7731" + "plane" "(3008 6560 192) (3008 6528 192) (3008 6528 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7730" + "plane" "(2720 6560 192) (3008 6560 192) (3008 6560 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7729" + "plane" "(3008 6528 192) (2720 6528 192) (2720 6528 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3819" + side + { + "id" "7794" + "plane" "(2368 3904 448) (2368 5024 448) (2560 5024 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7793" + "plane" "(2368 5024 416) (2368 3904 416) (2560 3904 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7792" + "plane" "(2368 3904 416) (2368 5024 416) (2368 5024 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7791" + "plane" "(2560 5024 416) (2560 3904 416) (2560 3904 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7790" + "plane" "(2368 5024 416) (2560 5024 416) (2560 5024 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7789" + "plane" "(2560 3904 416) (2368 3904 416) (2368 3904 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3837" + side + { + "id" "7806" + "plane" "(2368 3680 256) (2368 5024 256) (2560 5024 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7805" + "plane" "(2368 5024 224) (2368 3680 224) (2560 3680 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7804" + "plane" "(2368 3680 224) (2368 5024 224) (2368 5024 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7803" + "plane" "(2560 5024 224) (2560 3680 224) (2560 3680 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7802" + "plane" "(2368 5024 224) (2560 5024 224) (2560 5024 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7801" + "plane" "(2560 3680 224) (2368 3680 224) (2368 3680 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3845" + side + { + "id" "7818" + "plane" "(2368 3680 64) (2368 5024 64) (2560 5024 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7817" + "plane" "(2368 5024 32) (2368 3680 32) (2560 3680 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" "7816" + "plane" "(2368 3680 32) (2368 5024 32) (2368 5024 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7815" + "plane" "(2560 5024 32) (2560 3680 32) (2560 3680 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7814" + "plane" "(2368 5024 32) (2560 5024 32) (2560 5024 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7813" + "plane" "(2560 3680 32) (2368 3680 32) (2368 3680 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 127.998] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3856" + side + { + "id" "7830" + "plane" "(3008 1888 224) (3008 5952 224) (4928 5952 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.255" + "vaxis" "[0 -1 0 640] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[3008 1888 224]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 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" + "row2" "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" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "7829" + "plane" "(3008 5952 0) (3008 1888 0) (4928 1888 0)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 640] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7828" + "plane" "(3008 1888 0) (3008 5952 0) (3008 5952 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 -640] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7827" + "plane" "(4928 5952 0) (4928 1888 0) (4928 1888 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 -640] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7826" + "plane" "(3008 5952 0) (4928 5952 0) (4928 5952 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7825" + "plane" "(4928 1888 0) (3008 1888 0) (3008 1888 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3873" + side + { + "id" "7842" + "plane" "(0 2496 32) (0 7488 32) (1856 7488 32)" + "material" "DE_DUST/HR_DUST/HR_DUST_GROUND_SAND_01" + "uaxis" "[1 0 0 532.079] 0.255" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7841" + "plane" "(0 7488 0) (0 2496 0) (1856 2496 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" "7840" + "plane" "(0 2496 0) (0 7488 0) (0 7488 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7839" + "plane" "(1856 7488 0) (1856 2496 0) (1856 2496 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" "7838" + "plane" "(0 7488 0) (1856 7488 0) (1856 7488 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 768] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + side + { + "id" "7837" + "plane" "(1856 2496 0) (0 2496 0) (0 2496 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 768] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3885" + side + { + "id" "7854" + "plane" "(1856 2496 32) (1856 3648 32) (3008 3648 32)" + "material" "DE_DUST/HR_DUST/HR_DUST_GROUND_SAND_01" + "uaxis" "[1 0 0 421.647] 0.255" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7853" + "plane" "(1856 3648 0) (1856 2496 0) (3008 2496 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" "7852" + "plane" "(1856 2496 0) (1856 3648 0) (1856 3648 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7851" + "plane" "(3008 3648 0) (3008 2496 0) (3008 2496 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7850" + "plane" "(1856 3648 0) (3008 3648 0) (3008 3648 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" "7849" + "plane" "(3008 2496 0) (1856 2496 0) (1856 2496 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 512] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3904" + side + { + "id" "7866" + "plane" "(2592 3648 32) (2592 4896 32) (3008 4896 32)" + "material" "DE_DUST/HR_DUST/HR_DUST_GROUND_SAND_01" + "uaxis" "[1 0 0 422] 0.255" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7865" + "plane" "(2592 4896 0) (2592 3648 0) (3008 3648 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" "7864" + "plane" "(2592 3648 0) (2592 4896 0) (2592 4896 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" "7863" + "plane" "(3008 4896 0) (3008 3648 0) (3008 3648 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" "7862" + "plane" "(2592 4896 0) (3008 4896 0) (3008 4896 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" "7861" + "plane" "(3008 3648 0) (2592 3648 0) (2592 3648 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 512] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3930" + side + { + "id" "7890" + "plane" "(3328 6240 224) (3328 7488 224) (4928 7488 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.255" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[3328 6240 224]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 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" + "row2" "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" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "7889" + "plane" "(3328 7488 0) (3328 6240 0) (4928 6240 0)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7888" + "plane" "(3328 6240 0) (3328 7488 0) (3328 7488 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7887" + "plane" "(4928 7488 0) (4928 6240 0) (4928 6240 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7886" + "plane" "(3328 7488 0) (4928 7488 0) (4928 7488 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + side + { + "id" "7885" + "plane" "(4928 6240 0) (3328 6240 0) (3328 6240 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4099" + side + { + "id" "7992" + "plane" "(4160 5952 224) (4160 6240 224) (4928 6240 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 -547.137] 0.255" + "vaxis" "[0 -1 0 512] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[4160 5952 224]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 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" + "row2" "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" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "7991" + "plane" "(4160 6240 0) (4160 5952 0) (4928 5952 0)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 -640] 0.25" + "vaxis" "[0 -1 0 512] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7990" + "plane" "(4160 5952 0) (4160 6240 0) (4160 6240 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 -512] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7989" + "plane" "(4928 6240 0) (4928 5952 0) (4928 5952 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 -512] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "7988" + "plane" "(4160 6240 0) (4928 6240 0) (4928 6240 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 -640] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + side + { + "id" "7987" + "plane" "(4928 5952 0) (4160 5952 0) (4160 5952 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 -640] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4145" + side + { + "id" "8009" + "plane" "(3296 6240 0) (3296 5952 0) (4160 5952 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" "8008" + "plane" "(3296 5952 0) (3296 6240 0) (3296 6240 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" "8007" + "plane" "(4160 6240 0) (4160 5952 0) (4160 5952 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8006" + "plane" "(3296 6240 0) (4160 6240 0) (4160 6240 224)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8005" + "plane" "(4160 5952 0) (3296 5952 0) (3296 5952 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" "8004" + "plane" "(3296 5952 64) (3296 6240 64) (4160 6240 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4266" + side + { + "id" "8081" + "plane" "(0 2496 0) (0 1888 0) (3008 1888 0)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -640] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "8080" + "plane" "(0 1888 0) (0 2496 0) (0 2496 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 640] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "8079" + "plane" "(3008 2496 0) (3008 1888 0) (3008 1888 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 640] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "8078" + "plane" "(0 2496 0) (3008 2496 0) (3008 2496 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + side + { + "id" "8077" + "plane" "(3008 1888 0) (0 1888 0) (0 1888 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + side + { + "id" "8076" + "plane" "(3008 1888 224) (0 1888 224) (0 2496 32)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "25" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[0 1888 224]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583" + "row1" "-0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583" + "row2" "-0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583" + "row3" "-0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583" + "row4" "-0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583 -0 0.301131 0.953583" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4284" + side + { + "id" "8100" + "plane" "(1856 5728 416) (1888 5728 416) (1888 3680 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8099" + "plane" "(1856 3680 256) (1888 3680 256) (1888 5728 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8098" + "plane" "(1856 5728 416) (1856 3680 416) (1856 3680 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8097" + "plane" "(1888 5728 256) (1888 3680 256) (1888 3680 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8096" + "plane" "(1888 5728 416) (1856 5728 416) (1856 5728 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8095" + "plane" "(1888 3680 256) (1856 3680 256) (1856 3680 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 159 216" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4291" + side + { + "id" "8101" + "plane" "(1632 6368 256) (1856 6368 256) (1856 4864 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8102" + "plane" "(1632 4864 224) (1856 4864 224) (1856 6368 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8103" + "plane" "(1632 6368 256) (1632 4864 256) (1632 4864 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8104" + "plane" "(1856 6368 224) (1856 4864 224) (1856 4864 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8105" + "plane" "(1856 6368 256) (1632 6368 256) (1632 6368 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8106" + "plane" "(1856 4864 224) (1632 4864 224) (1632 4864 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4296" + side + { + "id" "8118" + "plane" "(1600 6400 288) (1632 6400 288) (1632 4960 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8117" + "plane" "(1600 4960 224) (1632 4960 224) (1632 6400 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8116" + "plane" "(1600 6400 288) (1600 4960 288) (1600 4960 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8115" + "plane" "(1632 6400 224) (1632 4960 224) (1632 4960 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8114" + "plane" "(1632 6400 288) (1600 6400 288) (1600 6400 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8113" + "plane" "(1632 4960 224) (1600 4960 224) (1600 4960 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4306" + side + { + "id" "8130" + "plane" "(1344 4864 288) (1856 4864 288) (1856 4832 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8129" + "plane" "(1344 4832 224) (1856 4832 224) (1856 4864 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8128" + "plane" "(1344 4864 288) (1344 4832 288) (1344 4832 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8127" + "plane" "(1856 4864 224) (1856 4832 224) (1856 4832 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8126" + "plane" "(1856 4864 288) (1344 4864 288) (1344 4864 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8125" + "plane" "(1856 4832 224) (1344 4832 224) (1344 4832 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4315" + side + { + "id" "8142" + "plane" "(1632 6400 288) (1856 6400 288) (1856 6368 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8141" + "plane" "(1632 6368 224) (1856 6368 224) (1856 6400 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8140" + "plane" "(1632 6400 288) (1632 6368 288) (1632 6368 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8139" + "plane" "(1856 6400 224) (1856 6368 224) (1856 6368 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8138" + "plane" "(1856 6400 288) (1632 6400 288) (1632 6400 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8137" + "plane" "(1856 6368 224) (1632 6368 224) (1632 6368 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4404" + side + { + "id" "8195" + "plane" "(1376 4864 256) (1376 4960 256) (1600 4960 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8194" + "plane" "(1376 5760 160) (1376 4864 160) (1600 4864 160)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8193" + "plane" "(1376 4864 160) (1376 5760 160) (1376 4960 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8192" + "plane" "(1600 5760 160) (1600 4864 160) (1600 4864 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8191" + "plane" "(1600 4864 160) (1376 4864 160) (1376 4864 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8190" + "plane" "(1600 4960 256) (1376 4960 256) (1376 5760 160)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4566" + side + { + "id" "8243" + "plane" "(1024 5760 32) (1024 4864 32) (1248 4864 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8242" + "plane" "(1024 4864 32) (1024 5760 32) (1024 5760 160)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8241" + "plane" "(1248 5760 32) (1248 4864 32) (1248 5760 160)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8240" + "plane" "(1024 5760 32) (1248 5760 32) (1248 5760 160)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8239" + "plane" "(1248 4864 32) (1024 4864 32) (1024 5760 160)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4570" + side + { + "id" "8260" + "plane" "(1600 4960 256) (1632 4960 256) (1632 4864 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8259" + "plane" "(1600 4864 224) (1632 4864 224) (1632 4960 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8258" + "plane" "(1600 4960 256) (1600 4864 256) (1600 4864 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8257" + "plane" "(1632 4960 224) (1632 4864 224) (1632 4864 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8256" + "plane" "(1632 4960 256) (1600 4960 256) (1600 4960 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8255" + "plane" "(1632 4864 224) (1600 4864 224) (1600 4864 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4666" + side + { + "id" "8306" + "plane" "(1344 4864 288) (1344 4992 288) (1376 4992 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8305" + "plane" "(1344 5760 160) (1344 5536 160) (1376 5536 160)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8304" + "plane" "(1344 5536 160) (1344 5760 160) (1344 5760 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8303" + "plane" "(1376 5760 160) (1376 5536 160) (1376 4864 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8302" + "plane" "(1344 5760 160) (1376 5760 160) (1376 5760 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8301" + "plane" "(1344 4864 224) (1344 4864 288) (1376 4864 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8300" + "plane" "(1376 4992 288) (1344 4992 288) (1344 5760 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8299" + "plane" "(1376 5536 160) (1344 5536 160) (1344 4864 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4668" + side + { + "id" "8327" + "plane" "(1600 4992 288) (1600 5101.71 288) (1632 5101.71 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8326" + "plane" "(1600 5760 160) (1600 5568 160) (1632 5568 160)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8325" + "plane" "(1600 5568 160) (1600 5760 160) (1600 5760 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8324" + "plane" "(1632 5760 160) (1632 5568 160) (1632 4992 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8323" + "plane" "(1600 5760 160) (1632 5760 160) (1632 5760 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8322" + "plane" "(1600 4992 224) (1600 4992 288) (1632 4992 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8321" + "plane" "(1632 5101.71 288) (1600 5101.71 288) (1600 5760 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8320" + "plane" "(1632 5568 160) (1600 5568 160) (1600 4992 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 172 133" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4672" + side + { + "id" "8328" + "plane" "(1024 6016 160) (1600 6016 160) (1600 5760 160)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8329" + "plane" "(1024 5760 64) (1600 5760 64) (1600 6016 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8330" + "plane" "(1024 6016 160) (1024 5760 160) (1024 5760 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8331" + "plane" "(1600 6016 64) (1600 5760 64) (1600 5760 160)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8332" + "plane" "(1600 6016 160) (1024 6016 160) (1024 6016 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8333" + "plane" "(1600 5760 64) (1024 5760 64) (1024 5760 160)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 134 243" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4675" + side + { + "id" "8345" + "plane" "(1600 6016 192) (1632 6016 192) (1632 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8344" + "plane" "(1600 5760 64) (1632 5760 64) (1632 6016 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8343" + "plane" "(1600 6016 192) (1600 5760 192) (1600 5760 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8342" + "plane" "(1632 6016 64) (1632 5760 64) (1632 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8341" + "plane" "(1632 6016 192) (1600 6016 192) (1600 6016 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8340" + "plane" "(1632 5760 64) (1600 5760 64) (1600 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 134 243" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4681" + side + { + "id" "8357" + "plane" "(992 6048 192) (1632 6048 192) (1632 6016 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8356" + "plane" "(992 6016 64) (1632 6016 64) (1632 6048 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8355" + "plane" "(992 6048 192) (992 6016 192) (992 6016 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8354" + "plane" "(1632 6048 64) (1632 6016 64) (1632 6016 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8353" + "plane" "(1632 6048 192) (992 6048 192) (992 6048 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8352" + "plane" "(1632 6016 64) (992 6016 64) (992 6016 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 134 243" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4684" + side + { + "id" "8369" + "plane" "(992 6016 192) (1024 6016 192) (1024 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8368" + "plane" "(992 5760 64) (1024 5760 64) (1024 6016 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8367" + "plane" "(992 6016 192) (992 5760 192) (992 5760 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8366" + "plane" "(1024 6016 64) (1024 5760 64) (1024 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8365" + "plane" "(1024 6016 192) (992 6016 192) (992 6016 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8364" + "plane" "(1024 5760 64) (992 5760 64) (992 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 134 243" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4763" + side + { + "id" "8393" + "plane" "(992 5696 192) (992 5760 192) (1024 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8392" + "plane" "(992 5760 32) (992 4832 32) (1024 4832 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8391" + "plane" "(992 4832 32) (992 5760 32) (992 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8390" + "plane" "(1024 5760 32) (1024 4832 32) (1024 4832 72)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8389" + "plane" "(992 5760 32) (1024 5760 32) (1024 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8388" + "plane" "(1024 4832 32) (992 4832 32) (992 4832 72)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8387" + "plane" "(992 4832 72) (992 5696 192) (1024 5696 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 134 243" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4764" + side + { + "id" "8407" + "plane" "(1248 5696 192) (1248 5760 192) (1280 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8406" + "plane" "(1248 5760 32) (1248 4832 32) (1280 4832 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8405" + "plane" "(1248 4832 32) (1248 5760 32) (1248 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8404" + "plane" "(1280 5760 32) (1280 4832 32) (1280 4832 72)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8403" + "plane" "(1248 5760 32) (1280 5760 32) (1280 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8402" + "plane" "(1280 4832 32) (1248 4832 32) (1248 4832 72)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8401" + "plane" "(1248 4832 72) (1248 5696 192) (1280 5696 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 134 243" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "4825" + side + { + "id" "8437" + "plane" "(1344 5792 224) (1376 5792 224) (1376 5760 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8436" + "plane" "(1248 5792 128) (1248 5760 128) (1376 5760 128)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8435" + "plane" "(1248 5760 128) (1248 5792 128) (1248 5792 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8434" + "plane" "(1376 5792 128) (1376 5760 128) (1376 5760 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8433" + "plane" "(1248 5792 128) (1376 5792 128) (1376 5792 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8432" + "plane" "(1376 5760 128) (1248 5760 128) (1248 5760 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "8431" + "plane" "(1248 5760 192) (1248 5792 192) (1344 5792 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 134 243" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1651" + side + { + "id" "1578" + "plane" "(0 0 -32) (0 7488 -32) (4928 7488 -32)" + "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" "1577" + "plane" "(0 7488 -96) (0 0 -96) (4928 0 -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" "1576" + "plane" "(0 0 -96) (0 7488 -96) (0 7488 -32)" + "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" "1575" + "plane" "(4928 7488 -96) (4928 0 -96) (4928 0 -32)" + "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" "1574" + "plane" "(0 7488 -96) (4928 7488 -96) (4928 7488 -32)" + "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" "1573" + "plane" "(4928 0 -96) (0 0 -96) (0 0 -32)" + "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" "0 225 174" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1865" + side + { + "id" "2298" + "plane" "(1888 5632 416) (1888 5664 416) (2176 5664 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2297" + "plane" "(1888 5664 256) (1888 5632 256) (2176 5632 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2296" + "plane" "(1888 5632 256) (1888 5664 256) (1888 5664 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2295" + "plane" "(2176 5664 256) (2176 5632 256) (2176 5632 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2294" + "plane" "(1888 5664 256) (2176 5664 256) (2176 5664 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2293" + "plane" "(2176 5632 256) (1888 5632 256) (1888 5632 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 101 238" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1866" + side + { + "id" "2304" + "plane" "(1888 5024 416) (1888 5056 416) (2176 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2303" + "plane" "(1888 5056 256) (1888 5024 256) (2176 5024 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2302" + "plane" "(1888 5024 256) (1888 5056 256) (1888 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2301" + "plane" "(2176 5056 256) (2176 5024 256) (2176 5024 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2300" + "plane" "(1888 5056 256) (2176 5056 256) (2176 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2299" + "plane" "(2176 5024 256) (1888 5024 256) (1888 5024 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1867" + side + { + "id" "2310" + "plane" "(1888 4672 416) (1888 4704 416) (2176 4704 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2309" + "plane" "(1888 4704 256) (1888 4672 256) (2176 4672 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2308" + "plane" "(1888 4672 256) (1888 4704 256) (1888 4704 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2307" + "plane" "(2176 4704 256) (2176 4672 256) (2176 4672 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2306" + "plane" "(1888 4704 256) (2176 4704 256) (2176 4704 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2305" + "plane" "(2176 4672 256) (1888 4672 256) (1888 4672 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1868" + side + { + "id" "2316" + "plane" "(1888 4320 416) (1888 4352 416) (2176 4352 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2315" + "plane" "(1888 4352 256) (1888 4320 256) (2176 4320 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2314" + "plane" "(1888 4320 256) (1888 4352 256) (1888 4352 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 448] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2313" + "plane" "(2176 4352 256) (2176 4320 256) (2176 4320 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 448] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2312" + "plane" "(1888 4352 256) (2176 4352 256) (2176 4352 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2311" + "plane" "(2176 4320 256) (1888 4320 256) (1888 4320 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1869" + side + { + "id" "2322" + "plane" "(1888 3968 416) (1888 4000 416) (2176 4000 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2321" + "plane" "(1888 4000 256) (1888 3968 256) (2176 3968 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2320" + "plane" "(1888 3968 256) (1888 4000 256) (1888 4000 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2319" + "plane" "(2176 4000 256) (2176 3968 256) (2176 3968 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2318" + "plane" "(1888 4000 256) (2176 4000 256) (2176 4000 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2317" + "plane" "(2176 3968 256) (1888 3968 256) (1888 3968 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1870" + side + { + "id" "2328" + "plane" "(1888 5984 416) (1888 6016 416) (2176 6016 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2327" + "plane" "(1888 6016 256) (1888 5984 256) (2176 5984 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2326" + "plane" "(1888 5984 256) (1888 6016 256) (1888 6016 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2325" + "plane" "(2176 6016 256) (2176 5984 256) (2176 5984 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2324" + "plane" "(1888 6016 256) (2176 6016 256) (2176 6016 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2323" + "plane" "(2176 5984 256) (1888 5984 256) (1888 5984 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1871" + side + { + "id" "2334" + "plane" "(1888 6336 416) (1888 6368 416) (2176 6368 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2333" + "plane" "(1888 6368 256) (1888 6336 256) (2176 6336 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2332" + "plane" "(1888 6336 256) (1888 6368 256) (1888 6368 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2331" + "plane" "(2176 6368 256) (2176 6336 256) (2176 6336 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2330" + "plane" "(1888 6368 256) (2176 6368 256) (2176 6368 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2329" + "plane" "(2176 6336 256) (1888 6336 256) (1888 6336 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1872" + side + { + "id" "2340" + "plane" "(1888 6688 416) (1888 6720 416) (2176 6720 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2339" + "plane" "(1888 6720 256) (1888 6688 256) (2176 6688 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2338" + "plane" "(1888 6688 256) (1888 6720 256) (1888 6720 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2337" + "plane" "(2176 6720 256) (2176 6688 256) (2176 6688 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2336" + "plane" "(1888 6720 256) (2176 6720 256) (2176 6720 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2335" + "plane" "(2176 6688 256) (1888 6688 256) (1888 6688 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1883" + side + { + "id" "2406" + "plane" "(2176 3680 416) (2176 5056 416) (2208 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2405" + "plane" "(2176 5056 352) (2176 3680 352) (2208 3680 352)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2404" + "plane" "(2176 3680 352) (2176 5056 352) (2176 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2403" + "plane" "(2208 5056 352) (2208 3680 352) (2208 3680 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2402" + "plane" "(2176 5056 352) (2208 5056 352) (2208 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2401" + "plane" "(2208 3680 352) (2176 3680 352) (2176 3680 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1884" + side + { + "id" "2412" + "plane" "(2176 5632 416) (2176 7008 416) (2208 7008 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2411" + "plane" "(2176 7008 352) (2176 5632 352) (2208 5632 352)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2410" + "plane" "(2176 5632 352) (2176 7008 352) (2176 7008 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2409" + "plane" "(2208 7008 352) (2208 5632 352) (2208 5632 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2408" + "plane" "(2176 7008 352) (2208 7008 352) (2208 7008 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2407" + "plane" "(2208 5632 352) (2176 5632 352) (2176 5632 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 131 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1885" + side + { + "id" "2418" + "plane" "(1856 3968 416) (1856 4000 416) (1888 4000 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2417" + "plane" "(1856 4000 256) (1856 3968 256) (1888 3968 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2416" + "plane" "(1856 3968 256) (1856 4000 256) (1856 4000 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2415" + "plane" "(1888 4000 256) (1888 3968 256) (1888 3968 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2414" + "plane" "(1856 4000 256) (1888 4000 256) (1888 4000 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2413" + "plane" "(1888 3968 256) (1856 3968 256) (1856 3968 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1886" + side + { + "id" "2424" + "plane" "(1856 4320 416) (1856 4352 416) (1888 4352 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2423" + "plane" "(1856 4352 256) (1856 4320 256) (1888 4320 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2422" + "plane" "(1856 4320 256) (1856 4352 256) (1856 4352 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2421" + "plane" "(1888 4352 256) (1888 4320 256) (1888 4320 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2420" + "plane" "(1856 4352 256) (1888 4352 256) (1888 4352 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2419" + "plane" "(1888 4320 256) (1856 4320 256) (1856 4320 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1887" + side + { + "id" "2430" + "plane" "(1856 4672 416) (1856 4704 416) (1888 4704 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2429" + "plane" "(1856 4704 256) (1856 4672 256) (1888 4672 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2428" + "plane" "(1856 4672 256) (1856 4704 256) (1856 4704 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2427" + "plane" "(1888 4704 256) (1888 4672 256) (1888 4672 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2426" + "plane" "(1856 4704 256) (1888 4704 256) (1888 4704 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2425" + "plane" "(1888 4672 256) (1856 4672 256) (1856 4672 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1888" + side + { + "id" "2436" + "plane" "(1856 5024 416) (1856 5056 416) (1888 5056 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2435" + "plane" "(1856 5056 256) (1856 5024 256) (1888 5024 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2434" + "plane" "(1856 5024 256) (1856 5056 256) (1856 5056 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2433" + "plane" "(1888 5056 256) (1888 5024 256) (1888 5024 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2432" + "plane" "(1856 5056 256) (1888 5056 256) (1888 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2431" + "plane" "(1888 5024 256) (1856 5024 256) (1856 5024 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1889" + side + { + "id" "2442" + "plane" "(1856 5632 416) (1856 5664 416) (1888 5664 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2441" + "plane" "(1856 5664 256) (1856 5632 256) (1888 5632 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2440" + "plane" "(1856 5632 256) (1856 5664 256) (1856 5664 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2439" + "plane" "(1888 5664 256) (1888 5632 256) (1888 5632 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2438" + "plane" "(1856 5664 256) (1888 5664 256) (1888 5664 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2437" + "plane" "(1888 5632 256) (1856 5632 256) (1856 5632 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1890" + side + { + "id" "2448" + "plane" "(1856 5984 416) (1856 6016 416) (1888 6016 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2447" + "plane" "(1856 6016 256) (1856 5984 256) (1888 5984 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2446" + "plane" "(1856 5984 256) (1856 6016 256) (1856 6016 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2445" + "plane" "(1888 6016 256) (1888 5984 256) (1888 5984 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2444" + "plane" "(1856 6016 256) (1888 6016 256) (1888 6016 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2443" + "plane" "(1888 5984 256) (1856 5984 256) (1856 5984 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1891" + side + { + "id" "2454" + "plane" "(1856 6336 416) (1856 6368 416) (1888 6368 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2453" + "plane" "(1856 6368 256) (1856 6336 256) (1888 6336 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2452" + "plane" "(1856 6336 256) (1856 6368 256) (1856 6368 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2451" + "plane" "(1888 6368 256) (1888 6336 256) (1888 6336 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2450" + "plane" "(1856 6368 256) (1888 6368 256) (1888 6368 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2449" + "plane" "(1888 6336 256) (1856 6336 256) (1856 6336 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1892" + side + { + "id" "2460" + "plane" "(1856 6688 416) (1856 6720 416) (1888 6720 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2459" + "plane" "(1856 6720 256) (1856 6688 256) (1888 6688 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2458" + "plane" "(1856 6688 256) (1856 6720 256) (1856 6720 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2457" + "plane" "(1888 6720 256) (1888 6688 256) (1888 6688 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2456" + "plane" "(1856 6720 256) (1888 6720 256) (1888 6720 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2455" + "plane" "(1888 6688 256) (1856 6688 256) (1856 6688 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1895" + side + { + "id" "2478" + "plane" "(2368 5664 384) (2368 6080 384) (2400 6080 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2477" + "plane" "(2368 6080 288) (2368 5664 288) (2400 5664 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2476" + "plane" "(2368 5664 288) (2368 6080 288) (2368 6080 384)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2475" + "plane" "(2400 6080 288) (2400 5664 288) (2400 5664 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2474" + "plane" "(2368 6080 288) (2400 6080 288) (2400 6080 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2473" + "plane" "(2400 5664 288) (2368 5664 288) (2368 5664 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1898" + side + { + "id" "2496" + "plane" "(2368 6688 1152) (2368 6784 1152) (2400 6784 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2495" + "plane" "(2368 6784 288) (2368 6688 288) (2400 6688 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2494" + "plane" "(2368 6688 288) (2368 6784 288) (2368 6784 1152)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2493" + "plane" "(2400 6784 288) (2400 6688 288) (2400 6688 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2492" + "plane" "(2368 6784 288) (2400 6784 288) (2400 6784 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2491" + "plane" "(2400 6688 288) (2368 6688 288) (2368 6688 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1906" + side + { + "id" "2544" + "plane" "(2560 4896 384) (2560 4928 384) (2592 4928 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2543" + "plane" "(2560 4928 288) (2560 4896 288) (2592 4896 288)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 -192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2542" + "plane" "(2560 4896 288) (2560 4928 288) (2560 4928 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2541" + "plane" "(2592 4928 288) (2592 4896 288) (2592 4896 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2540" + "plane" "(2560 4928 288) (2592 4928 288) (2592 4928 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2539" + "plane" "(2592 4896 288) (2560 4896 288) (2560 4896 384)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1907" + side + { + "id" "2550" + "plane" "(1888 3680 256) (1888 7008 256) (2368 7008 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2549" + "plane" "(1888 7008 224) (1888 3680 224) (2368 3680 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2548" + "plane" "(1888 3680 224) (1888 7008 224) (1888 7008 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2547" + "plane" "(2368 7008 224) (2368 3680 224) (2368 3680 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2546" + "plane" "(1888 7008 224) (2368 7008 224) (2368 7008 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2545" + "plane" "(2368 3680 224) (1888 3680 224) (1888 3680 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1908" + side + { + "id" "2556" + "plane" "(2368 5056 256) (2368 5568 256) (2976 5568 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2555" + "plane" "(2368 5568 224) (2368 5056 224) (2976 5056 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2554" + "plane" "(2368 5056 224) (2368 5568 224) (2368 5568 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2553" + "plane" "(2976 5568 224) (2976 5056 224) (2976 5056 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2552" + "plane" "(2368 5568 224) (2976 5568 224) (2976 5568 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -256] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2551" + "plane" "(2976 5056 224) (2368 5056 224) (2368 5056 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1910" + side + { + "id" "2568" + "plane" "(2592 4928 256) (2592 5056 256) (2976 5056 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2567" + "plane" "(2592 5056 224) (2592 4928 224) (2976 4928 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2566" + "plane" "(2592 4928 224) (2592 5056 224) (2592 5056 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2565" + "plane" "(2976 5056 224) (2976 4928 224) (2976 4928 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2564" + "plane" "(2592 5056 224) (2976 5056 224) (2976 5056 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2563" + "plane" "(2976 4928 224) (2592 4928 224) (2592 4928 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1912" + side + { + "id" "2580" + "plane" "(1856 7008 1248) (1856 7040 1248) (2368 7040 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2579" + "plane" "(1856 7040 224) (1856 7008 224) (2368 7008 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2578" + "plane" "(1856 7008 224) (1856 7040 224) (1856 7040 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2577" + "plane" "(2368 7040 224) (2368 7008 224) (2368 7008 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2576" + "plane" "(1856 7040 224) (2368 7040 224) (2368 7040 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2575" + "plane" "(2368 7008 224) (1856 7008 224) (1856 7008 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1913" + side + { + "id" "2586" + "plane" "(2592 3680 480) (2592 3648 480) (1856 3648 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2585" + "plane" "(2592 3648 32) (2592 3680 32) (1856 3680 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2584" + "plane" "(1856 3680 480) (1856 3648 480) (1856 3648 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2583" + "plane" "(2592 3648 480) (2592 3680 480) (2592 3680 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2582" + "plane" "(2592 3680 480) (1856 3680 480) (1856 3680 32)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2581" + "plane" "(1856 3648 480) (2592 3648 480) (2592 3648 32)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1915" + side + { + "id" "2598" + "plane" "(2368 5664 288) (2368 6784 288) (2400 6784 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2597" + "plane" "(2368 6784 64) (2368 5664 64) (2400 5664 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2596" + "plane" "(2368 5664 64) (2368 6784 64) (2368 6784 288)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2595" + "plane" "(2400 6784 64) (2400 5664 64) (2400 5664 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2594" + "plane" "(2368 6784 64) (2400 6784 64) (2400 6784 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2593" + "plane" "(2400 5664 64) (2368 5664 64) (2368 5664 288)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1917" + side + { + "id" "2610" + "plane" "(2368 5024 416) (2368 5056 416) (2592 5056 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2609" + "plane" "(2368 5056 224) (2368 5024 224) (2592 5024 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2608" + "plane" "(2368 5024 224) (2368 5056 224) (2368 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2607" + "plane" "(2592 5056 224) (2592 5024 224) (2592 5024 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2606" + "plane" "(2368 5056 224) (2592 5056 224) (2592 5056 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2605" + "plane" "(2592 5024 224) (2368 5024 224) (2368 5024 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "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 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1919" + side + { + "id" "2622" + "plane" "(2592 4928 256) (2592 5056 256) (2976 5056 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2621" + "plane" "(2592 5056 224) (2592 4928 224) (2976 4928 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2620" + "plane" "(2592 4928 224) (2592 5056 224) (2592 5056 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2619" + "plane" "(2976 5056 224) (2976 4928 224) (2976 4928 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2618" + "plane" "(2592 5056 224) (2976 5056 224) (2976 5056 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2617" + "plane" "(2976 4928 224) (2592 4928 224) (2592 4928 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1928" + side + { + "id" "2826" + "plane" "(2400 6560 224) (2400 7008 224) (3296 7008 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2825" + "plane" "(2400 7008 192) (2400 6560 192) (3296 6560 192)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2824" + "plane" "(2400 6560 192) (2400 7008 192) (2400 7008 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2823" + "plane" "(3296 7008 192) (3296 6560 192) (3296 6560 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2822" + "plane" "(2400 7008 192) (3296 7008 192) (3296 7008 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2821" + "plane" "(3296 6560 192) (2400 6560 192) (2400 6560 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1929" + side + { + "id" "2682" + "plane" "(2368 6944 1184) (2368 6976 1184) (2464 6976 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2681" + "plane" "(2368 6976 224) (2368 6944 224) (2464 6944 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2680" + "plane" "(2368 6944 224) (2368 6976 224) (2368 6976 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2679" + "plane" "(2464 6976 224) (2464 6944 224) (2464 6944 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384.002] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2678" + "plane" "(2368 6976 224) (2464 6976 224) (2464 6976 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2677" + "plane" "(2464 6944 224) (2368 6944 224) (2368 6944 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1930" + side + { + "id" "2688" + "plane" "(2368 6784 1184) (2368 6816 1184) (2464 6816 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -255.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2687" + "plane" "(2368 6816 224) (2368 6784 224) (2464 6784 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -255.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2686" + "plane" "(2368 6784 224) (2368 6816 224) (2368 6816 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2685" + "plane" "(2464 6816 224) (2464 6784 224) (2464 6784 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 255.998] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2684" + "plane" "(2368 6816 224) (2464 6816 224) (2464 6816 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2683" + "plane" "(2464 6784 224) (2368 6784 224) (2368 6784 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1931" + side + { + "id" "2694" + "plane" "(2464 6784 1248) (2464 6976 1248) (2496 6976 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -255.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2693" + "plane" "(2464 6976 224) (2464 6784 224) (2496 6784 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -255.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2692" + "plane" "(2464 6784 224) (2464 6976 224) (2464 6976 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2691" + "plane" "(2496 6976 224) (2496 6784 224) (2496 6784 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 255.998] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2690" + "plane" "(2464 6976 224) (2496 6976 224) (2496 6976 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2689" + "plane" "(2496 6784 224) (2464 6784 224) (2464 6784 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "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 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1932" + side + { + "id" "9631" + "plane" "(2368 6976 1248) (2368 7040 1248) (2400 7040 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0.00195313] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9630" + "plane" "(2368 7040 224) (2368 6976 224) (2400 6976 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0.00195313] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9629" + "plane" "(2368 6976 224) (2368 7040 224) (2368 7040 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9628" + "plane" "(2400 7040 224) (2400 6976 224) (2400 6976 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -0.00195313] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9627" + "plane" "(2368 7040 224) (2400 7040 224) (2400 7040 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9626" + "plane" "(2400 6976 224) (2368 6976 224) (2368 6976 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1938" + side + { + "id" "9425" + "plane" "(2368 6816 416) (2368 6944 416) (2400 6944 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -127.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9424" + "plane" "(2368 6944 384) (2368 6816 384) (2400 6816 384)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9423" + "plane" "(2368 6816 384) (2368 6944 384) (2368 6944 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9422" + "plane" "(2400 6944 384) (2400 6816 384) (2400 6816 416)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9421" + "plane" "(2368 6944 384) (2400 6944 384) (2400 6944 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9420" + "plane" "(2400 6816 384) (2368 6816 384) (2368 6816 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2251" + side + { + "id" "9521" + "plane" "(2368 6816 256) (2368 6944 256) (2464 6944 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9520" + "plane" "(2368 6944 224) (2368 6816 224) (2464 6816 224)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9519" + "plane" "(2368 6816 224) (2368 6944 224) (2368 6944 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9518" + "plane" "(2464 6944 224) (2464 6816 224) (2464 6816 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9517" + "plane" "(2368 6944 224) (2464 6944 224) (2464 6944 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9516" + "plane" "(2464 6816 224) (2368 6816 224) (2368 6816 256)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2525" + side + { + "id" "9557" + "plane" "(1856 5632 1184) (1856 5664 1184) (2176 5664 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9556" + "plane" "(1856 5664 448) (1856 5632 448) (2176 5632 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9555" + "plane" "(1856 5632 448) (1856 5664 448) (1856 5664 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9554" + "plane" "(2176 5664 448) (2176 5632 448) (2176 5632 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9553" + "plane" "(1856 5664 448) (2176 5664 448) (2176 5664 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9552" + "plane" "(2176 5632 448) (1856 5632 448) (1856 5632 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 101 238" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2526" + side + { + "id" "9563" + "plane" "(1856 5024 1184) (1856 5056 1184) (2176 5056 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9562" + "plane" "(1856 5056 448) (1856 5024 448) (2176 5024 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9561" + "plane" "(1856 5024 448) (1856 5056 448) (1856 5056 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9560" + "plane" "(2176 5056 448) (2176 5024 448) (2176 5024 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9559" + "plane" "(1856 5056 448) (2176 5056 448) (2176 5056 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9558" + "plane" "(2176 5024 448) (1856 5024 448) (1856 5024 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2527" + side + { + "id" "9569" + "plane" "(1856 4672 1184) (1856 4704 1184) (2176 4704 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9568" + "plane" "(1856 4704 448) (1856 4672 448) (2176 4672 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9567" + "plane" "(1856 4672 448) (1856 4704 448) (1856 4704 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9566" + "plane" "(2176 4704 448) (2176 4672 448) (2176 4672 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9565" + "plane" "(1856 4704 448) (2176 4704 448) (2176 4704 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9564" + "plane" "(2176 4672 448) (1856 4672 448) (1856 4672 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2528" + side + { + "id" "9575" + "plane" "(1856 4320 1184) (1856 4352 1184) (2176 4352 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9574" + "plane" "(1856 4352 448) (1856 4320 448) (2176 4320 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9573" + "plane" "(1856 4320 448) (1856 4352 448) (1856 4352 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 448] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9572" + "plane" "(2176 4352 448) (2176 4320 448) (2176 4320 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 448] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9571" + "plane" "(1856 4352 448) (2176 4352 448) (2176 4352 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9570" + "plane" "(2176 4320 448) (1856 4320 448) (1856 4320 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2529" + side + { + "id" "9581" + "plane" "(1856 3968 1184) (1856 4000 1184) (2176 4000 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9580" + "plane" "(1856 4000 448) (1856 3968 448) (2176 3968 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9579" + "plane" "(1856 3968 448) (1856 4000 448) (1856 4000 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9578" + "plane" "(2176 4000 448) (2176 3968 448) (2176 3968 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9577" + "plane" "(1856 4000 448) (2176 4000 448) (2176 4000 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9576" + "plane" "(2176 3968 448) (1856 3968 448) (1856 3968 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2530" + side + { + "id" "9551" + "plane" "(1856 5984 1184) (1856 6016 1184) (2176 6016 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9550" + "plane" "(1856 6016 448) (1856 5984 448) (2176 5984 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9549" + "plane" "(1856 5984 448) (1856 6016 448) (1856 6016 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9548" + "plane" "(2176 6016 448) (2176 5984 448) (2176 5984 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9547" + "plane" "(1856 6016 448) (2176 6016 448) (2176 6016 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9546" + "plane" "(2176 5984 448) (1856 5984 448) (1856 5984 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2531" + side + { + "id" "3444" + "plane" "(1856 6336 1184) (1856 6368 1184) (2176 6368 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3443" + "plane" "(1856 6368 448) (1856 6336 448) (2176 6336 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3442" + "plane" "(1856 6336 448) (1856 6368 448) (1856 6368 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3441" + "plane" "(2176 6368 448) (2176 6336 448) (2176 6336 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3440" + "plane" "(1856 6368 448) (2176 6368 448) (2176 6368 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3439" + "plane" "(2176 6336 448) (1856 6336 448) (1856 6336 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2532" + side + { + "id" "3450" + "plane" "(1856 6688 1184) (1856 6720 1184) (2176 6720 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3449" + "plane" "(1856 6720 448) (1856 6688 448) (2176 6688 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3448" + "plane" "(1856 6688 448) (1856 6720 448) (1856 6720 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3447" + "plane" "(2176 6720 448) (2176 6688 448) (2176 6688 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3446" + "plane" "(1856 6720 448) (2176 6720 448) (2176 6720 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3445" + "plane" "(2176 6688 448) (1856 6688 448) (1856 6688 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2543" + side + { + "id" "3516" + "plane" "(2176 3680 608) (2176 5056 608) (2208 5056 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3515" + "plane" "(2176 5056 576) (2176 3680 576) (2208 3680 576)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3514" + "plane" "(2176 3680 576) (2176 5056 576) (2176 5056 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3513" + "plane" "(2208 5056 576) (2208 3680 576) (2208 3680 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3512" + "plane" "(2176 5056 576) (2208 5056 576) (2208 5056 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3511" + "plane" "(2208 3680 576) (2176 3680 576) (2176 3680 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2544" + side + { + "id" "3522" + "plane" "(2176 5632 608) (2176 7008 608) (2208 7008 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3521" + "plane" "(2176 7008 544) (2176 5632 544) (2208 5632 544)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3520" + "plane" "(2176 5632 544) (2176 7008 544) (2176 7008 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3519" + "plane" "(2208 7008 544) (2208 5632 544) (2208 5632 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3518" + "plane" "(2176 7008 544) (2208 7008 544) (2208 7008 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3517" + "plane" "(2208 5632 544) (2176 5632 544) (2176 5632 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 131 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2553" + side + { + "id" "3576" + "plane" "(2560 5760 480) (2560 5792 480) (3008 5792 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3575" + "plane" "(2560 5792 448) (2560 5760 448) (3008 5760 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3574" + "plane" "(2560 5760 448) (2560 5792 448) (2560 5792 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3573" + "plane" "(3008 5792 448) (3008 5760 448) (3008 5760 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3572" + "plane" "(2560 5792 448) (3008 5792 448) (3008 5792 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3571" + "plane" "(3008 5760 448) (2560 5760 448) (2560 5760 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2555" + side + { + "id" "3588" + "plane" "(2368 5536 1184) (2368 5824 1184) (2400 5824 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3587" + "plane" "(2368 5824 64) (2368 5536 64) (2400 5536 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3586" + "plane" "(2368 5536 64) (2368 5824 64) (2368 5824 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3585" + "plane" "(2400 5824 64) (2400 5536 64) (2400 5536 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3584" + "plane" "(2368 5824 64) (2400 5824 64) (2400 5824 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3583" + "plane" "(2400 5536 64) (2368 5536 64) (2368 5536 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2556" + side + { + "id" "3594" + "plane" "(2368 3904 576) (2368 4000 576) (2400 4000 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3593" + "plane" "(2368 4000 480) (2368 3904 480) (2400 3904 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3592" + "plane" "(2368 3904 480) (2368 4000 480) (2368 4000 576)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3591" + "plane" "(2400 4000 480) (2400 3904 480) (2400 3904 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3590" + "plane" "(2368 4000 480) (2400 4000 480) (2400 4000 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3589" + "plane" "(2400 3904 480) (2368 3904 480) (2368 3904 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2559" + side + { + "id" "3612" + "plane" "(2368 4864 576) (2368 5024 576) (2400 5024 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3611" + "plane" "(2368 5024 480) (2368 4864 480) (2400 4864 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3610" + "plane" "(2368 4864 480) (2368 5024 480) (2368 5024 576)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3609" + "plane" "(2400 5024 480) (2400 4864 480) (2400 4864 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3608" + "plane" "(2368 5024 480) (2400 5024 480) (2400 5024 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3607" + "plane" "(2400 4864 480) (2368 4864 480) (2368 4864 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2563" + side + { + "id" "3636" + "plane" "(2560 5760 1152) (2560 5792 1152) (2592 5792 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3635" + "plane" "(2560 5792 480) (2560 5760 480) (2592 5760 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3634" + "plane" "(2560 5760 480) (2560 5792 480) (2560 5792 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3633" + "plane" "(2592 5792 480) (2592 5760 480) (2592 5760 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3632" + "plane" "(2560 5792 480) (2592 5792 480) (2592 5792 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3631" + "plane" "(2592 5760 480) (2560 5760 480) (2560 5760 1152)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2566" + side + { + "id" "3654" + "plane" "(2560 4896 1152) (2560 4928 1152) (2592 4928 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3653" + "plane" "(2560 4928 480) (2560 4896 480) (2592 4896 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 -192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3652" + "plane" "(2560 4896 480) (2560 4928 480) (2560 4928 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3651" + "plane" "(2592 4928 480) (2592 4896 480) (2592 4896 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3650" + "plane" "(2560 4928 480) (2592 4928 480) (2592 4928 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3649" + "plane" "(2592 4896 480) (2560 4896 480) (2560 4896 1152)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2567" + side + { + "id" "3660" + "plane" "(1856 3680 448) (1856 7008 448) (2368 7008 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3659" + "plane" "(1856 7008 416) (1856 3680 416) (2368 3680 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3658" + "plane" "(1856 3680 416) (1856 7008 416) (1856 7008 448)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3657" + "plane" "(2368 7008 416) (2368 3680 416) (2368 3680 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3656" + "plane" "(1856 7008 416) (2368 7008 416) (2368 7008 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3655" + "plane" "(2368 3680 416) (1856 3680 416) (1856 3680 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2568" + side + { + "id" "3666" + "plane" "(2368 5056 448) (2368 5536 448) (2976 5536 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3665" + "plane" "(2368 5536 416) (2368 5056 416) (2976 5056 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3664" + "plane" "(2368 5056 416) (2368 5536 416) (2368 5536 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3663" + "plane" "(2976 5536 416) (2976 5056 416) (2976 5056 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3662" + "plane" "(2368 5536 416) (2976 5536 416) (2976 5536 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3661" + "plane" "(2976 5056 416) (2368 5056 416) (2368 5056 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2570" + side + { + "id" "3678" + "plane" "(2592 4928 448) (2592 5056 448) (2976 5056 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3677" + "plane" "(2592 5056 416) (2592 4928 416) (2976 4928 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3676" + "plane" "(2592 4928 416) (2592 5056 416) (2592 5056 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3675" + "plane" "(2976 5056 416) (2976 4928 416) (2976 4928 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3674" + "plane" "(2592 5056 416) (2976 5056 416) (2976 5056 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3673" + "plane" "(2976 4928 416) (2592 4928 416) (2592 4928 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2573" + side + { + "id" "9539" + "plane" "(1856 3680 1248) (2400 3680 1248) (2400 3648 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9538" + "plane" "(1856 3648 416) (2400 3648 416) (2400 3680 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9537" + "plane" "(1856 3680 416) (1856 3680 1248) (1856 3648 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9536" + "plane" "(2400 3648 416) (2400 3648 1248) (2400 3680 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9535" + "plane" "(2400 3680 416) (2400 3680 1248) (1856 3680 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9534" + "plane" "(1856 3648 416) (1856 3648 1248) (2400 3648 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2574" + side + { + "id" "3702" + "plane" "(2368 3904 672) (2368 5024 672) (2400 5024 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3701" + "plane" "(2368 5024 448) (2368 3904 448) (2400 3904 448)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3700" + "plane" "(2368 3904 448) (2368 5024 448) (2368 5024 672)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3699" + "plane" "(2400 5024 448) (2400 3904 448) (2400 3904 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3698" + "plane" "(2368 5024 448) (2400 5024 448) (2400 5024 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3697" + "plane" "(2400 3904 448) (2368 3904 448) (2368 3904 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2575" + side + { + "id" "3708" + "plane" "(2368 5664 480) (2368 6688 480) (2400 6688 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3707" + "plane" "(2368 6688 384) (2368 5664 384) (2400 5664 384)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3706" + "plane" "(2368 5664 384) (2368 6688 384) (2368 6688 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3705" + "plane" "(2400 6688 384) (2400 5664 384) (2400 5664 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3704" + "plane" "(2368 6688 384) (2400 6688 384) (2400 6688 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3703" + "plane" "(2400 5664 384) (2368 5664 384) (2368 5664 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2576" + side + { + "id" "9605" + "plane" "(2368 5632 1248) (2368 5664 1248) (2560 5664 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9604" + "plane" "(2368 5664 63.9999) (2368 5632 63.9999) (2560 5632 63.9999)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9603" + "plane" "(2368 5632 63.9999) (2368 5664 63.9999) (2368 5664 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9602" + "plane" "(2560 5664 63.9999) (2560 5632 63.9999) (2560 5632 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9601" + "plane" "(2368 5664 63.9999) (2560 5664 63.9999) (2560 5664 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9600" + "plane" "(2560 5632 63.9999) (2368 5632 63.9999) (2368 5632 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2577" + side + { + "id" "3720" + "plane" "(2368 5024 608) (2368 5056 608) (2592 5056 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3719" + "plane" "(2368 5056 416) (2368 5024 416) (2592 5024 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3718" + "plane" "(2368 5024 416) (2368 5056 416) (2368 5056 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3717" + "plane" "(2592 5056 416) (2592 5024 416) (2592 5024 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3716" + "plane" "(2368 5056 416) (2592 5056 416) (2592 5056 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3715" + "plane" "(2592 5024 416) (2368 5024 416) (2368 5024 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "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 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2578" + side + { + "id" "3726" + "plane" "(2560 4928 608) (2560 5024 608) (2592 5024 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3725" + "plane" "(2560 5024 416) (2560 4928 416) (2592 4928 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3724" + "plane" "(2560 4928 416) (2560 5024 416) (2560 5024 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3723" + "plane" "(2592 5024 416) (2592 4928 416) (2592 4928 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3722" + "plane" "(2560 5024 416) (2592 5024 416) (2592 5024 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3721" + "plane" "(2592 4928 416) (2560 4928 416) (2560 4928 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2579" + side + { + "id" "3732" + "plane" "(2592 4928 448) (2592 5056 448) (2976 5056 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3731" + "plane" "(2592 5056 416) (2592 4928 416) (2976 4928 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3730" + "plane" "(2592 4928 416) (2592 5056 416) (2592 5056 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3729" + "plane" "(2976 5056 416) (2976 4928 416) (2976 4928 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3728" + "plane" "(2592 5056 416) (2976 5056 416) (2976 5056 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3727" + "plane" "(2976 4928 416) (2592 4928 416) (2592 4928 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2582" + side + { + "id" "3750" + "plane" "(2560 5664 608) (2560 5760 608) (2592 5760 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3749" + "plane" "(2560 5760 416) (2560 5664 416) (2592 5664 416)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3748" + "plane" "(2560 5664 416) (2560 5760 416) (2560 5760 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3747" + "plane" "(2592 5760 416) (2592 5664 416) (2592 5664 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3746" + "plane" "(2560 5760 416) (2592 5760 416) (2592 5760 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3745" + "plane" "(2592 5664 416) (2560 5664 416) (2560 5664 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2587" + side + { + "id" "3768" + "plane" "(2464 3712 1248) (2464 3904 1248) (2496 3904 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3767" + "plane" "(2464 3904 416) (2464 3712 416) (2496 3712 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3766" + "plane" "(2464 3712 416) (2464 3904 416) (2464 3904 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3765" + "plane" "(2496 3904 416) (2496 3712 416) (2496 3712 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3764" + "plane" "(2464 3904 416) (2496 3904 416) (2496 3904 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3763" + "plane" "(2496 3712 416) (2464 3712 416) (2464 3712 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "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 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2588" + side + { + "id" "3774" + "plane" "(2368 3872 1184) (2368 3904 1184) (2464 3904 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3773" + "plane" "(2368 3904 416) (2368 3872 416) (2464 3872 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3772" + "plane" "(2368 3872 416) (2368 3904 416) (2368 3904 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3771" + "plane" "(2464 3904 416) (2464 3872 416) (2464 3872 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384.002] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3770" + "plane" "(2368 3904 416) (2464 3904 416) (2464 3904 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3769" + "plane" "(2464 3872 416) (2368 3872 416) (2368 3872 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2589" + side + { + "id" "3780" + "plane" "(2368 3712 1184) (2368 3744 1184) (2464 3744 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -255.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3779" + "plane" "(2368 3744 416) (2368 3712 416) (2464 3712 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3778" + "plane" "(2368 3712 416) (2368 3744 416) (2368 3744 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3777" + "plane" "(2464 3744 416) (2464 3712 416) (2464 3712 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 255.998] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3776" + "plane" "(2368 3744 416) (2464 3744 416) (2464 3744 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3775" + "plane" "(2464 3712 416) (2368 3712 416) (2368 3712 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2599" + side + { + "id" "3828" + "plane" "(2592 5536 448) (2592 5760 448) (2976 5760 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3827" + "plane" "(2592 5760 416) (2592 5536 416) (2976 5536 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3826" + "plane" "(2592 5536 416) (2592 5760 416) (2592 5760 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3825" + "plane" "(2976 5760 416) (2976 5536 416) (2976 5536 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3824" + "plane" "(2592 5760 416) (2976 5760 416) (2976 5760 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3823" + "plane" "(2976 5536 416) (2592 5536 416) (2592 5536 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2600" + side + { + "id" "3834" + "plane" "(2400 5536 608) (2400 5568 608) (2560 5568 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3833" + "plane" "(2400 5568 576) (2400 5536 576) (2560 5536 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3832" + "plane" "(2400 5536 576) (2400 5568 576) (2400 5568 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3831" + "plane" "(2560 5568 576) (2560 5536 576) (2560 5536 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3830" + "plane" "(2400 5568 576) (2560 5568 576) (2560 5568 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3829" + "plane" "(2560 5536 576) (2400 5536 576) (2400 5536 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2601" + side + { + "id" "9431" + "plane" "(2368 3744 608) (2368 3872 608) (2400 3872 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9430" + "plane" "(2368 3872 576) (2368 3744 576) (2400 3744 576)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9429" + "plane" "(2368 3744 576) (2368 3872 576) (2368 3872 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9428" + "plane" "(2400 3872 576) (2400 3744 576) (2400 3744 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9427" + "plane" "(2368 3872 576) (2400 3872 576) (2400 3872 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9426" + "plane" "(2400 3744 576) (2368 3744 576) (2368 3744 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2602" + side + { + "id" "3846" + "plane" "(2368 6816 608) (2368 6944 608) (2400 6944 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -127.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3845" + "plane" "(2368 6944 576) (2368 6816 576) (2400 6816 576)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3844" + "plane" "(2368 6816 576) (2368 6944 576) (2368 6944 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3843" + "plane" "(2400 6944 576) (2400 6816 576) (2400 6816 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3842" + "plane" "(2368 6944 576) (2400 6944 576) (2400 6944 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3841" + "plane" "(2400 6816 576) (2368 6816 576) (2368 6816 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2641" + side + { + "id" "3924" + "plane" "(2400 6816 448) (2400 6880 448) (2464 6880 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3923" + "plane" "(2400 6880 384) (2400 6816 384) (2464 6816 384)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3922" + "plane" "(2400 6816 384) (2400 6880 384) (2400 6880 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3921" + "plane" "(2464 6880 384) (2464 6816 384) (2464 6816 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3920" + "plane" "(2400 6880 384) (2464 6880 384) (2464 6880 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3919" + "plane" "(2464 6816 384) (2400 6816 384) (2400 6816 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2642" + side + { + "id" "3930" + "plane" "(2368 6816 448) (2368 6944 448) (2400 6944 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3929" + "plane" "(2368 6944 416) (2368 6816 416) (2400 6816 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3928" + "plane" "(2368 6816 416) (2368 6944 416) (2368 6944 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3927" + "plane" "(2400 6944 416) (2400 6816 416) (2400 6816 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3926" + "plane" "(2368 6944 416) (2400 6944 416) (2400 6944 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3925" + "plane" "(2400 6816 416) (2368 6816 416) (2368 6816 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2643" + side + { + "id" "9419" + "plane" "(2368 3744 448) (2368 3872 448) (2464 3872 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9418" + "plane" "(2368 3872 416) (2368 3744 416) (2464 3744 416)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9417" + "plane" "(2368 3744 416) (2368 3872 416) (2368 3872 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9416" + "plane" "(2464 3872 416) (2464 3744 416) (2464 3744 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9415" + "plane" "(2368 3872 416) (2464 3872 416) (2464 3872 448)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9414" + "plane" "(2464 3744 416) (2368 3744 416) (2368 3744 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2663" + side + { + "id" "4596" + "plane" "(2176 3680 800) (2176 5056 800) (2208 5056 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4595" + "plane" "(2176 5056 736) (2176 3680 736) (2208 3680 736)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4594" + "plane" "(2176 3680 736) (2176 5056 736) (2176 5056 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4593" + "plane" "(2208 5056 736) (2208 3680 736) (2208 3680 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4592" + "plane" "(2176 5056 736) (2208 5056 736) (2208 5056 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4591" + "plane" "(2208 3680 736) (2176 3680 736) (2176 3680 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2664" + side + { + "id" "4602" + "plane" "(2176 5632 800) (2176 7008 800) (2208 7008 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4601" + "plane" "(2176 7008 736) (2176 5632 736) (2208 5632 736)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4600" + "plane" "(2176 5632 736) (2176 7008 736) (2176 7008 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4599" + "plane" "(2208 7008 736) (2208 5632 736) (2208 5632 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4598" + "plane" "(2176 7008 736) (2208 7008 736) (2208 7008 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4597" + "plane" "(2208 5632 736) (2176 5632 736) (2176 5632 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 131 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2673" + side + { + "id" "4656" + "plane" "(2592 5760 672) (2592 5792 672) (2976 5792 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4655" + "plane" "(2592 5792 576) (2592 5760 576) (2976 5760 576)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4654" + "plane" "(2592 5760 576) (2592 5792 576) (2592 5792 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4653" + "plane" "(2976 5792 576) (2976 5760 576) (2976 5760 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4652" + "plane" "(2592 5792 576) (2976 5792 576) (2976 5792 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4651" + "plane" "(2976 5760 576) (2592 5760 576) (2592 5760 672)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2676" + side + { + "id" "4674" + "plane" "(2368 3904 1152) (2368 4000 1152) (2400 4000 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4673" + "plane" "(2368 4000 672) (2368 3904 672) (2400 3904 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4672" + "plane" "(2368 3904 672) (2368 4000 672) (2368 4000 1152)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4671" + "plane" "(2400 4000 672) (2400 3904 672) (2400 3904 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4670" + "plane" "(2368 4000 672) (2400 4000 672) (2400 4000 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4669" + "plane" "(2400 3904 672) (2368 3904 672) (2368 3904 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2679" + side + { + "id" "9587" + "plane" "(2368 4864 1152) (2368 5024 1152) (2400 5024 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9586" + "plane" "(2368 5024 672) (2368 4864 672) (2400 4864 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9585" + "plane" "(2368 4864 672) (2368 5024 672) (2368 5024 1152)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9584" + "plane" "(2400 5024 672) (2400 4864 672) (2400 4864 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9583" + "plane" "(2368 5024 672) (2400 5024 672) (2400 5024 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9582" + "plane" "(2400 4864 672) (2368 4864 672) (2368 4864 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2680" + side + { + "id" "4698" + "plane" "(2592 4896 672) (2592 4928 672) (2976 4928 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4697" + "plane" "(2592 4928 576) (2592 4896 576) (2976 4896 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4696" + "plane" "(2592 4896 576) (2592 4928 576) (2592 4928 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4695" + "plane" "(2976 4928 576) (2976 4896 576) (2976 4896 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4694" + "plane" "(2592 4928 576) (2976 4928 576) (2976 4928 672)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4693" + "plane" "(2976 4896 576) (2592 4896 576) (2592 4896 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2687" + side + { + "id" "4740" + "plane" "(1856 3680 640) (1856 7008 640) (2368 7008 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4739" + "plane" "(1856 7008 608) (1856 3680 608) (2368 3680 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4738" + "plane" "(1856 3680 608) (1856 7008 608) (1856 7008 640)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4737" + "plane" "(2368 7008 608) (2368 3680 608) (2368 3680 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4736" + "plane" "(1856 7008 608) (2368 7008 608) (2368 7008 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4735" + "plane" "(2368 3680 608) (1856 3680 608) (1856 3680 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2688" + side + { + "id" "4746" + "plane" "(2368 5056 640) (2368 5536 640) (2976 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4745" + "plane" "(2368 5536 608) (2368 5056 608) (2976 5056 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4744" + "plane" "(2368 5056 608) (2368 5536 608) (2368 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4743" + "plane" "(2976 5536 608) (2976 5056 608) (2976 5056 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4742" + "plane" "(2368 5536 608) (2976 5536 608) (2976 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4741" + "plane" "(2976 5056 608) (2368 5056 608) (2368 5056 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2689" + side + { + "id" "4752" + "plane" "(2592 5536 640) (2592 5760 640) (2976 5760 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4751" + "plane" "(2592 5760 608) (2592 5536 608) (2976 5536 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4750" + "plane" "(2592 5536 608) (2592 5760 608) (2592 5760 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4749" + "plane" "(2976 5760 608) (2976 5536 608) (2976 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4748" + "plane" "(2592 5760 608) (2976 5760 608) (2976 5760 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4747" + "plane" "(2976 5536 608) (2592 5536 608) (2592 5536 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2690" + side + { + "id" "4758" + "plane" "(2592 4928 640) (2592 5056 640) (2976 5056 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4757" + "plane" "(2592 5056 608) (2592 4928 608) (2976 4928 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4756" + "plane" "(2592 4928 608) (2592 5056 608) (2592 5056 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4755" + "plane" "(2976 5056 608) (2976 4928 608) (2976 4928 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4754" + "plane" "(2592 5056 608) (2976 5056 608) (2976 5056 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4753" + "plane" "(2976 4928 608) (2592 4928 608) (2592 4928 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2695" + side + { + "id" "4788" + "plane" "(2368 5824 672) (2368 6688 672) (2400 6688 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4787" + "plane" "(2368 6688 576) (2368 5824 576) (2400 5824 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4786" + "plane" "(2368 5824 576) (2368 6688 576) (2368 6688 672)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4785" + "plane" "(2400 6688 576) (2400 5824 576) (2400 5824 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4784" + "plane" "(2368 6688 576) (2400 6688 576) (2400 6688 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4783" + "plane" "(2400 5824 576) (2368 5824 576) (2368 5824 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2697" + side + { + "id" "4800" + "plane" "(2368 5024 800) (2368 5056 800) (2592 5056 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4799" + "plane" "(2368 5056 608) (2368 5024 608) (2592 5024 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4798" + "plane" "(2368 5024 608) (2368 5056 608) (2368 5056 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4797" + "plane" "(2592 5056 608) (2592 5024 608) (2592 5024 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4796" + "plane" "(2368 5056 608) (2592 5056 608) (2592 5056 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4795" + "plane" "(2592 5024 608) (2368 5024 608) (2368 5024 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "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 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2698" + side + { + "id" "4806" + "plane" "(2560 4928 800) (2560 5024 800) (2592 5024 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4805" + "plane" "(2560 5024 608) (2560 4928 608) (2592 4928 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4804" + "plane" "(2560 4928 608) (2560 5024 608) (2560 5024 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4803" + "plane" "(2592 5024 608) (2592 4928 608) (2592 4928 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4802" + "plane" "(2560 5024 608) (2592 5024 608) (2592 5024 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4801" + "plane" "(2592 4928 608) (2560 4928 608) (2560 4928 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2699" + side + { + "id" "4812" + "plane" "(2592 4928 640) (2592 5056 640) (2976 5056 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4811" + "plane" "(2592 5056 608) (2592 4928 608) (2976 4928 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4810" + "plane" "(2592 4928 608) (2592 5056 608) (2592 5056 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4809" + "plane" "(2976 5056 608) (2976 4928 608) (2976 4928 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4808" + "plane" "(2592 5056 608) (2976 5056 608) (2976 5056 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4807" + "plane" "(2976 4928 608) (2592 4928 608) (2592 4928 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2701" + side + { + "id" "4824" + "plane" "(2976 4928 672) (2976 5760 672) (3008 5760 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4823" + "plane" "(2976 5760 576) (2976 4928 576) (3008 4928 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4822" + "plane" "(2976 4928 576) (2976 5760 576) (2976 5760 672)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4821" + "plane" "(3008 5760 576) (3008 4928 576) (3008 4928 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4820" + "plane" "(2976 5760 576) (3008 5760 576) (3008 5760 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4819" + "plane" "(3008 4928 576) (2976 4928 576) (2976 4928 672)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2702" + side + { + "id" "4830" + "plane" "(2560 5664 800) (2560 5760 800) (2592 5760 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4829" + "plane" "(2560 5760 608) (2560 5664 608) (2592 5664 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4828" + "plane" "(2560 5664 608) (2560 5760 608) (2560 5760 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4827" + "plane" "(2592 5760 608) (2592 5664 608) (2592 5664 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4826" + "plane" "(2560 5760 608) (2592 5760 608) (2592 5760 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4825" + "plane" "(2592 5664 608) (2560 5664 608) (2560 5664 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2719" + side + { + "id" "4908" + "plane" "(2592 5632 640) (2592 5760 640) (2976 5760 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4907" + "plane" "(2592 5760 608) (2592 5632 608) (2976 5632 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4906" + "plane" "(2592 5632 608) (2592 5760 608) (2592 5760 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4905" + "plane" "(2976 5760 608) (2976 5632 608) (2976 5632 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4904" + "plane" "(2592 5760 608) (2976 5760 608) (2976 5760 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4903" + "plane" "(2976 5632 608) (2592 5632 608) (2592 5632 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2720" + side + { + "id" "4914" + "plane" "(2400 5536 800) (2400 5568 800) (2560 5568 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4913" + "plane" "(2400 5568 768) (2400 5536 768) (2560 5536 768)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4912" + "plane" "(2400 5536 768) (2400 5568 768) (2400 5568 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4911" + "plane" "(2560 5568 768) (2560 5536 768) (2560 5536 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4910" + "plane" "(2400 5568 768) (2560 5568 768) (2560 5568 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4909" + "plane" "(2560 5536 768) (2400 5536 768) (2400 5536 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2721" + side + { + "id" "4920" + "plane" "(2368 3744 800) (2368 3872 800) (2400 3872 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4919" + "plane" "(2368 3872 768) (2368 3744 768) (2400 3744 768)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4918" + "plane" "(2368 3744 768) (2368 3872 768) (2368 3872 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4917" + "plane" "(2400 3872 768) (2400 3744 768) (2400 3744 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4916" + "plane" "(2368 3872 768) (2400 3872 768) (2400 3872 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4915" + "plane" "(2400 3744 768) (2368 3744 768) (2368 3744 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2722" + side + { + "id" "4926" + "plane" "(2368 6816 800) (2368 6944 800) (2400 6944 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -127.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4925" + "plane" "(2368 6944 768) (2368 6816 768) (2400 6816 768)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4924" + "plane" "(2368 6816 768) (2368 6944 768) (2368 6944 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4923" + "plane" "(2400 6944 768) (2400 6816 768) (2400 6816 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4922" + "plane" "(2368 6944 768) (2400 6944 768) (2400 6944 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4921" + "plane" "(2400 6816 768) (2368 6816 768) (2368 6816 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2761" + side + { + "id" "5004" + "plane" "(2400 6816 640) (2400 6880 640) (2464 6880 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5003" + "plane" "(2400 6880 576) (2400 6816 576) (2464 6816 576)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5002" + "plane" "(2400 6816 576) (2400 6880 576) (2400 6880 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5001" + "plane" "(2464 6880 576) (2464 6816 576) (2464 6816 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5000" + "plane" "(2400 6880 576) (2464 6880 576) (2464 6880 640)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4999" + "plane" "(2464 6816 576) (2400 6816 576) (2400 6816 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2762" + side + { + "id" "5010" + "plane" "(2368 6816 640) (2368 6944 640) (2400 6944 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5009" + "plane" "(2368 6944 608) (2368 6816 608) (2400 6816 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5008" + "plane" "(2368 6816 608) (2368 6944 608) (2368 6944 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5007" + "plane" "(2400 6944 608) (2400 6816 608) (2400 6816 640)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5006" + "plane" "(2368 6944 608) (2400 6944 608) (2400 6944 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5005" + "plane" "(2400 6816 608) (2368 6816 608) (2368 6816 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2763" + side + { + "id" "5016" + "plane" "(2368 3808 640) (2368 3872 640) (2464 3872 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5015" + "plane" "(2368 3872 608) (2368 3808 608) (2464 3808 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5014" + "plane" "(2368 3808 608) (2368 3872 608) (2368 3872 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5013" + "plane" "(2464 3872 608) (2464 3808 608) (2464 3808 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5012" + "plane" "(2368 3872 608) (2464 3872 608) (2464 3872 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5011" + "plane" "(2464 3808 608) (2368 3808 608) (2368 3808 640)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2764" + side + { + "id" "5022" + "plane" "(2368 3744 640) (2368 3808 640) (2400 3808 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5021" + "plane" "(2368 3808 608) (2368 3744 608) (2400 3744 608)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5020" + "plane" "(2368 3744 608) (2368 3808 608) (2368 3808 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5019" + "plane" "(2400 3808 608) (2400 3744 608) (2400 3744 640)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5018" + "plane" "(2368 3808 608) (2400 3808 608) (2400 3808 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5017" + "plane" "(2400 3744 608) (2368 3744 608) (2368 3744 640)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2783" + side + { + "id" "5676" + "plane" "(2176 3680 992) (2176 5056 992) (2208 5056 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5675" + "plane" "(2176 5056 928) (2176 3680 928) (2208 3680 928)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5674" + "plane" "(2176 3680 928) (2176 5056 928) (2176 5056 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5673" + "plane" "(2208 5056 928) (2208 3680 928) (2208 3680 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5672" + "plane" "(2176 5056 928) (2208 5056 928) (2208 5056 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5671" + "plane" "(2208 3680 928) (2176 3680 928) (2176 3680 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2784" + side + { + "id" "5682" + "plane" "(2176 5632 992) (2176 7008 992) (2208 7008 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5681" + "plane" "(2176 7008 928) (2176 5632 928) (2208 5632 928)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5680" + "plane" "(2176 5632 928) (2176 7008 928) (2176 7008 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5679" + "plane" "(2208 7008 928) (2208 5632 928) (2208 5632 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5678" + "plane" "(2176 7008 928) (2208 7008 928) (2208 7008 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5677" + "plane" "(2208 5632 928) (2176 5632 928) (2176 5632 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 131 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2793" + side + { + "id" "5736" + "plane" "(2592 5760 864) (2592 5792 864) (2976 5792 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5735" + "plane" "(2592 5792 768) (2592 5760 768) (2976 5760 768)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5734" + "plane" "(2592 5760 768) (2592 5792 768) (2592 5792 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5733" + "plane" "(2976 5792 768) (2976 5760 768) (2976 5760 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5732" + "plane" "(2592 5792 768) (2976 5792 768) (2976 5792 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5731" + "plane" "(2976 5760 768) (2592 5760 768) (2592 5760 864)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2794" + side + { + "id" "5742" + "plane" "(2368 4000 864) (2368 4864 864) (2400 4864 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5741" + "plane" "(2368 4864 768) (2368 4000 768) (2400 4000 768)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5740" + "plane" "(2368 4000 768) (2368 4864 768) (2368 4864 864)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5739" + "plane" "(2400 4864 768) (2400 4000 768) (2400 4000 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5738" + "plane" "(2368 4864 768) (2400 4864 768) (2400 4864 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5737" + "plane" "(2400 4000 768) (2368 4000 768) (2368 4000 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2800" + side + { + "id" "5778" + "plane" "(2592 4896 864) (2592 4928 864) (2976 4928 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5777" + "plane" "(2592 4928 768) (2592 4896 768) (2976 4896 768)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5776" + "plane" "(2592 4896 768) (2592 4928 768) (2592 4928 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5775" + "plane" "(2976 4928 768) (2976 4896 768) (2976 4896 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5774" + "plane" "(2592 4928 768) (2976 4928 768) (2976 4928 864)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5773" + "plane" "(2976 4896 768) (2592 4896 768) (2592 4896 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2807" + side + { + "id" "5820" + "plane" "(1856 3680 832) (1856 7008 832) (2368 7008 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5819" + "plane" "(1856 7008 800) (1856 3680 800) (2368 3680 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5818" + "plane" "(1856 3680 800) (1856 7008 800) (1856 7008 832)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5817" + "plane" "(2368 7008 800) (2368 3680 800) (2368 3680 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5816" + "plane" "(1856 7008 800) (2368 7008 800) (2368 7008 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5815" + "plane" "(2368 3680 800) (1856 3680 800) (1856 3680 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2808" + side + { + "id" "5826" + "plane" "(2368 5056 832) (2368 5536 832) (2976 5536 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5825" + "plane" "(2368 5536 800) (2368 5056 800) (2976 5056 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5824" + "plane" "(2368 5056 800) (2368 5536 800) (2368 5536 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5823" + "plane" "(2976 5536 800) (2976 5056 800) (2976 5056 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5822" + "plane" "(2368 5536 800) (2976 5536 800) (2976 5536 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5821" + "plane" "(2976 5056 800) (2368 5056 800) (2368 5056 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2809" + side + { + "id" "5832" + "plane" "(2592 5536 832) (2592 5760 832) (2976 5760 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5831" + "plane" "(2592 5760 800) (2592 5536 800) (2976 5536 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5830" + "plane" "(2592 5536 800) (2592 5760 800) (2592 5760 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5829" + "plane" "(2976 5760 800) (2976 5536 800) (2976 5536 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5828" + "plane" "(2592 5760 800) (2976 5760 800) (2976 5760 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5827" + "plane" "(2976 5536 800) (2592 5536 800) (2592 5536 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2810" + side + { + "id" "5838" + "plane" "(2592 4928 832) (2592 5056 832) (2976 5056 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5837" + "plane" "(2592 5056 800) (2592 4928 800) (2976 4928 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5836" + "plane" "(2592 4928 800) (2592 5056 800) (2592 5056 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5835" + "plane" "(2976 5056 800) (2976 4928 800) (2976 4928 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5834" + "plane" "(2592 5056 800) (2976 5056 800) (2976 5056 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5833" + "plane" "(2976 4928 800) (2592 4928 800) (2592 4928 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2815" + side + { + "id" "5868" + "plane" "(2368 5824 864) (2368 6688 864) (2400 6688 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5867" + "plane" "(2368 6688 768) (2368 5824 768) (2400 5824 768)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5866" + "plane" "(2368 5824 768) (2368 6688 768) (2368 6688 864)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5865" + "plane" "(2400 6688 768) (2400 5824 768) (2400 5824 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5864" + "plane" "(2368 6688 768) (2400 6688 768) (2400 6688 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5863" + "plane" "(2400 5824 768) (2368 5824 768) (2368 5824 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2817" + side + { + "id" "5880" + "plane" "(2368 5024 992) (2368 5056 992) (2592 5056 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5879" + "plane" "(2368 5056 800) (2368 5024 800) (2592 5024 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5878" + "plane" "(2368 5024 800) (2368 5056 800) (2368 5056 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5877" + "plane" "(2592 5056 800) (2592 5024 800) (2592 5024 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5876" + "plane" "(2368 5056 800) (2592 5056 800) (2592 5056 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5875" + "plane" "(2592 5024 800) (2368 5024 800) (2368 5024 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "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 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2818" + side + { + "id" "5886" + "plane" "(2560 4928 992) (2560 5024 992) (2592 5024 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5885" + "plane" "(2560 5024 800) (2560 4928 800) (2592 4928 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5884" + "plane" "(2560 4928 800) (2560 5024 800) (2560 5024 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5883" + "plane" "(2592 5024 800) (2592 4928 800) (2592 4928 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5882" + "plane" "(2560 5024 800) (2592 5024 800) (2592 5024 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5881" + "plane" "(2592 4928 800) (2560 4928 800) (2560 4928 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2819" + side + { + "id" "5892" + "plane" "(2592 4928 832) (2592 5056 832) (2976 5056 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5891" + "plane" "(2592 5056 800) (2592 4928 800) (2976 4928 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5890" + "plane" "(2592 4928 800) (2592 5056 800) (2592 5056 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5889" + "plane" "(2976 5056 800) (2976 4928 800) (2976 4928 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5888" + "plane" "(2592 5056 800) (2976 5056 800) (2976 5056 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5887" + "plane" "(2976 4928 800) (2592 4928 800) (2592 4928 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2821" + side + { + "id" "5904" + "plane" "(2976 4928 864) (2976 5760 864) (3008 5760 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5903" + "plane" "(2976 5760 768) (2976 4928 768) (3008 4928 768)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5902" + "plane" "(2976 4928 768) (2976 5760 768) (2976 5760 864)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5901" + "plane" "(3008 5760 768) (3008 4928 768) (3008 4928 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5900" + "plane" "(2976 5760 768) (3008 5760 768) (3008 5760 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5899" + "plane" "(3008 4928 768) (2976 4928 768) (2976 4928 864)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2839" + side + { + "id" "5988" + "plane" "(2592 5632 832) (2592 5760 832) (2976 5760 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5987" + "plane" "(2592 5760 800) (2592 5632 800) (2976 5632 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5986" + "plane" "(2592 5632 800) (2592 5760 800) (2592 5760 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5985" + "plane" "(2976 5760 800) (2976 5632 800) (2976 5632 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5984" + "plane" "(2592 5760 800) (2976 5760 800) (2976 5760 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5983" + "plane" "(2976 5632 800) (2592 5632 800) (2592 5632 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2840" + side + { + "id" "5994" + "plane" "(2400 5536 992) (2400 5568 992) (2560 5568 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5993" + "plane" "(2400 5568 960) (2400 5536 960) (2560 5536 960)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5992" + "plane" "(2400 5536 960) (2400 5568 960) (2400 5568 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5991" + "plane" "(2560 5568 960) (2560 5536 960) (2560 5536 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5990" + "plane" "(2400 5568 960) (2560 5568 960) (2560 5568 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5989" + "plane" "(2560 5536 960) (2400 5536 960) (2400 5536 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2841" + side + { + "id" "6000" + "plane" "(2368 3744 992) (2368 3872 992) (2400 3872 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5999" + "plane" "(2368 3872 960) (2368 3744 960) (2400 3744 960)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5998" + "plane" "(2368 3744 960) (2368 3872 960) (2368 3872 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5997" + "plane" "(2400 3872 960) (2400 3744 960) (2400 3744 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5996" + "plane" "(2368 3872 960) (2400 3872 960) (2400 3872 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5995" + "plane" "(2400 3744 960) (2368 3744 960) (2368 3744 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2842" + side + { + "id" "6006" + "plane" "(2368 6816 992) (2368 6944 992) (2400 6944 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -127.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6005" + "plane" "(2368 6944 960) (2368 6816 960) (2400 6816 960)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6004" + "plane" "(2368 6816 960) (2368 6944 960) (2368 6944 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6003" + "plane" "(2400 6944 960) (2400 6816 960) (2400 6816 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6002" + "plane" "(2368 6944 960) (2400 6944 960) (2400 6944 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6001" + "plane" "(2400 6816 960) (2368 6816 960) (2368 6816 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2881" + side + { + "id" "6084" + "plane" "(2368 6816 832) (2368 6880 832) (2464 6880 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6083" + "plane" "(2368 6880 768) (2368 6816 768) (2464 6816 768)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6082" + "plane" "(2368 6816 768) (2368 6880 768) (2368 6880 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6081" + "plane" "(2464 6880 768) (2464 6816 768) (2464 6816 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6080" + "plane" "(2368 6880 768) (2464 6880 768) (2464 6880 832)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6079" + "plane" "(2464 6816 768) (2368 6816 768) (2368 6816 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2882" + side + { + "id" "6090" + "plane" "(2368 6880 832) (2368 6944 832) (2400 6944 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6089" + "plane" "(2368 6944 800) (2368 6880 800) (2400 6880 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6088" + "plane" "(2368 6880 800) (2368 6944 800) (2368 6944 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6087" + "plane" "(2400 6944 800) (2400 6880 800) (2400 6880 832)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6086" + "plane" "(2368 6944 800) (2400 6944 800) (2400 6944 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6085" + "plane" "(2400 6880 800) (2368 6880 800) (2368 6880 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2883" + side + { + "id" "6096" + "plane" "(2368 3808 832) (2368 3872 832) (2464 3872 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6095" + "plane" "(2368 3872 800) (2368 3808 800) (2464 3808 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6094" + "plane" "(2368 3808 800) (2368 3872 800) (2368 3872 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6093" + "plane" "(2464 3872 800) (2464 3808 800) (2464 3808 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6092" + "plane" "(2368 3872 800) (2464 3872 800) (2464 3872 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6091" + "plane" "(2464 3808 800) (2368 3808 800) (2368 3808 832)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2884" + side + { + "id" "6102" + "plane" "(2368 3744 832) (2368 3808 832) (2400 3808 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6101" + "plane" "(2368 3808 800) (2368 3744 800) (2400 3744 800)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6100" + "plane" "(2368 3744 800) (2368 3808 800) (2368 3808 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6099" + "plane" "(2400 3808 800) (2400 3744 800) (2400 3744 832)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6098" + "plane" "(2368 3808 800) (2400 3808 800) (2400 3808 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6097" + "plane" "(2400 3744 800) (2368 3744 800) (2368 3744 832)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2903" + side + { + "id" "6756" + "plane" "(2176 3680 1184) (2176 5056 1184) (2208 5056 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6755" + "plane" "(2176 5056 1120) (2176 3680 1120) (2208 3680 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6754" + "plane" "(2176 3680 1120) (2176 5056 1120) (2176 5056 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6753" + "plane" "(2208 5056 1120) (2208 3680 1120) (2208 3680 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6752" + "plane" "(2176 5056 1120) (2208 5056 1120) (2208 5056 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6751" + "plane" "(2208 3680 1120) (2176 3680 1120) (2176 3680 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2904" + side + { + "id" "6762" + "plane" "(2176 5632 1184) (2176 7008 1184) (2208 7008 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6761" + "plane" "(2176 7008 1120) (2176 5632 1120) (2208 5632 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6760" + "plane" "(2176 5632 1120) (2176 7008 1120) (2176 7008 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6759" + "plane" "(2208 7008 1120) (2208 5632 1120) (2208 5632 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6758" + "plane" "(2176 7008 1120) (2208 7008 1120) (2208 7008 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6757" + "plane" "(2208 5632 1120) (2176 5632 1120) (2176 5632 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 131 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2913" + side + { + "id" "6816" + "plane" "(2592 5760 1056) (2592 5792 1056) (2976 5792 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6815" + "plane" "(2592 5792 960) (2592 5760 960) (2976 5760 960)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6814" + "plane" "(2592 5760 960) (2592 5792 960) (2592 5792 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6813" + "plane" "(2976 5792 960) (2976 5760 960) (2976 5760 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6812" + "plane" "(2592 5792 960) (2976 5792 960) (2976 5792 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6811" + "plane" "(2976 5760 960) (2592 5760 960) (2592 5760 1056)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2914" + side + { + "id" "6822" + "plane" "(2368 4000 1056) (2368 4864 1056) (2400 4864 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6821" + "plane" "(2368 4864 960) (2368 4000 960) (2400 4000 960)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6820" + "plane" "(2368 4000 960) (2368 4864 960) (2368 4864 1056)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6819" + "plane" "(2400 4864 960) (2400 4000 960) (2400 4000 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6818" + "plane" "(2368 4864 960) (2400 4864 960) (2400 4864 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6817" + "plane" "(2400 4000 960) (2368 4000 960) (2368 4000 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2917" + side + { + "id" "6840" + "plane" "(2368 5664 1248) (2368 6784 1248) (2400 6784 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6839" + "plane" "(2368 6784 1152) (2368 5664 1152) (2400 5664 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6838" + "plane" "(2368 5664 1152) (2368 6784 1152) (2368 6784 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6837" + "plane" "(2400 6784 1152) (2400 5664 1152) (2400 5664 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6836" + "plane" "(2368 6784 1152) (2400 6784 1152) (2400 6784 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6835" + "plane" "(2400 5664 1152) (2368 5664 1152) (2368 5664 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2920" + side + { + "id" "6858" + "plane" "(2592 4896 1056) (2592 4928 1056) (2976 4928 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6857" + "plane" "(2592 4928 960) (2592 4896 960) (2976 4896 960)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6856" + "plane" "(2592 4896 960) (2592 4928 960) (2592 4928 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6855" + "plane" "(2976 4928 960) (2976 4896 960) (2976 4896 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6854" + "plane" "(2592 4928 960) (2976 4928 960) (2976 4928 1056)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6853" + "plane" "(2976 4896 960) (2592 4896 960) (2592 4896 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2921" + side + { + "id" "6864" + "plane" "(2976 4928 1248) (2976 5760 1248) (3008 5760 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6863" + "plane" "(2976 5760 1152) (2976 4928 1152) (3008 4928 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6862" + "plane" "(2976 4928 1152) (2976 5760 1152) (2976 5760 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6861" + "plane" "(3008 5760 1152) (3008 4928 1152) (3008 4928 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6860" + "plane" "(2976 5760 1152) (3008 5760 1152) (3008 5760 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6859" + "plane" "(3008 4928 1152) (2976 4928 1152) (2976 4928 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2922" + side + { + "id" "6870" + "plane" "(2560 5760 1248) (2560 5792 1248) (3008 5792 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6869" + "plane" "(2560 5792 1152) (2560 5760 1152) (3008 5760 1152)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6868" + "plane" "(2560 5760 1152) (2560 5792 1152) (2560 5792 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6867" + "plane" "(3008 5792 1152) (3008 5760 1152) (3008 5760 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6866" + "plane" "(2560 5792 1152) (3008 5792 1152) (3008 5792 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6865" + "plane" "(3008 5760 1152) (2560 5760 1152) (2560 5760 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2924" + side + { + "id" "6882" + "plane" "(2976 5760 1152) (2976 5792 1152) (3008 5792 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6881" + "plane" "(2976 5792 448) (2976 5760 448) (3008 5760 448)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -192] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6880" + "plane" "(2976 5760 448) (2976 5792 448) (2976 5792 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6879" + "plane" "(3008 5792 448) (3008 5760 448) (3008 5760 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6878" + "plane" "(2976 5792 448) (3008 5792 448) (3008 5792 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6877" + "plane" "(3008 5760 448) (2976 5760 448) (2976 5760 1152)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2925" + side + { + "id" "6888" + "plane" "(2976 4896 1152) (2976 4928 1152) (3008 4928 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6887" + "plane" "(2976 4928 480) (2976 4896 480) (3008 4896 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -192] 0.5" + "vaxis" "[0 -1 0 -192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6886" + "plane" "(2976 4896 480) (2976 4928 480) (2976 4928 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6885" + "plane" "(3008 4928 480) (3008 4896 480) (3008 4896 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6884" + "plane" "(2976 4928 480) (3008 4928 480) (3008 4928 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6883" + "plane" "(3008 4896 480) (2976 4896 480) (2976 4896 1152)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2927" + side + { + "id" "6900" + "plane" "(1856 3680 1024) (1856 7008 1024) (2368 7008 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6899" + "plane" "(1856 7008 992) (1856 3680 992) (2368 3680 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6898" + "plane" "(1856 3680 992) (1856 7008 992) (1856 7008 1024)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6897" + "plane" "(2368 7008 992) (2368 3680 992) (2368 3680 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6896" + "plane" "(1856 7008 992) (2368 7008 992) (2368 7008 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6895" + "plane" "(2368 3680 992) (1856 3680 992) (1856 3680 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2928" + side + { + "id" "6906" + "plane" "(2368 5056 1024) (2368 5536 1024) (2976 5536 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6905" + "plane" "(2368 5536 992) (2368 5056 992) (2976 5056 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6904" + "plane" "(2368 5056 992) (2368 5536 992) (2368 5536 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6903" + "plane" "(2976 5536 992) (2976 5056 992) (2976 5056 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6902" + "plane" "(2368 5536 992) (2976 5536 992) (2976 5536 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6901" + "plane" "(2976 5056 992) (2368 5056 992) (2368 5056 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2929" + side + { + "id" "6912" + "plane" "(2592 5536 1024) (2592 5760 1024) (2976 5760 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6911" + "plane" "(2592 5760 992) (2592 5536 992) (2976 5536 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6910" + "plane" "(2592 5536 992) (2592 5760 992) (2592 5760 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6909" + "plane" "(2976 5760 992) (2976 5536 992) (2976 5536 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6908" + "plane" "(2592 5760 992) (2976 5760 992) (2976 5760 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6907" + "plane" "(2976 5536 992) (2592 5536 992) (2592 5536 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2930" + side + { + "id" "6918" + "plane" "(2592 4928 1024) (2592 5056 1024) (2976 5056 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6917" + "plane" "(2592 5056 992) (2592 4928 992) (2976 4928 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6916" + "plane" "(2592 4928 992) (2592 5056 992) (2592 5056 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6915" + "plane" "(2976 5056 992) (2976 4928 992) (2976 4928 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6914" + "plane" "(2592 5056 992) (2976 5056 992) (2976 5056 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6913" + "plane" "(2976 4928 992) (2592 4928 992) (2592 4928 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2934" + side + { + "id" "6942" + "plane" "(2368 3712 1248) (2368 5024 1248) (2400 5024 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6941" + "plane" "(2368 5024 1152) (2368 3712 1152) (2400 3712 1152)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6940" + "plane" "(2368 3712 1152) (2368 5024 1152) (2368 5024 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6939" + "plane" "(2400 5024 1152) (2400 3712 1152) (2400 3712 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6938" + "plane" "(2368 5024 1152) (2400 5024 1152) (2400 5024 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6937" + "plane" "(2400 3712 1152) (2368 3712 1152) (2368 3712 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2935" + side + { + "id" "6948" + "plane" "(2368 5824 1056) (2368 6688 1056) (2400 6688 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6947" + "plane" "(2368 6688 960) (2368 5824 960) (2400 5824 960)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6946" + "plane" "(2368 5824 960) (2368 6688 960) (2368 6688 1056)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6945" + "plane" "(2400 6688 960) (2400 5824 960) (2400 5824 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6944" + "plane" "(2368 6688 960) (2400 6688 960) (2400 6688 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6943" + "plane" "(2400 5824 960) (2368 5824 960) (2368 5824 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2937" + side + { + "id" "6960" + "plane" "(2368 5024 1248) (2368 5056 1248) (2592 5056 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6959" + "plane" "(2368 5056 992) (2368 5024 992) (2592 5024 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6958" + "plane" "(2368 5024 992) (2368 5056 992) (2368 5056 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6957" + "plane" "(2592 5056 992) (2592 5024 992) (2592 5024 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6956" + "plane" "(2368 5056 992) (2592 5056 992) (2592 5056 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6955" + "plane" "(2592 5024 992) (2368 5024 992) (2368 5024 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "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 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2938" + side + { + "id" "6966" + "plane" "(2560 4928 1248) (2560 5024 1248) (2592 5024 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6965" + "plane" "(2560 5024 992) (2560 4928 992) (2592 4928 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6964" + "plane" "(2560 4928 992) (2560 5024 992) (2560 5024 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6963" + "plane" "(2592 5024 992) (2592 4928 992) (2592 4928 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6962" + "plane" "(2560 5024 992) (2592 5024 992) (2592 5024 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6961" + "plane" "(2592 4928 992) (2560 4928 992) (2560 4928 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2939" + side + { + "id" "6972" + "plane" "(2592 4928 1024) (2592 5056 1024) (2976 5056 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6971" + "plane" "(2592 5056 992) (2592 4928 992) (2976 4928 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6970" + "plane" "(2592 4928 992) (2592 5056 992) (2592 5056 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6969" + "plane" "(2976 5056 992) (2976 4928 992) (2976 4928 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6968" + "plane" "(2592 5056 992) (2976 5056 992) (2976 5056 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6967" + "plane" "(2976 4928 992) (2592 4928 992) (2592 4928 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2940" + side + { + "id" "6978" + "plane" "(2560 4896 1248) (2560 4928 1248) (3008 4928 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6977" + "plane" "(2560 4928 1152) (2560 4896 1152) (3008 4896 1152)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6976" + "plane" "(2560 4896 1152) (2560 4928 1152) (2560 4928 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6975" + "plane" "(3008 4928 1152) (3008 4896 1152) (3008 4896 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6974" + "plane" "(2560 4928 1152) (3008 4928 1152) (3008 4928 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6973" + "plane" "(3008 4896 1152) (2560 4896 1152) (2560 4896 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2941" + side + { + "id" "6984" + "plane" "(2976 4928 1056) (2976 5760 1056) (3008 5760 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6983" + "plane" "(2976 5760 960) (2976 4928 960) (3008 4928 960)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6982" + "plane" "(2976 4928 960) (2976 5760 960) (2976 5760 1056)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6981" + "plane" "(3008 5760 960) (3008 4928 960) (3008 4928 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6980" + "plane" "(2976 5760 960) (3008 5760 960) (3008 5760 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6979" + "plane" "(3008 4928 960) (2976 4928 960) (2976 4928 1056)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2942" + side + { + "id" "6990" + "plane" "(2560 5536 1248) (2560 5760 1248) (2592 5760 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6989" + "plane" "(2560 5760 64) (2560 5536 64) (2592 5536 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6988" + "plane" "(2560 5536 64) (2560 5760 64) (2560 5760 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6987" + "plane" "(2592 5760 64) (2592 5536 64) (2592 5536 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6986" + "plane" "(2560 5760 64) (2592 5760 64) (2592 5760 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6985" + "plane" "(2592 5536 64) (2560 5536 64) (2560 5536 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2959" + side + { + "id" "7068" + "plane" "(2592 5632 1024) (2592 5760 1024) (2976 5760 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7067" + "plane" "(2592 5760 992) (2592 5632 992) (2976 5632 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7066" + "plane" "(2592 5632 992) (2592 5760 992) (2592 5760 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7065" + "plane" "(2976 5760 992) (2976 5632 992) (2976 5632 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7064" + "plane" "(2592 5760 992) (2976 5760 992) (2976 5760 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7063" + "plane" "(2976 5632 992) (2592 5632 992) (2592 5632 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2960" + side + { + "id" "7074" + "plane" "(2400 5536 1184) (2400 5568 1184) (2560 5568 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7073" + "plane" "(2400 5568 1152) (2400 5536 1152) (2560 5536 1152)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7072" + "plane" "(2400 5536 1152) (2400 5568 1152) (2400 5568 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7071" + "plane" "(2560 5568 1152) (2560 5536 1152) (2560 5536 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7070" + "plane" "(2400 5568 1152) (2560 5568 1152) (2560 5568 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7069" + "plane" "(2560 5536 1152) (2400 5536 1152) (2400 5536 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2961" + side + { + "id" "7080" + "plane" "(2368 3744 1184) (2368 3872 1184) (2400 3872 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7079" + "plane" "(2368 3872 1152) (2368 3744 1152) (2400 3744 1152)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7078" + "plane" "(2368 3744 1152) (2368 3872 1152) (2368 3872 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7077" + "plane" "(2400 3872 1152) (2400 3744 1152) (2400 3744 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7076" + "plane" "(2368 3872 1152) (2400 3872 1152) (2400 3872 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7075" + "plane" "(2400 3744 1152) (2368 3744 1152) (2368 3744 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2962" + side + { + "id" "7086" + "plane" "(2368 6784 1248) (2368 6976 1248) (2400 6976 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -127.998] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7085" + "plane" "(2368 6976 1152) (2368 6784 1152) (2400 6784 1152)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7084" + "plane" "(2368 6784 1152) (2368 6976 1152) (2368 6976 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7083" + "plane" "(2400 6976 1152) (2400 6784 1152) (2400 6784 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7082" + "plane" "(2368 6976 1152) (2400 6976 1152) (2400 6976 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7081" + "plane" "(2400 6784 1152) (2368 6784 1152) (2368 6784 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3001" + side + { + "id" "7164" + "plane" "(2368 6816 1024) (2368 6880 1024) (2464 6880 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7163" + "plane" "(2368 6880 960) (2368 6816 960) (2464 6816 960)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7162" + "plane" "(2368 6816 960) (2368 6880 960) (2368 6880 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7161" + "plane" "(2464 6880 960) (2464 6816 960) (2464 6816 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7160" + "plane" "(2368 6880 960) (2464 6880 960) (2464 6880 1024)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7159" + "plane" "(2464 6816 960) (2368 6816 960) (2368 6816 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3002" + side + { + "id" "7170" + "plane" "(2368 6880 1024) (2368 6944 1024) (2400 6944 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7169" + "plane" "(2368 6944 992) (2368 6880 992) (2400 6880 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7168" + "plane" "(2368 6880 992) (2368 6944 992) (2368 6944 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7167" + "plane" "(2400 6944 992) (2400 6880 992) (2400 6880 1024)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7166" + "plane" "(2368 6944 992) (2400 6944 992) (2400 6944 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7165" + "plane" "(2400 6880 992) (2368 6880 992) (2368 6880 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3003" + side + { + "id" "7176" + "plane" "(2368 3808 1024) (2368 3872 1024) (2464 3872 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7175" + "plane" "(2368 3872 992) (2368 3808 992) (2464 3808 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7174" + "plane" "(2368 3808 992) (2368 3872 992) (2368 3872 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7173" + "plane" "(2464 3872 992) (2464 3808 992) (2464 3808 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7172" + "plane" "(2368 3872 992) (2464 3872 992) (2464 3872 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7171" + "plane" "(2464 3808 992) (2368 3808 992) (2368 3808 1024)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3004" + side + { + "id" "7182" + "plane" "(2368 3744 1024) (2368 3808 1024) (2400 3808 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7181" + "plane" "(2368 3808 992) (2368 3744 992) (2400 3744 992)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7180" + "plane" "(2368 3744 992) (2368 3808 992) (2368 3808 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7179" + "plane" "(2400 3808 992) (2400 3744 992) (2400 3744 1024)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7178" + "plane" "(2368 3808 992) (2400 3808 992) (2400 3808 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7177" + "plane" "(2400 3744 992) (2368 3744 992) (2368 3744 1024)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3095" + side + { + "id" "7326" + "plane" "(1888 3680 1216) (1888 5024 1216) (2368 5024 1216)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7325" + "plane" "(1888 5024 1184) (1888 3680 1184) (2368 3680 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7324" + "plane" "(1888 3680 1184) (1888 5024 1184) (1888 5024 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7323" + "plane" "(2368 5024 1184) (2368 3680 1184) (2368 3680 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7322" + "plane" "(1888 5024 1184) (2368 5024 1184) (2368 5024 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7321" + "plane" "(2368 3680 1184) (1888 3680 1184) (1888 3680 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3099" + side + { + "id" "7338" + "plane" "(1888 5664 1216) (1888 7008 1216) (2368 7008 1216)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7337" + "plane" "(1888 7008 1184) (1888 5664 1184) (2368 5664 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7336" + "plane" "(1888 5664 1184) (1888 7008 1184) (1888 7008 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7335" + "plane" "(2368 7008 1184) (2368 5664 1184) (2368 5664 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7334" + "plane" "(1888 7008 1184) (2368 7008 1184) (2368 7008 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7333" + "plane" "(2368 5664 1184) (1888 5664 1184) (1888 5664 1216)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3106" + side + { + "id" "7350" + "plane" "(2240 5152 1440) (2240 5536 1440) (2720 5536 1440)" + "material" "NATURE/GRAVELFLOOR002A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7349" + "plane" "(2240 5536 1408) (2240 5152 1408) (2720 5152 1408)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7348" + "plane" "(2240 5152 1408) (2240 5536 1408) (2240 5536 1440)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7347" + "plane" "(2720 5536 1408) (2720 5152 1408) (2720 5152 1440)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7346" + "plane" "(2240 5536 1408) (2720 5536 1408) (2720 5536 1440)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7345" + "plane" "(2720 5152 1408) (2240 5152 1408) (2240 5152 1440)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3133" + side + { + "id" "7374" + "plane" "(2400 3744 1184) (2400 3872 1184) (2464 3872 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7373" + "plane" "(2400 3872 1152) (2400 3744 1152) (2464 3744 1152)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7372" + "plane" "(2400 3744 1152) (2400 3872 1152) (2400 3872 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 320] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7371" + "plane" "(2464 3872 1152) (2464 3744 1152) (2464 3744 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256.002] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7370" + "plane" "(2400 3872 1152) (2464 3872 1152) (2464 3872 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7369" + "plane" "(2464 3744 1152) (2400 3744 1152) (2400 3744 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3142" + side + { + "id" "7386" + "plane" "(2400 6816 1184) (2400 6944 1184) (2464 6944 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256.002] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7385" + "plane" "(2400 6944 1152) (2400 6816 1152) (2464 6816 1152)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7384" + "plane" "(2400 6816 1152) (2400 6944 1152) (2400 6944 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7383" + "plane" "(2464 6944 1152) (2464 6816 1152) (2464 6816 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256.002] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7382" + "plane" "(2400 6944 1152) (2464 6944 1152) (2464 6944 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7381" + "plane" "(2464 6816 1152) (2400 6816 1152) (2400 6816 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3147" + side + { + "id" "7398" + "plane" "(1856 3680 1248) (1856 7008 1248) (1888 7008 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7397" + "plane" "(1856 7008 1184) (1856 3680 1184) (1888 3680 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7396" + "plane" "(1856 3680 1184) (1856 7008 1184) (1856 7008 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -384] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7395" + "plane" "(1888 7008 1184) (1888 3680 1184) (1888 3680 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7394" + "plane" "(1856 7008 1184) (1888 7008 1184) (1888 7008 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7393" + "plane" "(1888 3680 1184) (1856 3680 1184) (1856 3680 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3150" + side + { + "id" "7410" + "plane" "(1888 5024 1248) (1888 5056 1248) (2368 5056 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7409" + "plane" "(1888 5056 1184) (1888 5024 1184) (2368 5024 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7408" + "plane" "(1888 5024 1184) (1888 5056 1184) (1888 5056 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7407" + "plane" "(2368 5056 1184) (2368 5024 1184) (2368 5024 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7406" + "plane" "(1888 5056 1184) (2368 5056 1184) (2368 5056 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7405" + "plane" "(2368 5024 1184) (1888 5024 1184) (1888 5024 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3153" + side + { + "id" "7422" + "plane" "(1888 5632 1248) (1888 5664 1248) (2368 5664 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7421" + "plane" "(1888 5664 1184) (1888 5632 1184) (2368 5632 1184)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 -384] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7420" + "plane" "(1888 5632 1184) (1888 5664 1184) (1888 5664 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7419" + "plane" "(2368 5664 1184) (2368 5632 1184) (2368 5632 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7418" + "plane" "(1888 5664 1184) (2368 5664 1184) (2368 5664 1248)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 192] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7417" + "plane" "(2368 5632 1184) (1888 5632 1184) (1888 5632 1248)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3174" + side + { + "id" "7470" + "plane" "(2464 5568 608) (2464 5632 608) (2560 5632 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7469" + "plane" "(2464 5632 576) (2464 5568 576) (2560 5568 576)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7468" + "plane" "(2464 5568 576) (2464 5632 576) (2464 5632 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7467" + "plane" "(2560 5632 576) (2560 5568 576) (2560 5568 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7466" + "plane" "(2464 5632 576) (2560 5632 576) (2560 5632 608)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7465" + "plane" "(2560 5568 576) (2464 5568 576) (2464 5568 608)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 320] 0.5" + "vaxis" "[0 0 -1 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3176" + side + { + "id" "7482" + "plane" "(2400 5568 800) (2400 5632 800) (2496 5632 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7481" + "plane" "(2400 5632 768) (2400 5568 768) (2496 5568 768)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7480" + "plane" "(2400 5568 768) (2400 5632 768) (2400 5632 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7479" + "plane" "(2496 5632 768) (2496 5568 768) (2496 5568 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7478" + "plane" "(2400 5632 768) (2496 5632 768) (2496 5632 800)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7477" + "plane" "(2496 5568 768) (2400 5568 768) (2400 5568 800)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 448] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3177" + side + { + "id" "7494" + "plane" "(2464 5568 992) (2464 5632 992) (2560 5632 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7493" + "plane" "(2464 5632 960) (2464 5568 960) (2560 5568 960)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7492" + "plane" "(2464 5568 960) (2464 5632 960) (2464 5632 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7491" + "plane" "(2560 5632 960) (2560 5568 960) (2560 5568 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7490" + "plane" "(2464 5632 960) (2560 5632 960) (2560 5632 992)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7489" + "plane" "(2560 5568 960) (2464 5568 960) (2464 5568 992)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 320] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3180" + side + { + "id" "7506" + "plane" "(2400 5568 1184) (2400 5632 1184) (2560 5632 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7505" + "plane" "(2400 5632 1152) (2400 5568 1152) (2560 5568 1152)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7504" + "plane" "(2400 5568 1152) (2400 5632 1152) (2400 5632 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7503" + "plane" "(2560 5632 1152) (2560 5568 1152) (2560 5568 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7502" + "plane" "(2400 5632 1152) (2560 5632 1152) (2560 5632 1184)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 0 -1 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7501" + "plane" "(2560 5568 1152) (2400 5568 1152) (2400 5568 1184)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 448] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "3292" + side + { + "id" "7770" + "plane" "(2463 3744 1186.08) (2463 3808 1186.08) (2464 3808 1186.08)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7769" + "plane" "(2463 3808 416) (2463 3744 416) (2464 3744 416)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7768" + "plane" "(2463 3744 416) (2463 3808 416) (2463 3808 1186.08)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7767" + "plane" "(2464 3808 416) (2464 3744 416) (2464 3744 1186.08)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7766" + "plane" "(2463 3808 416) (2464 3808 416) (2464 3808 1186.08)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7765" + "plane" "(2464 3744 416) (2463 3744 416) (2463 3744 1186.08)" + "material" "TOOLS/TOOLSINVISIBLELADDER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 102 211" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "725" + side + { + "id" "798" + "plane" "(1888 5632 224) (1888 5664 224) (2176 5664 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "797" + "plane" "(1888 5664 64) (1888 5632 64) (2176 5632 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "796" + "plane" "(1888 5632 64) (1888 5664 64) (1888 5664 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "795" + "plane" "(2176 5664 64) (2176 5632 64) (2176 5632 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "794" + "plane" "(1888 5664 64) (2176 5664 64) (2176 5664 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "793" + "plane" "(2176 5632 64) (1888 5632 64) (1888 5632 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 101 238" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "728" + side + { + "id" "810" + "plane" "(1888 5024 224) (1888 5056 224) (2176 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "809" + "plane" "(1888 5056 64) (1888 5024 64) (2176 5024 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "808" + "plane" "(1888 5024 64) (1888 5056 64) (1888 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "807" + "plane" "(2176 5056 64) (2176 5024 64) (2176 5024 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "806" + "plane" "(1888 5056 64) (2176 5056 64) (2176 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "805" + "plane" "(2176 5024 64) (1888 5024 64) (1888 5024 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "734" + side + { + "id" "834" + "plane" "(1888 4672 224) (1888 4704 224) (2176 4704 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "833" + "plane" "(1888 4704 64) (1888 4672 64) (2176 4672 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "832" + "plane" "(1888 4672 64) (1888 4704 64) (1888 4704 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "831" + "plane" "(2176 4704 64) (2176 4672 64) (2176 4672 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "830" + "plane" "(1888 4704 64) (2176 4704 64) (2176 4704 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "829" + "plane" "(2176 4672 64) (1888 4672 64) (1888 4672 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "737" + side + { + "id" "858" + "plane" "(1888 4320 224) (1888 4352 224) (2176 4352 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "857" + "plane" "(1888 4352 64) (1888 4320 64) (2176 4320 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "856" + "plane" "(1888 4320 64) (1888 4352 64) (1888 4352 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 448] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "855" + "plane" "(2176 4352 64) (2176 4320 64) (2176 4320 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 448] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "854" + "plane" "(1888 4352 64) (2176 4352 64) (2176 4352 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "853" + "plane" "(2176 4320 64) (1888 4320 64) (1888 4320 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "739" + side + { + "id" "882" + "plane" "(1888 3968 224) (1888 4000 224) (2176 4000 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "881" + "plane" "(1888 4000 64) (1888 3968 64) (2176 3968 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 -128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "880" + "plane" "(1888 3968 64) (1888 4000 64) (1888 4000 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "879" + "plane" "(2176 4000 64) (2176 3968 64) (2176 3968 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "878" + "plane" "(1888 4000 64) (2176 4000 64) (2176 4000 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "877" + "plane" "(2176 3968 64) (1888 3968 64) (1888 3968 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "748" + side + { + "id" "948" + "plane" "(1888 5984 224) (1888 6016 224) (2176 6016 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "947" + "plane" "(1888 6016 64) (1888 5984 64) (2176 5984 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "946" + "plane" "(1888 5984 64) (1888 6016 64) (1888 6016 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "945" + "plane" "(2176 6016 64) (2176 5984 64) (2176 5984 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "944" + "plane" "(1888 6016 64) (2176 6016 64) (2176 6016 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "943" + "plane" "(2176 5984 64) (1888 5984 64) (1888 5984 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "749" + side + { + "id" "960" + "plane" "(1888 6336 224) (1888 6368 224) (2176 6368 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "959" + "plane" "(1888 6368 64) (1888 6336 64) (2176 6336 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "958" + "plane" "(1888 6336 64) (1888 6368 64) (1888 6368 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "957" + "plane" "(2176 6368 64) (2176 6336 64) (2176 6336 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "956" + "plane" "(1888 6368 64) (2176 6368 64) (2176 6368 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "955" + "plane" "(2176 6336 64) (1888 6336 64) (1888 6336 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "750" + side + { + "id" "972" + "plane" "(1888 6688 224) (1888 6720 224) (2176 6720 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "971" + "plane" "(1888 6720 64) (1888 6688 64) (2176 6688 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 -1 0 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "970" + "plane" "(1888 6688 64) (1888 6720 64) (1888 6720 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "969" + "plane" "(2176 6720 64) (2176 6688 64) (2176 6688 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "968" + "plane" "(1888 6720 64) (2176 6720 64) (2176 6720 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "967" + "plane" "(2176 6688 64) (1888 6688 64) (1888 6688 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "760" + side + { + "id" "984" + "plane" "(2176 3680 1120) (2176 3840 1120) (2208 3840 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 -192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "983" + "plane" "(2176 3840 64) (2176 3680 64) (2208 3680 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 -192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "982" + "plane" "(2176 3680 64) (2176 3840 64) (2176 3840 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "981" + "plane" "(2208 3840 64) (2208 3680 64) (2208 3680 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "980" + "plane" "(2176 3840 64) (2208 3840 64) (2208 3840 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "979" + "plane" "(2208 3680 64) (2176 3680 64) (2176 3680 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "768" + side + { + "id" "996" + "plane" "(2176 3904 1120) (2176 4192 1120) (2208 4192 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "995" + "plane" "(2176 4192 64) (2176 3904 64) (2208 3904 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "994" + "plane" "(2176 3904 64) (2176 4192 64) (2176 4192 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "993" + "plane" "(2208 4192 64) (2208 3904 64) (2208 3904 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "992" + "plane" "(2176 4192 64) (2208 4192 64) (2208 4192 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "991" + "plane" "(2208 3904 64) (2176 3904 64) (2176 3904 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "772" + side + { + "id" "1008" + "plane" "(2176 4256 1120) (2176 4544 1120) (2208 4544 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1007" + "plane" "(2176 4544 64) (2176 4256 64) (2208 4256 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1006" + "plane" "(2176 4256 64) (2176 4544 64) (2176 4544 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1005" + "plane" "(2208 4544 64) (2208 4256 64) (2208 4256 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1004" + "plane" "(2176 4544 64) (2208 4544 64) (2208 4544 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1003" + "plane" "(2208 4256 64) (2176 4256 64) (2176 4256 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "773" + side + { + "id" "1020" + "plane" "(2176 4608 1120) (2176 4896 1120) (2208 4896 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1019" + "plane" "(2176 4896 64) (2176 4608 64) (2208 4608 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 320] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1018" + "plane" "(2176 4608 64) (2176 4896 64) (2176 4896 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1017" + "plane" "(2208 4896 64) (2208 4608 64) (2208 4608 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -320] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1016" + "plane" "(2176 4896 64) (2208 4896 64) (2208 4896 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1015" + "plane" "(2208 4608 64) (2176 4608 64) (2176 4608 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "774" + side + { + "id" "9275" + "plane" "(2176 5632 1120) (2176 5824 1120) (2208 5824 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9274" + "plane" "(2176 5824 64) (2176 5632 64) (2208 5632 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9273" + "plane" "(2176 5632 64) (2176 5824 64) (2176 5824 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9272" + "plane" "(2208 5824 64) (2208 5632 64) (2208 5632 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9271" + "plane" "(2176 5824 64) (2208 5824 64) (2208 5824 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9270" + "plane" "(2208 5632 64) (2176 5632 64) (2176 5632 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "776" + side + { + "id" "1044" + "plane" "(2176 5920 1120) (2176 6208 1120) (2208 6208 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1043" + "plane" "(2176 6208 64) (2176 5920 64) (2208 5920 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1042" + "plane" "(2176 5920 64) (2176 6208 64) (2176 6208 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -384] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1041" + "plane" "(2208 6208 64) (2208 5920 64) (2208 5920 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -384] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1040" + "plane" "(2176 6208 64) (2208 6208 64) (2208 6208 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1039" + "plane" "(2208 5920 64) (2176 5920 64) (2176 5920 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "777" + side + { + "id" "1056" + "plane" "(2176 6272 1120) (2176 6560 1120) (2208 6560 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1055" + "plane" "(2176 6560 64) (2176 6272 64) (2208 6272 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1054" + "plane" "(2176 6272 64) (2176 6560 64) (2176 6560 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1053" + "plane" "(2208 6560 64) (2208 6272 64) (2208 6272 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1052" + "plane" "(2176 6560 64) (2208 6560 64) (2208 6560 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1051" + "plane" "(2208 6272 64) (2176 6272 64) (2176 6272 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "778" + side + { + "id" "1068" + "plane" "(2176 6624 1120) (2176 6880 1120) (2208 6880 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1067" + "plane" "(2176 6880 64) (2176 6624 64) (2208 6624 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1066" + "plane" "(2176 6624 64) (2176 6880 64) (2176 6880 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1065" + "plane" "(2208 6880 64) (2208 6624 64) (2208 6624 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1064" + "plane" "(2176 6880 64) (2208 6880 64) (2208 6880 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1063" + "plane" "(2208 6624 64) (2176 6624 64) (2176 6624 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "785" + side + { + "id" "1080" + "plane" "(2176 4960 1120) (2176 5056 1120) (2208 5056 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1079" + "plane" "(2176 5056 64) (2176 4960 64) (2208 4960 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1078" + "plane" "(2176 4960 64) (2176 5056 64) (2176 5056 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1077" + "plane" "(2208 5056 64) (2208 4960 64) (2208 4960 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1076" + "plane" "(2176 5056 64) (2208 5056 64) (2208 5056 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 384] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1075" + "plane" "(2208 4960 64) (2176 4960 64) (2176 4960 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "792" + side + { + "id" "1092" + "plane" "(2176 6944 1120) (2176 7008 1120) (2208 7008 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1091" + "plane" "(2176 7008 64) (2176 6944 64) (2208 6944 64)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1090" + "plane" "(2176 6944 64) (2176 7008 64) (2176 7008 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1089" + "plane" "(2208 7008 64) (2208 6944 64) (2208 6944 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1088" + "plane" "(2176 7008 64) (2208 7008 64) (2208 7008 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1087" + "plane" "(2208 6944 64) (2176 6944 64) (2176 6944 1120)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "805" + side + { + "id" "1104" + "plane" "(2176 3680 224) (2176 5056 224) (2208 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1103" + "plane" "(2176 5056 160) (2176 3680 160) (2208 3680 160)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 448] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1102" + "plane" "(2176 3680 160) (2176 5056 160) (2176 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1101" + "plane" "(2208 5056 160) (2208 3680 160) (2208 3680 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -448] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1100" + "plane" "(2176 5056 160) (2208 5056 160) (2208 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1099" + "plane" "(2208 3680 160) (2176 3680 160) (2176 3680 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "822" + side + { + "id" "1116" + "plane" "(2176 5632 224) (2176 7008 224) (2208 7008 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1115" + "plane" "(2176 7008 160) (2176 5632 160) (2208 5632 160)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 -1 0 256] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1114" + "plane" "(2176 5632 160) (2176 7008 160) (2176 7008 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1113" + "plane" "(2208 7008 160) (2208 5632 160) (2208 5632 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 -256] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1112" + "plane" "(2176 7008 160) (2208 7008 160) (2208 7008 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1111" + "plane" "(2208 5632 160) (2176 5632 160) (2176 5632 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 64] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 131 180" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "846" + side + { + "id" "1158" + "plane" "(1856 3968 224) (1856 4000 224) (1888 4000 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1157" + "plane" "(1856 4000 64) (1856 3968 64) (1888 3968 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1156" + "plane" "(1856 3968 64) (1856 4000 64) (1856 4000 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1155" + "plane" "(1888 4000 64) (1888 3968 64) (1888 3968 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1154" + "plane" "(1856 4000 64) (1888 4000 64) (1888 4000 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1153" + "plane" "(1888 3968 64) (1856 3968 64) (1856 3968 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "849" + side + { + "id" "1170" + "plane" "(1856 4320 224) (1856 4352 224) (1888 4352 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1169" + "plane" "(1856 4352 64) (1856 4320 64) (1888 4320 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1168" + "plane" "(1856 4320 64) (1856 4352 64) (1856 4352 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1167" + "plane" "(1888 4352 64) (1888 4320 64) (1888 4320 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1166" + "plane" "(1856 4352 64) (1888 4352 64) (1888 4352 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1165" + "plane" "(1888 4320 64) (1856 4320 64) (1856 4320 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "850" + side + { + "id" "1182" + "plane" "(1856 4672 224) (1856 4704 224) (1888 4704 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1181" + "plane" "(1856 4704 64) (1856 4672 64) (1888 4672 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1180" + "plane" "(1856 4672 64) (1856 4704 64) (1856 4704 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1179" + "plane" "(1888 4704 64) (1888 4672 64) (1888 4672 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1178" + "plane" "(1856 4704 64) (1888 4704 64) (1888 4704 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1177" + "plane" "(1888 4672 64) (1856 4672 64) (1856 4672 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "851" + side + { + "id" "1194" + "plane" "(1856 5024 224) (1856 5056 224) (1888 5056 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1193" + "plane" "(1856 5056 64) (1856 5024 64) (1888 5024 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1192" + "plane" "(1856 5024 64) (1856 5056 64) (1856 5056 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1191" + "plane" "(1888 5056 64) (1888 5024 64) (1888 5024 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1190" + "plane" "(1856 5056 64) (1888 5056 64) (1888 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1189" + "plane" "(1888 5024 64) (1856 5024 64) (1856 5024 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "852" + side + { + "id" "1206" + "plane" "(1856 5632 224) (1856 5664 224) (1888 5664 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1205" + "plane" "(1856 5664 64) (1856 5632 64) (1888 5632 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1204" + "plane" "(1856 5632 64) (1856 5664 64) (1856 5664 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1203" + "plane" "(1888 5664 64) (1888 5632 64) (1888 5632 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1202" + "plane" "(1856 5664 64) (1888 5664 64) (1888 5664 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1201" + "plane" "(1888 5632 64) (1856 5632 64) (1856 5632 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "853" + side + { + "id" "1218" + "plane" "(1856 5984 224) (1856 6016 224) (1888 6016 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1217" + "plane" "(1856 6016 64) (1856 5984 64) (1888 5984 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1216" + "plane" "(1856 5984 64) (1856 6016 64) (1856 6016 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1215" + "plane" "(1888 6016 64) (1888 5984 64) (1888 5984 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1214" + "plane" "(1856 6016 64) (1888 6016 64) (1888 6016 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1213" + "plane" "(1888 5984 64) (1856 5984 64) (1856 5984 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "854" + side + { + "id" "1230" + "plane" "(1856 6336 224) (1856 6368 224) (1888 6368 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1229" + "plane" "(1856 6368 64) (1856 6336 64) (1888 6336 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1228" + "plane" "(1856 6336 64) (1856 6368 64) (1856 6368 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1227" + "plane" "(1888 6368 64) (1888 6336 64) (1888 6336 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1226" + "plane" "(1856 6368 64) (1888 6368 64) (1888 6368 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1225" + "plane" "(1888 6336 64) (1856 6336 64) (1856 6336 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "855" + side + { + "id" "1242" + "plane" "(1856 6688 224) (1856 6720 224) (1888 6720 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1241" + "plane" "(1856 6720 64) (1856 6688 64) (1888 6688 64)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 128] 0.25" + "vaxis" "[0 -1 0 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1240" + "plane" "(1856 6688 64) (1856 6720 64) (1856 6720 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1239" + "plane" "(1888 6720 64) (1888 6688 64) (1888 6688 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1238" + "plane" "(1856 6720 64) (1888 6720 64) (1888 6720 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1237" + "plane" "(1888 6688 64) (1856 6688 64) (1856 6688 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1033" + side + { + "id" "7626" + "plane" "(2400 5920 480) (2400 5952 480) (2624 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7625" + "plane" "(2400 5952 32) (2400 5920 32) (2624 5920 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" "7624" + "plane" "(2400 5920 32) (2400 5952 32) (2400 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7623" + "plane" "(2624 5952 32) (2624 5920 32) (2624 5920 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7622" + "plane" "(2400 5952 32) (2624 5952 32) (2624 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7621" + "plane" "(2624 5920 32) (2400 5920 32) (2400 5920 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1634" + side + { + "id" "7266" + "plane" "(2560 4896 480) (2560 4928 480) (3008 4928 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7265" + "plane" "(2560 4928 32) (2560 4896 32) (3008 4896 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" "7264" + "plane" "(2560 4896 32) (2560 4928 32) (2560 4928 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 384] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7263" + "plane" "(3008 4928 32) (3008 4896 32) (3008 4896 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7262" + "plane" "(2560 4928 32) (3008 4928 32) (3008 4928 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7261" + "plane" "(3008 4896 32) (2560 4896 32) (2560 4896 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "1645" + side + { + "id" "1566" + "plane" "(2560 4896 192) (2560 4928 192) (2592 4928 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1565" + "plane" "(2560 4928 96) (2560 4896 96) (2592 4896 96)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 -1 0 -192] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1564" + "plane" "(2560 4896 96) (2560 4928 96) (2560 4928 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1563" + "plane" "(2592 4928 96) (2592 4896 96) (2592 4896 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 128] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1562" + "plane" "(2560 4928 96) (2592 4928 96) (2592 4928 192)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 384] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "1561" + "plane" "(2592 4896 96) (2560 4896 96) (2560 4896 192)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "2" + side + { + "id" "1584" + "plane" "(0 0 224) (0 1888 224) (4928 1888 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.255" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + dispinfo + { + "power" "2" + "startposition" "[0 0 224]" + "flags" "0" + "elevation" "0" + "subdiv" "0" + normals + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row2" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row3" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row4" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + } + distances + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + offsets + { + "row0" "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" + "row1" "0 0 0 0 0 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 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" + "row2" "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" + "row4" "0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" + } + alphas + { + "row0" "0 0 0 0 0" + "row1" "0 0 0 0 0" + "row2" "0 0 0 0 0" + "row3" "0 0 0 0 0" + "row4" "0 0 0 0 0" + } + triangle_tags + { + "row0" "9 9 9 9 9 9 9 9" + "row1" "9 9 9 9 9 9 9 9" + "row2" "9 9 9 9 9 9 9 9" + "row3" "9 9 9 9 9 9 9 9" + } + allowed_verts + { + "10" "-1 -1 -1 -1 -1 -1 -1 -1 -1 -1" + } + } + } + side + { + "id" "1583" + "plane" "(0 1888 0) (0 0 0) (4928 0 0)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "1582" + "plane" "(0 0 0) (0 1888 0) (0 1888 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "1581" + "plane" "(4928 1888 0) (4928 0 0) (4928 0 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "60" + "smoothing_groups" "0" + } + side + { + "id" "1580" + "plane" "(0 1888 0) (4928 1888 0) (4928 1888 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + side + { + "id" "1579" + "plane" "(4928 0 0) (0 0 0) (0 0 224)" + "material" "HR_MASSIVE/BROKEN_ROAD_2_BLEND_2_NOGRASS" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "40" + "smoothing_groups" "0" + } + editor + { + "color" "0 181 142" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "9" + side + { + "id" "24" + "plane" "(-64 -64 1984) (-64 7552 1984) (0 7552 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "23" + "plane" "(-64 7552 -96) (-64 -64 -96) (0 -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" "22" + "plane" "(-64 -64 -96) (-64 7552 -96) (-64 7552 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "21" + "plane" "(0 7552 -96) (0 -64 -96) (0 -64 1984)" + "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" "20" + "plane" "(-64 7552 -96) (0 7552 -96) (0 7552 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "19" + "plane" "(0 -64 -96) (-64 -64 -96) (-64 -64 1984)" + "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 105 114" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "223" + side + { + "id" "36" + "plane" "(4928 -64 1984) (4928 7552 1984) (4992 7552 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "35" + "plane" "(4928 7552 -96) (4928 -64 -96) (4992 -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" "34" + "plane" "(4928 -64 -96) (4928 7552 -96) (4928 7552 1984)" + "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" "33" + "plane" "(4992 7552 -96) (4992 -64 -96) (4992 -64 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "32" + "plane" "(4928 7552 -96) (4992 7552 -96) (4992 7552 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "31" + "plane" "(4992 -64 -96) (4928 -64 -96) (4928 -64 1984)" + "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 105 114" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "232" + side + { + "id" "54" + "plane" "(0 7488 1984) (0 7552 1984) (4928 7552 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "53" + "plane" "(0 7552 -96) (0 7488 -96) (4928 7488 -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" "52" + "plane" "(0 7488 -96) (0 7552 -96) (0 7552 1984)" + "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" "51" + "plane" "(4928 7552 -96) (4928 7488 -96) (4928 7488 1984)" + "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" "50" + "plane" "(0 7552 -96) (4928 7552 -96) (4928 7552 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "49" + "plane" "(4928 7488 -96) (0 7488 -96) (0 7488 1984)" + "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" "0 165 110" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "236" + side + { + "id" "66" + "plane" "(0 -64 1984) (0 0 1984) (4928 0 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "65" + "plane" "(0 0 -96) (0 -64 -96) (4928 -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" "64" + "plane" "(0 -64 -96) (0 0 -96) (0 0 1984)" + "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" "63" + "plane" "(4928 0 -96) (4928 -64 -96) (4928 -64 1984)" + "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" "62" + "plane" "(0 0 -96) (4928 0 -96) (4928 0 1984)" + "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" "61" + "plane" "(4928 -64 -96) (0 -64 -96) (0 -64 1984)" + "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 165 110" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "238" + side + { + "id" "67" + "plane" "(0 7488 2048) (4928 7488 2048) (4928 0 2048)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "68" + "plane" "(0 0 1984) (4928 0 1984) (4928 7488 1984)" + "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" "69" + "plane" "(0 7488 2048) (0 0 2048) (0 0 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "70" + "plane" "(4928 7488 1984) (4928 0 1984) (4928 0 2048)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "71" + "plane" "(4928 7488 2048) (0 7488 2048) (0 7488 1984)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "72" + "plane" "(4928 0 1984) (0 0 1984) (0 0 2048)" + "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 225 174" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "293" + side + { + "id" "91" + "plane" "(1888 3680 64) (1888 7008 64) (2368 7008 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "92" + "plane" "(1888 7008 32) (1888 3680 32) (2368 3680 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" "93" + "plane" "(1888 3680 32) (1888 7008 32) (1888 7008 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "94" + "plane" "(2368 7008 32) (2368 3680 32) (2368 3680 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "95" + "plane" "(1888 7008 32) (2368 7008 32) (2368 7008 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "96" + "plane" "(2368 3680 32) (1888 3680 32) (1888 3680 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "307" + side + { + "id" "7740" + "plane" "(2368 5056 64) (2368 5920 64) (2976 5920 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 -1 0 128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7739" + "plane" "(2368 5920 32) (2368 5056 32) (2976 5056 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" "7738" + "plane" "(2368 5056 32) (2368 5920 32) (2368 5920 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7737" + "plane" "(2976 5920 32) (2976 5056 32) (2976 5056 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[0 1 0 -128] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7736" + "plane" "(2368 5920 32) (2976 5920 32) (2976 5920 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7735" + "plane" "(2976 5056 32) (2368 5056 32) (2368 5056 64)" + "material" "CONCRETE/CONCRETEFLOOR008A" + "uaxis" "[1 0 0 384] 0.25" + "vaxis" "[0 0 -1 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 138 227" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "514" + side + { + "id" "7206" + "plane" "(1856 7008 256) (1856 7040 256) (3328 7040 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 -1 0 256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7205" + "plane" "(1856 7040 32) (1856 7008 32) (3328 7008 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" "7204" + "plane" "(1856 7008 32) (1856 7040 32) (1856 7040 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7203" + "plane" "(3328 7040 32) (3328 7008 32) (3328 7008 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7202" + "plane" "(1856 7040 32) (3328 7040 32) (3328 7040 256)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7201" + "plane" "(3328 7008 32) (1856 7008 32) (1856 7008 256)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "547" + side + { + "id" "7974" + "plane" "(2368 5024 224) (2368 5056 224) (2592 5056 224)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 -128] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7973" + "plane" "(2368 5056 32) (2368 5024 32) (2592 5024 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" "7972" + "plane" "(2368 5024 32) (2368 5056 32) (2368 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7971" + "plane" "(2592 5056 32) (2592 5024 32) (2592 5024 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7970" + "plane" "(2368 5056 32) (2592 5056 32) (2592 5056 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7969" + "plane" "(2592 5024 32) (2368 5024 32) (2368 5024 224)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[1 0 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "554" + side + { + "id" "7272" + "plane" "(2560 3680 480) (2560 5024 480) (2592 5024 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7271" + "plane" "(2560 5024 32) (2560 3680 32) (2592 3680 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" "7270" + "plane" "(2560 3680 32) (2560 5024 32) (2560 5024 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7269" + "plane" "(2592 5024 32) (2592 3680 32) (2592 3680 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7268" + "plane" "(2560 5024 32) (2592 5024 32) (2592 5024 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7267" + "plane" "(2592 3680 32) (2560 3680 32) (2560 3680 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + solid + { + "id" "560" + side + { + "id" "7254" + "plane" "(2976 4928 480) (2976 5952 480) (3008 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 -1 0 -256] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7253" + "plane" "(2976 5952 32) (2976 4928 32) (3008 4928 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" "7252" + "plane" "(2976 4928 32) (2976 5952 32) (2976 5952 480)" + "material" "CONCRETE/CONCRETEWALL041B" + "uaxis" "[0 1 0 256] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7251" + "plane" "(3008 5952 32) (3008 4928 32) (3008 4928 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[0 1 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7250" + "plane" "(2976 5952 32) (3008 5952 32) (3008 5952 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7249" + "plane" "(3008 4928 32) (2976 4928 32) (2976 4928 480)" + "material" "CONCRETE/CONCRETEWALL047A" + "uaxis" "[1 0 0 -256] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "0 180 141" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } +} +entity +{ + "id" "6323" + "classname" "env_fog_controller" + "angles" "0 0 0" + "farz" "-1" + "fogcolor" "85 85 85" + "fogcolor2" "147 147 147" + "fogdir" "1 0 0" + "fogenable" "1" + "fogend" "4500" + "fogmaxdensity" "1" + "fogstart" "3500" + "ZoomFogScale" "1" + "origin" "207.4 2648.57 41.0001" + editor + { + "color" "255 255 255" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2000]" + } +} +entity +{ + "id" "6602" + "classname" "infodecal" + "texture" "decals/bombsite_right_arrow" + "origin" "2498.54 5056 725.717" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -16268]" + } +} +entity +{ + "id" "6794" + "classname" "func_detail" + solid + { + "id" "6715" + side + { + "id" "9661" + "plane" "(1952 3968 192) (2112 3968 192) (2112 3967 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -12.8] 2.5" + "vaxis" "[0 -1 0 0] 0.015625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9660" + "plane" "(1952 3967 96) (2112 3967 96) (2112 3968 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -12.8] 2.5" + "vaxis" "[0 -1 0 0] 0.015625" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9659" + "plane" "(1952 3968 192) (1952 3967 192) (1952 3967 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.015625" + "vaxis" "[0 0 -1 0] 1.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9658" + "plane" "(2112 3968 96) (2112 3967 96) (2112 3967 192)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.015625" + "vaxis" "[0 0 -1 0] 1.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9657" + "plane" "(2112 3968 192) (1952 3968 192) (1952 3968 96)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 -12.8] 2.5" + "vaxis" "[0 0 -1 0] 1.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9656" + "plane" "(2112 3967 96) (1952 3967 96) (1952 3967 192)" + "material" "CUSTOM/C2" + "uaxis" "[1 0 0 -102.4] 0.3125" + "vaxis" "[0 0 -1 0] 0.375" + "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 -6268]" + } +} +entity +{ + "id" "6810" + "classname" "infodecal" + "texture" "decals/bombsite_x" + "origin" "2865.52 6785.37 224" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 -3268]" + } +} +entity +{ + "id" "5318" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 288" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5326" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 352" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5330" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 480" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5334" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 416" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5338" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 608" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5342" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 544" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5346" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 736" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5350" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 672" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5354" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 864" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5358" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 800" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5362" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 992" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5366" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 928" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5370" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 6912 1056" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5522" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2752 5472 1408" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5558" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2752 5472 1344" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5584" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2752 5472 1280" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5600" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2752 5472 1248" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "5620" + "classname" "prop_static" + "angles" "0 269.5 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_vertigo/ladderaluminium_tall.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2688 5536 1088" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 1000]" + } +} +entity +{ + "id" "5692" + "classname" "prop_static" + "angles" "0 269.5 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_vertigo/ladderaluminium_tall.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2432 5632 896" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 1000]" + } +} +entity +{ + "id" "5704" + "classname" "prop_static" + "angles" "0 269.5 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_vertigo/ladderaluminium_tall.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2432 5632 512" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 1000]" + } +} +entity +{ + "id" "5708" + "classname" "prop_static" + "angles" "0 269.5 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_vertigo/ladderaluminium_tall.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2528 5632 704" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 1000]" + } +} +entity +{ + "id" "5712" + "classname" "prop_static" + "angles" "0 269.5 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_vertigo/ladderaluminium_tall.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2528 5632 320" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 1000]" + } +} +entity +{ + "id" "5748" + "classname" "prop_static" + "angles" "0 269.5 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "0" + "fademaxdist" "0" + "fademindist" "-1" + "fadescale" "1" + "ignorenormals" "0" + "maxcpulevel" "0" + "maxgpulevel" "0" + "mincpulevel" "0" + "mingpulevel" "0" + "model" "models/props/de_vertigo/ladderaluminium_tall.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2432 5632 128" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 1000]" + } +} +entity +{ + "id" "5769" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "1952 6944 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5775" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2144 6944 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5777" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2304 6944 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5787" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2048 6880 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5805" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2240 6880 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5807" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "1952 6816 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5809" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2048 6752 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5811" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2144 6816 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5813" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2240 6752 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5815" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2304 6816 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5817" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "1952 6688 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5819" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2048 6624 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5821" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2144 6688 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5823" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2240 6624 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5825" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2304 6688 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5827" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "4416 320 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5833" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "4608 320 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5835" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "4192 320 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5837" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "4512 448 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5839" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "4320 448 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5841" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "4096 448 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5843" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "4000 320 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5845" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3808 320 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5847" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3584 320 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5849" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3904 448 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5851" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3712 448 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5853" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3488 448 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5855" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3264 448 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5857" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3360 320 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5937" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3168 320 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5949" + "classname" "info_player_terrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "3040 480 226" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9500]" + } +} +entity +{ + "id" "5953" + "classname" "func_buyzone" + "TeamNum" "0" + solid + { + "id" "5948" + side + { + "id" "9395" + "plane" "(2912 608 480) (4704 608 480) (4704 160 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" "9394" + "plane" "(2912 160 226) (4704 160 226) (4704 608 226)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9393" + "plane" "(2912 608 480) (2912 160 480) (2912 160 226)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9392" + "plane" "(4704 608 226) (4704 160 226) (4704 160 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" "9391" + "plane" "(4704 608 480) (2912 608 480) (2912 608 226)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9390" + "plane" "(4704 160 226) (2912 160 226) (2912 160 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" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 10500]" + } +} +entity +{ + "id" "5960" + "classname" "info_player_counterterrorist" + "angles" "0 0 0" + "enabled" "1" + "origin" "2144 6560 1217" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 9000]" + } +} +entity +{ + "id" "5964" + "classname" "func_buyzone" + "TeamNum" "0" + solid + { + "id" "5962" + side + { + "id" "9401" + "plane" "(1888 7008 1408) (2368 7008 1408) (2368 6464 1408)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9400" + "plane" "(1888 6464 1217) (2368 6464 1217) (2368 7008 1217)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9399" + "plane" "(1888 7008 1408) (1888 6464 1408) (1888 6464 1217)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9398" + "plane" "(2368 7008 1217) (2368 6464 1217) (2368 6464 1408)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9397" + "plane" "(2368 7008 1408) (1888 7008 1408) (1888 7008 1217)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9396" + "plane" "(2368 6464 1217) (1888 6464 1217) (1888 6464 1408)" + "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" "[500 11500]" + } +} +entity +{ + "id" "6000" + "classname" "infodecal" + "texture" "decals/bombsite_x" + "origin" "2890.86 6776.99 256" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 15500]" + } +} +entity +{ + "id" "6009" + "classname" "infodecal" + "texture" "decals/bombsite_x" + "origin" "2125.8 5276.53 640" + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -15768]" + } +} +entity +{ + "id" "6018" + "classname" "func_bomb_target" + "heistbomb" "0" + solid + { + "id" "6012" + side + { + "id" "9383" + "plane" "(2560 7008 480) (3296 7008 480) (3296 6560 480)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9382" + "plane" "(2560 6560 256) (3296 6560 256) (3296 7008 256)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9381" + "plane" "(2560 7008 480) (2560 6560 480) (2560 6560 256)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9380" + "plane" "(3296 7008 256) (3296 6560 256) (3296 6560 480)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9379" + "plane" "(3296 7008 480) (2560 7008 480) (2560 7008 256)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9378" + "plane" "(3296 6560 256) (2560 6560 256) (2560 6560 480)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -13268]" + } +} +entity +{ + "id" "6026" + "classname" "func_bomb_target" + "heistbomb" "0" + solid + { + "id" "6016" + side + { + "id" "9389" + "plane" "(1888 5568 800) (2176 5568 800) (2176 5120 800)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9388" + "plane" "(1888 5120 640) (2176 5120 640) (2176 5568 640)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9387" + "plane" "(1888 5568 800) (1888 5120 800) (1888 5120 640)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9386" + "plane" "(2176 5568 640) (2176 5120 640) (2176 5120 800)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9385" + "plane" "(2176 5568 800) (1888 5568 800) (1888 5568 640)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9384" + "plane" "(2176 5120 640) (1888 5120 640) (1888 5120 800)" + "material" "TOOLS/TOOLSTRIGGER" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[500 -12768]" + } +} +entity +{ + "id" "1941" + "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" "2399.5 6384 336" + "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" "1942" + side + { + "id" "2742" + "plane" "(2399 6080 384) (2399 6688 384) (2400 6688 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" "2741" + "plane" "(2399 6688 288) (2399 6080 288) (2400 6080 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" "2740" + "plane" "(2399 6080 288) (2399 6688 288) (2399 6688 384)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2739" + "plane" "(2400 6688 288) (2400 6080 288) (2400 6080 384)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "2738" + "plane" "(2399 6688 288) (2400 6688 288) (2400 6688 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" "2737" + "plane" "(2400 6080 288) (2399 6080 288) (2399 6080 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 2500]" + } +} +entity +{ + "id" "2584" + "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" "2784 4896.5 528" + "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" "2585" + side + { + "id" "3762" + "plane" "(2592 4897 576) (2976 4897 576) (2976 4896 576)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3761" + "plane" "(2592 4896 480) (2976 4896 480) (2976 4897 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" "3760" + "plane" "(2592 4897 576) (2592 4896 576) (2592 4896 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" "3759" + "plane" "(2976 4897 480) (2976 4896 480) (2976 4896 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" "3758" + "plane" "(2976 4897 576) (2592 4897 576) (2592 4897 480)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3757" + "plane" "(2976 4896 480) (2592 4896 480) (2592 4896 576)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "2590" + "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" "2784 5791.5 528" + "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" "2591" + side + { + "id" "3786" + "plane" "(2592 5792 576) (2976 5792 576) (2976 5791 576)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3785" + "plane" "(2592 5791 480) (2976 5791 480) (2976 5792 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" "3784" + "plane" "(2592 5792 576) (2592 5791 576) (2592 5791 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" "3783" + "plane" "(2976 5792 480) (2976 5791 480) (2976 5791 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" "3782" + "plane" "(2976 5792 576) (2592 5792 576) (2592 5792 480)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3781" + "plane" "(2976 5791 480) (2592 5791 480) (2592 5791 576)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "2605" + "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" "2399.5 6256 528" + "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" "2606" + side + { + "id" "3852" + "plane" "(2399 6688 576) (2400 6688 576) (2400 5824 576)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3851" + "plane" "(2399 5824 480) (2400 5824 480) (2400 6688 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" "3850" + "plane" "(2399 6688 576) (2399 5824 576) (2399 5824 480)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3849" + "plane" "(2400 6688 480) (2400 5824 480) (2400 5824 576)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3848" + "plane" "(2400 6688 576) (2399 6688 576) (2399 6688 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" "3847" + "plane" "(2400 5824 480) (2399 5824 480) (2399 5824 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" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "2611" + "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" "3007.5 5344 528" + "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" "2612" + side + { + "id" "3864" + "plane" "(3007 5760 576) (3008 5760 576) (3008 4928 576)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3863" + "plane" "(3007 4928 480) (3008 4928 480) (3008 5760 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" "3862" + "plane" "(3007 5760 576) (3007 4928 576) (3007 4928 480)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3861" + "plane" "(3008 5760 480) (3008 4928 480) (3008 4928 576)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3860" + "plane" "(3008 5760 576) (3007 5760 576) (3007 5760 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" "3859" + "plane" "(3008 4928 480) (3007 4928 480) (3007 4928 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" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 2500]" + } +} +entity +{ + "id" "2614" + "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" "1856.5 6864 528" + "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" "2615" + side + { + "id" "3870" + "plane" "(1856 7008 608) (1857 7008 608) (1857 6720 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3869" + "plane" "(1856 6720 448) (1857 6720 448) (1857 7008 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" "3868" + "plane" "(1856 7008 608) (1856 6720 608) (1856 6720 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3867" + "plane" "(1857 7008 448) (1857 6720 448) (1857 6720 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3866" + "plane" "(1857 7008 608) (1856 7008 608) (1856 7008 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" "3865" + "plane" "(1857 6720 448) (1856 6720 448) (1856 6720 608)" + "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 2500]" + } +} +entity +{ + "id" "2617" + "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" "1856.5 6528 528" + "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" "2618" + side + { + "id" "3876" + "plane" "(1856 6688 608) (1857 6688 608) (1857 6368 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3875" + "plane" "(1856 6368 448) (1857 6368 448) (1857 6688 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" "3874" + "plane" "(1856 6688 608) (1856 6368 608) (1856 6368 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3873" + "plane" "(1857 6688 448) (1857 6368 448) (1857 6368 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3872" + "plane" "(1857 6688 608) (1856 6688 608) (1856 6688 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" "3871" + "plane" "(1857 6368 448) (1856 6368 448) (1856 6368 608)" + "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 2500]" + } +} +entity +{ + "id" "2620" + "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" "1856.5 6176 528" + "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" "2621" + side + { + "id" "3882" + "plane" "(1856 6336 608) (1857 6336 608) (1857 6016 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3881" + "plane" "(1856 6016 448) (1857 6016 448) (1857 6336 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" "3880" + "plane" "(1856 6336 608) (1856 6016 608) (1856 6016 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3879" + "plane" "(1857 6336 448) (1857 6016 448) (1857 6016 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3878" + "plane" "(1857 6336 608) (1856 6336 608) (1856 6336 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" "3877" + "plane" "(1857 6016 448) (1856 6016 448) (1856 6016 608)" + "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 2500]" + } +} +entity +{ + "id" "2623" + "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" "1856.5 5824 528" + "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" "2624" + side + { + "id" "3888" + "plane" "(1856 5984 608) (1857 5984 608) (1857 5664 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3887" + "plane" "(1856 5664 448) (1857 5664 448) (1857 5984 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" "3886" + "plane" "(1856 5984 608) (1856 5664 608) (1856 5664 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3885" + "plane" "(1857 5984 448) (1857 5664 448) (1857 5664 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3884" + "plane" "(1857 5984 608) (1856 5984 608) (1856 5984 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" "3883" + "plane" "(1857 5664 448) (1856 5664 448) (1856 5664 608)" + "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 2500]" + } +} +entity +{ + "id" "2626" + "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" "1856.5 5344 528" + "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" "2627" + side + { + "id" "3894" + "plane" "(1856 5632 608) (1857 5632 608) (1857 5056 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3893" + "plane" "(1856 5056 448) (1857 5056 448) (1857 5632 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" "3892" + "plane" "(1856 5632 608) (1856 5056 608) (1856 5056 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3891" + "plane" "(1857 5632 448) (1857 5056 448) (1857 5056 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3890" + "plane" "(1857 5632 608) (1856 5632 608) (1856 5632 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" "3889" + "plane" "(1857 5056 448) (1856 5056 448) (1856 5056 608)" + "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 2500]" + } +} +entity +{ + "id" "2629" + "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" "1856.5 4864 528" + "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" "2630" + side + { + "id" "3900" + "plane" "(1856 5024 608) (1857 5024 608) (1857 4704 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3899" + "plane" "(1856 4704 448) (1857 4704 448) (1857 5024 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" "3898" + "plane" "(1856 5024 608) (1856 4704 608) (1856 4704 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3897" + "plane" "(1857 5024 448) (1857 4704 448) (1857 4704 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3896" + "plane" "(1857 5024 608) (1856 5024 608) (1856 5024 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" "3895" + "plane" "(1857 4704 448) (1856 4704 448) (1856 4704 608)" + "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 2500]" + } +} +entity +{ + "id" "2632" + "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" "1856.5 4512 528" + "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" "2633" + side + { + "id" "3906" + "plane" "(1856 4672 608) (1857 4672 608) (1857 4352 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3905" + "plane" "(1856 4352 448) (1857 4352 448) (1857 4672 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" "3904" + "plane" "(1856 4672 608) (1856 4352 608) (1856 4352 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3903" + "plane" "(1857 4672 448) (1857 4352 448) (1857 4352 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3902" + "plane" "(1857 4672 608) (1856 4672 608) (1856 4672 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" "3901" + "plane" "(1857 4352 448) (1856 4352 448) (1856 4352 608)" + "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 2500]" + } +} +entity +{ + "id" "2635" + "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" "1856.5 4160 528" + "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" "2636" + side + { + "id" "3912" + "plane" "(1856 4320 608) (1857 4320 608) (1857 4000 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3911" + "plane" "(1856 4000 448) (1857 4000 448) (1857 4320 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" "3910" + "plane" "(1856 4320 608) (1856 4000 608) (1856 4000 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3909" + "plane" "(1857 4320 448) (1857 4000 448) (1857 4000 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3908" + "plane" "(1857 4320 608) (1856 4320 608) (1856 4320 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" "3907" + "plane" "(1857 4000 448) (1856 4000 448) (1856 4000 608)" + "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 2500]" + } +} +entity +{ + "id" "2638" + "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" "1856.5 3824 528" + "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" "2639" + side + { + "id" "3918" + "plane" "(1856 3968 608) (1857 3968 608) (1857 3680 608)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3917" + "plane" "(1856 3680 448) (1857 3680 448) (1857 3968 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" "3916" + "plane" "(1856 3968 608) (1856 3680 608) (1856 3680 448)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3915" + "plane" "(1857 3968 448) (1857 3680 448) (1857 3680 608)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "3914" + "plane" "(1857 3968 608) (1856 3968 608) (1856 3968 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" "3913" + "plane" "(1857 3680 448) (1856 3680 448) (1856 3680 608)" + "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 2500]" + } +} +entity +{ + "id" "2704" + "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" "2784 4896.5 720" + "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" "2705" + side + { + "id" "4842" + "plane" "(2592 4897 768) (2976 4897 768) (2976 4896 768)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4841" + "plane" "(2592 4896 672) (2976 4896 672) (2976 4897 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4840" + "plane" "(2592 4897 768) (2592 4896 768) (2592 4896 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4839" + "plane" "(2976 4897 672) (2976 4896 672) (2976 4896 768)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4838" + "plane" "(2976 4897 768) (2592 4897 768) (2592 4897 672)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4837" + "plane" "(2976 4896 672) (2592 4896 672) (2592 4896 768)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "2710" + "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" "2784 5791.5 720" + "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" "2711" + side + { + "id" "4866" + "plane" "(2592 5792 768) (2976 5792 768) (2976 5791 768)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4865" + "plane" "(2592 5791 672) (2976 5791 672) (2976 5792 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4864" + "plane" "(2592 5792 768) (2592 5791 768) (2592 5791 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4863" + "plane" "(2976 5792 672) (2976 5791 672) (2976 5791 768)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4862" + "plane" "(2976 5792 768) (2592 5792 768) (2592 5792 672)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4861" + "plane" "(2976 5791 672) (2592 5791 672) (2592 5791 768)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "2725" + "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" "2399.5 6256 720" + "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" "2726" + side + { + "id" "4932" + "plane" "(2399 6688 768) (2400 6688 768) (2400 5824 768)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4931" + "plane" "(2399 5824 672) (2400 5824 672) (2400 6688 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4930" + "plane" "(2399 6688 768) (2399 5824 768) (2399 5824 672)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4929" + "plane" "(2400 6688 672) (2400 5824 672) (2400 5824 768)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4928" + "plane" "(2400 6688 768) (2399 6688 768) (2399 6688 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4927" + "plane" "(2400 5824 672) (2399 5824 672) (2399 5824 768)" + "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 2500]" + } +} +entity +{ + "id" "2728" + "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" "2399.5 4432 720" + "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" "2729" + side + { + "id" "4938" + "plane" "(2399 4864 768) (2400 4864 768) (2400 4000 768)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4937" + "plane" "(2399 4000 672) (2400 4000 672) (2400 4864 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4936" + "plane" "(2399 4864 768) (2399 4000 768) (2399 4000 672)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4935" + "plane" "(2400 4864 672) (2400 4000 672) (2400 4000 768)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4934" + "plane" "(2400 4864 768) (2399 4864 768) (2399 4864 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4933" + "plane" "(2400 4000 672) (2399 4000 672) (2399 4000 768)" + "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 2500]" + } +} +entity +{ + "id" "2731" + "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" "3007.5 5344 720" + "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" "2732" + side + { + "id" "4944" + "plane" "(3007 5760 768) (3008 5760 768) (3008 4928 768)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4943" + "plane" "(3007 4928 672) (3008 4928 672) (3008 5760 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4942" + "plane" "(3007 5760 768) (3007 4928 768) (3007 4928 672)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4941" + "plane" "(3008 5760 672) (3008 4928 672) (3008 4928 768)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4940" + "plane" "(3008 5760 768) (3007 5760 768) (3007 5760 672)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4939" + "plane" "(3008 4928 672) (3007 4928 672) (3007 4928 768)" + "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 2500]" + } +} +entity +{ + "id" "2734" + "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" "1856.5 6864 720" + "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" "2735" + side + { + "id" "4950" + "plane" "(1856 7008 800) (1857 7008 800) (1857 6720 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4949" + "plane" "(1856 6720 640) (1857 6720 640) (1857 7008 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4948" + "plane" "(1856 7008 800) (1856 6720 800) (1856 6720 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4947" + "plane" "(1857 7008 640) (1857 6720 640) (1857 6720 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4946" + "plane" "(1857 7008 800) (1856 7008 800) (1856 7008 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4945" + "plane" "(1857 6720 640) (1856 6720 640) (1856 6720 800)" + "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 2500]" + } +} +entity +{ + "id" "2737" + "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" "1856.5 6528 720" + "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" "2738" + side + { + "id" "9437" + "plane" "(1856 6688 800) (1857 6688 800) (1857 6368 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9436" + "plane" "(1856 6368 640) (1857 6368 640) (1857 6688 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9435" + "plane" "(1856 6688 800) (1856 6368 800) (1856 6368 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9434" + "plane" "(1857 6688 640) (1857 6368 640) (1857 6368 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9433" + "plane" "(1857 6688 800) (1856 6688 800) (1856 6688 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "9432" + "plane" "(1857 6368 640) (1856 6368 640) (1856 6368 800)" + "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 2500]" + } +} +entity +{ + "id" "2740" + "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" "1856.5 6176 720" + "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" "2741" + side + { + "id" "4962" + "plane" "(1856 6336 800) (1857 6336 800) (1857 6016 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4961" + "plane" "(1856 6016 640) (1857 6016 640) (1857 6336 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4960" + "plane" "(1856 6336 800) (1856 6016 800) (1856 6016 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4959" + "plane" "(1857 6336 640) (1857 6016 640) (1857 6016 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4958" + "plane" "(1857 6336 800) (1856 6336 800) (1856 6336 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4957" + "plane" "(1857 6016 640) (1856 6016 640) (1856 6016 800)" + "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 2500]" + } +} +entity +{ + "id" "2743" + "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" "1856.5 5824 720" + "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" "2744" + side + { + "id" "4968" + "plane" "(1856 5984 800) (1857 5984 800) (1857 5664 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4967" + "plane" "(1856 5664 640) (1857 5664 640) (1857 5984 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4966" + "plane" "(1856 5984 800) (1856 5664 800) (1856 5664 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4965" + "plane" "(1857 5984 640) (1857 5664 640) (1857 5664 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4964" + "plane" "(1857 5984 800) (1856 5984 800) (1856 5984 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4963" + "plane" "(1857 5664 640) (1856 5664 640) (1856 5664 800)" + "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 2500]" + } +} +entity +{ + "id" "2746" + "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" "1856.5 5344 720" + "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" "2747" + side + { + "id" "4974" + "plane" "(1856 5632 800) (1857 5632 800) (1857 5056 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4973" + "plane" "(1856 5056 640) (1857 5056 640) (1857 5632 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4972" + "plane" "(1856 5632 800) (1856 5056 800) (1856 5056 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4971" + "plane" "(1857 5632 640) (1857 5056 640) (1857 5056 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4970" + "plane" "(1857 5632 800) (1856 5632 800) (1856 5632 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4969" + "plane" "(1857 5056 640) (1856 5056 640) (1856 5056 800)" + "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 2500]" + } +} +entity +{ + "id" "2749" + "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" "1856.5 4864 720" + "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" "2750" + side + { + "id" "4980" + "plane" "(1856 5024 800) (1857 5024 800) (1857 4704 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4979" + "plane" "(1856 4704 640) (1857 4704 640) (1857 5024 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4978" + "plane" "(1856 5024 800) (1856 4704 800) (1856 4704 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4977" + "plane" "(1857 5024 640) (1857 4704 640) (1857 4704 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4976" + "plane" "(1857 5024 800) (1856 5024 800) (1856 5024 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4975" + "plane" "(1857 4704 640) (1856 4704 640) (1856 4704 800)" + "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 2500]" + } +} +entity +{ + "id" "2752" + "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" "1856.5 4512 720" + "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" "2753" + side + { + "id" "4986" + "plane" "(1856 4672 800) (1857 4672 800) (1857 4352 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4985" + "plane" "(1856 4352 640) (1857 4352 640) (1857 4672 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4984" + "plane" "(1856 4672 800) (1856 4352 800) (1856 4352 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4983" + "plane" "(1857 4672 640) (1857 4352 640) (1857 4352 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4982" + "plane" "(1857 4672 800) (1856 4672 800) (1856 4672 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4981" + "plane" "(1857 4352 640) (1856 4352 640) (1856 4352 800)" + "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 2500]" + } +} +entity +{ + "id" "2755" + "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" "1856.5 4160 720" + "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" "2756" + side + { + "id" "4992" + "plane" "(1856 4320 800) (1857 4320 800) (1857 4000 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4991" + "plane" "(1856 4000 640) (1857 4000 640) (1857 4320 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4990" + "plane" "(1856 4320 800) (1856 4000 800) (1856 4000 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4989" + "plane" "(1857 4320 640) (1857 4000 640) (1857 4000 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4988" + "plane" "(1857 4320 800) (1856 4320 800) (1856 4320 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4987" + "plane" "(1857 4000 640) (1856 4000 640) (1856 4000 800)" + "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 2500]" + } +} +entity +{ + "id" "2758" + "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" "1856.5 3824 720" + "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" "2759" + side + { + "id" "4998" + "plane" "(1856 3968 800) (1857 3968 800) (1857 3680 800)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4997" + "plane" "(1856 3680 640) (1857 3680 640) (1857 3968 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4996" + "plane" "(1856 3968 800) (1856 3680 800) (1856 3680 640)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4995" + "plane" "(1857 3968 640) (1857 3680 640) (1857 3680 800)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4994" + "plane" "(1857 3968 800) (1856 3968 800) (1856 3968 640)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "4993" + "plane" "(1857 3680 640) (1856 3680 640) (1856 3680 800)" + "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 2500]" + } +} +entity +{ + "id" "2824" + "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" "2784 4896.5 912" + "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" "2825" + side + { + "id" "5922" + "plane" "(2592 4897 960) (2976 4897 960) (2976 4896 960)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5921" + "plane" "(2592 4896 864) (2976 4896 864) (2976 4897 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5920" + "plane" "(2592 4897 960) (2592 4896 960) (2592 4896 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5919" + "plane" "(2976 4897 864) (2976 4896 864) (2976 4896 960)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5918" + "plane" "(2976 4897 960) (2592 4897 960) (2592 4897 864)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5917" + "plane" "(2976 4896 864) (2592 4896 864) (2592 4896 960)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "2830" + "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" "2784 5791.5 912" + "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" "2831" + side + { + "id" "5946" + "plane" "(2592 5792 960) (2976 5792 960) (2976 5791 960)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5945" + "plane" "(2592 5791 864) (2976 5791 864) (2976 5792 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5944" + "plane" "(2592 5792 960) (2592 5791 960) (2592 5791 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5943" + "plane" "(2976 5792 864) (2976 5791 864) (2976 5791 960)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5942" + "plane" "(2976 5792 960) (2592 5792 960) (2592 5792 864)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "5941" + "plane" "(2976 5791 864) (2592 5791 864) (2592 5791 960)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "2845" + "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" "2399.5 6256 912" + "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" "2846" + side + { + "id" "6012" + "plane" "(2399 6688 960) (2400 6688 960) (2400 5824 960)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6011" + "plane" "(2399 5824 864) (2400 5824 864) (2400 6688 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6010" + "plane" "(2399 6688 960) (2399 5824 960) (2399 5824 864)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6009" + "plane" "(2400 6688 864) (2400 5824 864) (2400 5824 960)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6008" + "plane" "(2400 6688 960) (2399 6688 960) (2399 6688 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6007" + "plane" "(2400 5824 864) (2399 5824 864) (2399 5824 960)" + "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 2500]" + } +} +entity +{ + "id" "2848" + "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" "2399.5 4432 912" + "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" "2849" + side + { + "id" "6018" + "plane" "(2399 4864 960) (2400 4864 960) (2400 4000 960)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6017" + "plane" "(2399 4000 864) (2400 4000 864) (2400 4864 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6016" + "plane" "(2399 4864 960) (2399 4000 960) (2399 4000 864)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6015" + "plane" "(2400 4864 864) (2400 4000 864) (2400 4000 960)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6014" + "plane" "(2400 4864 960) (2399 4864 960) (2399 4864 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6013" + "plane" "(2400 4000 864) (2399 4000 864) (2399 4000 960)" + "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 2500]" + } +} +entity +{ + "id" "2851" + "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" "3007.5 5344 912" + "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" "2852" + side + { + "id" "6024" + "plane" "(3007 5760 960) (3008 5760 960) (3008 4928 960)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6023" + "plane" "(3007 4928 864) (3008 4928 864) (3008 5760 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6022" + "plane" "(3007 5760 960) (3007 4928 960) (3007 4928 864)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6021" + "plane" "(3008 5760 864) (3008 4928 864) (3008 4928 960)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6020" + "plane" "(3008 5760 960) (3007 5760 960) (3007 5760 864)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6019" + "plane" "(3008 4928 864) (3007 4928 864) (3007 4928 960)" + "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 2500]" + } +} +entity +{ + "id" "2854" + "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" "1856.5 6864 912" + "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" "2855" + side + { + "id" "6030" + "plane" "(1856 7008 992) (1857 7008 992) (1857 6720 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6029" + "plane" "(1856 6720 832) (1857 6720 832) (1857 7008 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6028" + "plane" "(1856 7008 992) (1856 6720 992) (1856 6720 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6027" + "plane" "(1857 7008 832) (1857 6720 832) (1857 6720 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6026" + "plane" "(1857 7008 992) (1856 7008 992) (1856 7008 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6025" + "plane" "(1857 6720 832) (1856 6720 832) (1856 6720 992)" + "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 2500]" + } +} +entity +{ + "id" "2857" + "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" "1856.5 6528 912" + "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" "2858" + side + { + "id" "6036" + "plane" "(1856 6688 992) (1857 6688 992) (1857 6368 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6035" + "plane" "(1856 6368 832) (1857 6368 832) (1857 6688 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6034" + "plane" "(1856 6688 992) (1856 6368 992) (1856 6368 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6033" + "plane" "(1857 6688 832) (1857 6368 832) (1857 6368 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6032" + "plane" "(1857 6688 992) (1856 6688 992) (1856 6688 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6031" + "plane" "(1857 6368 832) (1856 6368 832) (1856 6368 992)" + "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 2500]" + } +} +entity +{ + "id" "2860" + "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" "1856.5 6176 912" + "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" "2861" + side + { + "id" "6042" + "plane" "(1856 6336 992) (1857 6336 992) (1857 6016 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6041" + "plane" "(1856 6016 832) (1857 6016 832) (1857 6336 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6040" + "plane" "(1856 6336 992) (1856 6016 992) (1856 6016 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6039" + "plane" "(1857 6336 832) (1857 6016 832) (1857 6016 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6038" + "plane" "(1857 6336 992) (1856 6336 992) (1856 6336 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6037" + "plane" "(1857 6016 832) (1856 6016 832) (1856 6016 992)" + "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 2500]" + } +} +entity +{ + "id" "2863" + "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" "1856.5 5824 912" + "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" "2864" + side + { + "id" "6048" + "plane" "(1856 5984 992) (1857 5984 992) (1857 5664 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6047" + "plane" "(1856 5664 832) (1857 5664 832) (1857 5984 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6046" + "plane" "(1856 5984 992) (1856 5664 992) (1856 5664 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6045" + "plane" "(1857 5984 832) (1857 5664 832) (1857 5664 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6044" + "plane" "(1857 5984 992) (1856 5984 992) (1856 5984 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6043" + "plane" "(1857 5664 832) (1856 5664 832) (1856 5664 992)" + "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 2500]" + } +} +entity +{ + "id" "2866" + "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" "1856.5 5344 912" + "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" "2867" + side + { + "id" "6054" + "plane" "(1856 5632 992) (1857 5632 992) (1857 5056 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6053" + "plane" "(1856 5056 832) (1857 5056 832) (1857 5632 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6052" + "plane" "(1856 5632 992) (1856 5056 992) (1856 5056 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6051" + "plane" "(1857 5632 832) (1857 5056 832) (1857 5056 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6050" + "plane" "(1857 5632 992) (1856 5632 992) (1856 5632 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6049" + "plane" "(1857 5056 832) (1856 5056 832) (1856 5056 992)" + "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 2500]" + } +} +entity +{ + "id" "2869" + "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" "1856.5 4864 912" + "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" "2870" + side + { + "id" "6060" + "plane" "(1856 5024 992) (1857 5024 992) (1857 4704 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6059" + "plane" "(1856 4704 832) (1857 4704 832) (1857 5024 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6058" + "plane" "(1856 5024 992) (1856 4704 992) (1856 4704 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6057" + "plane" "(1857 5024 832) (1857 4704 832) (1857 4704 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6056" + "plane" "(1857 5024 992) (1856 5024 992) (1856 5024 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6055" + "plane" "(1857 4704 832) (1856 4704 832) (1856 4704 992)" + "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 2500]" + } +} +entity +{ + "id" "2872" + "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" "1856.5 4512 912" + "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" "2873" + side + { + "id" "6066" + "plane" "(1856 4672 992) (1857 4672 992) (1857 4352 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6065" + "plane" "(1856 4352 832) (1857 4352 832) (1857 4672 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6064" + "plane" "(1856 4672 992) (1856 4352 992) (1856 4352 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6063" + "plane" "(1857 4672 832) (1857 4352 832) (1857 4352 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6062" + "plane" "(1857 4672 992) (1856 4672 992) (1856 4672 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6061" + "plane" "(1857 4352 832) (1856 4352 832) (1856 4352 992)" + "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 2500]" + } +} +entity +{ + "id" "2875" + "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" "1856.5 4160 912" + "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" "2876" + side + { + "id" "6072" + "plane" "(1856 4320 992) (1857 4320 992) (1857 4000 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6071" + "plane" "(1856 4000 832) (1857 4000 832) (1857 4320 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6070" + "plane" "(1856 4320 992) (1856 4000 992) (1856 4000 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6069" + "plane" "(1857 4320 832) (1857 4000 832) (1857 4000 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6068" + "plane" "(1857 4320 992) (1856 4320 992) (1856 4320 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6067" + "plane" "(1857 4000 832) (1856 4000 832) (1856 4000 992)" + "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 2500]" + } +} +entity +{ + "id" "2878" + "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" "1856.5 3824 912" + "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" "2879" + side + { + "id" "6078" + "plane" "(1856 3968 992) (1857 3968 992) (1857 3680 992)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6077" + "plane" "(1856 3680 832) (1857 3680 832) (1857 3968 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6076" + "plane" "(1856 3968 992) (1856 3680 992) (1856 3680 832)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6075" + "plane" "(1857 3968 832) (1857 3680 832) (1857 3680 992)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 0] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6074" + "plane" "(1857 3968 992) (1856 3968 992) (1856 3968 832)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6073" + "plane" "(1857 3680 832) (1856 3680 832) (1856 3680 992)" + "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 2500]" + } +} +entity +{ + "id" "2944" + "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" "2784 4896.5 1104" + "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" "2945" + side + { + "id" "7002" + "plane" "(2592 4897 1152) (2976 4897 1152) (2976 4896 1152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7001" + "plane" "(2592 4896 1056) (2976 4896 1056) (2976 4897 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7000" + "plane" "(2592 4897 1152) (2592 4896 1152) (2592 4896 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6999" + "plane" "(2976 4897 1056) (2976 4896 1056) (2976 4896 1152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6998" + "plane" "(2976 4897 1152) (2592 4897 1152) (2592 4897 1056)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "6997" + "plane" "(2976 4896 1056) (2592 4896 1056) (2592 4896 1152)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "2950" + "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" "2784 5791.5 1104" + "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" "2951" + side + { + "id" "7026" + "plane" "(2592 5792 1152) (2976 5792 1152) (2976 5791 1152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7025" + "plane" "(2592 5791 1056) (2976 5791 1056) (2976 5792 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7024" + "plane" "(2592 5792 1152) (2592 5791 1152) (2592 5791 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7023" + "plane" "(2976 5792 1056) (2976 5791 1056) (2976 5791 1152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[0 1 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7022" + "plane" "(2976 5792 1152) (2592 5792 1152) (2592 5792 1056)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7021" + "plane" "(2976 5791 1056) (2592 5791 1056) (2592 5791 1152)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[1 0 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + } + } + editor + { + "color" "220 30 220" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[0 4000]" + } +} +entity +{ + "id" "2965" + "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" "2399.5 6256 1104" + "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" "2966" + side + { + "id" "7092" + "plane" "(2399 6688 1152) (2400 6688 1152) (2400 5824 1152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7091" + "plane" "(2399 5824 1056) (2400 5824 1056) (2400 6688 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7090" + "plane" "(2399 6688 1152) (2399 5824 1152) (2399 5824 1056)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7089" + "plane" "(2400 6688 1056) (2400 5824 1056) (2400 5824 1152)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7088" + "plane" "(2400 6688 1152) (2399 6688 1152) (2399 6688 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7087" + "plane" "(2400 5824 1056) (2399 5824 1056) (2399 5824 1152)" + "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 2500]" + } +} +entity +{ + "id" "2968" + "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" "2399.5 4432 1104" + "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" "2969" + side + { + "id" "7098" + "plane" "(2399 4864 1152) (2400 4864 1152) (2400 4000 1152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7097" + "plane" "(2399 4000 1056) (2400 4000 1056) (2400 4864 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7096" + "plane" "(2399 4864 1152) (2399 4000 1152) (2399 4000 1056)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7095" + "plane" "(2400 4864 1056) (2400 4000 1056) (2400 4000 1152)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7094" + "plane" "(2400 4864 1152) (2399 4864 1152) (2399 4864 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7093" + "plane" "(2400 4000 1056) (2399 4000 1056) (2399 4000 1152)" + "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 2500]" + } +} +entity +{ + "id" "2971" + "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" "3007.5 5344 1104" + "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" "2972" + side + { + "id" "7104" + "plane" "(3007 5760 1152) (3008 5760 1152) (3008 4928 1152)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7103" + "plane" "(3007 4928 1056) (3008 4928 1056) (3008 5760 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7102" + "plane" "(3007 5760 1152) (3007 4928 1152) (3007 4928 1056)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7101" + "plane" "(3008 5760 1056) (3008 4928 1056) (3008 4928 1152)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7100" + "plane" "(3008 5760 1152) (3007 5760 1152) (3007 5760 1056)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7099" + "plane" "(3008 4928 1056) (3007 4928 1056) (3007 4928 1152)" + "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 2500]" + } +} +entity +{ + "id" "2974" + "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" "1856.5 6864 1104" + "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" "2975" + side + { + "id" "7110" + "plane" "(1856 7008 1184) (1857 7008 1184) (1857 6720 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7109" + "plane" "(1856 6720 1024) (1857 6720 1024) (1857 7008 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7108" + "plane" "(1856 7008 1184) (1856 6720 1184) (1856 6720 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7107" + "plane" "(1857 7008 1024) (1857 6720 1024) (1857 6720 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 -192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7106" + "plane" "(1857 7008 1184) (1856 7008 1184) (1856 7008 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7105" + "plane" "(1857 6720 1024) (1856 6720 1024) (1856 6720 1184)" + "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 2500]" + } +} +entity +{ + "id" "2977" + "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" "1856.5 6528 1104" + "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" "2978" + side + { + "id" "7116" + "plane" "(1856 6688 1184) (1857 6688 1184) (1857 6368 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7115" + "plane" "(1856 6368 1024) (1857 6368 1024) (1857 6688 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7114" + "plane" "(1856 6688 1184) (1856 6368 1184) (1856 6368 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7113" + "plane" "(1857 6688 1024) (1857 6368 1024) (1857 6368 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7112" + "plane" "(1857 6688 1184) (1856 6688 1184) (1856 6688 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7111" + "plane" "(1857 6368 1024) (1856 6368 1024) (1856 6368 1184)" + "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 2500]" + } +} +entity +{ + "id" "2980" + "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" "1856.5 6176 1104" + "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" "2981" + side + { + "id" "7122" + "plane" "(1856 6336 1184) (1857 6336 1184) (1857 6016 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7121" + "plane" "(1856 6016 1024) (1857 6016 1024) (1857 6336 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7120" + "plane" "(1856 6336 1184) (1856 6016 1184) (1856 6016 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7119" + "plane" "(1857 6336 1024) (1857 6016 1024) (1857 6016 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7118" + "plane" "(1857 6336 1184) (1856 6336 1184) (1856 6336 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7117" + "plane" "(1857 6016 1024) (1856 6016 1024) (1856 6016 1184)" + "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 2500]" + } +} +entity +{ + "id" "2983" + "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" "1856.5 5824 1104" + "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" "2984" + side + { + "id" "7128" + "plane" "(1856 5984 1184) (1857 5984 1184) (1857 5664 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7127" + "plane" "(1856 5664 1024) (1857 5664 1024) (1857 5984 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7126" + "plane" "(1856 5984 1184) (1856 5664 1184) (1856 5664 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7125" + "plane" "(1857 5984 1024) (1857 5664 1024) (1857 5664 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7124" + "plane" "(1857 5984 1184) (1856 5984 1184) (1856 5984 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7123" + "plane" "(1857 5664 1024) (1856 5664 1024) (1856 5664 1184)" + "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 2500]" + } +} +entity +{ + "id" "2986" + "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" "1856.5 5344 1104" + "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" "2987" + side + { + "id" "7134" + "plane" "(1856 5632 1184) (1857 5632 1184) (1857 5056 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7133" + "plane" "(1856 5056 1024) (1857 5056 1024) (1857 5632 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7132" + "plane" "(1856 5632 1184) (1856 5056 1184) (1856 5056 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7131" + "plane" "(1857 5632 1024) (1857 5056 1024) (1857 5056 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7130" + "plane" "(1857 5632 1184) (1856 5632 1184) (1856 5632 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7129" + "plane" "(1857 5056 1024) (1856 5056 1024) (1856 5056 1184)" + "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 2500]" + } +} +entity +{ + "id" "2989" + "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" "1856.5 4864 1104" + "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" "2990" + side + { + "id" "7140" + "plane" "(1856 5024 1184) (1857 5024 1184) (1857 4704 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7139" + "plane" "(1856 4704 1024) (1857 4704 1024) (1857 5024 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7138" + "plane" "(1856 5024 1184) (1856 4704 1184) (1856 4704 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7137" + "plane" "(1857 5024 1024) (1857 4704 1024) (1857 4704 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 192] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7136" + "plane" "(1857 5024 1184) (1856 5024 1184) (1856 5024 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7135" + "plane" "(1857 4704 1024) (1856 4704 1024) (1856 4704 1184)" + "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 2500]" + } +} +entity +{ + "id" "2992" + "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" "1856.5 4512 1104" + "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" "2993" + side + { + "id" "7146" + "plane" "(1856 4672 1184) (1857 4672 1184) (1857 4352 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7145" + "plane" "(1856 4352 1024) (1857 4352 1024) (1857 4672 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7144" + "plane" "(1856 4672 1184) (1856 4352 1184) (1856 4352 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7143" + "plane" "(1857 4672 1024) (1857 4352 1024) (1857 4352 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 128] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7142" + "plane" "(1857 4672 1184) (1856 4672 1184) (1856 4672 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7141" + "plane" "(1857 4352 1024) (1856 4352 1024) (1856 4352 1184)" + "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 2500]" + } +} +entity +{ + "id" "2995" + "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" "1856.5 4160 1104" + "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" "2996" + side + { + "id" "7152" + "plane" "(1856 4320 1184) (1857 4320 1184) (1857 4000 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7151" + "plane" "(1856 4000 1024) (1857 4000 1024) (1857 4320 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7150" + "plane" "(1856 4320 1184) (1856 4000 1184) (1856 4000 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7149" + "plane" "(1857 4320 1024) (1857 4000 1024) (1857 4000 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 64] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7148" + "plane" "(1857 4320 1184) (1856 4320 1184) (1856 4320 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7147" + "plane" "(1857 4000 1024) (1856 4000 1024) (1856 4000 1184)" + "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 2500]" + } +} +entity +{ + "id" "2998" + "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" "1856.5 3824 1104" + "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" "2999" + side + { + "id" "7158" + "plane" "(1856 3968 1184) (1857 3968 1184) (1857 3680 1184)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7157" + "plane" "(1856 3680 1024) (1857 3680 1024) (1857 3968 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 -1 0 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7156" + "plane" "(1856 3968 1184) (1856 3680 1184) (1856 3680 1024)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7155" + "plane" "(1857 3968 1024) (1857 3680 1024) (1857 3680 1184)" + "material" "GLASS/UNBREAKABLE" + "uaxis" "[0 1 0 0] 0.5" + "vaxis" "[0 0 -1 128] 0.5" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7154" + "plane" "(1857 3968 1184) (1856 3968 1184) (1856 3968 1024)" + "material" "TOOLS/TOOLSNODRAW" + "uaxis" "[1 0 0 0] 0.25" + "vaxis" "[0 0 -1 0] 0.25" + "rotation" "0" + "lightmapscale" "16" + "smoothing_groups" "0" + } + side + { + "id" "7153" + "plane" "(1857 3680 1024) (1856 3680 1024) (1856 3680 1184)" + "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 2500]" + } +} +entity +{ + "id" "3452" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 544" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3456" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 480" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3488" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 608" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3492" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 672" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3496" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 736" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3500" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 800" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3512" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 864" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3516" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 928" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3520" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 992" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3524" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 1056" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +entity +{ + "id" "3528" + "classname" "prop_static" + "angles" "0 0 0" + "disableflashlight" "0" + "disableselfshadowing" "0" + "disableshadowdepth" "0" + "disableshadows" "0" + "disablevertexlighting" "0" + "disableX360" "0" + "drawinfastreflection" "0" + "enablelightbounce" "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_cargo_crane/nuke_cargo_crane_ladder.mdl" + "preventpropcombine" "0" + "renderamt" "255" + "rendercolor" "255 255 255" + "screenspacefade" "0" + "shadowdepthnocache" "0" + "skin" "0" + "solid" "0" + "uniformscale" "1" + "origin" "2464 3776 1120" + editor + { + "color" "255 255 0" + "visgroupshown" "1" + "visgroupautoshown" "1" + "logicalpos" "[3000 -4768]" + } +} +cameras +{ + "activecamera" "-1" +} +cordons +{ + "active" "0" +} diff --git a/materials/custom/c2.vmt b/materials/custom/c2.vmt new file mode 100644 index 0000000..518af0f --- /dev/null +++ b/materials/custom/c2.vmt @@ -0,0 +1,4 @@ +"LightmappedGeneric" +{ + "$basetexture" "Users/Quentin/Desktop/Map Pougues/custom/c2" +} diff --git a/materials/custom/c2.vtf b/materials/custom/c2.vtf new file mode 100644 index 0000000000000000000000000000000000000000..b09dae6ddabc400b4e08ad827135b387f61476eb GIT binary patch literal 87544 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

;L0bA13KZ?)x%%pTyFvR0&nk_ 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%0Axc`5E-@)C=+8;7h=zW$*D2 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