Author Topic: How do you make Sounds for Blockland.  (Read 2257 times)

Here is what I tried to do by comparing the ones that worked to mine:

-Made the sounds
-Named them with the folder/zip name in front (i.e. Randoms Pack has "Random_Fire"
-Made the "Server" Document.


Code: [Select]
datablock AudioProfile(Radio_Sound)
{
filename = "./affirmative.wav";
description = AudioClosest3d;
preload = false;
};

This being an example of one sound...

Made the "Description" Document totally copying Eric Hartman's Beeps, Which will be changed once worked.


Code: [Select]
Title: Radio Sounds
Author: Beg85

Example of Description

-Made the new WinRAR Zip Document
-Placed all the files into it.
-Placed in Blockland/Addons Folder.
-Went into game, they appeared on the list. Did Not Play the sound.


WHAT did I do wrong.
« Last Edit: May 23, 2016, 04:23:21 PM by minecraft85lol »

Post the broken addon. Check for spelling mistakes in the server.cs, and make sure the .wav file the datablock is looking at is named correctly and inside the .zip as well.

Post the broken addon. Check for spelling mistakes in the server.cs, and make sure the .wav file the datablock is looking at is named correctly and inside the .zip as well.

Here's Link https://www.dropbox.com/s/ex9kw1dbd0empu4/Sound_Commorose.rar?dl=0

What are you saving the sounds as? If you're using Audacity, i think you have to choose 16-bit WAV and not 32-bit

What are you saving the sounds as? If you're using Audacity, i think you have to choose 16-bit WAV and not 32-bit

Wav

You're supposed to make a zip archive, not rar.

You're supposed to make a zip archive, not rar.
Okay i did it but i still don't see in addon selector

Okay i did it but i still don't see in addon selector
if you're running windows, don't use winrar. just right click in a file-viewer window (or your desktop, if you can't seem to find "new" in the right click menu) and select new>zip folder

then copy-paste all the files part of the sound into the zip folder, by copying them, then double-clicking the zip folder, and pasting inside.

if you're running windows, don't use winrar. just right click in a file-viewer window (or your desktop, if you can't seem to find "new" in the right click menu) and select new>zip folder

then copy-paste all the files part of the sound into the zip folder, by copying them, then double-clicking the zip folder, and pasting inside.

No i mean in the game

No i mean in the game
im saying don't use winrar to package the addon; make a zip file using windows and copy the files into it.

then see if it works


im saying don't use winrar to package the addon; make a zip file using windows and copy the files into it.

then see if it works



Alright thanks that works :)

You don't need to zip the file. A folder will do just fine unless you're planning on sharing the add-on with other people.