How to make Sounds by Hawt
It's pretty easy to make a sound. But what if you have no idea how? First, making a sound it requires these 2/3 text documents.
DO THIS IN A FOLDER FIRST, NOT A .ZIPMake sure to fill in the brackets- namecheck.txt - Very important. It shows you the name of the sound.
- description.txt - Name says it, it shows the description.
Starting with Namecheck, open Notepad. Type in this:
Sound_[soundnamehere]
That was simple, eh? Next off we have our description.
Make sure you save and drag the namecheck in your non-zip folder.
The description should look like this:
Title: [titlenamehere]
Author: [yourname]
[description of the sound]
Make sure you save and drag the namecheck in your non-zip folder. That wasn't hard, right? Now to move on the advanced section. Sorry, you have to do all of this. Here's what we have to do on this part:
- server.cs - I will post a download of it if you can't figure out how to change the filetype. Don't name it server.cs if it's already a .cs file.
- Your sound - Get the .wav of the sound you desire
First off is the server.cs. The link to it is after the code. Copy and paste the code below:
datablock AudioProfile([wavsound])
{
filename = "./[wavsound].wav";
description = AudioClosest3d;
preload = false;
};
It should look something like this when it's done:
datablock AudioProfile(boom)
{
filename = "./boom.wav";
description = AudioClosest3d;
preload = false;
};
server.cs template:
DownloadNow we're done with that. Time for the .wav.
First, get your .wav. But what if you don't have it? Follow this tutorial below:
1. Go on youtube or somewhere. It has to be short.
2. Upload it on a site like
listentoyoutube3. When you have the mp3, upload it on
audio.online-convert.com/convert-to-wav4. Wait a bit. When you're done, put it in your folder.
5. If you want, edit the server.cs to match the sound name
Now you're done with that. Time to package.
This is the easy part. First, rename your .zip folder to Sound_[soundnamehere]
After that,
copy and paste the contents from your non zip to your zip. Now you're done! Now share it to everyone using dropbox, mediafire, etc, if you want. Optionally, you can credit me in the description.txt.
yes, I copied this from my sound thread. But I put it here because it belonged here too. other reasons tooHope this helped!