Jump to content

lordheart

Member
  • Content Count

    193
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by lordheart


  1. Looking into it now.

    ---------- Post added at 19:26 ---------- Previous post was at 18:38 ----------

    I have done some changes which I hope fixes that. I did a couple of tests and confirm that it is working as expected but getting feedback will help ensure that is true.

    Also fixed the optional pbo not working properly.

    Version 1.1.1

    Changelog:

    • Fixed optional crate pbo not loading correctly
    • Fixed dead gunner in weapon being dragged with weapon
    • Fixed required addons, fixes being unable to drag placed items.


  2. The known duplicated ID issue, is when 2 players end up with (to the mod) the same exact radio. It's hard to tell if this has happened without actually checking if players have the same ID (the ID is a part of the radio name, so that's how you know which ID you have). It would cause issues if one person changes their radio frequency, channel, etc. it will be replicated on the other player's side as well.

    It's possible to avoid this by ensuring that you get new radios from crates, using VAS and passing on radios from there usually results in duplicated radios (unless you take care to take a new Radio and not simply loading a loadout).


  3. @Corporal_Lib, I have not yet. However, support can be added from either side. It was designed to be modder friendly to allow other modders to add visual effects so they don't have to go through the process of setting it all up and accounting for various factors.

    @Sonsalt6, thanks for updating it on PWS.


  4. Just tried it on the server and couldn't get the crates to work, do I have to turn on the optional pbo?

    If so how do I do that and if I have to create a new @LHM_staticdrag folder could you provide a BIKEY for it. Thanks and sorry for all the requests.

    For the crates you listed, support is added added with the optional PBO, I did run a dedicated server on my pc to test to ensure everything was working.

    To turn on the optional PBO, simply move it and the bisign file to the addons folder of @LHM_staticdrag.

    I hope this helps.


  5. Well you will be happy to know.

    Update 1.1.0

    Changelog:

    • Russian translations (thanks NKey)
    • Spanish translations (thanks Kavinsky)
    • Added weight restriction to dragging of objects (prep for crates)
    • Renamed functions to be more agnostic as to what is dragable.
    • LHM_Static_MaxWeight variable added (default 800) for dragging weight.
    • Locking of static weapons when dragging to disallow players to enter it (reverts back to old lock status when dragging stopped)
    • Disassembling weapon will stop drag.
    • Added mortar support (might be fragile to changes by BIS)
    • Added an optional PBO (LHM_StaticDrag_Crates.pbo) that allows dragging of Box_XXX_AmmoVeh_F, XXX_supplyCrate_F crates.
    • Added support for dragging of smaller crates limited by "weight"
    • Fixed dragging and lowering/raising of height on a dedicated server. (I hope)
    • Added variable "LHM_DisableDrag" checking if an object can be dragged or not.
      example usage: crate1 setVariable ["LHM_DisableDrag", false, true];


  6. There will almost certainly be an update before Wednesday, whether that includes crate dragging as part of it remains to be seen however it will be possible to enable crates to be dragged by calling:

    this call LHM_Static_fnc_InitialiseWeapon;

    In the crates init, at the very least.


  7. @SpanishSurfer,

    I have made improvements to the system, so it should work on ammoboxes, I won't include direct support for ammo boxes at least not in the current method of doing it. Very often mission makers and the like do not wish for ammo boxes to be moved so by enabling it by default forces them to have to work around it.

    I will take another look into the mortar thing and see what is possible.

×