Jump to content

Horus

Member
  • Content Count

    639
  • Joined

  • Last visited

  • Medals

Posts posted by Horus


  1. I also have that white ground issue now, haven't noticed any increased performance yet.

    696451.th.jpg 696452.th.jpg 696453.th.jpg

    Mods: CA;beta
    Distribution: 1465
    Exe version: 1.05.69645
    Warning Message: No entry 'bin\config.bin/CfgMarkers.Faction_INS'.
    Warning Message: No entry '.icon'.
    Warning Message: '/' is not a value
    Warning Message: No entry '.size'.
    Warning Message: '/' is not a value
    Warning Message: No entry '.color'.
    Warning Message: Size: '/' not an array
    Warning Message: Size: '/' not an array
    Warning Message: No entry 'bin\config.bin/CfgMarkers.Faction_INS'.
    Warning Message: No entry '.color'.
    Warning Message: Size: '/' not an array
    Warning Message: Size: '/' not an array
    Error: cannot load sound 'ca\dubbing\global\radio\male05\en\engagingtargete.wss', header cannot be loaded.
    Error: cannot load sound 'ca\dubbing\global\radio\male05\en\engagingtargete.wss', header cannot be loaded.
    Error: cannot load sound 'ca\dubbing\global\radio\male05\en\engagingtargete.wss', header cannot be loaded.

    WinXP SP3, ATI 5750 10.3 Catalyst, 2GB system memory


  2. Hi Mark,

    i have this errors in .rpt file with last beta version

    Cannot find a sound file hifi_aks74un\ak_reload.wss

    Cannot find a sound file hifi_aks74un\ak_dry.wss

    Addon hifi_h_rifle (entry huntingrifle) not found in the list of active addons.

    Addon hifi_h_rifle (entry huntingrifle) not found in the list of active addons.

    Addon hifi_h_rifle (entry huntingrifle) not found in the list of active addons.

    Addon hifi_h_rifle (entry huntingrifle) not found in the list of active addons.

    Addon hifi_h_rifle (entry huntingrifle) not found in the list of active addons.

    Addon hifi_h_rifle (entry huntingrifle) not found in the list of active addons.

    Addon hifi_h_rifle (entry huntingrifle) not found in the list of active addons.

    fix for hifi_h_rifle is to put "CAWeapons2" in requiredAddons

    requiredAddons[] = {"CAWeapons", "CAWeapons2"};

    and for hifi_aks74un is

    drySound[] ={"\HiFi_AKS74UN\AK74_Dry",0.000316228,1,10};

    reloadMagazineSound[] ={"\HiFi_AKS74UN\AK74_Reload",0.0562341,1,10};

    Thanks for this good addon :)


  3. This message is displayed when the configuration file is set to override ACE2 weapon sounds, but you didn't load @ACEX_SM, or you're not using ACE2 at all!

    In your client configuration file:

    ...\Bohemia Interactive\ArmA 2\userconfig\CSM2\csm2_clientside_config.hpp
    

    comment out the #define CSM2_ACEX_SM by preceding it with `//' as shown below:

    //Uncomment to enable replacement of ACE2 sounds
    //#define CSM2_ACEX_SM
    

    That will remove the check for the ACE2 files.

    I was aware of the Pecheneg burst mode, this has been returned to single shot automatic thanks.

    Protegimus

    I have this error when i do that

    File CSM2_c_Weapons\weapons.h, line 145: /cfgWeapons/m16a4.Single: Member already defined.

×