Jump to content

crazyquick

Member
  • Content Count

    57
  • Joined

  • Last visited

  • Medals

Posts posted by crazyquick


  1. I might have found a bug, in the one mission "The Village" when you have to search the area for the villagers (after the napalm drop) your squad just stays still and holds and there are no villagers in sight. Not sure what to do next.

    EDIT: nevermind just had to search on my own and found the dead bodies.


  2. Well the problem of weapons not firing in SLX_Woudns with unsung vietnam mod can be solved by either scripting or removing the SLX_Wounds_Damaged.sqf file from the SLX_wounds pbo. its located in slx_wounds\f\SLX_Wounds_Damaged.sqf

    Specifically, delete this line:

    // drop secondary weapon so it can be destroyed;

    if((damage _unit==1)&&((secondaryWeapon _unit)!=""))then{

    _2ndOnly=True;

    ["_armHit"] call SLX_Wounds_Func;

    Thanks!! Also I don't want to have to delet this line. How do it edit it so the weapons won't jam? When I delete the line, theere is no option to drag injured bodies.


  3. Well the problem of weapons not firing in SLX_Wounds with unsung vietnam mod can be solved by either scripting or removing the SLX_Wounds_Damaged.sqf file from the SLX_wounds pbo. Its located in slx_wounds\f\SLX_Wounds_Damaged.sqf

    Specifically, delete this line:

    // drop secondary weapon so it can be destroyed;

    if((damage _unit==1)&&((secondaryWeapon _unit)!=""))then{

    _2ndOnly=True;

    ["_armHit"] call SLX_Wounds_Func;

    Guys I'd like to edit this line so that the weapons won't jam. Any ideas on how to edit it?


  4. Well the problem of weapons not firing in SLX_Wounds with unsung vietnam mod can be solved by either scripting or removing the SLX_Wounds_Damaged.sqf file from the SLX_wounds pbo. Its located in slx_wounds\f\SLX_Wounds_Damaged.sqf

    Specifically, delete this line:

    // drop secondary weapon so it can be destroyed;

    if((damage _unit==1)&&((secondaryWeapon _unit)!=""))then{

    _2ndOnly=True;

    ["_armHit"] call SLX_Wounds_Func;


  5. Well the problem of weapons not firing in SLX_Woudns with unsung vietnam mod can be solved by either scripting or removing the SLX_Wounds_Damaged.sqf file from the SLX_wounds pbo. its located in slx_wounds\f\SLX_Wounds_Damaged.sqf

    Specifically, delete this line:

    // drop secondary weapon so it can be destroyed;

    if((damage _unit==1)&&((secondaryWeapon _unit)!=""))then{

    _2ndOnly=True;

    ["_armHit"] call SLX_Wounds_Func;


  6. I really appreciate the help! Yeah I'll also tinker with the scripts in slx wounds and see what is causing it. I hope that we don't have to remove slx wounds, as it's the greatest blood/ first aid mod out there. I hope someone else can also help to try and see what in slx_wounds affects the weapon firing, because not only will my weapon not fire but grenades won't throw. Basically with slx_wounds anything involving weapons is often not working. (Shooting/ throwin grenades, etc)

    I just don't know what file or script in the mod has I do with weapon firing???


  7. key. Only after repeated presses does the gun refire, and only for a short while.

    The SLX_wounds pbo is what seems to cause this.

    Without the SLX Wounds mod there is no issue.. So im not sure what about the slx mod would cause this?

    ---------- Post added at 16:51 ---------- Previous post was at 16:50 ----------

    Its probably you machine lagging out. The sound process sometimes skips but that's due to all the different sounds playing at once or scripts starting. I had it once or twice not really an issue but haven't had an issue where the gun won't fire

    yeah its not only sound, but the actual weapon wont fire, its something with the SLX_wounds mod, so yeah I guess its not as if something is defective with Unsung. Thanks


  8. Is there any one else here who often has issues with weapons firing after using this mod ? Often the weapons will shoot fine and then all of a sudden they no longer respond to the primary fire button key. Only after repeated presses does the gun refire, and only for a short while.

    The SLX_wounds pbo is what seems to cause this.

    Anyone else use SLX mod with unsung?

    Without the SLX Wounds mod there is no issue.. So im not sure what about the slx mod would cause this?


  9. Is there any one else here who often has issues with weapons firing? Often the weapons will shoot fine and then all of a sudden they no longer respond to the primary fire button key. Only after repeated presses does the gun refire. I notice this usually occurs only in certain maps. Any one else have any ideas?

    Well it seems the followign addons are gicing this ERROR with Unsung: SLX_aidodge, SLX_animdeath, SLX_anim_idle, ALX_cloud, SLX_findcover, SLX_netcode, SLX_ragdoll, SLX_shout, SLX_wounds....

    Anyone else use SLX mod with unsung? Thanks

×