Page MenuHomeFeedback Tracker

Sound: Error: File: a3\sounds_f\arsenal\explosives\mines\minelight_distexp.wss not found
Closed, ResolvedPublic

Description

Coming from

	class TipToeMine_distExp_SoundShader
	{
		samples[] = {{"A3\Sounds_F\arsenal\explosives\mines\MineLight_distExp",1}};
		volume = 1.12202;
		range = 2200;
		rangeCurve[] = {{0,0},{100,0},{250,1},{2200,1}};
	};
	class TripwireMine_distExp_SoundShader
	{
		samples[] = {{"A3\Sounds_F\arsenal\explosives\mines\MineLight_distExp",1}};
		volume = 1.12202;
		range = 2200;
		rangeCurve[] = {{0,0},{100,0},{250,1},{2200,1}};
	};

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Config
Additional Information

Correct:

	class APmine_distExp_SoundShader
	{
		samples[] = {{"A3\Sounds_F\arsenal\explosives\mines\MineLight_distExp_01",1},{"A3\Sounds_F\arsenal\explosives\mines\MineLight_distExp_02",1}};
		volume = 1.12202;
		range = 2200;
		rangeCurve[] = {{0,0},{100,0},{250,1},{2200,1}};
	};

Event Timeline

This comment was removed by BIS_fnc_KK.
Tenshi added a subscriber: Tenshi.Nov 16 2021, 5:22 PM

Thank you for reporting the issue
We will see what we can do to resolve this issue.

Tenshi set Ref Ticket to Internal Ref.: AIII-54744.Nov 16 2021, 5:24 PM
reyhard closed this task as Resolved.Nov 25 2021, 11:59 AM
reyhard claimed this task.