
Workaround: fusion reactor multiple critical sound bug
Hello everybody, finally i decided to register on this forum, to share a workaround for this annoying bug.
(I think it does not effect everyone, but i am one of these unlucky guys who is affected by this.)
The problem is: "coast.siren_citizen" is a background sound, which will repeat itself until its stopped by "StopSound".
Lets take a look in "..\garrysmod\garrysmod\addons\LSE\lua\entities\generator_energy_fusion\init.lua"
That means every 3 seconds it will start a new coast.siren,
if your System does support the playback for mutiple instances of one background soundfile.
(I bet there is a general workaround which prevents backgroundfile to loop itself or be executed mutiple times)
Anyhow, i decided to take a look into the lua files and decided to "fix" that, at least for me.
so i edited that part to
i tried some diffrent timimgs but i realized that the "cut" between the old and the new sound would been between 5 and 6... and even 11 wouldnt fit, so i decided to use 1, which prevents a hearable cut.
So thats it! It works fine for me.
Just wanted to share this.

edit: i just dicovered the awesome´ness of SVN, and create a patch file
Also i think this is should be moved to "Garry'smod » Lua » Addons » Life Support"
since it was already mentioned in "Report bugs here" ( on page 4 by ***ESTEBAN*** )
