From 393b01fdcf812647ae74bee38af3327069773094 Mon Sep 17 00:00:00 2001 From: Rafal Swierczek <34179rs@gmail.com> Date: Wed, 18 Oct 2023 21:57:29 +0100 Subject: [PATCH] Implemented Intro Cutscene Stand in Frames (Partially) --- EndlessVendetta/Config/DefaultEngine.ini | 4 ++-- .../TutorialFacility/Checkpoints/CP_IntroCinematic.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF1.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF1.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF10.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF10.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF11.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF11.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF12.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF12.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF13.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF13.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF14.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF14.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF15.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF15.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF16.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF16.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF17.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF17.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF18.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF18.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF19.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF19.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF2.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF2.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF3.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF3.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF4.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF4.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF5.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF5.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF6.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF6.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF7.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF7.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF8.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF8.uasset | 3 +++ .../BountySystem/TutorialFacility/IntroCutscene/IntroF9.jpg | 3 +++ .../TutorialFacility/IntroCutscene/IntroF9.uasset | 3 +++ .../TutorialFacility/IntroCutscene/WBP_IntroCutscene.uasset | 3 +++ .../BountySystem/TutorialFacility/MB_TutorialFacility.uasset | 3 +++ .../TutorialFacility/TrainingFacilityBountyDirector.uasset | 3 +++ EndlessVendetta/Content/Levels/TrainingFacility.umap | 4 ++-- .../Content/StarterContent/Architecture/Floor_400x400.uasset | 4 ++-- 45 files changed, 132 insertions(+), 6 deletions(-) create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/Checkpoints/CP_IntroCinematic.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF1.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF1.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF10.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF10.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF11.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF11.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF12.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF12.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF13.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF13.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF14.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF14.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF15.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF15.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF16.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF16.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF17.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF17.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF18.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF18.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF19.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF19.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF2.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF2.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF3.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF3.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF4.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF4.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF5.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF5.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF6.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF6.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF7.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF7.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF8.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF8.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF9.jpg create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF9.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/WBP_IntroCutscene.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/MB_TutorialFacility.uasset create mode 100644 EndlessVendetta/Content/BountySystem/TutorialFacility/TrainingFacilityBountyDirector.uasset diff --git a/EndlessVendetta/Config/DefaultEngine.ini b/EndlessVendetta/Config/DefaultEngine.ini index ddedfe22..89d6c838 100644 --- a/EndlessVendetta/Config/DefaultEngine.ini +++ b/EndlessVendetta/Config/DefaultEngine.ini @@ -4,7 +4,7 @@ +EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore))) [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/LevelPrototyping/Scenes/TutorialHit.TutorialHit +EditorStartupMap=/Game/Levels/TrainingFacility.TrainingFacility LocalMapOptions= TransitionMap=None bUseSplitscreen=True @@ -13,7 +13,7 @@ ThreePlayerSplitscreenLayout=FavorTop FourPlayerSplitscreenLayout=Grid bOffsetPlayerGamepadIds=False GameInstanceClass=/Script/Engine.GameInstance -GameDefaultMap=/Game/LevelPrototyping/Scenes/TutorialHit.TutorialHit +GameDefaultMap=/Game/Levels/TrainingFacility.TrainingFacility ServerDefaultMap=/Engine/Maps/Entry.Entry GlobalDefaultGameMode=/Game/FirstPerson/GunMechanicWorld.GunMechanicWorld_C GlobalDefaultServerGameMode=None diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/Checkpoints/CP_IntroCinematic.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/Checkpoints/CP_IntroCinematic.uasset new file mode 100644 index 00000000..b5d638b9 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/Checkpoints/CP_IntroCinematic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c89ee76412e363ff4a55dd4056cf3714f5b264df72c784ca63effd18d871f14 +size 57524 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF1.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF1.jpg new file mode 100644 index 00000000..2da0efd2 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e6209982fa8d90b95ddbac1e4005a662c5a6331c9619931f8f953f8fef93dd +size 505928 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF1.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF1.uasset new file mode 100644 index 00000000..b2177ddc --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53ebd68e7f9506f72441ff7e4f4eb6cd0173fbf3802110c30bddde4b31fa6fc +size 520012 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF10.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF10.jpg new file mode 100644 index 00000000..7630befc --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70c0dcccc333e43e723ef5fbe6abd6e09254ce544cb2ced647df871b85088bb +size 180033 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF10.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF10.uasset new file mode 100644 index 00000000..42790fe0 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dfc151f0c43677e9de2950d24dd2a03463ea24a63c8c9aac4cafa523d1012d +size 190048 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF11.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF11.jpg new file mode 100644 index 00000000..211a6d11 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce94e92859f4d3f38b4524959d26ffaee36292eef0ec5bd2d93acc65ec88c80 +size 189799 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF11.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF11.uasset new file mode 100644 index 00000000..b4d02473 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c9345580a99bf8de36edd9f28098fca730f7c3fd342b2d791c0a636e6355d4 +size 199788 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF12.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF12.jpg new file mode 100644 index 00000000..fc1653fa --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad40612c0a6ec1b4422941da055a5e48c5cc1e8940c37967d2ac4e74503bdcea +size 267458 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF12.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF12.uasset new file mode 100644 index 00000000..a09442c9 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d597d5b91326c0a175efa3c642ea9a4e2f55bb744065092d37590b23156f4923 +size 277908 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF13.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF13.jpg new file mode 100644 index 00000000..49fc5a1c --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10efe495ca0136dfb2eabcdd4cb4fd76a81946fe9d127860bf823d496ac194f +size 206195 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF13.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF13.uasset new file mode 100644 index 00000000..708d517e --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2603328b1f01de6de8c0906680326f35de1b922324a9aa7473b83c599cc9f47 +size 215946 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF14.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF14.jpg new file mode 100644 index 00000000..3a19ff04 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f99f0d9581ca0bc2cec663bab828c9d99c6fb1f345301037dfbb4d8a96440e +size 197616 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF14.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF14.uasset new file mode 100644 index 00000000..63006089 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bcc48a1e7c8107bdd704217591310403f0903499e983d35faece67af400ed4 +size 206985 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF15.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF15.jpg new file mode 100644 index 00000000..88d0ca70 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3226503b477885b4be221bcb040d17124a3b27649a150d672aa6322cc768bc5 +size 255456 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF15.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF15.uasset new file mode 100644 index 00000000..4340df4b --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9db6fde65b4d9d8c3af7626669cac93c8e3168378c60a340fb86b058bdad488 +size 265154 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF16.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF16.jpg new file mode 100644 index 00000000..db819407 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e161bdae9612209d94c804472a255d16f3f30d257a7e7b0bdc9b53a3f18fe3 +size 276320 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF16.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF16.uasset new file mode 100644 index 00000000..44578aa8 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd81a0a03247cf81dcfe17491296b05ba896f5e8b50b07754aa825c0c1551f4 +size 287203 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF17.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF17.jpg new file mode 100644 index 00000000..f3fac2b8 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3651fc2c201fbaab5b6470ae0b03eecf0e4a931d8c40cd588f7c730a4a96b0 +size 87428 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF17.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF17.uasset new file mode 100644 index 00000000..30857f89 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be005d4235da60ddec23a4621b384789270b5ac89f7747844ceefc128b0a05b +size 93774 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF18.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF18.jpg new file mode 100644 index 00000000..4385cf5b --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eaadf0aa1ccc154a31da10d5824f0d834ece9189d67d9ffa81534f014ac6c7 +size 212382 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF18.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF18.uasset new file mode 100644 index 00000000..c52b2a26 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa8e41cb4b170f0814cc418dfb62550105d9da89769686724f6385ce8989552 +size 222769 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF19.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF19.jpg new file mode 100644 index 00000000..d5853209 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18c13050885545575822e12278b6e24de4cb6d6f9e998fb868c22d8f83f7688 +size 338154 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF19.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF19.uasset new file mode 100644 index 00000000..b67d8af7 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b727640e47e06e249dd77736808ba5820c89f5f1d423de2bb923d8c77c2dac95 +size 349033 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF2.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF2.jpg new file mode 100644 index 00000000..2ff430ae --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29db786aac1ce176be86878c8fbac89b29b8a2cb6892ce615d2288f6483321c2 +size 500729 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF2.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF2.uasset new file mode 100644 index 00000000..92f49bff --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f186cf66991e564e88ca899c86e8d1a8518b07ba0ed925a6189144f620485a1 +size 514227 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF3.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF3.jpg new file mode 100644 index 00000000..07e5a1ef --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5a3cf86f2c029fe650a153693aba88358495fc6f572cbfc28c6d48c44dac6f +size 214186 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF3.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF3.uasset new file mode 100644 index 00000000..7cfed0e2 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ed19146c886654be53b5ea2a7b715765b9801e4927331da9444334446c746c +size 223740 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF4.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF4.jpg new file mode 100644 index 00000000..3abd1ff3 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0304a498c81f1bf86467882f81480426d8e92126b9036ef0ad5d6947a0ae1acd +size 146352 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF4.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF4.uasset new file mode 100644 index 00000000..7a901ccd --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfaaafad92f8538771abcff8cabd3e7b607b696e56ee6f872859b77a6950b87 +size 154056 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF5.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF5.jpg new file mode 100644 index 00000000..322f1a55 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d48c3431570c7ee4d927c0fbdfd6e3d2def70fa1e2c35a60a9ce039176bed4 +size 187436 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF5.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF5.uasset new file mode 100644 index 00000000..b7986f92 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d171c88ebceda680bc3513fcd67c2393a1e349dd842ff85a33b69554920ca28f +size 196588 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF6.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF6.jpg new file mode 100644 index 00000000..7c33b4b8 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66210f2c9f7916f9419c60772e459eef98c770ecb5ea848aa13b01acead4e56 +size 220680 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF6.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF6.uasset new file mode 100644 index 00000000..f312e19d --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803b48fcdb34bbc29e483f423e66551a54ef96d57b490e8c98f7ff1073a5653c +size 230497 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF7.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF7.jpg new file mode 100644 index 00000000..7447d443 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49abe230a7dac45c574f0876b05b55dfdc195786e8059e99830def819f346bfe +size 223805 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF7.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF7.uasset new file mode 100644 index 00000000..d3017056 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0551a57ef56e61ca73a37aef557a37cb30da491a5aca06613c27c96515ab8ec +size 233924 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF8.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF8.jpg new file mode 100644 index 00000000..89fdcb8b --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee18e65f532253475f415be35b15ec5ca3ebc57f1d1012a7244ea5a0c5e19bb +size 214541 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF8.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF8.uasset new file mode 100644 index 00000000..0a9af385 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a60b8463d88f6f7dc19523390d45d050a8878fcf9c2b45e91f268ee606ab933 +size 224899 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF9.jpg b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF9.jpg new file mode 100644 index 00000000..947fe05f --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd01e970b5e52dd7aa94411a12b24ba5e06df11459e7a7872b565c00bb76fa8 +size 240882 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF9.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF9.uasset new file mode 100644 index 00000000..5e39e587 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/IntroF9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcf5c2f098347d21854e94c5b8002fe717879a7f4e0f17053c5af02e819acdb +size 251526 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/WBP_IntroCutscene.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/WBP_IntroCutscene.uasset new file mode 100644 index 00000000..b64315bf --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/IntroCutscene/WBP_IntroCutscene.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c858ff0027ba68a5a46ea94c22f9aa8ffb5c918fd925d7dedee0663285b31e6 +size 17015 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/MB_TutorialFacility.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/MB_TutorialFacility.uasset new file mode 100644 index 00000000..b1c4ef92 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/MB_TutorialFacility.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31105f41e86fa2a2f7921c640c940139f3ed1720613b723fcd42a8c2f9abf309 +size 14056 diff --git a/EndlessVendetta/Content/BountySystem/TutorialFacility/TrainingFacilityBountyDirector.uasset b/EndlessVendetta/Content/BountySystem/TutorialFacility/TrainingFacilityBountyDirector.uasset new file mode 100644 index 00000000..ba4f67f6 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/TutorialFacility/TrainingFacilityBountyDirector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cf99064b7623a748d250be972c41b82a5abbdf16b677c12d0f77f076b8d208 +size 22391 diff --git a/EndlessVendetta/Content/Levels/TrainingFacility.umap b/EndlessVendetta/Content/Levels/TrainingFacility.umap index a922ae09..98f3829f 100644 --- a/EndlessVendetta/Content/Levels/TrainingFacility.umap +++ b/EndlessVendetta/Content/Levels/TrainingFacility.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e87f12cf0cb5d6772f0c1287907ce497dac824e25a3e2963d9f4ff6e0f412b0 -size 388236 +oid sha256:7f03efd925b9dda1a170748f60cd44b9fc6c3ab8775cd38140ebd1b0812f3cc7 +size 388235 diff --git a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset index 564b7cfc..c2a34afc 100644 --- a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset +++ b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d8f35b2f5215938fc1b3ba8692c25a4d6e303fb425dfc910708df5f23115b20 -size 14831 +oid sha256:4c0ecf0ac0702cc2bd355ec050232a61c49e10f102448efbeb735a51824adef6 +size 14948