Page MenuHomeFeedback Tracker

Cannot load sound 'a3\missions_f\data\sounds\border_out.ogg'
Closed, ResolvedPublic

Description

Sound file not present in source.

Details

Legacy ID
3279782281
Severity
None
Resolution
Won't Fix
Reproducibility
Always
Category
Config
Steps To Reproduce

class CfgSounds
{
class border_out
{

Border out;
		sound[] = {"A3\missions_f\data\sounds\border_out.ogg",0.562341,1};
		titles[] = {};

};

Additional Information

Probably best to simply remove the definition. It is an Eagle War specific sound.

class border_out
{

;
		sound[] = {"\ca\missions_ew\data\sounds\border_out.wss",0.562341,1};
		titles[] = {};

};

Event Timeline

kju-PvPscene edited Additional Information. (Show Details)
kju-PvPscene set Category to Config.
kju-PvPscene set Reproducibility to Always.
kju-PvPscene set Severity to None.
kju-PvPscene set Resolution to Won't Fix.
kju-PvPscene set Legacy ID to 3279782281.May 7 2016, 1:48 PM