I've almost done that Volcano addon, but there's a little problems with sound section in config. Here's that section..
class CfgSounds
{
class start
{
sound[] = {""\Volcano\sounds\start.ogg"",db1.0,1.000000};
name = "start.ogg";
titles[]={};
};
class volcano
{
sound[] = {""\Volcano\sounds\volcano.ogg"",db1.0,1.000000};
name = "volcano.ogg";
titles[]={};
};
};
When I start the game, then comes an error message:
Config: '\' encountered instead of ','
Can you fix that config for me..?