From c2d9c5524fb5f6e73bc1d67016836e6c7740ad77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hejtm=C3=A1nek?= Date: Mon, 27 May 2024 10:10:21 +0200 Subject: [PATCH] updates various scripts --- .idea/.idea.VistaTeleportation/.idea/vcs.xml | 2 ++ Content/VRSpectator/VRSpectator.uasset | 4 ++-- Content/VRTemplate/Maps/VRTemplateMap.umap | 4 ++-- .../Blueprints/UI/M_VRSpectatorCapture.uasset | 3 +++ .../Blueprints/UI/M_VRSpectatorVisibility.uasset | 3 +++ .../Blueprints/UI/UI_VistaTeleport_ExperimenterUI.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectLevel1.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectLevel2.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectLevel3.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectLevel4.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectLevel5.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectLevel6.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectLevel7.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectLevel8.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectOpticFlow.uasset | 3 +++ .../Input/IA_VistaTeleportation_SelectTeleportation.uasset | 3 +++ .../Input/IA_VistaTeleportation_StartExperiment.uasset | 3 +++ .../Input/IM_VistaTeleportation_ExperimentalControl.uasset | 3 +++ Content/VistaTeleportation/Layouts/LAYOUT_large-Vista.umap | 3 +++ Content/VistaTeleportation/Layouts/LAyout_small.umap | 3 +++ .../Maps/LargeSpaceContext1/LargeSpaceContexr1_VISTA.umap | 3 +++ .../Maps/LargeSpaceContext1/LargeSpaceContext1.uasset | 3 +++ .../Maps/LargeSpaceContext1/LargeSpaceContext1_NONVISTA.umap | 3 +++ .../Maps/LargeSpaceContext2/LargeSpaceContext2NONVISTA.umap | 3 +++ .../Maps/LargeSpaceContext2/LargeSpaceContext2VISTA.umap | 3 +++ .../SceneImport_layout_nonvista_large.uasset | 3 +++ .../Maps/LargeSpaceContext2/layout_nonvista_large.uasset | 3 +++ .../Maps/LargeSpaceContext2/layout_nonvista_large_Mat.uasset | 3 +++ .../Maps/SmallSpaceContext1/SmallSpaceContext1_NONVIST.umap | 3 +++ .../Maps/SmallSpaceContext1/SmallSpaceContext1_VISTA.umap | 3 +++ .../Maps/SmallSpaceContext2/SmallSpaceContext2_NONVISTA.umap | 3 +++ .../Maps/SmallSpaceContext2/SmallSpaceContext2_VISTA.umap | 3 +++ 32 files changed, 93 insertions(+), 4 deletions(-) create mode 100644 Content/VistaTeleportation/Blueprints/UI/M_VRSpectatorCapture.uasset create mode 100644 Content/VistaTeleportation/Blueprints/UI/M_VRSpectatorVisibility.uasset create mode 100644 Content/VistaTeleportation/Blueprints/UI/UI_VistaTeleport_ExperimenterUI.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel1.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel2.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel3.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel4.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel5.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel6.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel7.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel8.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectOpticFlow.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectTeleportation.uasset create mode 100644 Content/VistaTeleportation/Input/IA_VistaTeleportation_StartExperiment.uasset create mode 100644 Content/VistaTeleportation/Input/IM_VistaTeleportation_ExperimentalControl.uasset create mode 100644 Content/VistaTeleportation/Layouts/LAYOUT_large-Vista.umap create mode 100644 Content/VistaTeleportation/Layouts/LAyout_small.umap create mode 100644 Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContexr1_VISTA.umap create mode 100644 Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1.uasset create mode 100644 Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1_NONVISTA.umap create mode 100644 Content/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2NONVISTA.umap create mode 100644 Content/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2VISTA.umap create mode 100644 Content/VistaTeleportation/Maps/LargeSpaceContext2/SceneImport_layout_nonvista_large.uasset create mode 100644 Content/VistaTeleportation/Maps/LargeSpaceContext2/layout_nonvista_large.uasset create mode 100644 Content/VistaTeleportation/Maps/LargeSpaceContext2/layout_nonvista_large_Mat.uasset create mode 100644 Content/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_NONVIST.umap create mode 100644 Content/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_VISTA.umap create mode 100644 Content/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_NONVISTA.umap create mode 100644 Content/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_VISTA.umap diff --git a/.idea/.idea.VistaTeleportation/.idea/vcs.xml b/.idea/.idea.VistaTeleportation/.idea/vcs.xml index 35eb1dd..06c2d18 100644 --- a/.idea/.idea.VistaTeleportation/.idea/vcs.xml +++ b/.idea/.idea.VistaTeleportation/.idea/vcs.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/Content/VRSpectator/VRSpectator.uasset b/Content/VRSpectator/VRSpectator.uasset index 00eb75d..33ceed0 100644 --- a/Content/VRSpectator/VRSpectator.uasset +++ b/Content/VRSpectator/VRSpectator.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fec70579af3daf03beb174a29a6fd048a18d558ce98aa7a88cd93539f04a545c -size 601032 +oid sha256:6e2a359033715f297429dd8a731ccf0a1fd2ec1cf73d583deeb411a47ca6493d +size 589329 diff --git a/Content/VRTemplate/Maps/VRTemplateMap.umap b/Content/VRTemplate/Maps/VRTemplateMap.umap index 5499a0c..93401ab 100644 --- a/Content/VRTemplate/Maps/VRTemplateMap.umap +++ b/Content/VRTemplate/Maps/VRTemplateMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d759f803374367909fee262cba7b2926f7e4ec2b7bffb64c5af7bbfa243ad90d -size 138589 +oid sha256:84034f324d4f2a3d984518bf3f342a1a6d89395f9edef2c15a55bcae547daa01 +size 138340 diff --git a/Content/VistaTeleportation/Blueprints/UI/M_VRSpectatorCapture.uasset b/Content/VistaTeleportation/Blueprints/UI/M_VRSpectatorCapture.uasset new file mode 100644 index 0000000..71f9185 --- /dev/null +++ b/Content/VistaTeleportation/Blueprints/UI/M_VRSpectatorCapture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26159a22a0ea534f8167494dc25b7159a66ef3d57377ed670bcf84e466bdeb8 +size 11450 diff --git a/Content/VistaTeleportation/Blueprints/UI/M_VRSpectatorVisibility.uasset b/Content/VistaTeleportation/Blueprints/UI/M_VRSpectatorVisibility.uasset new file mode 100644 index 0000000..a853e63 --- /dev/null +++ b/Content/VistaTeleportation/Blueprints/UI/M_VRSpectatorVisibility.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d345728ec48c7ec165a9f2c12b729ffea8c26094df882f720ddf9befa078d942 +size 8434 diff --git a/Content/VistaTeleportation/Blueprints/UI/UI_VistaTeleport_ExperimenterUI.uasset b/Content/VistaTeleportation/Blueprints/UI/UI_VistaTeleport_ExperimenterUI.uasset new file mode 100644 index 0000000..1191f4c --- /dev/null +++ b/Content/VistaTeleportation/Blueprints/UI/UI_VistaTeleport_ExperimenterUI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817a5d47b3974dfea3680e22463f3a21a80b4245d94777cf57443d5f499d5f0c +size 91180 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel1.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel1.uasset new file mode 100644 index 0000000..2ea09b7 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99900f78f08059a762ac280597bef5b72585ebbd6c469b403585a65d266541f7 +size 1487 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel2.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel2.uasset new file mode 100644 index 0000000..35e2ee2 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc2363657704df5cf3e07bf895ca8cfc53d2ff5725573da21dc1f2b628751b2 +size 1487 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel3.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel3.uasset new file mode 100644 index 0000000..79045c1 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb82f4538b0a97be993d4015f87851d67fb474ae14a321458ab59f5f98659dc5 +size 1487 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel4.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel4.uasset new file mode 100644 index 0000000..ee57158 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4593a15b9795d9310aacb99039e1e0ef5e5306b22ca3798925399b5104afb771 +size 1487 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel5.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel5.uasset new file mode 100644 index 0000000..d0725a9 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2107498ec7580f21d7caecbd2302d84e9a4b3adc01b0b768a35b4e63fe9cf126 +size 1487 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel6.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel6.uasset new file mode 100644 index 0000000..14957b4 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4733bec8828a775027a59ce9f77727a3c9c06620856b1fb4199e88fd9fd83365 +size 1487 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel7.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel7.uasset new file mode 100644 index 0000000..e262697 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e64ec623019c7bf92a3a8e1fd48d39bb59868f6585ead685be5a844dc3d625 +size 1487 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel8.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel8.uasset new file mode 100644 index 0000000..d083f3d --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectLevel8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0185697e76978a3adfbaf21248b92739d3a011acb72e2531c8b44c610dd6e34 +size 1487 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectOpticFlow.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectOpticFlow.uasset new file mode 100644 index 0000000..9cfa381 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectOpticFlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc018223857c2d5dcf97f99bf9f0e17cd415a0847f06840b77428296d5ebe6e +size 1502 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectTeleportation.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectTeleportation.uasset new file mode 100644 index 0000000..5ddfe24 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_SelectTeleportation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eaa68b2fe7e6078bf255ae0bec4924e77e50f45ba5d71d69586b298c4def46e +size 1522 diff --git a/Content/VistaTeleportation/Input/IA_VistaTeleportation_StartExperiment.uasset b/Content/VistaTeleportation/Input/IA_VistaTeleportation_StartExperiment.uasset new file mode 100644 index 0000000..99a1478 --- /dev/null +++ b/Content/VistaTeleportation/Input/IA_VistaTeleportation_StartExperiment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc408dd3055754b3c2fb9bfac972e4744a58c5c34a310ab159742b4a6bd5d4e +size 1502 diff --git a/Content/VistaTeleportation/Input/IM_VistaTeleportation_ExperimentalControl.uasset b/Content/VistaTeleportation/Input/IM_VistaTeleportation_ExperimentalControl.uasset new file mode 100644 index 0000000..4df1c94 --- /dev/null +++ b/Content/VistaTeleportation/Input/IM_VistaTeleportation_ExperimentalControl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68b8f79b1dcc957379de71cac3610b1c15435a186d3584ec1c0a90b1448932c +size 9899 diff --git a/Content/VistaTeleportation/Layouts/LAYOUT_large-Vista.umap b/Content/VistaTeleportation/Layouts/LAYOUT_large-Vista.umap new file mode 100644 index 0000000..bc79e6d --- /dev/null +++ b/Content/VistaTeleportation/Layouts/LAYOUT_large-Vista.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0361c811207f61abe11f350e789d8fa15c0539c2e5a08f08975c5c4d80ad2a +size 46813 diff --git a/Content/VistaTeleportation/Layouts/LAyout_small.umap b/Content/VistaTeleportation/Layouts/LAyout_small.umap new file mode 100644 index 0000000..d02ff93 --- /dev/null +++ b/Content/VistaTeleportation/Layouts/LAyout_small.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c13153eb10be4930c88ee0bdc02f862bf40796d351658f69d409e5ea08c2fec +size 42025 diff --git a/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContexr1_VISTA.umap b/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContexr1_VISTA.umap new file mode 100644 index 0000000..e4c5a64 --- /dev/null +++ b/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContexr1_VISTA.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ff98acf31d373f85904d4d7e041d29145c867e50f65f761cd9fff152abbd88 +size 386670 diff --git a/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1.uasset b/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1.uasset new file mode 100644 index 0000000..e31c978 --- /dev/null +++ b/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5c45dec554a6a9d06134ef9d7ef5b031b83df6531bac643ffe19e68d284857 +size 2126 diff --git a/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1_NONVISTA.umap b/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1_NONVISTA.umap new file mode 100644 index 0000000..5bd7dfe --- /dev/null +++ b/Content/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1_NONVISTA.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71280a6e596dd8074e0cf07a7c0f503a5b7c184f5360272352714dbe8dd3970b +size 608396 diff --git a/Content/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2NONVISTA.umap b/Content/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2NONVISTA.umap new file mode 100644 index 0000000..2b6825d --- /dev/null +++ b/Content/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2NONVISTA.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df55816beb2d09cc30cec9ff923e4aa3cc88a3364b1d6d4e1b66ff2ecf3c33d +size 1241485 diff --git a/Content/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2VISTA.umap b/Content/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2VISTA.umap new file mode 100644 index 0000000..80b2847 --- /dev/null +++ b/Content/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2VISTA.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd76cfa9be13f2716037f8463ef5141f4311edcd910b805add47fad93bb4891 +size 974930 diff --git a/Content/VistaTeleportation/Maps/LargeSpaceContext2/SceneImport_layout_nonvista_large.uasset b/Content/VistaTeleportation/Maps/LargeSpaceContext2/SceneImport_layout_nonvista_large.uasset new file mode 100644 index 0000000..cb3d9d3 --- /dev/null +++ b/Content/VistaTeleportation/Maps/LargeSpaceContext2/SceneImport_layout_nonvista_large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac63a0a1e508bcf2beb54849f4d66b51ec7bd487c89cef9919c9fcfb30572000 +size 23978 diff --git a/Content/VistaTeleportation/Maps/LargeSpaceContext2/layout_nonvista_large.uasset b/Content/VistaTeleportation/Maps/LargeSpaceContext2/layout_nonvista_large.uasset new file mode 100644 index 0000000..6c7cab7 --- /dev/null +++ b/Content/VistaTeleportation/Maps/LargeSpaceContext2/layout_nonvista_large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271cc1940f64d9dfc082aef40431b31321e4910da6996d26c8e3e04527a26927 +size 15828 diff --git a/Content/VistaTeleportation/Maps/LargeSpaceContext2/layout_nonvista_large_Mat.uasset b/Content/VistaTeleportation/Maps/LargeSpaceContext2/layout_nonvista_large_Mat.uasset new file mode 100644 index 0000000..4bb730a --- /dev/null +++ b/Content/VistaTeleportation/Maps/LargeSpaceContext2/layout_nonvista_large_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9230b852590856922e121efc042fbee9d54685e58b829e8cc7241f0261d22c94 +size 11825 diff --git a/Content/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_NONVIST.umap b/Content/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_NONVIST.umap new file mode 100644 index 0000000..2f50b9c --- /dev/null +++ b/Content/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_NONVIST.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae50cde462f7d1436f608104b0ded4ca90877498e6692f26281d9c68a9a30a1 +size 239303 diff --git a/Content/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_VISTA.umap b/Content/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_VISTA.umap new file mode 100644 index 0000000..3503d8c --- /dev/null +++ b/Content/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_VISTA.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e605ccbd8b1943596d09d1188c4edc9416e8a7d60a3fc1a46d93be8798c9608 +size 187713 diff --git a/Content/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_NONVISTA.umap b/Content/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_NONVISTA.umap new file mode 100644 index 0000000..1665a37 --- /dev/null +++ b/Content/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_NONVISTA.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e051b005481f576d4eadc4a1ebc7d44372ed29d80befd55045ddb39728c1e2c1 +size 249619 diff --git a/Content/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_VISTA.umap b/Content/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_VISTA.umap new file mode 100644 index 0000000..b49e3b6 --- /dev/null +++ b/Content/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_VISTA.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcf16cc78ecb00aedf932c2f84c7f35a5cc0127e61f91ccdba6d114c47305d6 +size 199741