commit e92a07e31d1e0bb1123e7abf60744a0ebc858df4 Author: Quentin BOUTEILLER Date: Sun Apr 26 04:39:32 2020 +0200 First commit 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 0000000..b09dae6 Binary files /dev/null and b/materials/custom/c2.vtf differ