

This is accomplished in the same way you get other custom types that don't have a "byName" method (tiles,walls) the sound has to be used by an item or NPC (specified in their. You should be able to call your custom sounds programatically, so you can play them whenever you want. Choose one of the higher options from the list. If the sound is too fast, the sample rate is too low and needs to be raised. In Audacity, this is displayed in the lower left hand corner. If, upon hearing your sound in game, it seems to be playing at the wrong speed (likely too fast) this means you need to adjust the sound's sample rate (also known as 'bit rate').

For the sound played on death, add soundKilledName=mySoundName.For the sound played on hit, add soundHitName=mySoundName.Please note that you should have useSound or useSoundName, but not both.

Do not add ".wav" to the end, "mySoundName" will work, " mySoundName.wav" will not.Open the item's ini file and add the line useSoundName=mySoundName.For the sake of this tutorial, let's assume your file is called "mySoundName.wav" wav" file, otherwise the game will not recognize it! If you are unsure, you should be able to check the encoding and other details in one of the audio programs listed above. They MUST be saved as a " PCM 44,100 kHz 16 -bit Stereo. Next, place the sound effects in this folder. C:\My Documents\My Games\Terraria\ModPacks\\Sound\.In either case, create a folder in the mod folder called "Sound". The very first step, as usual, is to create your mod's folder in the ModPack directory, or alternatively, use an existing mod. If you are creating your own sounds, you will need some form of audio editor.You require at least tConfig v0.17.0 or later, although it is recommended you have the latest version, available here: v0.38.This tutorial assumes you already know how to work with mods.

This tutorial will cover how to add sound first to an item, and then to an NPC. This tutorial will teach you how to add custom sound effects for items and monsters.
