diff --git a/face-of-horror/custom_faces/README.txt b/face-of-horror/custom_faces/README.txt new file mode 100644 index 0000000..051901a --- /dev/null +++ b/face-of-horror/custom_faces/README.txt @@ -0,0 +1,17 @@ +Face of Horror custom face textures +================================= + +Add custom jumpscare face textures to this folder. + +Requirements: +- Use .png files only. **IMPORTANT** +- Put the files directly in this folder. +- Use square images when possible (not exclusive), for example 256x256 or 512x512. +- Transparent PNGs are recommended. +- File names can use letters, numbers, spaces, dots, underscores, and dashes. + +After adding, changing, or removing textures while Minecraft is running: +- Press F3+T to reload resources, or +- Open the Face of Horror client config and save it. + +Newly discovered textures are enabled by default in the Textures config section. diff --git a/face-of-horror/custom_faces/ad01.png b/face-of-horror/custom_faces/ad01.png new file mode 100644 index 0000000..a806bf4 Binary files /dev/null and b/face-of-horror/custom_faces/ad01.png differ diff --git a/face-of-horror/custom_faces/clob01.png b/face-of-horror/custom_faces/clob01.png new file mode 100644 index 0000000..dc4a102 Binary files /dev/null and b/face-of-horror/custom_faces/clob01.png differ diff --git a/face-of-horror/custom_faces/morg01.png b/face-of-horror/custom_faces/morg01.png new file mode 100644 index 0000000..df991d7 Binary files /dev/null and b/face-of-horror/custom_faces/morg01.png differ diff --git a/face-of-horror/custom_faces/morg02.png b/face-of-horror/custom_faces/morg02.png new file mode 100644 index 0000000..cd45859 Binary files /dev/null and b/face-of-horror/custom_faces/morg02.png differ diff --git a/face-of-horror/custom_sounds/README.txt b/face-of-horror/custom_sounds/README.txt new file mode 100644 index 0000000..d220903 --- /dev/null +++ b/face-of-horror/custom_sounds/README.txt @@ -0,0 +1,13 @@ +Face of Horror custom sounds +========================== + +Add .ogg files to any sound folder, preferably single channel (Mono): +- ambience: can play as a periodic ambient sound +- face_sounds: can play from a spawned face +- death: can play when a face dies or with a jumpscare screamer type. + +Open the Face of Horror client config to enable or disable individual files. +Newly discovered files are enabled by default. Press F3+T after adding, +changing, or removing files while Minecraft is running. + +Subfolders are supported. Other audio formats are ignored. diff --git a/index.toml b/index.toml index 9ed6790..2283d35 100644 --- a/index.toml +++ b/index.toml @@ -4924,6 +4924,30 @@ hash = "eb04fc4a04127245960a731ed41abefc228b3943ec0ebb0a843fa4148e959c86" file = "defaultconfigs/voltaic.txt" hash = "0a6a23e10c72a7a5bad173d3a8b2e4d5169d4c27548bad02bc16a3ff22ec9ed7" +[[files]] +file = "face-of-horror/custom_faces/README.txt" +hash = "3d9ffa30f7be5a7799cfb2e1012ab2ed7f780937078fda50ad6fe71b46c943ab" + +[[files]] +file = "face-of-horror/custom_faces/ad01.png" +hash = "b8de8573fab27c09c86f5a1561e9cad66be2b40b40862cdf034cf65b296992f7" + +[[files]] +file = "face-of-horror/custom_faces/clob01.png" +hash = "dce9cef30b902fec16e30b6dba6415fc12783cdb51b6e4f1fb3abdaaafd3856f" + +[[files]] +file = "face-of-horror/custom_faces/morg01.png" +hash = "a7936e489bd196f53a4bcf667f57af96ee45d9ffc2e9d417088b4cd481006ce9" + +[[files]] +file = "face-of-horror/custom_faces/morg02.png" +hash = "4ec38ae292eca37ba6c96134967fcddb023e33fd90f1b38f241f17217aefc4a0" + +[[files]] +file = "face-of-horror/custom_sounds/README.txt" +hash = "50c34e0b7ebb395a0314220accee7c764ea9c1a48391f9d7dc9db8a45fb3a9d7" + [[files]] file = "mods/accessories.pw.toml" hash = "dbf33f21250d9021ee1477fa6a32813f3dfad8f2277455176e13b9186d802e6b" diff --git a/pack.toml b/pack.toml index da03a7a..3092e20 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "cb0a537ab8ff37003c5eaa1bd0bc8bf469019da91c1ca2b2efe79cc4d8d90df5" +hash = "f36e255257ff7145e66f11fb6fde97aede6239e47a26948a28d15b0f05d23813" [versions] forge = "47.4.12"