Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Custom music to missions
« previous
next »
Send this topic
Print
Pages:
1
[
2
]
All
Go Down
Author
Topic: Custom music to missions (Read 4629 times)
0 Members and 1 Guest are viewing this topic.
smogmorph
Guest
Re:Custom music to missions
«
Reply #15 on:
02 Sep 2002, 09:27:59 »
Alright, tell me what's wrong..
class CfgMusic
{
tracks[]={macarena};
class music
{
name = "macarena";
sound[] = {\music\macarena.ogg, db+30, 1.0};
};
};
Logged
Black_Feather
Former Staff
I'll never forget you Daisey.
Re:Custom music to missions
«
Reply #16 on:
02 Sep 2002, 12:05:18 »
try this
class CfgMusic
{
tracks[]={macarena};
class macarena
{
name = "macarena";
sound[] = {\music\macarena.ogg, db+30, 1.0};
};
};
Logged
smogmorph
Guest
Re:Custom music to missions
«
Reply #17 on:
02 Sep 2002, 12:26:34 »
Ok, this is really weird, I tried using "class macarena" instead of "class music" before, it didn't work then...
Now it's working !
I guess I should say thanks
Logged
Send this topic
Print
Pages:
1
[
2
]
All
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Custom music to missions
Top of page