diff --git a/Credits.txt b/Credits.txt index 583bd35..caafba1 100644 --- a/Credits.txt +++ b/Credits.txt @@ -15,4 +15,7 @@ hydrolics_ninja, All samples listed above are recorded for OpenRCT2 and are licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/) -All credits below are licensed from outside sources, all rights reserved. \ No newline at end of file +All credits below are licensed from outside sources, all rights reserved. +cash1.flac - "Cash Register,Sale Sound, old shop.stereo.wav" by "Dan_AudioFile". Edited by "GeneralCamo". Original License: Creative Commons Attribution 4.0 (CC BY 4.0) +brake_fix.flac - Created from multiple samples and edited by "GeneralCamo". Original samples: "HAMMER_2.wav" by "pablodavilla". Original License: Creative Commons Zero (CC0 1.0). "Hammer and anvil" by "Duasun". Original License: Creative Commons Zero (CC0 1.0) +dinghy_slide.flac - "Mountain River.wav" by "tosha73". Edited by "GeneralCamo". Original License: Creative Commons Attribution 4.0 (CC BY 4.0) \ No newline at end of file diff --git a/openrct2.sound/openrct2.sound.json b/openrct2.sound/openrct2.sound.json index e5b7cc3..6f4fc7a 100644 --- a/openrct2.sound/openrct2.sound.json +++ b/openrct2.sound/openrct2.sound.json @@ -10,7 +10,9 @@ "samples/click_out.flac", "$[0..3]", "samples/scream_el_zadra.flac", - "$[0..6]", + "$[0..2]", + "samples/buy1.flac", + "$[0..3]", "samples/train_whistle_1_cp_railroad.flac", "samples/train_whistle_depart_cp_railroad.flac", "$[0..1]", @@ -20,9 +22,11 @@ "samples/rain.flac", "samples/thunder_3.flac", "samples/thunder_4.flac", - "$[0..1]", + "$[0..0]", + "samples/dinghy_slide.flac", "samples/pop.flac", - "$[0..1]", + "SoundFX/brake_fix.flac" + "$[0..0]", "samples/flush.flac", "samples/click_in.flac", "$[0..0]", diff --git a/openrct2.sound/samples/brake_fix.flac b/openrct2.sound/samples/brake_fix.flac new file mode 100644 index 0000000..e083752 Binary files /dev/null and b/openrct2.sound/samples/brake_fix.flac differ diff --git a/openrct2.sound/samples/cash1.flac b/openrct2.sound/samples/cash1.flac new file mode 100644 index 0000000..1e16f0a Binary files /dev/null and b/openrct2.sound/samples/cash1.flac differ diff --git a/openrct2.sound/samples/dinghy_slide.flac b/openrct2.sound/samples/dinghy_slide.flac new file mode 100644 index 0000000..f2c0467 Binary files /dev/null and b/openrct2.sound/samples/dinghy_slide.flac differ