I've got a problem with Cfgsounds class in the description.ext file...
when I use that code, the game crashes to desktop with the error message below...
class CfgSounds
{
sounds[] = {mignon};
class mignon
{
name = "mignon";
sound[] = {"\Sound\mignon.ogg", db+0, 1.1};
titles[] = {0,localize "str_mignon"};
};
};
I tried many things, watched in other missions...
The sound and lip files are in a folder called "Sound" and every sound works allright with CfgRadio (but lips movement of course!)