This commit is the equivalent of a atomic bomb

This commit is contained in:
2026-02-15 08:08:56 -03:00
commit e4ac56b038
6934 changed files with 916278 additions and 0 deletions

43
braf_sounds/config.cpp Normal file
View File

@@ -0,0 +1,43 @@
class CfgPatches
{
class BRAF_Sounds
{
author = "BRAF Team";
requiredAddons[] =
{
"A3_Air_F",
"A3_Data_F",
"braf_main"
};
requiredVersion = 0.1;
units[] = {};
weapons[] = {};
};
};
class CfgSounds
{
class Doors
{
sound[] = {"braf\braf_sounds\General\Heli_doors.ogg", 50, 1, 5};
name = "Doors";
titles[] = {};
};
class EFS
{
sound[] = {"braf\braf_sounds\General\Heli_EFS.ogg", 50, 1, 5};
name = "EFS";
titles[] = {};
};
class Winch
{
sound[] = {"braf\braf_sounds\General\Heli_hoist.ogg", 25, 1, 2.5};
name = "Winch";
titles[] = {};
};
class Siren
{
sound[] = {"braf\braf_sounds\General\siren.ogg", 50, 1, 5};
name = "Siren";
titles[] = {};
};
};

BIN
braf_sounds/general/Heli_EFS.ogg LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
braf_sounds/general/siren.ogg LFS Normal file

Binary file not shown.