I am having problems defining the correct path to a sound file in the dubbings.pbo for a description.EXT CfgRadio class.
The full path to the actual file is
\dubbing.pbo\GLOBAL\RADIO\Male01\EN\secops\artillery\secop_artillery_29.wss
these are the path names that I have tried so far
// "\dubbing\GLOBAL\RADIO\Male06\EN\secops\artillery\secop_artillery_29"
// "dubbing\GLOBAL\RADIO\Male06\EN\secops\artillery\secop_artillery_29"
// "..dubbing\GLOBAL\RADIO\Male06\EN\secops\artillery\secop_artillery_29"
// "..\dubbing\GLOBAL\RADIO\Male06\EN\secops\artillery\secop_artillery_29"
I have proven the cfgradio class and the actual sound file by importing the actual file into a sound directory in the mission.pbo and then using a path to that sound folder, however If i were to add all the sound files to the mission.pbo, the filesize would become unmanageable so i need to point the cfgradio class to the actual file in the dubbing.pbo.
Any help would be greatly appreciated