Hello Gentlemen,
As some of you know I am porting my soundmod over to other mods. Like I covered the RHS weapons and such.
Now I was further porting my mod to NIArms Arsenal, the full pack and wanted to cover the whole thing. Maybe even create some new sounds for the weapons that are neither in Arma nor in RHS, like FALs and AUGs and such.
Now while porting the stuff over I tried to keep the structure to the original config so it will inherit well. But I end up with massive "Updating Base Class" reports in the RPT and that makes the mod a required mod for save games and editor missions. Which is obviously not a good thing for a simple soundmod.
So here is my current config:
These for example are the errors I get:
11:23:10 Updating base class BaseSoundModeType->StandardSound, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_honeybase/Single/StandardSound/ (original hlc_wp_AR15\config.bin)
11:23:10 Updating base class BaseSoundModeType->StandardSound, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_honeybase/FullAuto/StandardSound/ (original hlc_wp_AR15\config.bin)
11:23:10 Updating base class FullAuto->FullAuto, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_auga1carb/FullAuto/ (original hlc_wp_aug\config.bin)
11:23:10 Updating base class StandardSound->StandardSound, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_auga1carb/FullAuto/StandardSound/ (original hlc_wp_aug\config.bin)
11:23:10 Updating base class StandardSound->StandardSound, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_auga1carb/Single/StandardSound/ (original hlc_wp_aug\config.bin)
11:23:10 Updating base class FullAuto->FullAuto, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_aughbar/FullAuto/ (original hlc_wp_aug\config.bin)
11:23:10 Updating base class StandardSound->StandardSound, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_aughbar/FullAuto/StandardSound/ (original hlc_wp_aug\config.bin)
11:23:10 Updating base class StandardSound->StandardSound, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_aughbar/Single/StandardSound/ (original hlc_wp_aug\config.bin)
11:23:10 Updating base class FullAuto->FullAuto, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_auga2carb/FullAuto/ (original hlc_wp_aug\config.bin)
11:23:10 Updating base class StandardSound->StandardSound, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_auga2carb/FullAuto/StandardSound/ (original hlc_wp_aug\config.bin)
11:23:10 Updating base class StandardSound->StandardSound, by jsrs_soundmod_cfg_niarms_arsenal_weapons\config.cpp/cfgWeapons/hlc_rifle_auga2carb/Single/StandardSound/ (original hlc_wp_aug\config.bin)
The original configs are here: https://github.com/toadie2k/NIArms
Does ANYONE has ANY idea what the hell is going on here? I can't get this stuff to work correctly! Also the AUG weapons end up only having Full Auto mode...
Any sort of help is welcome! Help me out guys!
Thanks,
LJ