From 5b63d14d88cd3a282f24ccb1e58014a2a419fcc0 Mon Sep 17 00:00:00 2001 From: LOUIS HORNE Date: Fri, 26 Jan 2024 18:52:17 +0000 Subject: [PATCH] added door frame sttarted replacing walls with modular kit --- .../Content/Assets/Objects/Tutorial-Level/DoorFrame.uasset | 3 +++ .../Textures/DoorFrame/Frame_low_DoorFrame_BaseColor.uasset | 3 +++ .../Textures/DoorFrame/Frame_low_DoorFrame_Normal.uasset | 3 +++ .../Frame_low_DoorFrame_OcclusionRoughnessMetallic.uasset | 3 +++ .../Tutorial-Level/Textures/DoorFrame/M_DoorFrame.uasset | 3 +++ .../FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset | 4 ++-- EndlessVendetta/Content/Levels/Apartment_hit.umap | 4 ++-- .../Content/StarterContent/Architecture/Floor_400x400.uasset | 2 +- .../Content/StarterContent/Audio/Collapse01.uasset | 4 ++-- .../StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset | 4 ++-- 10 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/DoorFrame.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_Normal.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_OcclusionRoughnessMetallic.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/M_DoorFrame.uasset diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/DoorFrame.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/DoorFrame.uasset new file mode 100644 index 00000000..593155ab --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/DoorFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c578908cc14d1ff8cddf68cf6ec41cc630569fbf6f810f654fbffb7109a5f8d4 +size 29796 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_BaseColor.uasset new file mode 100644 index 00000000..6473e0dc --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247843d01f8be1b0d647a49372a1fe01276f823764d0b9e285e29fae5ac07579 +size 481691 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_Normal.uasset new file mode 100644 index 00000000..daa40dc7 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9deae910bd3154a8545c334d13e5359044ce9d5b9a0547970b25d6d0396fdf +size 1607262 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_OcclusionRoughnessMetallic.uasset new file mode 100644 index 00000000..74770c2a --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/Frame_low_DoorFrame_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844c55e59d814ded847c070eb8e5dae5477db61c60cb4a62a1f17ca24b91ab3b +size 316640 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/M_DoorFrame.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/M_DoorFrame.uasset new file mode 100644 index 00000000..2de71c2e --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/DoorFrame/M_DoorFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28016347c8277940b8c6958005aeb78207be2c7b42439dea51af1c7ba39a5142 +size 12229 diff --git a/EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset b/EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset index 9e824917..cc078950 100644 --- a/EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset +++ b/EndlessVendetta/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c99ec2b828cf671d0d33afa160e745375f0b82d79a8b49f2e9e74c0b68aedd7f -size 76231 +oid sha256:bc93b8260decd80cc65e9b75b277bae54a3ff7fbbe14edeaaf1059f28ec6cfc4 +size 76001 diff --git a/EndlessVendetta/Content/Levels/Apartment_hit.umap b/EndlessVendetta/Content/Levels/Apartment_hit.umap index 85ddfb3a..a3b78a7d 100644 --- a/EndlessVendetta/Content/Levels/Apartment_hit.umap +++ b/EndlessVendetta/Content/Levels/Apartment_hit.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f40619720d881ad1956a1888b5e60a0390ec99ab53ad84b201c2a239d0a5d9b1 -size 264536 +oid sha256:c29278a46414b693b8124df0c46a5c9d4521ea21a93b1500df9041f3eee58b1b +size 306664 diff --git a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset index 7c0fecd0..90c58b4e 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:f2c31f01c3f39dd737942572f50ca36014af30a261fe9ef1f72bc8e527e508b8 +oid sha256:6ac46aed88503f33b8396f9d6b50b197754146a2542c17febbac023182704532 size 14831 diff --git a/EndlessVendetta/Content/StarterContent/Audio/Collapse01.uasset b/EndlessVendetta/Content/StarterContent/Audio/Collapse01.uasset index 5e3ff30e..ffa6b093 100644 --- a/EndlessVendetta/Content/StarterContent/Audio/Collapse01.uasset +++ b/EndlessVendetta/Content/StarterContent/Audio/Collapse01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85c827023ee4b466228ec65e92b4b4a0415a106de041ac1c2cab481a2a5dfa8d -size 348532 +oid sha256:9d4bd362fc54dfb32444f11153f827099620d7e9d10615679bb4a6c551fa41a3 +size 353935 diff --git a/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset index e745e9d0..0f990580 100644 --- a/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset +++ b/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25a2a4fdbaece9785f0166467f454d7b6e230fc1248084e36a7811cfc97899fb -size 66790690 +oid sha256:bc35eb2d43a47427d30aba0196f9eac90d089dd3abca319528c5d25c83510d0d +size 72364642