diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..638be22
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,3 @@
+buy_me_a_coffee: vikingnope
+github: vikingnope
+custom: ['https://paypal.me/vikingnope']
\ No newline at end of file
diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml
new file mode 100644
index 0000000..fdd89c5
--- /dev/null
+++ b/.github/workflows/pre-release.yaml
@@ -0,0 +1,29 @@
+name: Pre release
+on:
+ push:
+ tags:
+ - "v*-rc*"
+
+permissions:
+ contents: write
+jobs:
+ pre_release_lmml:
+ name: Publish Pre Release LMML
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout source
+ uses: actions/checkout@v2
+ - name: Build ZIP file
+ run: |
+ mkdir -p Packages-Out/
+ 7z a ../Packages-Out/vikingstudios-airport-lmml-malta.zip ./Packages/vikingstudios-airport-lmml-malta/
+ cd ../..
+ - name: Create Release
+ id: create_release
+ uses: softprops/action-gh-release@v2.0.4
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ draft: false
+ prerelease: true
+ files: ../Packages-Out/vikingstudios-airport-lmml-malta.zip
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
new file mode 100644
index 0000000..d19e578
--- /dev/null
+++ b/.github/workflows/release.yaml
@@ -0,0 +1,30 @@
+name: Release
+on:
+ push:
+ tags:
+ - "v*"
+ - "!v*-rc*"
+
+permissions:
+ contents: write
+jobs:
+ pre_release_lmml:
+ name: Publish Release LMML
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout source
+ uses: actions/checkout@v2
+ - name: Build ZIP file
+ run: |
+ mkdir -p Packages-Out/
+ 7z a ../Packages-Out/vikingstudios-airport-lmml-malta.zip ./Packages/vikingstudios-airport-lmml-malta/
+ cd ../..
+ - name: Create Release
+ id: create_release
+ uses: softprops/action-gh-release@v2.0.4
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ draft: false
+ prerelease: false
+ files: ../Packages-Out/vikingstudios-airport-lmml-malta.zip
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3099a64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+_PackageInt/
+PackagesMetadata
+PackageDefinitions/vikingstudios-airport-lmml-malta.xml
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e72bfdd
--- /dev/null
+++ b/LICENSE
@@ -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
+.
\ No newline at end of file
diff --git a/LMML.xml b/LMML.xml
new file mode 100644
index 0000000..4a389ed
--- /dev/null
+++ b/LMML.xml
@@ -0,0 +1,11 @@
+
+
+ .
+ _PackageInt
+ _PublishingGroupInt
+
+ PackageDefinitions\vikingstudios-airport-lmml-malta.xml
+
+
+
+
diff --git a/PackageDefinitions/vikingstudios-airport-lmml-malta/ContentInfo/thumbnail.jpg b/PackageDefinitions/vikingstudios-airport-lmml-malta/ContentInfo/thumbnail.jpg
new file mode 100644
index 0000000..24e3301
Binary files /dev/null and b/PackageDefinitions/vikingstudios-airport-lmml-malta/ContentInfo/thumbnail.jpg differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/RWY AHEAD.png b/PackageSources/MaterialLibs/materialsAsset/RWY AHEAD.png
new file mode 100644
index 0000000..02ae913
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/RWY AHEAD.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/RWY AHEAD.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/RWY AHEAD.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/RWY AHEAD.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/Rwy Ahead.material b/PackageSources/MaterialLibs/materialsAsset/Rwy Ahead.material
new file mode 100644
index 0000000..785d598
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/Rwy Ahead.material
@@ -0,0 +1,31 @@
+
+
+ Asobo_Concrete
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/black background.material b/PackageSources/MaterialLibs/materialsAsset/black background.material
new file mode 100644
index 0000000..5d2dbf5
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/black background.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/black.png b/PackageSources/MaterialLibs/materialsAsset/black.png
new file mode 100644
index 0000000..74d06a4
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/black.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/black.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/black.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/black.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 1.material b/PackageSources/MaterialLibs/materialsAsset/parking 1.material
new file mode 100644
index 0000000..cac5d53
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 1.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 1.png b/PackageSources/MaterialLibs/materialsAsset/parking 1.png
new file mode 100644
index 0000000..035d238
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 1.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 1.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 1.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 1.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 10.material b/PackageSources/MaterialLibs/materialsAsset/parking 10.material
new file mode 100644
index 0000000..58798f9
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 10.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 10.png b/PackageSources/MaterialLibs/materialsAsset/parking 10.png
new file mode 100644
index 0000000..9addc4d
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 10.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 10.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 10.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 10.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 10B.material b/PackageSources/MaterialLibs/materialsAsset/parking 10B.material
new file mode 100644
index 0000000..11f1620
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 10B.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 10B.png b/PackageSources/MaterialLibs/materialsAsset/parking 10B.png
new file mode 100644
index 0000000..39fd6c0
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 10B.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 10B.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 10B.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 10B.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 11.material b/PackageSources/MaterialLibs/materialsAsset/parking 11.material
new file mode 100644
index 0000000..8170797
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 11.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 11.png b/PackageSources/MaterialLibs/materialsAsset/parking 11.png
new file mode 100644
index 0000000..bafc359
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 11.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 11.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 11.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 11.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 11B.material b/PackageSources/MaterialLibs/materialsAsset/parking 11B.material
new file mode 100644
index 0000000..4418d90
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 11B.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 11B.png b/PackageSources/MaterialLibs/materialsAsset/parking 11B.png
new file mode 100644
index 0000000..9e6bfcf
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 11B.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 11B.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 11B.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 11B.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 12.material b/PackageSources/MaterialLibs/materialsAsset/parking 12.material
new file mode 100644
index 0000000..7be14b5
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 12.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 12.png b/PackageSources/MaterialLibs/materialsAsset/parking 12.png
new file mode 100644
index 0000000..7ee5fdc
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 12.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 12.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 12.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 12.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 13.material b/PackageSources/MaterialLibs/materialsAsset/parking 13.material
new file mode 100644
index 0000000..06d0c4d
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 13.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 13.png b/PackageSources/MaterialLibs/materialsAsset/parking 13.png
new file mode 100644
index 0000000..3c24238
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 13.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 13.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 13.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 13.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 13A.material b/PackageSources/MaterialLibs/materialsAsset/parking 13A.material
new file mode 100644
index 0000000..6ba16fa
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 13A.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 13A.png b/PackageSources/MaterialLibs/materialsAsset/parking 13A.png
new file mode 100644
index 0000000..b047d1a
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 13A.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 13A.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 13A.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 13A.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 14.material b/PackageSources/MaterialLibs/materialsAsset/parking 14.material
new file mode 100644
index 0000000..9e9879b
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 14.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 14.png b/PackageSources/MaterialLibs/materialsAsset/parking 14.png
new file mode 100644
index 0000000..ffc3061
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 14.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 14.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 14.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 14.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 15.material b/PackageSources/MaterialLibs/materialsAsset/parking 15.material
new file mode 100644
index 0000000..c79c212
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 15.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 15.png b/PackageSources/MaterialLibs/materialsAsset/parking 15.png
new file mode 100644
index 0000000..e327ada
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 15.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 15.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 15.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 15.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 16.material b/PackageSources/MaterialLibs/materialsAsset/parking 16.material
new file mode 100644
index 0000000..7d45e3c
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 16.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 16.png b/PackageSources/MaterialLibs/materialsAsset/parking 16.png
new file mode 100644
index 0000000..1ff4fce
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 16.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 16.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 16.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 16.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 17.material b/PackageSources/MaterialLibs/materialsAsset/parking 17.material
new file mode 100644
index 0000000..f7e61ca
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 17.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 17.png b/PackageSources/MaterialLibs/materialsAsset/parking 17.png
new file mode 100644
index 0000000..f87c4a6
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 17.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 17.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 17.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 17.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 18.material b/PackageSources/MaterialLibs/materialsAsset/parking 18.material
new file mode 100644
index 0000000..31704f4
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 18.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 18.png b/PackageSources/MaterialLibs/materialsAsset/parking 18.png
new file mode 100644
index 0000000..c96a86c
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 18.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 18.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 18.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 18.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 19.material b/PackageSources/MaterialLibs/materialsAsset/parking 19.material
new file mode 100644
index 0000000..593f1b8
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 19.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 19.png b/PackageSources/MaterialLibs/materialsAsset/parking 19.png
new file mode 100644
index 0000000..f8fec39
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 19.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 19.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 19.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 19.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 2.material b/PackageSources/MaterialLibs/materialsAsset/parking 2.material
new file mode 100644
index 0000000..a5895c9
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 2.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 2.png b/PackageSources/MaterialLibs/materialsAsset/parking 2.png
new file mode 100644
index 0000000..d421cd1
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 2.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 2.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 2.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 2.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 20.material b/PackageSources/MaterialLibs/materialsAsset/parking 20.material
new file mode 100644
index 0000000..7ddb65b
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 20.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 20.png b/PackageSources/MaterialLibs/materialsAsset/parking 20.png
new file mode 100644
index 0000000..298dcd4
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 20.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 20.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 20.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 20.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 21.material b/PackageSources/MaterialLibs/materialsAsset/parking 21.material
new file mode 100644
index 0000000..1943f0e
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 21.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 21.png b/PackageSources/MaterialLibs/materialsAsset/parking 21.png
new file mode 100644
index 0000000..9eb05e9
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 21.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 21.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 21.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 21.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 22.material b/PackageSources/MaterialLibs/materialsAsset/parking 22.material
new file mode 100644
index 0000000..e50763f
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 22.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 22.png b/PackageSources/MaterialLibs/materialsAsset/parking 22.png
new file mode 100644
index 0000000..1bf78f5
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 22.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 22.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 22.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 22.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 23.material b/PackageSources/MaterialLibs/materialsAsset/parking 23.material
new file mode 100644
index 0000000..ec4233d
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 23.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 23.png b/PackageSources/MaterialLibs/materialsAsset/parking 23.png
new file mode 100644
index 0000000..941e131
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 23.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 23.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 23.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 23.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 24.material b/PackageSources/MaterialLibs/materialsAsset/parking 24.material
new file mode 100644
index 0000000..d22461c
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 24.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 24.png b/PackageSources/MaterialLibs/materialsAsset/parking 24.png
new file mode 100644
index 0000000..2076ab0
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 24.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 24.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 24.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 24.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 3.material b/PackageSources/MaterialLibs/materialsAsset/parking 3.material
new file mode 100644
index 0000000..761a30e
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 3.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 3.png b/PackageSources/MaterialLibs/materialsAsset/parking 3.png
new file mode 100644
index 0000000..ae9362b
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 3.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 3.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 3.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 3.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 4.material b/PackageSources/MaterialLibs/materialsAsset/parking 4.material
new file mode 100644
index 0000000..f170915
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 4.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 4.png b/PackageSources/MaterialLibs/materialsAsset/parking 4.png
new file mode 100644
index 0000000..1e0b9da
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 4.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 4.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 4.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 4.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 4A.material b/PackageSources/MaterialLibs/materialsAsset/parking 4A.material
new file mode 100644
index 0000000..d25e546
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 4A.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 4A.png b/PackageSources/MaterialLibs/materialsAsset/parking 4A.png
new file mode 100644
index 0000000..a9a17aa
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 4A.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 4A.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 4A.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 4A.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 5.material b/PackageSources/MaterialLibs/materialsAsset/parking 5.material
new file mode 100644
index 0000000..b26834e
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 5.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 5.png b/PackageSources/MaterialLibs/materialsAsset/parking 5.png
new file mode 100644
index 0000000..aa1b670
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 5.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 5.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 5.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 5.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 5A.material b/PackageSources/MaterialLibs/materialsAsset/parking 5A.material
new file mode 100644
index 0000000..583e087
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 5A.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 5A.png b/PackageSources/MaterialLibs/materialsAsset/parking 5A.png
new file mode 100644
index 0000000..befe283
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 5A.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 5A.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 5A.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 5A.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 6.material b/PackageSources/MaterialLibs/materialsAsset/parking 6.material
new file mode 100644
index 0000000..27e38ee
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 6.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 6.png b/PackageSources/MaterialLibs/materialsAsset/parking 6.png
new file mode 100644
index 0000000..4d49ee0
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 6.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 6.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 6.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 6.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 6A.material b/PackageSources/MaterialLibs/materialsAsset/parking 6A.material
new file mode 100644
index 0000000..915565d
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 6A.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 6A.png b/PackageSources/MaterialLibs/materialsAsset/parking 6A.png
new file mode 100644
index 0000000..1259f85
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 6A.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 6A.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 6A.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 6A.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 7.material b/PackageSources/MaterialLibs/materialsAsset/parking 7.material
new file mode 100644
index 0000000..b12c684
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 7.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 7.png b/PackageSources/MaterialLibs/materialsAsset/parking 7.png
new file mode 100644
index 0000000..308308f
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 7.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 7.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 7.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 7.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 7A.material b/PackageSources/MaterialLibs/materialsAsset/parking 7A.material
new file mode 100644
index 0000000..b31ca07
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 7A.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 7A.png b/PackageSources/MaterialLibs/materialsAsset/parking 7A.png
new file mode 100644
index 0000000..bd0d024
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 7A.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 7A.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 7A.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 7A.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 8.material b/PackageSources/MaterialLibs/materialsAsset/parking 8.material
new file mode 100644
index 0000000..c101204
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 8.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 8.png b/PackageSources/MaterialLibs/materialsAsset/parking 8.png
new file mode 100644
index 0000000..3b7ee17
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 8.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 8.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 8.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 8.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 8A.material b/PackageSources/MaterialLibs/materialsAsset/parking 8A.material
new file mode 100644
index 0000000..9a89183
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 8A.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 8A.png b/PackageSources/MaterialLibs/materialsAsset/parking 8A.png
new file mode 100644
index 0000000..403bc3f
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 8A.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 8A.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 8A.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 8A.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 9.material b/PackageSources/MaterialLibs/materialsAsset/parking 9.material
new file mode 100644
index 0000000..2224ec3
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 9.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 9.png b/PackageSources/MaterialLibs/materialsAsset/parking 9.png
new file mode 100644
index 0000000..67687a1
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 9.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 9.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 9.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 9.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 9A.material b/PackageSources/MaterialLibs/materialsAsset/parking 9A.material
new file mode 100644
index 0000000..bf96283
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 9A.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 9A.png b/PackageSources/MaterialLibs/materialsAsset/parking 9A.png
new file mode 100644
index 0000000..22860b1
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/parking 9A.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/parking 9A.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/parking 9A.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/parking 9A.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi H.material b/PackageSources/MaterialLibs/materialsAsset/taxi H.material
new file mode 100644
index 0000000..7abcdfb
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi H.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi H.png b/PackageSources/MaterialLibs/materialsAsset/taxi H.png
new file mode 100644
index 0000000..28d73b0
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi H.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi H.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi H.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi H.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi K.material b/PackageSources/MaterialLibs/materialsAsset/taxi K.material
new file mode 100644
index 0000000..0d09011
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi K.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi K.png b/PackageSources/MaterialLibs/materialsAsset/taxi K.png
new file mode 100644
index 0000000..9a1e6c5
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi K.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi K.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi K.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi K.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi L.material b/PackageSources/MaterialLibs/materialsAsset/taxi L.material
new file mode 100644
index 0000000..eeccc97
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi L.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi L.png b/PackageSources/MaterialLibs/materialsAsset/taxi L.png
new file mode 100644
index 0000000..cd2298e
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi L.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi L.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi L.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi L.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.material b/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.material
new file mode 100644
index 0000000..b9ff839
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.png b/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.png
new file mode 100644
index 0000000..eb28fb6
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi T reverse.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi T.material b/PackageSources/MaterialLibs/materialsAsset/taxi T.material
new file mode 100644
index 0000000..780bec0
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi T.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi T.png b/PackageSources/MaterialLibs/materialsAsset/taxi T.png
new file mode 100644
index 0000000..daa5dd1
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi T.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi T.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi T.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi T.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi U.material b/PackageSources/MaterialLibs/materialsAsset/taxi U.material
new file mode 100644
index 0000000..d90950b
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi U.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi U.png b/PackageSources/MaterialLibs/materialsAsset/taxi U.png
new file mode 100644
index 0000000..b759b18
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi U.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi U.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi U.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi U.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.material b/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.material
new file mode 100644
index 0000000..aba9b73
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.png b/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.png
new file mode 100644
index 0000000..867114e
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi V reverse.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi V.material b/PackageSources/MaterialLibs/materialsAsset/taxi V.material
new file mode 100644
index 0000000..c3d6f4d
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi V.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi V.png b/PackageSources/MaterialLibs/materialsAsset/taxi V.png
new file mode 100644
index 0000000..71b1f25
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi V.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi V.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi V.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi V.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi W.material b/PackageSources/MaterialLibs/materialsAsset/taxi W.material
new file mode 100644
index 0000000..a1f907d
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi W.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi W.png b/PackageSources/MaterialLibs/materialsAsset/taxi W.png
new file mode 100644
index 0000000..e31b169
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi W.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi W.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi W.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi W.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.material b/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.material
new file mode 100644
index 0000000..304aa8d
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.png b/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.png
new file mode 100644
index 0000000..f84cc5e
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi X reverse.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi X.material b/PackageSources/MaterialLibs/materialsAsset/taxi X.material
new file mode 100644
index 0000000..6faa6a2
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi X.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi X.png b/PackageSources/MaterialLibs/materialsAsset/taxi X.png
new file mode 100644
index 0000000..e2ba040
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi X.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi X.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi X.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi X.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi Z.material b/PackageSources/MaterialLibs/materialsAsset/taxi Z.material
new file mode 100644
index 0000000..8e8a354
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi Z.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi Z.png b/PackageSources/MaterialLibs/materialsAsset/taxi Z.png
new file mode 100644
index 0000000..356beac
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxi Z.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxi Z.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxi Z.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxi Z.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway B.material b/PackageSources/MaterialLibs/materialsAsset/taxiway B.material
new file mode 100644
index 0000000..5d55e02
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway B.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway B.png b/PackageSources/MaterialLibs/materialsAsset/taxiway B.png
new file mode 100644
index 0000000..d6271c7
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway B.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway B.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway B.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway B.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway H.material b/PackageSources/MaterialLibs/materialsAsset/taxiway H.material
new file mode 100644
index 0000000..a150a75
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway H.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway H.png b/PackageSources/MaterialLibs/materialsAsset/taxiway H.png
new file mode 100644
index 0000000..a508081
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway H.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway H.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway H.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway H.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway K.material b/PackageSources/MaterialLibs/materialsAsset/taxiway K.material
new file mode 100644
index 0000000..4fbeab5
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway K.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway K.png b/PackageSources/MaterialLibs/materialsAsset/taxiway K.png
new file mode 100644
index 0000000..6ed7d8d
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway K.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway K.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway K.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway K.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway L.material b/PackageSources/MaterialLibs/materialsAsset/taxiway L.material
new file mode 100644
index 0000000..d0ec443
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway L.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway L.png b/PackageSources/MaterialLibs/materialsAsset/taxiway L.png
new file mode 100644
index 0000000..7517f36
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway L.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway L.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway L.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway L.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway N.material b/PackageSources/MaterialLibs/materialsAsset/taxiway N.material
new file mode 100644
index 0000000..63f00ed
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway N.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway N.png b/PackageSources/MaterialLibs/materialsAsset/taxiway N.png
new file mode 100644
index 0000000..3dd70ea
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway N.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway N.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway N.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway N.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway O Inner.png b/PackageSources/MaterialLibs/materialsAsset/taxiway O Inner.png
new file mode 100644
index 0000000..a91238c
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway O Inner.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway O.material b/PackageSources/MaterialLibs/materialsAsset/taxiway O.material
new file mode 100644
index 0000000..345da90
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway O.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway O.png b/PackageSources/MaterialLibs/materialsAsset/taxiway O.png
new file mode 100644
index 0000000..13e9c4a
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway O.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway O.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway O.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway O.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway P.material b/PackageSources/MaterialLibs/materialsAsset/taxiway P.material
new file mode 100644
index 0000000..191fc57
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway P.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway P.png b/PackageSources/MaterialLibs/materialsAsset/taxiway P.png
new file mode 100644
index 0000000..d3be640
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway P.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway P.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway P.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway P.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway Q.material b/PackageSources/MaterialLibs/materialsAsset/taxiway Q.material
new file mode 100644
index 0000000..2a6bb26
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway Q.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway Q.png b/PackageSources/MaterialLibs/materialsAsset/taxiway Q.png
new file mode 100644
index 0000000..739aa4a
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway Q.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway Q.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway Q.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway Q.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway T.material b/PackageSources/MaterialLibs/materialsAsset/taxiway T.material
new file mode 100644
index 0000000..28d6384
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway T.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway T.png b/PackageSources/MaterialLibs/materialsAsset/taxiway T.png
new file mode 100644
index 0000000..7b11b61
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway T.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway T.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway T.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway T.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway U.material b/PackageSources/MaterialLibs/materialsAsset/taxiway U.material
new file mode 100644
index 0000000..e326220
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway U.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway U.png b/PackageSources/MaterialLibs/materialsAsset/taxiway U.png
new file mode 100644
index 0000000..5abd893
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway U.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway U.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway U.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway U.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway V.material b/PackageSources/MaterialLibs/materialsAsset/taxiway V.material
new file mode 100644
index 0000000..3805cab
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway V.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway V.png b/PackageSources/MaterialLibs/materialsAsset/taxiway V.png
new file mode 100644
index 0000000..04e0ae0
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway V.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway V.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway V.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway V.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway W.material b/PackageSources/MaterialLibs/materialsAsset/taxiway W.material
new file mode 100644
index 0000000..6f0574c
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway W.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway W.png b/PackageSources/MaterialLibs/materialsAsset/taxiway W.png
new file mode 100644
index 0000000..66ebe80
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway W.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway W.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway W.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway W.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway X.material b/PackageSources/MaterialLibs/materialsAsset/taxiway X.material
new file mode 100644
index 0000000..8efaf74
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway X.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway X.png b/PackageSources/MaterialLibs/materialsAsset/taxiway X.png
new file mode 100644
index 0000000..5c46a9c
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway X.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway X.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway X.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway X.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway Z.material b/PackageSources/MaterialLibs/materialsAsset/taxiway Z.material
new file mode 100644
index 0000000..ab7dd59
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway Z.material
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway Z.png b/PackageSources/MaterialLibs/materialsAsset/taxiway Z.png
new file mode 100644
index 0000000..b879c3f
Binary files /dev/null and b/PackageSources/MaterialLibs/materialsAsset/taxiway Z.png differ
diff --git a/PackageSources/MaterialLibs/materialsAsset/taxiway Z.png.FLAGS b/PackageSources/MaterialLibs/materialsAsset/taxiway Z.png.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/PackageSources/MaterialLibs/materialsAsset/taxiway Z.png.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.bin b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.bin
new file mode 100644
index 0000000..6269270
Binary files /dev/null and b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.bin differ
diff --git a/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.gltf b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.gltf
new file mode 100644
index 0000000..ebb4a7d
--- /dev/null
+++ b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.gltf
@@ -0,0 +1,1415 @@
+{
+ "asset":{
+ "extensions":{
+ "ASOBO_normal_map_convention":{
+ "tangent_space_convention":"DirectX"
+ }
+ },
+ "generator":"Khronos glTF Blender I/O v3.6.28 and Asobo Studio MSFS Blender I/O v1.3.3",
+ "version":"2.0"
+ },
+ "extensionsUsed":[
+ "ASOBO_normal_map_convention",
+ "ASOBO_unique_id",
+ "ASOBO_macro_light"
+ ],
+ "scene":0,
+ "scenes":[
+ {
+ "name":"Scene",
+ "nodes":[
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 14
+ ]
+ }
+ ],
+ "nodes":[
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cylinder"
+ }
+ },
+ "mesh":0,
+ "name":"Cylinder",
+ "scale":[
+ 0.30000001192092896,
+ 8,
+ 0.30000001192092896
+ ],
+ "translation":[
+ 0,
+ 8.000892639160156,
+ 0
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube"
+ }
+ },
+ "mesh":1,
+ "name":"Cube",
+ "scale":[
+ 0.25,
+ 0.25,
+ 1.4999998807907104
+ ],
+ "translation":[
+ -1.7999999523162842,
+ 14.199999809265137,
+ 0
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube.002"
+ }
+ },
+ "mesh":2,
+ "name":"Cube.002",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ 0.25,
+ 0.25,
+ 2.049999952316284
+ ],
+ "translation":[
+ -0.001640799455344677,
+ 14.199999809265137,
+ 1.75
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube.001"
+ }
+ },
+ "mesh":3,
+ "name":"Cube.001",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ 0.25,
+ 0.25,
+ 2.049999952316284
+ ],
+ "translation":[
+ -0.001640799455344677,
+ 16,
+ 1.75
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube.003"
+ }
+ },
+ "mesh":4,
+ "name":"Cube.003",
+ "scale":[
+ 0.25,
+ 0.25,
+ 1.4999998807907104
+ ],
+ "translation":[
+ -1.7999999523162842,
+ 16,
+ 0
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube.004"
+ }
+ },
+ "mesh":5,
+ "name":"Cube.004",
+ "rotation":[
+ 0.5056399703025818,
+ 0.4942956864833832,
+ -0.49429571628570557,
+ 0.5056400299072266
+ ],
+ "scale":[
+ 0.25,
+ 0.25,
+ 0.8500000238418579
+ ],
+ "translation":[
+ -1.7747002840042114,
+ 14.977831840515137,
+ 1.7360280752182007
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cylinder.004"
+ }
+ },
+ "mesh":6,
+ "name":"Cylinder.004",
+ "rotation":[
+ 0.1890648752450943,
+ 0.07161076366901398,
+ 0.20939290523529053,
+ 0.956703245639801
+ ],
+ "scale":[
+ 0.20000000298023224,
+ 1.9999998807907104,
+ 0.20000000298023224
+ ],
+ "translation":[
+ -0.9852620363235474,
+ 12.47823715209961,
+ 0.9134788513183594
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube.005"
+ }
+ },
+ "mesh":7,
+ "name":"Cube.005",
+ "scale":[
+ 1,
+ 0.15000003576278687,
+ 1
+ ],
+ "translation":[
+ -3.4708380699157715,
+ 15.998275756835938,
+ 0
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Spot"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 1,
+ 1
+ ],
+ "intensity":300,
+ "cone_angle":180.00000500895632,
+ "has_symmetry":false,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Spot",
+ "rotation":[
+ -0.7038513422012329,
+ 0.06777319312095642,
+ 0.06777318567037582,
+ -0.7038514614105225
+ ],
+ "scale":[
+ 0.40697798132896423,
+ 0.4069778621196747,
+ 0.40697798132896423
+ ],
+ "translation":[
+ -3.447338581085205,
+ 15.831594467163086,
+ 0
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Spot.001"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 1,
+ 1
+ ],
+ "intensity":300,
+ "cone_angle":180.00000500895632,
+ "has_symmetry":false,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Spot.001",
+ "rotation":[
+ -0.7038513422012329,
+ -0.06777319312095642,
+ -0.06777318567037582,
+ -0.7038514614105225
+ ],
+ "translation":[
+ 3.5002739429473877,
+ 15.83928394317627,
+ 0.03599612042307854
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube.006"
+ }
+ },
+ "mesh":8,
+ "name":"Cube.006",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ 1,
+ 0.15000003576278687,
+ 1
+ ],
+ "translation":[
+ 0,
+ 15.998275756835938,
+ 3.476938486099243
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Spot.002"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 1,
+ 1
+ ],
+ "intensity":300,
+ "cone_angle":180.00000500895632,
+ "has_symmetry":false,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Spot.002",
+ "rotation":[
+ -0.6360781788825989,
+ 0,
+ 0,
+ -0.7716245651245117
+ ],
+ "translation":[
+ 0.06079268455505371,
+ 15.814352035522461,
+ 3.494807004928589
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Spot.003"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 1,
+ 1
+ ],
+ "intensity":300,
+ "cone_angle":180.00000500895632,
+ "has_symmetry":false,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Spot.003",
+ "rotation":[
+ -0.7716245651245117,
+ 0,
+ 0,
+ -0.6360782980918884
+ ],
+ "translation":[
+ 0.06079268455505371,
+ 15.832369804382324,
+ -3.524824857711792
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Point"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 0.003877632785588503,
+ 0
+ ],
+ "intensity":100,
+ "cone_angle":360,
+ "has_symmetry":true,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Point",
+ "rotation":[
+ -0.7071067690849304,
+ 0,
+ 0,
+ -0.70710688829422
+ ]
+ },
+ {
+ "children":[
+ 13
+ ],
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Sphere"
+ }
+ },
+ "mesh":9,
+ "name":"Sphere",
+ "scale":[
+ 0.1000000610947609,
+ 0.10000000149011612,
+ 0.1000000387430191
+ ],
+ "translation":[
+ 0,
+ 16.105327606201172,
+ 0
+ ]
+ }
+ ],
+ "materials":[
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.004",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.005",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.001",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.002",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.008",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.003",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.007",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.006",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.009",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ }
+ ],
+ "meshes":[
+ {
+ "name":"Cylinder.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":0,
+ "NORMAL":1,
+ "TEXCOORD_0":2
+ },
+ "indices":3,
+ "material":0
+ }
+ ]
+ },
+ {
+ "name":"Cube.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":4,
+ "NORMAL":5,
+ "TEXCOORD_0":6,
+ "TANGENT":7
+ },
+ "indices":8,
+ "material":1
+ }
+ ]
+ },
+ {
+ "name":"Cube.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":9,
+ "NORMAL":10,
+ "TEXCOORD_0":11,
+ "TANGENT":12
+ },
+ "indices":8,
+ "material":2
+ }
+ ]
+ },
+ {
+ "name":"Cube.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":13,
+ "NORMAL":14,
+ "TEXCOORD_0":15,
+ "TANGENT":16
+ },
+ "indices":8,
+ "material":3
+ }
+ ]
+ },
+ {
+ "name":"Cube.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":17,
+ "NORMAL":18,
+ "TEXCOORD_0":19,
+ "TANGENT":20
+ },
+ "indices":8,
+ "material":4
+ }
+ ]
+ },
+ {
+ "name":"Cube.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":21,
+ "NORMAL":22,
+ "TEXCOORD_0":23,
+ "TANGENT":24
+ },
+ "indices":25,
+ "material":5
+ }
+ ]
+ },
+ {
+ "name":"Cylinder",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":26,
+ "NORMAL":27,
+ "TEXCOORD_0":28
+ },
+ "indices":29,
+ "material":6
+ }
+ ]
+ },
+ {
+ "name":"Cube",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":30,
+ "NORMAL":31,
+ "TEXCOORD_0":32,
+ "TANGENT":33
+ },
+ "indices":34,
+ "material":7
+ }
+ ]
+ },
+ {
+ "name":"Cube.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":35,
+ "NORMAL":36,
+ "TEXCOORD_0":37,
+ "TANGENT":38
+ },
+ "indices":39,
+ "material":8
+ }
+ ]
+ },
+ {
+ "name":"Sphere",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":40,
+ "NORMAL":41,
+ "TEXCOORD_0":42,
+ "TANGENT":43
+ },
+ "indices":44,
+ "material":9
+ }
+ ]
+ }
+ ],
+ "accessors":[
+ {
+ "bufferView":0,
+ "componentType":5126,
+ "count":130,
+ "max":[
+ 1,
+ 1,
+ 1
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1,
+ "componentType":5126,
+ "count":130,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":2,
+ "componentType":5126,
+ "count":130,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":3,
+ "componentType":5123,
+ "count":372,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":4,
+ "componentType":5126,
+ "count":48,
+ "max":[
+ 15.399999618530273,
+ 1,
+ 1.0000001192092896
+ ],
+ "min":[
+ -1,
+ -1,
+ -1.0000001192092896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":5,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":6,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":7,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":8,
+ "componentType":5123,
+ "count":72,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":9,
+ "componentType":5126,
+ "count":48,
+ "max":[
+ 15.000000953674316,
+ 1,
+ 1.0000001192092896
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":10,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":11,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":12,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":13,
+ "componentType":5126,
+ "count":48,
+ "max":[
+ 15.000000953674316,
+ 1,
+ 1.0000001192092896
+ ],
+ "min":[
+ -1,
+ -1.0000019073486328,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":14,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":15,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":16,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":17,
+ "componentType":5126,
+ "count":48,
+ "max":[
+ 15.399999618530273,
+ 1,
+ 1.0000001192092896
+ ],
+ "min":[
+ -1,
+ -1,
+ -1.0000001192092896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":18,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":19,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":20,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":21,
+ "componentType":5126,
+ "count":96,
+ "max":[
+ 15.206754684448242,
+ 15.238282203674316,
+ 1.000000238418579
+ ],
+ "min":[
+ -1,
+ -1.3594183921813965,
+ -1.000000238418579
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":22,
+ "componentType":5126,
+ "count":96,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":23,
+ "componentType":5126,
+ "count":96,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":24,
+ "componentType":5126,
+ "count":96,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":25,
+ "componentType":5123,
+ "count":144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":26,
+ "componentType":5126,
+ "count":544,
+ "max":[
+ 17.303295135498047,
+ 1,
+ 4.732219696044922
+ ],
+ "min":[
+ -1,
+ -1.2306759357452393,
+ -16.27642059326172
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":27,
+ "componentType":5126,
+ "count":544,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":28,
+ "componentType":5126,
+ "count":544,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":29,
+ "componentType":5123,
+ "count":1488,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":30,
+ "componentType":5126,
+ "count":104,
+ "max":[
+ 7.941676139831543,
+ 1.0000039339065552,
+ 1
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":31,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":32,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":33,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":34,
+ "componentType":5123,
+ "count":168,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":35,
+ "componentType":5126,
+ "count":104,
+ "max":[
+ 7.9538774490356445,
+ 1.0000039339065552,
+ 1.0000004768371582
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":36,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":37,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":38,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":39,
+ "componentType":5123,
+ "count":168,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":40,
+ "componentType":5126,
+ "count":1984,
+ "max":[
+ 0.9999997019767761,
+ 1,
+ 0.9999993443489075
+ ],
+ "min":[
+ -0.9999990463256836,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":41,
+ "componentType":5126,
+ "count":1984,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":42,
+ "componentType":5126,
+ "count":1984,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":43,
+ "componentType":5126,
+ "count":1984,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":44,
+ "componentType":5123,
+ "count":2880,
+ "type":"SCALAR"
+ }
+ ],
+ "bufferViews":[
+ {
+ "buffer":0,
+ "byteLength":1560,
+ "byteOffset":0,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1560,
+ "byteOffset":1560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1040,
+ "byteOffset":3120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":744,
+ "byteOffset":4160,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":4904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":5480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":384,
+ "byteOffset":6056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":768,
+ "byteOffset":6440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":144,
+ "byteOffset":7208,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":7352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":7928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":384,
+ "byteOffset":8504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":768,
+ "byteOffset":8888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":9656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":10232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":384,
+ "byteOffset":10808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":768,
+ "byteOffset":11192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":11960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":12536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":384,
+ "byteOffset":13112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":768,
+ "byteOffset":13496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1152,
+ "byteOffset":14264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1152,
+ "byteOffset":15416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":768,
+ "byteOffset":16568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":17336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":288,
+ "byteOffset":18872,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6528,
+ "byteOffset":19160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6528,
+ "byteOffset":25688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4352,
+ "byteOffset":32216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2976,
+ "byteOffset":36568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1248,
+ "byteOffset":39544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1248,
+ "byteOffset":40792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":832,
+ "byteOffset":42040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1664,
+ "byteOffset":42872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":336,
+ "byteOffset":44536,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1248,
+ "byteOffset":44872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1248,
+ "byteOffset":46120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":832,
+ "byteOffset":47368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1664,
+ "byteOffset":48200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":336,
+ "byteOffset":49864,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":23808,
+ "byteOffset":50200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23808,
+ "byteOffset":74008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":15872,
+ "byteOffset":97816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":31744,
+ "byteOffset":113688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5760,
+ "byteOffset":145432,
+ "target":34963
+ }
+ ],
+ "buffers":[
+ {
+ "byteLength":151192,
+ "uri":"Apron9SmallLightPole.bin"
+ }
+ ]
+}
diff --git a/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.xml b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.xml
new file mode 100644
index 0000000..49a43bd
--- /dev/null
+++ b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Small/Apron9SmallLightPole.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.bin b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.bin
new file mode 100644
index 0000000..8983d2c
Binary files /dev/null and b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.bin differ
diff --git a/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.gltf b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.gltf
new file mode 100644
index 0000000..d2339d1
--- /dev/null
+++ b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.gltf
@@ -0,0 +1,796 @@
+{
+ "asset":{
+ "extensions":{
+ "ASOBO_normal_map_convention":{
+ "tangent_space_convention":"DirectX"
+ }
+ },
+ "generator":"Khronos glTF Blender I/O v3.6.28 and Asobo Studio MSFS Blender I/O v1.3.3",
+ "version":"2.0"
+ },
+ "extensionsUsed":[
+ "ASOBO_normal_map_convention",
+ "ASOBO_unique_id",
+ "ASOBO_macro_light"
+ ],
+ "scene":0,
+ "scenes":[
+ {
+ "name":"Scene",
+ "nodes":[
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 8
+ ]
+ }
+ ],
+ "nodes":[
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cylinder"
+ }
+ },
+ "mesh":0,
+ "name":"Cylinder",
+ "scale":[
+ 0.30000001192092896,
+ 18,
+ 0.30000001192092896
+ ],
+ "translation":[
+ 0,
+ 18.004295349121094,
+ 0
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube"
+ }
+ },
+ "mesh":1,
+ "name":"Cube",
+ "scale":[
+ 0.3499999940395355,
+ 0.3499999940395355,
+ 3.5
+ ],
+ "translation":[
+ -0.000943746417760849,
+ 36.23865509033203,
+ -0.022332504391670227
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube.005"
+ }
+ },
+ "mesh":2,
+ "name":"Cube.005",
+ "rotation":[
+ 0,
+ 0,
+ -0.11522945016622543,
+ 0.993338942527771
+ ],
+ "scale":[
+ 1,
+ 0.15000003576278687,
+ 1
+ ],
+ "translation":[
+ -1.7988022565841675,
+ 36.583763122558594,
+ 0
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Spot"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 1,
+ 1
+ ],
+ "intensity":600,
+ "cone_angle":180.00000500895632,
+ "has_symmetry":false,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Spot",
+ "rotation":[
+ -0.6913534998893738,
+ 0.14842616021633148,
+ 0.1484261453151703,
+ -0.6913535594940186
+ ],
+ "translation":[
+ -1.7725380659103394,
+ 36.40816879272461,
+ 0
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Cube.006"
+ }
+ },
+ "mesh":3,
+ "name":"Cube.006",
+ "rotation":[
+ 0.025301869958639145,
+ 0.19837746024131775,
+ -0.12396340817213058,
+ 0.9719255566596985
+ ],
+ "scale":[
+ 1,
+ 0.15000003576278687,
+ 1
+ ],
+ "translation":[
+ -1.6863505840301514,
+ 36.51398849487305,
+ 3.212925910949707
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Spot.002"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 1,
+ 1
+ ],
+ "intensity":600,
+ "cone_angle":180.00000500895632,
+ "has_symmetry":false,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Spot.002",
+ "rotation":[
+ -0.7088164687156677,
+ -0.03474529832601547,
+ 0.2163759469985962,
+ -0.6704875826835632
+ ],
+ "translation":[
+ -1.6237890720367432,
+ 36.44752502441406,
+ 3.1518051624298096
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Spot.003"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 1,
+ 1
+ ],
+ "intensity":600,
+ "cone_angle":180.00000500895632,
+ "has_symmetry":false,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Spot.003",
+ "rotation":[
+ -0.7146448493003845,
+ 0.2832852303981781,
+ -0.060913681983947754,
+ -0.6366490125656128
+ ],
+ "scale":[
+ 1.3214339017868042,
+ 1.3214339017868042,
+ 1.3214337825775146
+ ],
+ "translation":[
+ -1.7897282838821411,
+ 36.37462615966797,
+ -3.102383613586426
+ ]
+ },
+ {
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Point"
+ },
+ "ASOBO_macro_light":{
+ "color":[
+ 1,
+ 0.005952236242592335,
+ 0
+ ],
+ "intensity":100,
+ "cone_angle":360,
+ "has_symmetry":true,
+ "flash_frequency":0,
+ "flash_duration":0,
+ "flash_phase":0,
+ "rotation_speed":0,
+ "day_night_cycle":true
+ }
+ },
+ "name":"Point",
+ "rotation":[
+ -0.7071067690849304,
+ 0,
+ 0,
+ -0.70710688829422
+ ]
+ },
+ {
+ "children":[
+ 7
+ ],
+ "extensions":{
+ "ASOBO_unique_id":{
+ "id":"Sphere"
+ }
+ },
+ "mesh":4,
+ "name":"Sphere",
+ "scale":[
+ 0.20000000298023224,
+ 0.20000000298023224,
+ 0.20000000298023224
+ ],
+ "translation":[
+ 0,
+ 36.76393508911133,
+ 0
+ ]
+ }
+ ],
+ "materials":[
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.004",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.007",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.006",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ },
+ {
+ "doubleSided":true,
+ "emissiveFactor":[
+ 0,
+ 0,
+ 0
+ ],
+ "extras":{},
+ "name":"Material.001",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ }
+ ],
+ "meshes":[
+ {
+ "name":"Cylinder.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":0,
+ "NORMAL":1,
+ "TEXCOORD_0":2
+ },
+ "indices":3,
+ "material":0
+ }
+ ]
+ },
+ {
+ "name":"Cube.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":4,
+ "NORMAL":5,
+ "TEXCOORD_0":6,
+ "TANGENT":7
+ },
+ "indices":8,
+ "material":1
+ }
+ ]
+ },
+ {
+ "name":"Cube",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":9,
+ "NORMAL":10,
+ "TEXCOORD_0":11,
+ "TANGENT":12
+ },
+ "indices":13,
+ "material":2
+ }
+ ]
+ },
+ {
+ "name":"Cube.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":14,
+ "NORMAL":15,
+ "TEXCOORD_0":16,
+ "TANGENT":17
+ },
+ "indices":18,
+ "material":3
+ }
+ ]
+ },
+ {
+ "name":"Sphere",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":19,
+ "NORMAL":20,
+ "TEXCOORD_0":21,
+ "TANGENT":22
+ },
+ "indices":23,
+ "material":4
+ }
+ ]
+ }
+ ],
+ "accessors":[
+ {
+ "bufferView":0,
+ "componentType":5126,
+ "count":130,
+ "max":[
+ 1,
+ 1,
+ 1
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1,
+ "componentType":5126,
+ "count":130,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":2,
+ "componentType":5126,
+ "count":130,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":3,
+ "componentType":5123,
+ "count":372,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":4,
+ "componentType":5126,
+ "count":24,
+ "max":[
+ 1,
+ 1,
+ 1
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":5,
+ "componentType":5126,
+ "count":24,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":6,
+ "componentType":5126,
+ "count":24,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":7,
+ "componentType":5126,
+ "count":24,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":8,
+ "componentType":5123,
+ "count":36,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":9,
+ "componentType":5126,
+ "count":48,
+ "max":[
+ 1,
+ 1,
+ 1
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":10,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":11,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":12,
+ "componentType":5126,
+ "count":48,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":13,
+ "componentType":5123,
+ "count":84,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":14,
+ "componentType":5126,
+ "count":104,
+ "max":[
+ 3.9321541786193848,
+ 1.000002145767212,
+ 1
+ ],
+ "min":[
+ -1,
+ -1,
+ -7.325793743133545
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":15,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":16,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":17,
+ "componentType":5126,
+ "count":104,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":18,
+ "componentType":5123,
+ "count":168,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":19,
+ "componentType":5126,
+ "count":1984,
+ "max":[
+ 0.9999997019767761,
+ 1,
+ 0.9999993443489075
+ ],
+ "min":[
+ -0.9999990463256836,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":20,
+ "componentType":5126,
+ "count":1984,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":21,
+ "componentType":5126,
+ "count":1984,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":22,
+ "componentType":5126,
+ "count":1984,
+ "type":"VEC4"
+ },
+ {
+ "bufferView":23,
+ "componentType":5123,
+ "count":2880,
+ "type":"SCALAR"
+ }
+ ],
+ "bufferViews":[
+ {
+ "buffer":0,
+ "byteLength":1560,
+ "byteOffset":0,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1560,
+ "byteOffset":1560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1040,
+ "byteOffset":3120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":744,
+ "byteOffset":4160,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":288,
+ "byteOffset":4904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":288,
+ "byteOffset":5192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":192,
+ "byteOffset":5480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":384,
+ "byteOffset":5672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":72,
+ "byteOffset":6056,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":6128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":6704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":384,
+ "byteOffset":7280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":768,
+ "byteOffset":7664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":168,
+ "byteOffset":8432,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1248,
+ "byteOffset":8600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1248,
+ "byteOffset":9848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":832,
+ "byteOffset":11096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1664,
+ "byteOffset":11928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":336,
+ "byteOffset":13592,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":23808,
+ "byteOffset":13928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23808,
+ "byteOffset":37736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":15872,
+ "byteOffset":61544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":31744,
+ "byteOffset":77416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5760,
+ "byteOffset":109160,
+ "target":34963
+ }
+ ],
+ "buffers":[
+ {
+ "byteLength":114920,
+ "uri":"Apron9Tall.bin"
+ }
+ ]
+}
diff --git a/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.xml b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.xml
new file mode 100644
index 0000000..709fd36
--- /dev/null
+++ b/PackageSources/Scenery/airport-lmml-malta/modelLibrary/LightPoleApron9Tall/Apron9Tall.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/PackageSources/Scenery/airport-lmml-malta/scenery/LMML.xml b/PackageSources/Scenery/airport-lmml-malta/scenery/LMML.xml
new file mode 100644
index 0000000..a8229c1
--- /dev/null
+++ b/PackageSources/Scenery/airport-lmml-malta/scenery/LMML.xml
@@ -0,0 +1,13499 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Packages/vikingstudios-airport-lmml-malta/ContentInfo/vikingstudios-airport-lmml-malta/ContentHistory.json b/Packages/vikingstudios-airport-lmml-malta/ContentInfo/vikingstudios-airport-lmml-malta/ContentHistory.json
new file mode 100644
index 0000000..8cd3282
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/ContentInfo/vikingstudios-airport-lmml-malta/ContentHistory.json
@@ -0,0 +1,10 @@
+{
+ "package-name": "vikingstudios-airport-lmml-malta",
+ "items": [
+ {
+ "type": "Airport",
+ "content": "LMML",
+ "revision": 1
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/ContentInfo/vikingstudios-airport-lmml-malta/Thumbnail.jpg b/Packages/vikingstudios-airport-lmml-malta/ContentInfo/vikingstudios-airport-lmml-malta/Thumbnail.jpg
new file mode 100644
index 0000000..24e3301
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/ContentInfo/vikingstudios-airport-lmml-malta/Thumbnail.jpg differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/BLACK.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/BLACK.PNG.DDS
new file mode 100644
index 0000000..bd0751a
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/BLACK.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/BLACK.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/BLACK.PNG.DDS.json
new file mode 100644
index 0000000..a39dabf
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/BLACK.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132659234780000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1000000,1000000,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/Library.xml b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/Library.xml
new file mode 100644
index 0000000..4fea151
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/Library.xml
@@ -0,0 +1,1713 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Asobo_Concrete
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 1.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 1.PNG.DDS
new file mode 100644
index 0000000..f59240e
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 1.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 1.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 1.PNG.DDS.json
new file mode 100644
index 0000000..644db12
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 1.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602267627811936,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.0642822980880737,1.3061001300811768,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10.PNG.DDS
new file mode 100644
index 0000000..5c4818e
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10.PNG.DDS.json
new file mode 100644
index 0000000..cd0d68d
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602270720134447,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2630048990249634,1.5499417781829834,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10B.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10B.PNG.DDS
new file mode 100644
index 0000000..18b01f6
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10B.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10B.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10B.PNG.DDS.json
new file mode 100644
index 0000000..786c396
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 10B.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602279815331827,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2943717241287231,1.588491678237915,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11.PNG.DDS
new file mode 100644
index 0000000..e36c93f
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11.PNG.DDS.json
new file mode 100644
index 0000000..75fb114
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602270899526200,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1373968124389648,1.3958109617233276,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11B.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11B.PNG.DDS
new file mode 100644
index 0000000..101c04f
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11B.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11B.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11B.PNG.DDS.json
new file mode 100644
index 0000000..4438f42
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 11B.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602280012725188,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2263854742050171,1.5050731897354126,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 12.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 12.PNG.DDS
new file mode 100644
index 0000000..5528f94
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 12.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 12.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 12.PNG.DDS.json
new file mode 100644
index 0000000..22dc502
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 12.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602271986404124,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2031099796295166,1.4764761924743652,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13.PNG.DDS
new file mode 100644
index 0000000..207758f
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13.PNG.DDS.json
new file mode 100644
index 0000000..8b5ca32
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602272151013885,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1782388687133789,1.4459543228149414,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13A.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13A.PNG.DDS
new file mode 100644
index 0000000..487aea2
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13A.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13A.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13A.PNG.DDS.json
new file mode 100644
index 0000000..57d1621
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 13A.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602279032549405,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2395268678665161,1.5211952924728394,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 14.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 14.PNG.DDS
new file mode 100644
index 0000000..9070d63
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 14.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 14.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 14.PNG.DDS.json
new file mode 100644
index 0000000..03de529
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 14.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602272321709711,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1976492404937744,1.4697803258895874,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 15.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 15.PNG.DDS
new file mode 100644
index 0000000..2c1d372
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 15.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 15.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 15.PNG.DDS.json
new file mode 100644
index 0000000..4c42952
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 15.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602272591710111,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2047688961029053,1.4785119295120239,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 16.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 16.PNG.DDS
new file mode 100644
index 0000000..5d43476
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 16.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 16.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 16.PNG.DDS.json
new file mode 100644
index 0000000..63036a6
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 16.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602272821237775,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1891051530838013,1.459288477897644,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 17.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 17.PNG.DDS
new file mode 100644
index 0000000..aec9e51
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 17.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 17.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 17.PNG.DDS.json
new file mode 100644
index 0000000..05d01ba
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 17.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602273058509448,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1576656103134155,1.4207057952880859,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 18.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 18.PNG.DDS
new file mode 100644
index 0000000..252841e
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 18.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 18.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 18.PNG.DDS.json
new file mode 100644
index 0000000..31f809f
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 18.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602273252549953,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2295891046524048,1.5089700222015381,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 19.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 19.PNG.DDS
new file mode 100644
index 0000000..b1bec7c
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 19.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 19.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 19.PNG.DDS.json
new file mode 100644
index 0000000..b5d0103
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 19.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602273430234480,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.189685583114624,1.460002064704895,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 2.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 2.PNG.DDS
new file mode 100644
index 0000000..e316c8b
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 2.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 2.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 2.PNG.DDS.json
new file mode 100644
index 0000000..3fb8c24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 2.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602268077312743,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1323106288909912,1.3895881175994873,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 20.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 20.PNG.DDS
new file mode 100644
index 0000000..80a80f9
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 20.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 20.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 20.PNG.DDS.json
new file mode 100644
index 0000000..23b18df
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 20.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602274145573140,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.3163204193115234,1.615449070930481,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 21.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 21.PNG.DDS
new file mode 100644
index 0000000..2ac1ac2
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 21.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 21.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 21.PNG.DDS.json
new file mode 100644
index 0000000..2247a9c
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 21.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602274499565363,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1917591094970703,1.4625602960586548,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 22.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 22.PNG.DDS
new file mode 100644
index 0000000..cbf7e2d
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 22.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 22.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 22.PNG.DDS.json
new file mode 100644
index 0000000..5089ff0
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 22.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602274766152075,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.269260048866272,1.5576826333999634,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 23.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 23.PNG.DDS
new file mode 100644
index 0000000..838b4b9
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 23.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 23.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 23.PNG.DDS.json
new file mode 100644
index 0000000..a415449
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 23.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602275127415894,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2027441263198853,1.4760398864746094,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 24.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 24.PNG.DDS
new file mode 100644
index 0000000..d5a82ed
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 24.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 24.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 24.PNG.DDS.json
new file mode 100644
index 0000000..d301fa8
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 24.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602275282275064,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2189358472824097,1.4958984851837158,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 3.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 3.PNG.DDS
new file mode 100644
index 0000000..94e98a9
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 3.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 3.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 3.PNG.DDS.json
new file mode 100644
index 0000000..d32f75b
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 3.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602267145361235,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1306004524230957,1.3874870538711548,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4.PNG.DDS
new file mode 100644
index 0000000..f755863
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4.PNG.DDS.json
new file mode 100644
index 0000000..01bb9a8
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602268442540920,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1176257133483887,1.371569037437439,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4A.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4A.PNG.DDS
new file mode 100644
index 0000000..8194f1b
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4A.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4A.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4A.PNG.DDS.json
new file mode 100644
index 0000000..593ad7b
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 4A.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602277432421666,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2584375143051147,1.544385552406311,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5.PNG.DDS
new file mode 100644
index 0000000..1e0e346
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5.PNG.DDS.json
new file mode 100644
index 0000000..041ff95
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602268750842036,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1574521064758301,1.4204361438751221,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5A.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5A.PNG.DDS
new file mode 100644
index 0000000..759e92a
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5A.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5A.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5A.PNG.DDS.json
new file mode 100644
index 0000000..23f61bc
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 5A.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602277721233202,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2653629779815674,1.5528833866119385,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6.PNG.DDS
new file mode 100644
index 0000000..0a8aa58
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6.PNG.DDS.json
new file mode 100644
index 0000000..344ac49
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602269195766502,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1486523151397705,1.4096360206604004,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6A.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6A.PNG.DDS
new file mode 100644
index 0000000..90ac6ac
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6A.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6A.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6A.PNG.DDS.json
new file mode 100644
index 0000000..e696e52
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 6A.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602277932830029,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2499964237213135,1.5340238809585571,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7.PNG.DDS
new file mode 100644
index 0000000..2138c28
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7.PNG.DDS.json
new file mode 100644
index 0000000..973a4d9
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602269468326811,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.095232367515564,1.3440945148468018,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7A.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7A.PNG.DDS
new file mode 100644
index 0000000..5b00704
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7A.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7A.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7A.PNG.DDS.json
new file mode 100644
index 0000000..a67b93c
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 7A.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602278128956684,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2190821170806885,1.4960860013961792,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8.PNG.DDS
new file mode 100644
index 0000000..f0b669c
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8.PNG.DDS.json
new file mode 100644
index 0000000..472f731
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602269745791059,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1590381860733032,1.422387957572937,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8A.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8A.PNG.DDS
new file mode 100644
index 0000000..2f5b31c
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8A.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8A.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8A.PNG.DDS.json
new file mode 100644
index 0000000..c300eae
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 8A.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602278332534523,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.289889931678772,1.582984447479248,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9.PNG.DDS
new file mode 100644
index 0000000..fde03e9
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9.PNG.DDS.json
new file mode 100644
index 0000000..71ad201
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602270001835940,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1473665237426758,1.4080604314804077,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9A.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9A.PNG.DDS
new file mode 100644
index 0000000..7a94c9e
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9A.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9A.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9A.PNG.DDS.json
new file mode 100644
index 0000000..2af2978
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/PARKING 9A.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":133602278634294841,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2506773471832275,1.5348614454269409,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.PNG.DDS
new file mode 100644
index 0000000..c7b1013
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.PNG.DDS.json
new file mode 100644
index 0000000..35f0269
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132598114760000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1,3.3363142013549805,3.3363142013549805],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/RWY AHEAD.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI H.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI H.PNG.DDS
new file mode 100644
index 0000000..a48678b
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI H.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI H.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI H.PNG.DDS.json
new file mode 100644
index 0000000..6f5a27f
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI H.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132631227380000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1485708951950073,1.30576491355896,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI K.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI K.PNG.DDS
new file mode 100644
index 0000000..90eea9a
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI K.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI K.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI K.PNG.DDS.json
new file mode 100644
index 0000000..0b6b0a3
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI K.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132631690160000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1460275650024414,1.3028680086135864,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI L.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI L.PNG.DDS
new file mode 100644
index 0000000..8f4033c
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI L.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI L.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI L.PNG.DDS.json
new file mode 100644
index 0000000..44c4c37
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI L.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132631233640000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.0807960033416748,1.2286983728408813,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T REVERSE.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T REVERSE.PNG.DDS
new file mode 100644
index 0000000..4981026
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T REVERSE.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T REVERSE.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T REVERSE.PNG.DDS.json
new file mode 100644
index 0000000..c90bf8b
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T REVERSE.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132627731620000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.0814988613128662,1.2295047044754028,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T.PNG.DDS
new file mode 100644
index 0000000..0728fb3
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T.PNG.DDS.json
new file mode 100644
index 0000000..ddc0dac
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI T.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132627730200000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.0814988613128662,1.2295047044754028,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI U.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI U.PNG.DDS
new file mode 100644
index 0000000..07d08e3
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI U.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI U.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI U.PNG.DDS.json
new file mode 100644
index 0000000..43371a2
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI U.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132627730380000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1413877010345459,1.2975825071334839,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V REVERSE.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V REVERSE.PNG.DDS
new file mode 100644
index 0000000..fc3e6fb
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V REVERSE.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V REVERSE.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V REVERSE.PNG.DDS.json
new file mode 100644
index 0000000..4de7344
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V REVERSE.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132627731180000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1206896305084229,1.2740582227706909,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V.PNG.DDS
new file mode 100644
index 0000000..c8a517a
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V.PNG.DDS.json
new file mode 100644
index 0000000..8533bca
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI V.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132627729480000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1206896305084229,1.2740582227706909,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI W.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI W.PNG.DDS
new file mode 100644
index 0000000..25d0d69
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI W.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI W.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI W.PNG.DDS.json
new file mode 100644
index 0000000..f79ad90
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI W.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132627730840000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.2350937128067017,1.4041200876235962,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X REVERSE.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X REVERSE.PNG.DDS
new file mode 100644
index 0000000..6508ceb
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X REVERSE.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X REVERSE.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X REVERSE.PNG.DDS.json
new file mode 100644
index 0000000..2d3f151
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X REVERSE.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132627731420000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1293817758560181,1.2839406728744507,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X.PNG.DDS
new file mode 100644
index 0000000..423112f
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X.PNG.DDS.json
new file mode 100644
index 0000000..79f675a
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI X.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132627729980000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1293817758560181,1.2839406728744507,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI Z.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI Z.PNG.DDS
new file mode 100644
index 0000000..b5fe495
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI Z.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI Z.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI Z.PNG.DDS.json
new file mode 100644
index 0000000..cb64b21
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXI Z.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132631211360000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[1.1130286455154419,1.2653495073318481,1000000]}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY B.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY B.PNG.DDS
new file mode 100644
index 0000000..bc1169e
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY B.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY B.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY B.PNG.DDS.json
new file mode 100644
index 0000000..cf0e5be
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY B.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132633224520000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[4.3580613136291504,3.3646881580352783,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY H.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY H.PNG.DDS
new file mode 100644
index 0000000..4b4d79f
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY H.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY H.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY H.PNG.DDS.json
new file mode 100644
index 0000000..e7cfcc7
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY H.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132631227700000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[4.5684375762939453,3.5425949096679688,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY K.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY K.PNG.DDS
new file mode 100644
index 0000000..345d01f
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY K.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY K.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY K.PNG.DDS.json
new file mode 100644
index 0000000..e31aa83
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY K.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132631232040000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[4.6109819412231445,3.5784969329833984,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY L.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY L.PNG.DDS
new file mode 100644
index 0000000..bc0d285
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY L.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY L.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY L.PNG.DDS.json
new file mode 100644
index 0000000..b026e52
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY L.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132631694860000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[6.1213040351867676,4.9044742584228516,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY N.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY N.PNG.DDS
new file mode 100644
index 0000000..cb97813
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY N.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY N.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY N.PNG.DDS.json
new file mode 100644
index 0000000..9994955
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY N.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132633220440000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[4.1092228889465332,3.1563796997070312,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY O.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY O.PNG.DDS
new file mode 100644
index 0000000..cca8ecc
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY O.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY O.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY O.PNG.DDS.json
new file mode 100644
index 0000000..9127059
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY O.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132633220620000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[4.4914393424987793,3.4772360324859619,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY P.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY P.PNG.DDS
new file mode 100644
index 0000000..74cd615
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY P.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY P.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY P.PNG.DDS.json
new file mode 100644
index 0000000..52bb184
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY P.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132633223400000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[5.170341968536377,4.0599246025085449,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Q.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Q.PNG.DDS
new file mode 100644
index 0000000..3866e6e
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Q.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Q.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Q.PNG.DDS.json
new file mode 100644
index 0000000..17ff1c6
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Q.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132633223660000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[4.2569694519042969,3.2797989845275879,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY T.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY T.PNG.DDS
new file mode 100644
index 0000000..74405a8
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY T.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY T.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY T.PNG.DDS.json
new file mode 100644
index 0000000..b385917
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY T.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132630842480000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[6.0984277725219727,4.8838214874267578,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY U.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY U.PNG.DDS
new file mode 100644
index 0000000..480546f
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY U.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY U.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY U.PNG.DDS.json
new file mode 100644
index 0000000..e7e5f62
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY U.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132630843940000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[4.6819510459899902,3.6390590667724609,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY V.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY V.PNG.DDS
new file mode 100644
index 0000000..256ec92
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY V.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY V.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY V.PNG.DDS.json
new file mode 100644
index 0000000..e128907
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY V.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132630843520000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[5.0810642242431641,3.9822654724121094,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY W.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY W.PNG.DDS
new file mode 100644
index 0000000..c40d978
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY W.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY W.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY W.PNG.DDS.json
new file mode 100644
index 0000000..3f3d341
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY W.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132630842120000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[3.5596268177032471,2.703707218170166,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY X.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY X.PNG.DDS
new file mode 100644
index 0000000..e20be6c
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY X.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY X.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY X.PNG.DDS.json
new file mode 100644
index 0000000..f942821
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY X.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132630843680000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[4.9065890312194824,3.8315460681915283,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Z.PNG.DDS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Z.PNG.DDS
new file mode 100644
index 0000000..af67150
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Z.PNG.DDS differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Z.PNG.DDS.json b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Z.PNG.DDS.json
new file mode 100644
index 0000000..2b52d08
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/TAXIWAY Z.PNG.DDS.json
@@ -0,0 +1 @@
+{"Version":2,"SourceFileDate":132631675960000000,"Flags":["FL_BITMAP_COMPRESSION","FL_BITMAP_MIPMAP","FL_BITMAP_QUALITY_HIGH","FL_BITMAP_PRECOMPUTED_INV_AVG"],"InvAvgColor":[5.2427840232849121,4.1229820251464844,1000000],"HasTransp":true}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/black.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/black.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/black.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 1.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 1.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 1.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 10.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 10.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 10.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 10B.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 10B.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 10B.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 11.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 11.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 11.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 11B.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 11B.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 11B.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 12.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 12.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 12.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 13.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 13.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 13.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 13A.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 13A.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 13A.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 14.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 14.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 14.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 15.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 15.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 15.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 16.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 16.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 16.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 17.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 17.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 17.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 18.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 18.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 18.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 19.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 19.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 19.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 2.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 2.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 2.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 20.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 20.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 20.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 21.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 21.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 21.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 22.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 22.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 22.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 23.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 23.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 23.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 24.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 24.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 24.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 3.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 3.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 3.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 4.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 4.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 4.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 4A.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 4A.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 4A.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 5.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 5.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 5.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 5A.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 5A.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 5A.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 6.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 6.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 6.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 6A.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 6A.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 6A.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 7.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 7.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 7.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 7A.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 7A.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 7A.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 8.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 8.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 8.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 8A.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 8A.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 8A.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 9.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 9.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 9.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 9A.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 9A.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/parking 9A.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi H.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi H.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi H.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi K.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi K.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi K.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi L.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi L.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi L.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi T reverse.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi T reverse.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi T reverse.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi T.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi T.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi T.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi U.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi U.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi U.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi V reverse.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi V reverse.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi V reverse.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi V.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi V.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi V.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi W.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi W.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi W.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi X reverse.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi X reverse.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi X reverse.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi X.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi X.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi X.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi Z.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi Z.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxi Z.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway B.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway B.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway B.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway H.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway H.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway H.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway K.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway K.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway K.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway L.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway L.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway L.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway N.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway N.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway N.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway O.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway O.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway O.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway P.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway P.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway P.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway Q.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway Q.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway Q.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway T.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway T.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway T.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway U.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway U.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway U.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway V.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway V.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway V.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway W.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway W.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway W.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway X.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway X.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway X.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway Z.png.DDS.FLAGS b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway Z.png.DDS.FLAGS
new file mode 100644
index 0000000..b4a8d24
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/MaterialLibs/materialsAsset/taxiway Z.png.DDS.FLAGS
@@ -0,0 +1 @@
+_DEFAULT=+PRECOMPUTEDINVAVG+QUALITYHIGH
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/Scenery/airport-lmml-malta/modelLibrary/modelLibrary.BGL b/Packages/vikingstudios-airport-lmml-malta/Scenery/airport-lmml-malta/modelLibrary/modelLibrary.BGL
new file mode 100644
index 0000000..e1a7c2a
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/Scenery/airport-lmml-malta/modelLibrary/modelLibrary.BGL differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/Scenery/airport-lmml-malta/scenery/LMML.bgl b/Packages/vikingstudios-airport-lmml-malta/Scenery/airport-lmml-malta/scenery/LMML.bgl
new file mode 100644
index 0000000..418d68f
Binary files /dev/null and b/Packages/vikingstudios-airport-lmml-malta/Scenery/airport-lmml-malta/scenery/LMML.bgl differ
diff --git a/Packages/vikingstudios-airport-lmml-malta/layout.json b/Packages/vikingstudios-airport-lmml-malta/layout.json
new file mode 100644
index 0000000..99478ef
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/layout.json
@@ -0,0 +1,944 @@
+{
+ "content": [
+ {
+ "path": "ContentInfo/vikingstudios-airport-lmml-malta/ContentHistory.json",
+ "size": 156,
+ "date": 133619863458087743
+ },
+ {
+ "path": "ContentInfo/vikingstudios-airport-lmml-malta/Thumbnail.jpg",
+ "size": 5446,
+ "date": 133493064673484240
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/BLACK.PNG.DDS",
+ "size": 478772,
+ "date": 132659234780000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/black.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597353955931132
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/BLACK.PNG.DDS.json",
+ "size": 199,
+ "date": 132659234780000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/Library.xml",
+ "size": 65809,
+ "date": 133619165887387778
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 1.PNG.DDS",
+ "size": 390516,
+ "date": 133602267627811936
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 1.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284016201309
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 1.PNG.DDS.json",
+ "size": 238,
+ "date": 133602267627811936
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 10.PNG.DDS",
+ "size": 390516,
+ "date": 133602270720134447
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 10.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285225331291
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 10.PNG.DDS.json",
+ "size": 238,
+ "date": 133602270720134447
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 10B.PNG.DDS",
+ "size": 390516,
+ "date": 133602279815331827
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 10B.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285313344622
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 10B.PNG.DDS.json",
+ "size": 237,
+ "date": 133602279815331827
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 11.PNG.DDS",
+ "size": 390516,
+ "date": 133602270899526200
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 11.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285388937099
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 11.PNG.DDS.json",
+ "size": 238,
+ "date": 133602270899526200
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 11B.PNG.DDS",
+ "size": 390516,
+ "date": 133602280012725188
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 11B.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285468746334
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 11B.PNG.DDS.json",
+ "size": 238,
+ "date": 133602280012725188
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 12.PNG.DDS",
+ "size": 390516,
+ "date": 133602271986404124
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 12.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285555189329
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 12.PNG.DDS.json",
+ "size": 238,
+ "date": 133602271986404124
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 13.PNG.DDS",
+ "size": 390516,
+ "date": 133602272151013885
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 13.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285636580214
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 13.PNG.DDS.json",
+ "size": 238,
+ "date": 133602272151013885
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 13A.PNG.DDS",
+ "size": 390516,
+ "date": 133602279032549405
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 13A.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285696658621
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 13A.PNG.DDS.json",
+ "size": 238,
+ "date": 133602279032549405
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 14.PNG.DDS",
+ "size": 390516,
+ "date": 133602272321709711
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 14.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285766190975
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 14.PNG.DDS.json",
+ "size": 238,
+ "date": 133602272321709711
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 15.PNG.DDS",
+ "size": 390516,
+ "date": 133602272591710111
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 15.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285854166761
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 15.PNG.DDS.json",
+ "size": 238,
+ "date": 133602272591710111
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 16.PNG.DDS",
+ "size": 390516,
+ "date": 133602272821237775
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 16.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285927821901
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 16.PNG.DDS.json",
+ "size": 237,
+ "date": 133602272821237775
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 17.PNG.DDS",
+ "size": 390516,
+ "date": 133602273058509448
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 17.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602286017490394
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 17.PNG.DDS.json",
+ "size": 238,
+ "date": 133602273058509448
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 18.PNG.DDS",
+ "size": 390516,
+ "date": 133602273252549953
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 18.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602286098806009
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 18.PNG.DDS.json",
+ "size": 238,
+ "date": 133602273252549953
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 19.PNG.DDS",
+ "size": 390516,
+ "date": 133602273430234480
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 19.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602286168306529
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 19.PNG.DDS.json",
+ "size": 236,
+ "date": 133602273430234480
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 2.PNG.DDS",
+ "size": 390516,
+ "date": 133602268077312743
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 2.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284186348721
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 2.PNG.DDS.json",
+ "size": 238,
+ "date": 133602268077312743
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 20.PNG.DDS",
+ "size": 390516,
+ "date": 133602274145573140
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 20.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602286226831195
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 20.PNG.DDS.json",
+ "size": 237,
+ "date": 133602274145573140
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 21.PNG.DDS",
+ "size": 390516,
+ "date": 133602274499565363
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 21.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602286307205281
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 21.PNG.DDS.json",
+ "size": 238,
+ "date": 133602274499565363
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 22.PNG.DDS",
+ "size": 390516,
+ "date": 133602274766152075
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 22.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602286389223905
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 22.PNG.DDS.json",
+ "size": 237,
+ "date": 133602274766152075
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 23.PNG.DDS",
+ "size": 390516,
+ "date": 133602275127415894
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 23.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602286452849599
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 23.PNG.DDS.json",
+ "size": 238,
+ "date": 133602275127415894
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 24.PNG.DDS",
+ "size": 390516,
+ "date": 133602275282275064
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 24.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602286519927602
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 24.PNG.DDS.json",
+ "size": 238,
+ "date": 133602275282275064
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 3.PNG.DDS",
+ "size": 390516,
+ "date": 133602267145361235
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 3.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284304747515
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 3.PNG.DDS.json",
+ "size": 238,
+ "date": 133602267145361235
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 4.PNG.DDS",
+ "size": 390516,
+ "date": 133602268442540920
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 4.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284343272327
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 4.PNG.DDS.json",
+ "size": 237,
+ "date": 133602268442540920
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 4A.PNG.DDS",
+ "size": 390516,
+ "date": 133602277432421666
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 4A.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284409172852
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 4A.PNG.DDS.json",
+ "size": 237,
+ "date": 133602277432421666
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 5.PNG.DDS",
+ "size": 390516,
+ "date": 133602268750842036
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 5.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284507593428
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 5.PNG.DDS.json",
+ "size": 238,
+ "date": 133602268750842036
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 5A.PNG.DDS",
+ "size": 390516,
+ "date": 133602277721233202
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 5A.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284575831668
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 5A.PNG.DDS.json",
+ "size": 238,
+ "date": 133602277721233202
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 6.PNG.DDS",
+ "size": 390516,
+ "date": 133602269195766502
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 6.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284652477921
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 6.PNG.DDS.json",
+ "size": 238,
+ "date": 133602269195766502
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 6A.PNG.DDS",
+ "size": 390516,
+ "date": 133602277932830029
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 6A.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284731790547
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 6A.PNG.DDS.json",
+ "size": 238,
+ "date": 133602277932830029
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 7.PNG.DDS",
+ "size": 390516,
+ "date": 133602269468326811
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 7.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284793942005
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 7.PNG.DDS.json",
+ "size": 237,
+ "date": 133602269468326811
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 7A.PNG.DDS",
+ "size": 390516,
+ "date": 133602278128956684
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 7A.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284866337115
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 7A.PNG.DDS.json",
+ "size": 238,
+ "date": 133602278128956684
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 8.PNG.DDS",
+ "size": 390516,
+ "date": 133602269745791059
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 8.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602284944713733
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 8.PNG.DDS.json",
+ "size": 237,
+ "date": 133602269745791059
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 8A.PNG.DDS",
+ "size": 390516,
+ "date": 133602278332534523
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 8A.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285013237925
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 8A.PNG.DDS.json",
+ "size": 236,
+ "date": 133602278332534523
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 9.PNG.DDS",
+ "size": 390516,
+ "date": 133602270001835940
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 9.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285076658896
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 9.PNG.DDS.json",
+ "size": 238,
+ "date": 133602270001835940
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 9A.PNG.DDS",
+ "size": 390516,
+ "date": 133602278634294841
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/parking 9A.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602285160617162
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/PARKING 9A.PNG.DDS.json",
+ "size": 238,
+ "date": 133602278634294841
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/RWY AHEAD.PNG.DDS",
+ "size": 2766372,
+ "date": 132598114760000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/RWY AHEAD.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133602771693843609
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/RWY AHEAD.PNG.DDS.json",
+ "size": 232,
+ "date": 132598114760000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI H.PNG.DDS",
+ "size": 349700,
+ "date": 132631227380000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi H.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597342426615711
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI H.PNG.DDS.json",
+ "size": 219,
+ "date": 132631227380000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI K.PNG.DDS",
+ "size": 349700,
+ "date": 132631690160000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi K.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597345256601817
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI K.PNG.DDS.json",
+ "size": 221,
+ "date": 132631690160000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI L.PNG.DDS",
+ "size": 349700,
+ "date": 132631233640000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi L.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597345327162279
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI L.PNG.DDS.json",
+ "size": 221,
+ "date": 132631233640000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI T REVERSE.PNG.DDS",
+ "size": 349700,
+ "date": 132627731620000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi T reverse.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597343031951671
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI T REVERSE.PNG.DDS.json",
+ "size": 221,
+ "date": 132627731620000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI T.PNG.DDS",
+ "size": 349700,
+ "date": 132627730200000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi T.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597343195218197
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI T.PNG.DDS.json",
+ "size": 221,
+ "date": 132627730200000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI U.PNG.DDS",
+ "size": 349700,
+ "date": 132627730380000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi U.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597344337708115
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI U.PNG.DDS.json",
+ "size": 221,
+ "date": 132627730380000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI V REVERSE.PNG.DDS",
+ "size": 349700,
+ "date": 132627731180000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi V reverse.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597345440057155
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI V REVERSE.PNG.DDS.json",
+ "size": 221,
+ "date": 132627731180000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI V.PNG.DDS",
+ "size": 349700,
+ "date": 132627729480000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi V.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597345522885257
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI V.PNG.DDS.json",
+ "size": 221,
+ "date": 132627729480000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI W.PNG.DDS",
+ "size": 349700,
+ "date": 132627730840000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi W.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597345608295454
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI W.PNG.DDS.json",
+ "size": 221,
+ "date": 132627730840000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI X REVERSE.PNG.DDS",
+ "size": 349700,
+ "date": 132627731420000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi X reverse.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597345692512184
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI X REVERSE.PNG.DDS.json",
+ "size": 221,
+ "date": 132627731420000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI X.PNG.DDS",
+ "size": 349700,
+ "date": 132627729980000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi X.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597345846267896
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI X.PNG.DDS.json",
+ "size": 221,
+ "date": 132627729980000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI Z.PNG.DDS",
+ "size": 349700,
+ "date": 132631211360000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxi Z.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597346036363144
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXI Z.PNG.DDS.json",
+ "size": 221,
+ "date": 132631211360000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY B.PNG.DDS",
+ "size": 349700,
+ "date": 132633224520000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway B.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597359222908812
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY B.PNG.DDS.json",
+ "size": 238,
+ "date": 132633224520000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY H.PNG.DDS",
+ "size": 349700,
+ "date": 132631227700000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway H.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597359614074866
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY H.PNG.DDS.json",
+ "size": 238,
+ "date": 132631227700000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY K.PNG.DDS",
+ "size": 349700,
+ "date": 132631232040000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway K.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597359757200036
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY K.PNG.DDS.json",
+ "size": 238,
+ "date": 132631232040000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY L.PNG.DDS",
+ "size": 349700,
+ "date": 132631694860000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway L.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597359818380531
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY L.PNG.DDS.json",
+ "size": 238,
+ "date": 132631694860000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY N.PNG.DDS",
+ "size": 349700,
+ "date": 132633220440000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway N.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597359885209515
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY N.PNG.DDS.json",
+ "size": 238,
+ "date": 132633220440000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY O.PNG.DDS",
+ "size": 349700,
+ "date": 132633220620000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway O.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597359969557856
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY O.PNG.DDS.json",
+ "size": 238,
+ "date": 132633220620000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY P.PNG.DDS",
+ "size": 349700,
+ "date": 132633223400000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway P.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597360044744650
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY P.PNG.DDS.json",
+ "size": 237,
+ "date": 132633223400000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY Q.PNG.DDS",
+ "size": 349700,
+ "date": 132633223660000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway Q.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597360109707016
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY Q.PNG.DDS.json",
+ "size": 238,
+ "date": 132633223660000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY T.PNG.DDS",
+ "size": 349700,
+ "date": 132630842480000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway T.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597360324453364
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY T.PNG.DDS.json",
+ "size": 238,
+ "date": 132630842480000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY U.PNG.DDS",
+ "size": 349700,
+ "date": 132630843940000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway U.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597360398673219
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY U.PNG.DDS.json",
+ "size": 238,
+ "date": 132630843940000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY V.PNG.DDS",
+ "size": 349700,
+ "date": 132630843520000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway V.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597360466350528
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY V.PNG.DDS.json",
+ "size": 238,
+ "date": 132630843520000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY W.PNG.DDS",
+ "size": 349700,
+ "date": 132630842120000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway W.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597360538028650
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY W.PNG.DDS.json",
+ "size": 237,
+ "date": 132630842120000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY X.PNG.DDS",
+ "size": 349700,
+ "date": 132630843680000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway X.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597360606994631
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY X.PNG.DDS.json",
+ "size": 238,
+ "date": 132630843680000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY Z.PNG.DDS",
+ "size": 349700,
+ "date": 132631675960000000
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/taxiway Z.png.DDS.FLAGS",
+ "size": 39,
+ "date": 133597360752524424
+ },
+ {
+ "path": "MaterialLibs/materialsAsset/TAXIWAY Z.PNG.DDS.json",
+ "size": 238,
+ "date": 132631675960000000
+ },
+ {
+ "path": "Scenery/airport-lmml-malta/modelLibrary/modelLibrary.BGL",
+ "size": 243344,
+ "date": 133619806159086819
+ },
+ {
+ "path": "Scenery/airport-lmml-malta/scenery/LMML.bgl",
+ "size": 194540,
+ "date": 133619863457956970
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Packages/vikingstudios-airport-lmml-malta/manifest.json b/Packages/vikingstudios-airport-lmml-malta/manifest.json
new file mode 100644
index 0000000..cc135c8
--- /dev/null
+++ b/Packages/vikingstudios-airport-lmml-malta/manifest.json
@@ -0,0 +1,15 @@
+{
+ "dependencies": [],
+ "content_type": "SCENERY",
+ "title": "LMML",
+ "manufacturer": "",
+ "creator": "vikingope",
+ "package_version": "0.1.0",
+ "minimum_game_version": "1.37.19",
+ "release_notes": {
+ "neutral": {
+ "LastUpdate": "",
+ "OlderHistory": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..de0eb82
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# LMML for MSFS
+
+### This is my rendition of Malta International Airport(LMML) for MSFS. It should be the most up-to-date version of the airport using Google Maps. This has been released as a freeware airport and can either be downloaded from the GitHub release page or from Flightsim.to
+
+#### Y'all can view the progress at this [project site](https://github.com/users/vikingnope/projects/5).
+
+### Also if you would like to stay up to date with the latest updates for my projects, you should join my Discord Server using the below banner:
+
+
+
+
+
+###### This README will be continuously updated.
\ No newline at end of file