diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index c4b8493..f91798c 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -1,8 +1,9 @@ [/Script/EngineSettings.GameMapsSettings] -GameDefaultMap=/Engine/Maps/Templates/Template_Default.Template_Default -EditorStartupMap=/Game/MainLevels/TheLibrary.TheLibrary +GameDefaultMap=/Game/MainLevels/Mainmenu.Mainmenu +EditorStartupMap=/Game/MainLevels/MainLevel.MainLevel +GameInstanceClass=/Game/blueprints/Global/BP_MainInstance.BP_MainInstance_C [/Script/HardwareTargeting.HardwareTargetingSettings] TargetedHardwareClass=Desktop diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 0cb4f8c..d4734aa 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -9,5 +9,6 @@ RoomUnit=(X=1000.000000,Y=1000.000000,Z=400.000000) CanLoop=True OcclusionCulling=False OnScreenPrintDebug=False -DrawDebug=False +DrawDebug=True +DoorOffset=0.025000 diff --git a/Config/steamvr_ue_editor_app.json b/Config/steamvr_ue_editor_app.json index cff9b96..b1653bb 100644 --- a/Config/steamvr_ue_editor_app.json +++ b/Config/steamvr_ue_editor_app.json @@ -2,7 +2,7 @@ "source": "UE", "applications": [ { - "app_key": "application.generated.ue.bookworm-17735300.ue4editor.exe", + "app_key": "application.generated.ue.bookworm-18319896.ue4editor.exe", "launch_type": "url", "url": "steam://launch/", "action_manifest_path": "P:/UnrealProjects/BookWorm/Config/SteamVRBindings/steamvr_manifest.json", @@ -10,7 +10,7 @@ { "en_us": { - "name": "BookWorm-17735300 [UE Editor]" + "name": "BookWorm-18319896 [UE Editor]" } } } diff --git a/Content/InteractionCurves/PickupBook.uasset b/Content/InteractionCurves/PickupBook.uasset index 99e0d25..9bfd600 100644 --- a/Content/InteractionCurves/PickupBook.uasset +++ b/Content/InteractionCurves/PickupBook.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d94ba4ce0f78decc297d1967fd5fd62b651b8d136b94056ac8b3f8fe29b58ab +oid sha256:4c7a71a8a953af4c72830e09140b0c2acccd8d5cd609b3d334e95ff0813c780f size 1713 diff --git a/Content/MainLevels/D_ShopRoom.uasset b/Content/MainLevels/D_ShopRoom.uasset new file mode 100644 index 0000000..7d139ef --- /dev/null +++ b/Content/MainLevels/D_ShopRoom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bc284d3d0589a5e14f35547d43a0a1ea5a9adc92f1d03f100523c8e9f7c8f6 +size 2160 diff --git a/Content/MainLevels/DevLands/SingleRooms/DevLands_Start.umap b/Content/MainLevels/DevLands/SingleRooms/DevLands_Start.umap index 5a479ca..be8ebba 100644 --- a/Content/MainLevels/DevLands/SingleRooms/DevLands_Start.umap +++ b/Content/MainLevels/DevLands/SingleRooms/DevLands_Start.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b3246a12024bdca82ff0924c96bccdef5b82fa217df44648cc8d88026b9eabc -size 114085 +oid sha256:164454c1dc36bceea98288a61e6c01be0644f12bb0518ad8f67e9877b78e154c +size 116505 diff --git a/Content/MainLevels/MainLevel.umap b/Content/MainLevels/MainLevel.umap index e2ba33d..971f9ac 100644 --- a/Content/MainLevels/MainLevel.umap +++ b/Content/MainLevels/MainLevel.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5216b7cfbf070d0a577b9ae25e505bf7a630bd19c0768482c039761bb5c46af0 -size 52686 +oid sha256:96d8a66a6b432d99750c2648560ad36feba8f40ad654c68ee7f0743f10a2ead7 +size 53232 diff --git a/Content/MainLevels/MainLevel_BuiltData.uasset b/Content/MainLevels/MainLevel_BuiltData.uasset index 30b098d..d783378 100644 --- a/Content/MainLevels/MainLevel_BuiltData.uasset +++ b/Content/MainLevels/MainLevel_BuiltData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a252754c9a9ab9d30fc6bdf14f8e118d534ad52b547eabb4d36b1de1a65846b8 +oid sha256:227285680dcb29d13f5439236d688ecef2cba58d88d467166712b5359f58d3fe size 36275 diff --git a/Content/MainLevels/Modeling.umap b/Content/MainLevels/Modeling.umap new file mode 100644 index 0000000..1e6f7aa --- /dev/null +++ b/Content/MainLevels/Modeling.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a18daef5ca76fd7882648b50d4c711538689bbc74d8ac4716446b4784c6be8d +size 33327 diff --git a/Content/MainLevels/ShopRoom.umap b/Content/MainLevels/ShopRoom.umap new file mode 100644 index 0000000..0f5ecfe --- /dev/null +++ b/Content/MainLevels/ShopRoom.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d3c7fad3df839e33130248e5e459e2443b7d25b2feb9be4fff9969f42c523d +size 83573 diff --git a/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_1.uasset b/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_1.uasset new file mode 100644 index 0000000..3629561 --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0e5bc34bae3c76040f3fe0733da0989338b5e61de80fcfc6a66539f8c7ce9c +size 2452 diff --git a/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_2.uasset b/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_2.uasset new file mode 100644 index 0000000..301e59f --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b009d872d0caf4ec54ff2b772845dec7e06ac38d9e5dee0f95fd4ab8bd50bd7 +size 2452 diff --git a/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_3.uasset b/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_3.uasset new file mode 100644 index 0000000..4f1202b --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f149a42f19cdc821b5c66a7af3c18d4ad618b9c7127974caaa770fd7599a6c86 +size 2452 diff --git a/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_4.uasset b/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_4.uasset new file mode 100644 index 0000000..759cad1 --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/D_SmallLibrary_Corner_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746b28e1def92b8e59d638905f1a4e6811317b2a36413a1a8b20a08b310db15a +size 2452 diff --git a/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_1.umap b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_1.umap new file mode 100644 index 0000000..77de6e7 --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_1.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cd93f508ba5270f4b05601d0458db34492d170323189473eedb4643d6d4a66 +size 73795 diff --git a/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_1_BuiltData.uasset b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_1_BuiltData.uasset new file mode 100644 index 0000000..8aa9310 --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_1_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67be35a628a346e91fad02a37e9d105b23082ee5aabc67064c8691cc0e287fa6 +size 273903 diff --git a/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_2.umap b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_2.umap new file mode 100644 index 0000000..761ad0d --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_2.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08c159fa866115990556c3b581c1ba798ec416cfc4a696ad527cacb36c61e3a +size 91159 diff --git a/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_2_BuiltData.uasset b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_2_BuiltData.uasset new file mode 100644 index 0000000..f0b6ffc --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_2_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e85bc92d7d4cdff1e72867e3950ce0f344ff83b0ba8c3fdbcf987725072ca3e +size 548415 diff --git a/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_3.umap b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_3.umap new file mode 100644 index 0000000..90cbab6 --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_3.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202a2b7c5a38a2a1f58e9a1389b9ea6e04ee8e426ae0cea8c7ffcb3a9d6a7a2c +size 333933 diff --git a/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_3_BuiltData.uasset b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_3_BuiltData.uasset new file mode 100644 index 0000000..e1fb04c --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_3_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6f0a9e1fc03f2a298aa4268a98f1c3102a4889e3647158f99509be8c608a36 +size 265185 diff --git a/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_4.umap b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_4.umap new file mode 100644 index 0000000..d3d936e --- /dev/null +++ b/Content/MainLevels/TheLibrary/Corners/SmallLibrary_Corner_4.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230c7bbf9156f43edd23b290f91ce8e54594f8a5b4fe138a69a8a41bed5d934d +size 502067 diff --git a/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_Corner_1.uasset b/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_Corner_1.uasset new file mode 100644 index 0000000..9fc471a --- /dev/null +++ b/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_Corner_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5c715aee417cf3758c4d78910ae53b1ca571afa82487cb85172561e38e3b8f +size 1634 diff --git a/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_1.uasset b/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_1.uasset new file mode 100644 index 0000000..9fb9277 --- /dev/null +++ b/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ff4a21e1b9c0032f9078903583d136084dc82d00b570dee0f2703529a1e7e9 +size 2413 diff --git a/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_2.uasset b/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_2.uasset new file mode 100644 index 0000000..7e0a14f --- /dev/null +++ b/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61980e64cfe21f8b3d4f4a89f79e66327a0e7d63e02da165b4c5806b4ffeee4e +size 1622 diff --git a/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_3.uasset b/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_3.uasset new file mode 100644 index 0000000..5f2bf9b --- /dev/null +++ b/Content/MainLevels/TheLibrary/I_Rooms/D_SmallLibrary_I_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1005edf7b76bafae5a2962e05cb92b624edf72eb142ec5381c55bbecb3135afd +size 2413 diff --git a/Content/MainLevels/TheLibrary/I_Rooms/SmallLibrary_I_1.umap b/Content/MainLevels/TheLibrary/I_Rooms/SmallLibrary_I_1.umap new file mode 100644 index 0000000..0bcd69b --- /dev/null +++ b/Content/MainLevels/TheLibrary/I_Rooms/SmallLibrary_I_1.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3821d4c159db5806bbac77d5ad746e9d6b0474aa70354e943a196a8def3be265 +size 175715 diff --git a/Content/MainLevels/TheLibrary/I_Rooms/SmallLibrary_I_3.umap b/Content/MainLevels/TheLibrary/I_Rooms/SmallLibrary_I_3.umap new file mode 100644 index 0000000..39af96e --- /dev/null +++ b/Content/MainLevels/TheLibrary/I_Rooms/SmallLibrary_I_3.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066f42e47e93fcc6b5f722de6e6aad4b248f2303a38f6c3074ef0e21f1d7428c +size 179205 diff --git a/Content/MainLevels/TheLibrary/SingleRooms/D_SmallLibrary_S_1.uasset b/Content/MainLevels/TheLibrary/SingleRooms/D_SmallLibrary_S_1.uasset new file mode 100644 index 0000000..231c7f4 --- /dev/null +++ b/Content/MainLevels/TheLibrary/SingleRooms/D_SmallLibrary_S_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df9c47a8adda3a9edfbabc5fa4d028d2eb1f7481b25f0ce2e10558908d701ab +size 1597 diff --git a/Content/MainLevels/TheLibrary/Stairways/D_SmallLibrary_S_1.uasset b/Content/MainLevels/TheLibrary/Stairways/D_SmallLibrary_S_1.uasset new file mode 100644 index 0000000..3b989f0 --- /dev/null +++ b/Content/MainLevels/TheLibrary/Stairways/D_SmallLibrary_S_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1429462b1e7cf6b81adb4daeccf1340fdcc23adeade029d15d47b4c15421e98 +size 2859 diff --git a/Content/MainLevels/TheLibrary/Stairways/SmallLibrary_S_1.umap b/Content/MainLevels/TheLibrary/Stairways/SmallLibrary_S_1.umap new file mode 100644 index 0000000..67a66d7 --- /dev/null +++ b/Content/MainLevels/TheLibrary/Stairways/SmallLibrary_S_1.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3a1272b2e5747beba6847e116143f5151620bb319743158e3c232e482f45ef +size 1212830 diff --git a/Content/MainLevels/TheLibrary/Stairways/SmallLibrary_S_1_BuiltData.uasset b/Content/MainLevels/TheLibrary/Stairways/SmallLibrary_S_1_BuiltData.uasset new file mode 100644 index 0000000..ddc5d25 --- /dev/null +++ b/Content/MainLevels/TheLibrary/Stairways/SmallLibrary_S_1_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef9e40bf1cf29733a75ba9b6e32cef0062a3bf5cbfe8e8365e9957072d84e80 +size 1397220 diff --git a/Content/Materials/Book/CoverImages/MasterCover.uasset b/Content/Materials/Book/CoverImages/MasterCover.uasset index 75b3a1d..1ba7687 100644 --- a/Content/Materials/Book/CoverImages/MasterCover.uasset +++ b/Content/Materials/Book/CoverImages/MasterCover.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb20390237b1c7bb06b9986d70f2b26729cbf4b31acd324c2ba199295531490a -size 139236 +oid sha256:b66721c7e7db370a8cd79213b2951ad7c006ffd87b3d6fae2643e73d704f8c6f +size 32426 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_Color.jpg b/Content/Materials/Textures/Wood/Wood051_8K_Color.jpg new file mode 100644 index 0000000..375dfda --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_Color.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f76cedefe0c0e15e5bb99ca6818f43a7fc9a93b4f6fcda764124a71c4cdb686 +size 35613784 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_Color.uasset b/Content/Materials/Textures/Wood/Wood051_8K_Color.uasset new file mode 100644 index 0000000..9e0a6b1 --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfde7f2cf7c646d66aaf0c87cb57f62138e8a20adb24ba87cb028fc3d9fc496e +size 96080848 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_Displacement.jpg b/Content/Materials/Textures/Wood/Wood051_8K_Displacement.jpg new file mode 100644 index 0000000..7effe9a --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_Displacement.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468e55e8387a2e4201e9130a40111fb388fc20dc5a1eea3dcb6b3e86cd423227 +size 18939927 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_Displacement.uasset b/Content/Materials/Textures/Wood/Wood051_8K_Displacement.uasset new file mode 100644 index 0000000..9e9a695 --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_Displacement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff3a9cebaed2888aaec30961b3ac4e00b6410945bf94d32fb368e4f29483c13 +size 25899254 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_NormalDX.jpg b/Content/Materials/Textures/Wood/Wood051_8K_NormalDX.jpg new file mode 100644 index 0000000..8f1deb3 --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_NormalDX.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813d4e5ca456fbf64705b5cb7e0a14489b52e2ec58a988f228036c5552bd971a +size 89038445 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_NormalDX.uasset b/Content/Materials/Textures/Wood/Wood051_8K_NormalDX.uasset new file mode 100644 index 0000000..9beb895 --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb6d3e80ccf1d7091ad504416b4c3304c538dcffb7e766a795a0a7d6346f626 +size 132516961 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_NormalGL.jpg b/Content/Materials/Textures/Wood/Wood051_8K_NormalGL.jpg new file mode 100644 index 0000000..58a0273 --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_NormalGL.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b71d0fca297c2f79b512fa9fd2b80afda7338abe7bc7dbf526901a9feaaeaf +size 93508438 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_NormalGL.uasset b/Content/Materials/Textures/Wood/Wood051_8K_NormalGL.uasset new file mode 100644 index 0000000..72b9e77 --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_NormalGL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7147d12129a68786e64d5ee282930108a3316720620666178090c5256ea431 +size 137305285 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_Roughness.jpg b/Content/Materials/Textures/Wood/Wood051_8K_Roughness.jpg new file mode 100644 index 0000000..520b066 --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_Roughness.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7633c39b1ffcb67455b80551a7daf717e0f4e00d7bbca5d68cfddfe480c2c766 +size 27876220 diff --git a/Content/Materials/Textures/Wood/Wood051_8K_Roughness.uasset b/Content/Materials/Textures/Wood/Wood051_8K_Roughness.uasset new file mode 100644 index 0000000..11c7814 --- /dev/null +++ b/Content/Materials/Textures/Wood/Wood051_8K_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5309b0ff73b4526c548337b43fffcba59c46adb314bf2d0c2671cbf514b51ae +size 35148090 diff --git a/Content/Materials/Textures/border.jpg b/Content/Materials/Textures/border.jpg new file mode 100644 index 0000000..f8616fa --- /dev/null +++ b/Content/Materials/Textures/border.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746fab8f8c0f8307f436b31e1a3c587974d7410dfba68b6fca26e0de53aea859 +size 60304 diff --git a/Content/Materials/Textures/border.uasset b/Content/Materials/Textures/border.uasset new file mode 100644 index 0000000..72a06e9 --- /dev/null +++ b/Content/Materials/Textures/border.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe961602cc28836a6e79e1ea9505d5d7370f032626a4f9dd9c10847206f5758d +size 8676 diff --git a/Content/Materials/Textures/crosshair.png b/Content/Materials/Textures/crosshair.png new file mode 100644 index 0000000..7ce7559 --- /dev/null +++ b/Content/Materials/Textures/crosshair.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6a4c64a57892a726af068fba993260f32d79728d8bbbefff8f0ea2ebe045a0 +size 133696 diff --git a/Content/Materials/Textures/crosshair.uasset b/Content/Materials/Textures/crosshair.uasset new file mode 100644 index 0000000..016d518 --- /dev/null +++ b/Content/Materials/Textures/crosshair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c97fb8ed59ded013ab1663969f6e556de0d41f161939538547bb52ec1a4514 +size 214675 diff --git a/Content/Materials/Textures/noise.png b/Content/Materials/Textures/noise.png new file mode 100644 index 0000000..e76368b --- /dev/null +++ b/Content/Materials/Textures/noise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d0a09f31f59d4d2deedf343c55dc5a0a5ec3387018cbb2925d423d9cdf3ba4 +size 12444488 diff --git a/Content/Materials/Textures/noise.uasset b/Content/Materials/Textures/noise.uasset new file mode 100644 index 0000000..bf7c8e5 --- /dev/null +++ b/Content/Materials/Textures/noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a16073184a54e54113fad425cf46aa3db052f3ef040b218f0072f3628cf03d2 +size 6767187 diff --git a/Content/Materials/Wood.uasset b/Content/Materials/Wood.uasset new file mode 100644 index 0000000..9b17835 --- /dev/null +++ b/Content/Materials/Wood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c177a10f2b92b75e618ea30f3d2423c6eec60fa1e3078eed6e9e039c0eb3ba2 +size 130829 diff --git a/Content/Materials/door.uasset b/Content/Materials/door.uasset index 04ea418..3f5fc89 100644 --- a/Content/Materials/door.uasset +++ b/Content/Materials/door.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdd8b0362a958e164a9d7319932143f6cd38fe672fd80b82dc7ff5eb6a82be40 -size 99067 +oid sha256:6873e4dea1a693b9dd23a93589ce7f0fa4b9c694513ca6ee5098ed1d1918665a +size 99120 diff --git a/Content/Materials/metal.uasset b/Content/Materials/metal.uasset index 7edb42b..264db61 100644 --- a/Content/Materials/metal.uasset +++ b/Content/Materials/metal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d198da5b0a39bc731175cc0dc5b92d6dec5025bf27119f39e534218aabdd16a7 -size 98046 +oid sha256:4e77a66899556547a6c1cac0f3d8d54f67acb313a7bb92f1ec836c348501660c +size 98324 diff --git a/Content/Materials/rope.uasset b/Content/Materials/rope.uasset index f4acf34..3abf7b0 100644 --- a/Content/Materials/rope.uasset +++ b/Content/Materials/rope.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c05d308632564e32a89b69d1a84ebb0845ca8ae20c2f86fe66b8fe237b6cd63 -size 105186 +oid sha256:72efe7511e8ee47c5312cae6bb1858d814264a28b78b6155144083f30ec527d0 +size 133452 diff --git a/Content/Materials/rope_2.uasset b/Content/Materials/rope_2.uasset new file mode 100644 index 0000000..77145f9 --- /dev/null +++ b/Content/Materials/rope_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2d8434ff9a41727bb35f92421be10830349f65f7892015368ff64ecea149f0 +size 107534 diff --git a/Content/UI/Ingame/Crosshair.uasset b/Content/UI/Ingame/Crosshair.uasset index d9ede3c..a3cfc1a 100644 --- a/Content/UI/Ingame/Crosshair.uasset +++ b/Content/UI/Ingame/Crosshair.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c5190643588852d6a87bf6942f1ade8ac17f6c32058c05d730603b98beb3533 -size 21847 +oid sha256:b4f2559ac8fbe07bf4d15830a365c09fdb7fe9c205c707904d90ab1059f4758c +size 22335 diff --git a/Content/UI/Ingame/InteractionTimer.uasset b/Content/UI/Ingame/InteractionTimer.uasset index 4c33876..e5dfcf7 100644 --- a/Content/UI/Ingame/InteractionTimer.uasset +++ b/Content/UI/Ingame/InteractionTimer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee7e97637b341ebce90c393f4da08e4f616b10e79cf83ff3dac6305279edb15d -size 38615 +oid sha256:435d4d808ca21da12ce20f8a2e303e424b98ab82e53184e98c69beb743631fcf +size 47804 diff --git a/Content/UI/Ingame/LoadingScreen.uasset b/Content/UI/Ingame/LoadingScreen.uasset index 507eeaf..8d23d06 100644 --- a/Content/UI/Ingame/LoadingScreen.uasset +++ b/Content/UI/Ingame/LoadingScreen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6703e375f25c4d122ddecaf94ac299380bf3388ec1508862db671598adacd840 -size 26705 +oid sha256:fc6160c7d9dc9e7d319abe82533d63baad1b1838fd62100f152fa571a96c08d1 +size 77916 diff --git a/Content/UI/Ingame/Ui_Material/GeneratorBar.uasset b/Content/UI/Ingame/Ui_Material/GeneratorBar.uasset new file mode 100644 index 0000000..170e321 --- /dev/null +++ b/Content/UI/Ingame/Ui_Material/GeneratorBar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621ba5bc8f5e571e6020b4135a6be2bfdf814e1d5d451b7b99bd8c5a8fabcb38 +size 11370 diff --git a/Content/UI/Ingame/Ui_Material/LoadingBar.uasset b/Content/UI/Ingame/Ui_Material/LoadingBar.uasset new file mode 100644 index 0000000..129acb9 --- /dev/null +++ b/Content/UI/Ingame/Ui_Material/LoadingBar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2533f3e92d4126ffd5b046c74cccd7cf7796408b6e53310a9728f294aa3201 +size 108142 diff --git a/Content/UI/Ingame/Ui_Material/LoadingBarInside.uasset b/Content/UI/Ingame/Ui_Material/LoadingBarInside.uasset new file mode 100644 index 0000000..c8bba6b --- /dev/null +++ b/Content/UI/Ingame/Ui_Material/LoadingBarInside.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0631619c1b2eabe89cafe7602a76b0f3d2c7450ccd57cfd187b16bc66f9853f7 +size 119095 diff --git a/Content/blueprints/BP_Dungeon.uasset b/Content/blueprints/BP_Dungeon.uasset index 7a68e7b..b476ae8 100644 --- a/Content/blueprints/BP_Dungeon.uasset +++ b/Content/blueprints/BP_Dungeon.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:344cca873a12ea5b7363e6a2eb61be33bc31f2813c7b79bdcc83cda3b723aa55 -size 356691 +oid sha256:282c807a3b4fb0a941a2670ee3e083b750303bf8eefb7636f3718fab70d60fb6 +size 411873 diff --git a/Content/blueprints/BP_Exit.uasset b/Content/blueprints/BP_Exit.uasset index 7e079e6..edbe335 100644 --- a/Content/blueprints/BP_Exit.uasset +++ b/Content/blueprints/BP_Exit.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04aa9fa082327eb5d6c3adeb3cb61ecd77459339467856aa833dacc67a752687 -size 2084 +oid sha256:0a5f806876f9b2e23691653267d08783f89fdc0590cbb3ec69ca3a157094829e +size 2108 diff --git a/Content/blueprints/BP_Maincharacter.uasset b/Content/blueprints/BP_Maincharacter.uasset index 3eea2e8..487ab3a 100644 --- a/Content/blueprints/BP_Maincharacter.uasset +++ b/Content/blueprints/BP_Maincharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50833401b614ac83028798d4fc809d791cdd810cf02ce97504d5fe538f07d986 -size 623452 +oid sha256:c1caa6c4b96863e1218641253f6e44d23ae089a1dfeea66385f33f4bfd00c532 +size 683354 diff --git a/Content/blueprints/Data/LevelData.uasset b/Content/blueprints/Data/LevelData.uasset index 10654fb..9d0a8d8 100644 --- a/Content/blueprints/Data/LevelData.uasset +++ b/Content/blueprints/Data/LevelData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:488f93e39b9d27197c3cd81045ad3210b32ae5fb6db1d58f007242e597697e1f -size 6098 +oid sha256:7d4ef70045ee171070c781d15b218fdf8c45eecd4e85514d5d23f3307e6264f0 +size 7376 diff --git a/Content/blueprints/Data/LevelStats.uasset b/Content/blueprints/Data/LevelStats.uasset index 329ebf8..709b418 100644 --- a/Content/blueprints/Data/LevelStats.uasset +++ b/Content/blueprints/Data/LevelStats.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8c1fa0e7c75d462b5ed7c807490540179d09f9dfe014fd5980855252f9d2d3b -size 17248 +oid sha256:c34233bb0ae8cc07a01a7ccbba54ac8854f7ee252417a52a6d29a9da8753506e +size 18461 diff --git a/Content/blueprints/Decor/Torch.uasset b/Content/blueprints/Decor/Torch.uasset new file mode 100644 index 0000000..982a62c --- /dev/null +++ b/Content/blueprints/Decor/Torch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa56cd9baebb8df994e074a6a96264e30ed09110e80663dfab6120ffdf64338e +size 107012 diff --git a/Content/blueprints/Gameplay/BPBookShelf.uasset b/Content/blueprints/Gameplay/BPBookShelf.uasset index a6a2452..7e0af2d 100644 --- a/Content/blueprints/Gameplay/BPBookShelf.uasset +++ b/Content/blueprints/Gameplay/BPBookShelf.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d54579f0ebf4f43cf063aaa1a0d25eecd9b92aa750abe8749fffb5ec249880e -size 319239 +oid sha256:9e3f061d7854b25ff4abb5e8866de0c0f5585d001f675434eb896b6d2e07dae9 +size 309068 diff --git a/Content/blueprints/Gameplay/BP_CollectableBook.uasset b/Content/blueprints/Gameplay/BP_CollectableBook.uasset index 76dc45f..32b4eb7 100644 --- a/Content/blueprints/Gameplay/BP_CollectableBook.uasset +++ b/Content/blueprints/Gameplay/BP_CollectableBook.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dedb92f81af1fffafb81621489efc39de4b4b6faba03652731759c40f9e51d13 -size 352496 +oid sha256:11adcda7f72c66ae9ccab2c07212df15163c7a7303c7b3a2363f9f18c72a35e4 +size 386909 diff --git a/Content/blueprints/Gameplay/BP_Exit.uasset b/Content/blueprints/Gameplay/BP_Exit.uasset deleted file mode 100644 index b42d061..0000000 --- a/Content/blueprints/Gameplay/BP_Exit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:732d388216d05ebe0e88f1378ecad9d55546a7c07148a18bcfbbbb78576df7ee -size 176756 diff --git a/Content/blueprints/Gameplay/Exits/BP_Exit.uasset b/Content/blueprints/Gameplay/Exits/BP_Exit.uasset new file mode 100644 index 0000000..22c7028 --- /dev/null +++ b/Content/blueprints/Gameplay/Exits/BP_Exit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c68c2b4faf112add4194fe2cc2bf4f575540bf288b5a64e0f6c005205307b55 +size 183219 diff --git a/Content/blueprints/Global/BP_Gamemode.uasset b/Content/blueprints/Global/BP_Gamemode.uasset index 7fc2265..d7b2d8b 100644 --- a/Content/blueprints/Global/BP_Gamemode.uasset +++ b/Content/blueprints/Global/BP_Gamemode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd18a66e367259ee0fb9b2627b2a590f4fe93e845aa3f152362c1d608f6d6ea2 -size 19106 +oid sha256:3dc9496c38c1764151787b8659e1252425eb427d29247dc0acccd0cc088ab20d +size 2228 diff --git a/Content/blueprints/Global/BP_MainInstance.uasset b/Content/blueprints/Global/BP_MainInstance.uasset new file mode 100644 index 0000000..5e1caae --- /dev/null +++ b/Content/blueprints/Global/BP_MainInstance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bdd029b3cf096b7bc38a5c1238926b5f878c1acebd8329bc0130455102541c +size 74663 diff --git a/Content/blueprints/Global/BP_MainState.uasset b/Content/blueprints/Global/BP_MainState.uasset index e143956..5584670 100644 --- a/Content/blueprints/Global/BP_MainState.uasset +++ b/Content/blueprints/Global/BP_MainState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ccfbd11c15006cefebf409e636a159776caa41d6665b6d2571a94615ceb1610 -size 62361 +oid sha256:08f920a9299f2598ea9d42f58b436a99a2a7e9b5f470403161b9a7b4e763cbc2 +size 14522 diff --git a/Content/blueprints/Global/BP_Mainmode.uasset b/Content/blueprints/Global/BP_Mainmode.uasset new file mode 100644 index 0000000..87d0457 --- /dev/null +++ b/Content/blueprints/Global/BP_Mainmode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1175a29ea73359d745c17ed7c5d47ad8c230de2f0fddd3585646b8cb33b08745 +size 19289 diff --git a/Content/models/torch.uasset b/Content/models/torch.uasset new file mode 100644 index 0000000..92b38e3 --- /dev/null +++ b/Content/models/torch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7131db9fcc54d67a8ca7143821f8a7b1da8f0b412a9198cf1428f44d9e45854 +size 90731