From ee339fc71b9ff318c73ad6393612569e6d8b9f8b Mon Sep 17 00:00:00 2001 From: KACPER Szelest Date: Thu, 1 Dec 2022 17:15:02 +0000 Subject: [PATCH 1/6] Added cave ambience asset I have added a file that I can loop to create a sense of dread and horror. It is loopable. --- Content/Music/Cave_Background_Ambience.uasset | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Content/Music/Cave_Background_Ambience.uasset diff --git a/Content/Music/Cave_Background_Ambience.uasset b/Content/Music/Cave_Background_Ambience.uasset new file mode 100644 index 0000000..b1dbaf7 --- /dev/null +++ b/Content/Music/Cave_Background_Ambience.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e645c8b4360c054233a07c190a1611335771b255d246bb54415d2f2c81367e9e +size 5367228 From e2cfb63ff9674facd6c8b6587cccdcf369ac999e Mon Sep 17 00:00:00 2001 From: KACPER Szelest Date: Thu, 1 Dec 2022 17:23:32 +0000 Subject: [PATCH 2/6] Added background ambience I've added the background ambience into the game and made it loop. --- Content/Levels/Prototype.umap | 4 ++-- Content/Music/Cave_Background_Ambience_Cue.uasset | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Content/Music/Cave_Background_Ambience_Cue.uasset diff --git a/Content/Levels/Prototype.umap b/Content/Levels/Prototype.umap index 131ae62..13f0914 100644 --- a/Content/Levels/Prototype.umap +++ b/Content/Levels/Prototype.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f10e56fb56921c8a35ef5bfd80cc844f1c7f20cbab65862f8b8c2aca99c8853 -size 67558 +oid sha256:351a86ca049050dd135cd6bb10f8e18dcc64a365b15bf5f956692b0d9c10566a +size 68681 diff --git a/Content/Music/Cave_Background_Ambience_Cue.uasset b/Content/Music/Cave_Background_Ambience_Cue.uasset new file mode 100644 index 0000000..0ccd10d --- /dev/null +++ b/Content/Music/Cave_Background_Ambience_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e339227557fac1bbab052326bf315c5b24bd6dd6059cfbbca3ea60e3900aa58 +size 5535 From ad1aa0c50bedfa90226b3d53ff66df5787cd58c3 Mon Sep 17 00:00:00 2001 From: KACPER Szelest Date: Thu, 1 Dec 2022 17:26:37 +0000 Subject: [PATCH 3/6] Added Wind and rope sound effect I have added the wind and rope sound effect into the game files and created a sound cue for them. --- Content/Music/Wind_and_Rope.uasset | 3 +++ Content/Music/Wind_and_Rope_Cue.uasset | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Content/Music/Wind_and_Rope.uasset create mode 100644 Content/Music/Wind_and_Rope_Cue.uasset diff --git a/Content/Music/Wind_and_Rope.uasset b/Content/Music/Wind_and_Rope.uasset new file mode 100644 index 0000000..c5a6b66 --- /dev/null +++ b/Content/Music/Wind_and_Rope.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d88d13c23d5abf062a6b810a0b06222cee0f033f78760c7877ee084e16f67a4 +size 11171728 diff --git a/Content/Music/Wind_and_Rope_Cue.uasset b/Content/Music/Wind_and_Rope_Cue.uasset new file mode 100644 index 0000000..73335b1 --- /dev/null +++ b/Content/Music/Wind_and_Rope_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2148efa190ab00345e7504cf53e14373bb328148c349101c98c37099f4ff1a +size 4177 From 15ad639b845c9acbe850dad191503f314966896c Mon Sep 17 00:00:00 2001 From: KACPER Szelest Date: Thu, 1 Dec 2022 17:38:16 +0000 Subject: [PATCH 4/6] Added Wind and Rope sound into the level I've added the Wind and Rope sound into the prototype level and made it play based on player characters distance from the noise object. --- Content/Levels/Prototype.umap | 4 ++-- Content/Music/Wind_and_Rope_Cue.uasset | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Content/Levels/Prototype.umap b/Content/Levels/Prototype.umap index 13f0914..8a4369d 100644 --- a/Content/Levels/Prototype.umap +++ b/Content/Levels/Prototype.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:351a86ca049050dd135cd6bb10f8e18dcc64a365b15bf5f956692b0d9c10566a -size 68681 +oid sha256:74b491b70c805042fa1e279a532d904153bc4f04d0edafdb50ed58e9deaa6c19 +size 70068 diff --git a/Content/Music/Wind_and_Rope_Cue.uasset b/Content/Music/Wind_and_Rope_Cue.uasset index 73335b1..573df61 100644 --- a/Content/Music/Wind_and_Rope_Cue.uasset +++ b/Content/Music/Wind_and_Rope_Cue.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f2148efa190ab00345e7504cf53e14373bb328148c349101c98c37099f4ff1a -size 4177 +oid sha256:53a3ec0e8f6ea55ce24d046331a68370592ef574529ea770642f5b5455f46ffa +size 6183 From 28bdc5b3f9979e6d60959b471112ea2fe83eecbb Mon Sep 17 00:00:00 2001 From: KACPER Szelest Date: Thu, 1 Dec 2022 17:52:24 +0000 Subject: [PATCH 5/6] Added soft wind sound effect and cue Added a soft wind sound effect and cue into the files --- Content/Music/Soft_Wind.uasset | 3 +++ Content/Music/Soft_Wind_Cue.uasset | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Content/Music/Soft_Wind.uasset create mode 100644 Content/Music/Soft_Wind_Cue.uasset diff --git a/Content/Music/Soft_Wind.uasset b/Content/Music/Soft_Wind.uasset new file mode 100644 index 0000000..2d3acea --- /dev/null +++ b/Content/Music/Soft_Wind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315d3e2c3cf9da1155439ea62b20de099dbe1628089c5c09efe19c5c2a105bbe +size 6300817 diff --git a/Content/Music/Soft_Wind_Cue.uasset b/Content/Music/Soft_Wind_Cue.uasset new file mode 100644 index 0000000..ded6a4b --- /dev/null +++ b/Content/Music/Soft_Wind_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839908567ddf078aeb2fbea6f883bbe3faae40835aec9eb341b141078da9a391 +size 4203 From 5d9b0b80e5fac3cc8452160c3db7a22273fc4dbf Mon Sep 17 00:00:00 2001 From: KACPER Szelest Date: Thu, 1 Dec 2022 18:02:09 +0000 Subject: [PATCH 6/6] Implamented Soft wind I have implamented the soft wind sound cue to play when a player reaches a certain area --- Content/Levels/Prototype.umap | 4 ++-- Content/Music/Soft_Wind_Cue.uasset | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Content/Levels/Prototype.umap b/Content/Levels/Prototype.umap index 8a4369d..ba34976 100644 --- a/Content/Levels/Prototype.umap +++ b/Content/Levels/Prototype.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74b491b70c805042fa1e279a532d904153bc4f04d0edafdb50ed58e9deaa6c19 -size 70068 +oid sha256:3937ad8ea526eb597410dcc06a0dd02ac929aae7005a95563208f5995e0d68d1 +size 70748 diff --git a/Content/Music/Soft_Wind_Cue.uasset b/Content/Music/Soft_Wind_Cue.uasset index ded6a4b..722fcf6 100644 --- a/Content/Music/Soft_Wind_Cue.uasset +++ b/Content/Music/Soft_Wind_Cue.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:839908567ddf078aeb2fbea6f883bbe3faae40835aec9eb341b141078da9a391 -size 4203 +oid sha256:913bfe8da79df62498b433703f2df20dbed3e962c80e286fa996331a99c80044 +size 6095