I started a post on the "official forum"
about playing custom music. I haved searched the posts here and at that forum for an answer.
I don't know what I am doing wrong
Here what I just posted over there.
Ok, It's not working
Here's what I've got
A mission folder with:
A folder named "Music" (no quotes)
with a howl.ogg file
Here are it's attributes:
661kb
Recorded at a constant bit rate of 96Kbps
44100 hz
(actually converted to this from a MP3)
A text file named "Description.ext" (no quotes)
with this in it:
class CfgMusic
{
class howl
{
name = "howl";
sound[] = {"howl.ogg", db, 1.0};
titles[] = {0, $STRM_howl};
};
};
I used to have custom music working, prior to a computer crash. Lost all my stuff and have been rebuilding.
I am using OFP: Resistance
All missions and sounds work fine.
What the Heck am I doing wrong
Thanks for the help, I am stumped.
I've tried to find the music in triggers and waypoints, it's not showing on the list.
I just tried; PlayMusic "howl" in the activation field of a trigger and got a music "howl" not found error message.
Any input and/or suggestions appreciated.
Thanks