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
) »
Inserting custom music manualy
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Inserting custom music manualy (Read 430 times)
0 Members and 1 Guest are viewing this topic.
mr.sert
Guest
Inserting custom music manualy
«
on:
14 Aug 2003, 09:02:41 »
I know how to insert music using ofp cool studio, however how can I insert my own music manualy. I have already converted the music files. Do I just make a folder called music, put it into my user/missions/my mission/ folder? Thanks in advance...
- Mr. Sert
Logged
KiwiRanger
Guest
Re:Inserting custom music manualy
«
Reply #1 on:
14 Aug 2003, 09:33:44 »
yep, but then you have to create a description file there are tutorials around
Logged
KJAM
Contributing Member
Why Me, Whats it For?
Re:Inserting custom music manualy
«
Reply #2 on:
14 Aug 2003, 14:02:47 »
class CfgMusic
{
tracks[]=
{
nothing
};
class nothing
{
name = "nothing.ogg";
sound[] = {\music\nothing.ogg, db+0, 1.0};
};
};
that is something similar to what you need, just replace the word "nothing" with whatever the track is called
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Inserting custom music manualy
Top of page