Skip to content

Commit dbb21ba

Browse files
committed
Fixed/Removed - Sound file not found for M4 & dependency for VSM+NORSOF
What ================= Fixed: M4A1 sound effect for fire selector wasn't being found apparently. I saw nothing wrong with the filepath, they were exactly the same, but they were misspelled though so I corrected that anyway... hopefully it's fixed. Removed: Dependency for VSM & NORSOF since we're not actually inheriting the classes, only extending them. Issue ID: N/A
1 parent 94d2e6d commit dbb21ba

File tree

4 files changed

+24
-36
lines changed

4 files changed

+24
-36
lines changed

addons/gear/config.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ class CfgPatches {
1616
// Addon requirements
1717
requiredVersion = 2.00;
1818
requiredAddons[] = {
19-
"VSM_HELMETS",
20-
"VSM_Shemagh_config",
21-
"mas_nor_lite_common",
2219
"rhs_c_weapons",
2320
"A3_Characters_F_Enoch"
2421
};

addons/hk416_sound_compat/config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ class CfgWeapons {
567567
class hlc_HK416_base : Rifle_Base_F {
568568
zeroingSound[] = {"A3\Sounds_F\arsenal\sfx\shared\zeroing_knob_tick_metal",0.316228,1,5};
569569
changeFiremodeSound[] = {
570-
"\x\bnb_ex\hk416_sound_compat\sounds\weapons\m4a1\weap_fireselctor.ogg",
570+
"\x\bnb_ex\hk416_sound_compat\sounds\weapons\m4a1\weap_fireselector.ogg",
571571
5,
572572
1,
573573
5

readme.md

+23-32
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,29 @@
11
<p align="center">
2-
<img src="https://github.com/2bnb/2bnb-extras/blob/master/2BNB_Extras_Github.png"
3-
alt="2BNB Banner" /><br />
4-
<a href="https://github.com/2bnb/2bnb-extras/wiki">
5-
<img src="https://img.shields.io/badge/2BNB%20Extras-Wiki-orange.svg?style=for-the-badge&logo=github"
6-
alt="Wiki" />
7-
</a>
8-
<a href="https://discord.gg/DRaWNyf">
9-
<img src="https://img.shields.io/discord/532683310409842728.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge"
10-
alt="Discord Server">
11-
</a>
12-
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1747089493">
13-
<img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-steam-workshop.jross.me%2F1747089493%2Fsubscriptions-text&style=for-the-badge"
14-
alt="Steam Subscriptions">
15-
</a>
2+
<img src="https://github.com/2bnb/2bnb-extras/blob/master/2BNB_Extras_Github.png" alt="2BNB Banner" />
3+
<br />
4+
<a href="https://github.com/2bnb/2bnb-extras/wiki">
5+
<img src="https://img.shields.io/badge/2BNB%20Extras-Wiki-orange.svg?style=for-the-badge&logo=github" alt="Wiki" />
6+
</a>
7+
<a href="https://discord.gg/DRaWNyf">
8+
<img src="https://img.shields.io/discord/532683310409842728.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge" alt="Discord Server">
9+
</a>
10+
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1747089493">
11+
<img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-steam-workshop.jross.me%2F1747089493%2Fsubscriptions-text&style=for-the-badge" alt="Steam Subscriptions">
12+
</a>
1613
</p>
1714
<p align="center">
18-
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1747089493">
19-
<img src="https://img.shields.io/steam/size/1747089493?label=Download&logo=steam"
20-
alt="Download" />
21-
</a>
22-
<a href="https://github.com/2bnb/2bnb-extras/releases">
23-
<img src="https://img.shields.io/github/release/2bnb/2bnb-extras.svg?label=Version"
24-
alt="Version" />
25-
</a>
26-
<a href="https://github.com/2bnb/2bnb-extras/issues">
27-
<img src="http://img.shields.io/github/issues-raw/2bnb/2bnb-extras.svg?label=Issues&style=flat"
28-
alt="Issues" />
29-
</a>
30-
<a href="https://github.com/2bnb/2bnb-extras/blob/master/LICENCE">
31-
<img src="https://img.shields.io/github/license/2bnb/2bnb-extras.svg?style=flat&label=Licence"
32-
alt="License">
33-
</a>
15+
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1747089493">
16+
<img src="https://img.shields.io/steam/size/1747089493?label=Download&logo=steam" alt="Download" />
17+
</a>
18+
<a href="https://github.com/2bnb/2bnb-extras/releases">
19+
<img src="https://img.shields.io/github/release/2bnb/2bnb-extras.svg?label=Version" alt="Version" />
20+
</a>
21+
<a href="https://github.com/2bnb/2bnb-extras/issues">
22+
<img src="http://img.shields.io/github/issues-raw/2bnb/2bnb-extras.svg?label=Issues&style=flat" alt="Issues" />
23+
</a>
24+
<a href="https://github.com/2bnb/2bnb-extras/blob/master/LICENCE">
25+
<img src="https://img.shields.io/github/license/2bnb/2bnb-extras.svg?style=flat&label=Licence" alt="License">
26+
</a>
3427
</p>
3528
<p align="center"><sup><strong>Making Arma 3 a better place for all members of the 2nd Battalion, Nord Brigade.</strong></sup></p>
3629

@@ -39,10 +32,8 @@
3932
- [ACE3](https://steamcommunity.com/sharedfiles/filedetails/?id=463939057)
4033
- [RHS AFRF](https://steamcommunity.com/sharedfiles/filedetails/?id=843425103)
4134
- [RHS USAF](https://steamcommunity.com/sharedfiles/filedetails/?id=843577117)
42-
- [NORSOF_LITE_mas](https://steamcommunity.com/sharedfiles/filedetails/?id=1654680843)
4335
- [GRAD Sling Helmet](https://steamcommunity.com/sharedfiles/filedetails/?id=1354112941)
4436
- [[FOX] Suicide Bomber](https://steamcommunity.com/sharedfiles/filedetails/?id=1373303221)
45-
- [MLO - All-in-one Collection](https://steamcommunity.com/sharedfiles/filedetails/?id=823636749)
4637
- [ILBE Assault Pack - Rewrite](https://steamcommunity.com/sharedfiles/filedetails/?id=1875281645)
4738
- [NIArms HK416 Rifles](https://steamcommunity.com/sharedfiles/filedetails/?id=1519157834)
4839

0 commit comments

Comments
 (0)