{"id":868,"date":"2024-03-01T15:55:39","date_gmt":"2024-03-01T15:55:39","guid":{"rendered":"https:\/\/279n0sbkslf.preview.infomaniak.website\/?page_id=868"},"modified":"2024-03-03T21:28:43","modified_gmt":"2024-03-03T21:28:43","slug":"custom-sounds","status":"publish","type":"page","link":"https:\/\/www.saeder.ch\/index.php\/custom-sounds\/","title":{"rendered":"Custom sounds"},"content":{"rendered":"\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/index.php\/the-world\/\">The World<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/index.php\/friends\/\">Friends<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/index.php\/bestiary\/\">Bestiary<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/index.php\/the-game\/items\/\">Items \/ Recipes<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/index.php\/the-game\/advanced\/\">Advanced<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/index.php\/the-game\/help\/\">Help<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/index.php\/the-game\/Faq\">Faq<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p>You can change the gurgling, burping and other sounds.<\/p>\n\n\n\n<p>To do this, go to the game folder and copy the file <br><em>TheVoreGame_Data\/Assets<\/em>\/<em>Sounds\/<strong>AudioDefault.json<\/strong><\/em> to <br><em>TheVoreGame_Data\/Assets<\/em>\/<em>Sounds\/<strong>AudioCustom.json<\/strong><\/em>.<\/p>\n\n\n\n<p><mark style=\"background-color:rgba(0, 0, 0, 0);color:#fc1414\" class=\"has-inline-color\">TheVoreGame_Data\/Assets\/Sounds\/AudioDefault.json file should not be modified, as it will be replaced each time it is updated, as well as the default audio files.<\/mark><\/p>\n\n\n\n<p>Now we need to edit the AudioCustom.json file. To do this, you can use a text editor, or use an online editor <em>( google json editor online )<\/em><\/p>\n\n\n\n<p>The json file is made up of several sections, each section corresponding to a character\/enemy. There is also a section called &#8216;All&#8217; which corresponds to the default values.<br>You can take a look at the <strong>AudioExample.json<\/strong> file:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>&quot;Example&quot;: {\n      \/* Small burp *\/\n      &quot;Burp0&quot;: [\n        &quot;Sounds\/Burp0_0.wav&quot;,\n        &quot;Sounds\/Burp0_1.wav&quot;,\n        &quot;Sounds\/ArcherFemale\/Burp0_2.ogg&quot;\n      ],\n\n      \/* Burp *\/\n      &quot;Burp1&quot;: [],\n\n      \/* Big burp *\/\n      &quot;Burp2&quot;: [],\n\n      \/* Burp, with animation *\/\n      &quot;Burp3&quot;: [],\n\n      \/* When the belly grows, before burping *\/\n      &quot;GrowGurgle&quot;: [],\n\n      \/* Played all the time, a new sound is started randomly at the end of the previous one.\n         Only one sound is played per container. \n         Order \n           Stomach: Digestion, Alive, Items, Remains\n           Uterus   : Reformation, Alive *\/\n      \/* Gurgles when digesting prey *\/\n      &quot;DigestionStomach&quot;: [],\n\n      \/* Gurgles when digesting prey *\/\n      &quot;DigestionStomach2&quot;: [],\n\n      \/* Gurgles with alive prey in stomach *\/\n      &quot;AliveStomach&quot;: [],\n\n      \/* Gurgles with alive prey in stomach 2 *\/\n      &quot;AliveStomach2&quot;: [],\n\n      \/* Gurgles with alive prey in uterus *\/\n      &quot;ReformationUterus&quot;: [],\n      \n      \/* Gurgles with alive prey in uterus *\/\n      &quot;AliveUterus&quot;: [],\n\n      \/* Gurgles when digesting items *\/\n      &quot;ItemsDigestion&quot;: [],\n\n      \/* Gurgles when digesting remains *\/\n      &quot;RemainsDigestion&quot;: [],\n\n      \/* n\/a *\/\n      &quot;IndigestionVoice&quot;: [],\n      &quot;IndigestionBelly&quot;: [],\n\n      \/* Sound played by the prey when it is in a container *\/\n      \/* Played approximately every 10 seconds. *\/\n      \/* The sounds must not exceed 10 seconds *\/ \n      &quot;IntoEnemy&quot;: [],\n      &quot;IntoFriend&quot;: [],\n      &quot;IntoPlayer&quot;: [],\n      &quot;IntoPnj&quot;: [],\n      &quot;IntoNeutral&quot;: [],\n\n      &quot;IntoEnemyLowLife&quot;: [],\n      &quot;IntoFriendLowLife&quot;: [],\n      &quot;IntoPlayerLowLife&quot;: [],\n      &quot;IntoPnjLowLife&quot;: [],\n      &quot;IntoNeutralLowLife&quot;: [],\n\n      &quot;IntoEnemyNonLethal&quot;: [],\n      &quot;IntoFriendNonLethal&quot;: [],\n      &quot;IntoPlayerNonLethal&quot;: [],\n      &quot;IntoPnjNonLethal&quot;: [],\n      &quot;IntoNeutralNonLethal&quot;: [],\n\n      &quot;IntoEnemyDying&quot;: [],\n      &quot;IntoFriendDying&quot;: [],\n      &quot;IntoPlayerDying&quot;: [],\n      &quot;IntoPnjDying&quot;: [],\n      &quot;IntoNeutralDying&quot;: [],\n\n      \/* Burp volume *\/\n      &quot;VolumeBurp&quot;: 0.3,\n      \n      \/* Into container volume *\/\n      &quot;IntoVolume&quot;: 0.3,\n      \n      \/* Chance to play a sound *\/\n      &quot;IntoChance&quot;: 80,\n\n      \/* If true, indicates that all unspecified values inherit the default values *\/\n      \/* Writing, for example: &quot;IntoNeutralDying&quot;: [] will not inherit the default values. \n         You should put nothing, or: &quot;IntoNeutralDying&quot;: null  *\/\n      &quot;InheritsDefault&quot;: false\n  },<\/code><\/pre><\/div>\n\n\n\n<p>To activate the custom sounds, tick this box in the game menu.<br><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"626\" class=\"wp-image-882\" style=\"width: 800px;\" src=\"http:\/\/www.saeder.ch\/wp-content\/uploads\/2024\/03\/image-1.png\" alt=\"\" srcset=\"https:\/\/www.saeder.ch\/wp-content\/uploads\/2024\/03\/image-1.png 728w, https:\/\/www.saeder.ch\/wp-content\/uploads\/2024\/03\/image-1-300x235.png 300w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/p>\n\n\n\n<p>If the file contains an error, it will be displayed in the console and the default file will be reloaded.<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"55\" class=\"wp-image-883\" style=\"width: 800px;\" src=\"http:\/\/www.saeder.ch\/wp-content\/uploads\/2024\/03\/image-2.png\" alt=\"\" srcset=\"https:\/\/www.saeder.ch\/wp-content\/uploads\/2024\/03\/image-2.png 982w, https:\/\/www.saeder.ch\/wp-content\/uploads\/2024\/03\/image-2-300x21.png 300w, https:\/\/www.saeder.ch\/wp-content\/uploads\/2024\/03\/image-2-768x53.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can change the gurgling, burping and other sounds. To do this, go to the game folder and copy the file TheVoreGame_Data\/Assets\/Sounds\/AudioDefault.json to TheVoreGame_Data\/Assets\/Sounds\/AudioCustom.json. TheVoreGame_Data\/Assets\/Sounds\/AudioDefault.json file should not be modified, as it will be replaced each time it is updated, as well as the default audio files. Now we need [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-868","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.saeder.ch\/index.php\/wp-json\/wp\/v2\/pages\/868","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.saeder.ch\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.saeder.ch\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.saeder.ch\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.saeder.ch\/index.php\/wp-json\/wp\/v2\/comments?post=868"}],"version-history":[{"count":7,"href":"https:\/\/www.saeder.ch\/index.php\/wp-json\/wp\/v2\/pages\/868\/revisions"}],"predecessor-version":[{"id":884,"href":"https:\/\/www.saeder.ch\/index.php\/wp-json\/wp\/v2\/pages\/868\/revisions\/884"}],"wp:attachment":[{"href":"https:\/\/www.saeder.ch\/index.php\/wp-json\/wp\/v2\/media?parent=868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}