Jump to content

[HOW TO] Adding Intro Music!


Indiculous

Recommended Posts

 

 
 

 

I have the same error with this information:

http://screenshooter.net/101974150/mwteghw

The code above doesn't work. Somebody help ? :P

 

If you need... There is my description.ext

http://pastebin.com/qyhgcVdt

 

 

 

Fixed it for you, use this : http://pastebin.com/Hy1TMbNe

class CfgSounds
{
    sounds[] =
    {
    carLock,introSong
    };
    class carLock
    {
        name="carLock";
        sound[]={carlock.ogg,0.9,1};
        titles[] = {};
    };
    class introSong
    {
        name="introSong";
        sound[]={introSong.ogg,0.9,1};
        titles[] = {};
    };
};

You had that part wrong is all :)

Link to comment
Share on other sites

Any idea how to make intro sound plays together with loading screen? I tried to play sound prior startloadingscreen command but even if I hear song started, it is muted during loading screen is displayed. I'm using RscDisplayLoadCustom but I didn't find this class, so I'm not able to modify it. I heard a lot of admins use DayZ_loadingScreen, but I don't know how to define it. Anybody can help?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...