Jump to content

punky.

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Posts posted by punky.


  1. On 10/21/2023 at 8:07 PM, omri2050 said:

    Hello guys! 

    Thanks for the work in Reforger!

     

    I have a little question...I load your RHS mod in Reforger, but the arsenal show no weapons whatsoever. 

     

    I did use it once, all was ok, So I think something went wrong with Reforger updates? 

    Any solution?

    I also tried the dev version of RHS, but still, nothing

     

    Arsenal does not work in local gamemaster.
    Please try to launch the conflict scenario.

    • Like 1

  2. On 9/29/2023 at 4:34 AM, Blackheart_Six said:

    Hello all,

    I am trying to figure out how to use the AN/PRC-152.

     

    I've read the AN/PRC-152 on your website.

     

    The only functions I can get to work is with the G and R keys, and BI radio menu. Basically power on/off, and change to preset freqs I've setup.

    Are any of the other functions described accessible or functioning? How do you access the keypad? Is it interactive?

    Thanks for the amazing mod and service to the ARMA Community.

    Hi Blackheart!

    BI has fixed this issue, you should try interacting with 152 now.

    • Thanks 1

  3. Hello, after few days of a constant fight with the workbench we re almost out of ideas by now so I came here on our behalf ( RadioMod Team) and probably someone from BI will only be able to answer this: currently, we're trying to add attachment slots to the radio in order to attach the battery and antenna but tried two ways (actually far more) and all failed...

     

    1.  I tried to use SlotManagerComponent to which I added two slots populated with prefabs and they show up properly and I'm able to get a lot of information like EntitySlotInfo which allows me to sift through multiple slots and find the one that I want, IEntity with GetAttachedEntity but the problem that I faced is that when I try to remove this item from this slot it persists in it for at least two reasons
       
      1. when I try to get storage of that slot with GetStorage() it returns null despite the fact that radio has BaseInventoryStorageComponent which in turn (i suspect) causes TryMoveItemToStorage and/or TryRemoveItemFromStorage to fail (returns false)
         
      2. because of the failure of the 'Try' functions I tried to force detachment by using m_attachmentSlot.DetachEntity(false) (cuz with true - default value - everything crashes) and that helped to a degree if i open the inventory ill see the battery on the left side 'in the vicinity but it's not on the ground as it will be always there even when ill move away from that spot and additionally its visibly still attached to the radio and only when I move that battery (which is in the  vicinity) to my inventory then it will detach from the radio
         
    2. Bacon suggestions tried using AttachmenSlotComponent but this presented a lot of different problems:
       
      1. there doesn't seem to be any way to detect which slots grabbed besides checking what attachment type it has (attachmentComponent.GetAttachmentSlotType().Type() == AttachmentPRC152Battery)
         
      2. additionally although prefabs are attached it will still return null when I try to use attachmentComponent.GetAttachedEntity() (edited)
         
    3. This might be the root cause of those issues as for unknown reason to me BaseInventoryStorageComponent will return 0 when I ask it for the number of slots with GetSlotsCount() and I seem to be unable to 'connect' those slots to it as I can't use SetupSlotHooks(InventoryStorageSlot owned lot, int slotID)
×