Author Topic: Sound help  (Read 919 times)

I got some problems with making sounds.

I can make 1 sound... but not multiple if you know what I mean.
This is what is in the package:


Namecheck contains:
Code: [Select]
Sound_NikoBellic
Description contains:
Code: [Select]
Title: Niko Bellic
Author: TwenteFreak
Dialogues from Niko Bellic of GTA IV

Server.cs contains:
Code: [Select]
datablock AudioProfile(forget)
{
filename = "./forget.wav";
description = AudioClosest3d;
preload = false;
};


datablock AudioProfile(forget_this_stuff! : forget)
{
filename = "./forget_this_stuff!.wav";
};

datablock AudioProfile(Motherforgeter! : forget)
{
filename = "./Motherforgeter!.wav";
};

datablock AudioProfile(Oh_you_idiot! : forget)
{
filename = "./Oh_you_idiot!.wav";
};

datablock AudioProfile(This_is_bullstuff! : forget)
{
filename = "./This_is_bullstuff!.wav";
};
The sounds are converted right.
There is something wrong, but I can't figure out what!


They won't appear on the add-on list ingame. It worked with just one sound, but I want those in a package.

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


datablock AudioProfile(forget_this_stuff!)
{
filename = "./forget_this_stuff!.wav";
description = AudioClosest3d;
preload = false;
};

datablock AudioProfile(Motherforgeter!)
{
filename = "./Motherforgeter!.wav";
description = AudioClosest3d;
preload = false;
};

datablock AudioProfile(Oh_you_idiot!)
{
filename = "./Oh_you_idiot!.wav
description = AudioClosest3d;
preload = false;";
};

datablock AudioProfile(This_is_bullstuff!)
{
filename = "./This_is_bullstuff!.wav";
description = AudioClosest3d;
preload = false;
};

An exclamation mark in the datablock name probably causes syntax errors.

-snip-
Tried
An exclamation mark in the datablock name probably causes syntax errors.
Tried that too. (removed the exclamation marks in the server.cs and .wav)

Still doesn't work :(

Post a console.log, please.

Post a console.log, please.
I got a stuffload of useless addons but don't mind that. The sound: ''Sound_GTA_MissionComplete'' is the one I made myself that did worked.

Take out the namecheck.

Take out the namecheck.
Didn't wor-
What.. Permd?

Taking out didn't work :(

Post the current contents of the folder as a zip file.

Post the current contents of the folder as a zip file.

Can't attach a zip file.
Quote
Allowed file types: txt, jpg, gif, mpg, rec, avi, cs, mis, wav, ogg, png, log, bls, rtf

Upload it to any hosting site