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
) »
Sound question
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Sound question (Read 425 times)
0 Members and 1 Guest are viewing this topic.
sgtGunneryHighway
Guest
Sound question
«
on:
06 Mar 2003, 17:50:37 »
how can i get my custom sounds in trigger sounds list? (you know where you can see ak sound etc)
Logged
Black_Feather
Former Staff
I'll never forget you Daisey.
Re:Sound question
«
Reply #1 on:
06 Mar 2003, 20:30:41 »
if you just fill in the name section in the desciption.ext
class MG
{
name = "Machine Gun";
sound[] = {"MG.ogg", db+40, 1.0};
titles[] =
{
0, $STRM_Voice
};
};
they will be in one of the drop down lists, I can' t remember which though.
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
) »
Sound question
Top of page