Arma 3
243 ratings
BackpackOnChest - Redux
4
2
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Mechanics
File Size
Posted
Updated
152.172 KB
23 Jan, 2021 @ 8:31pm
25 May, 2024 @ 9:31pm
4 Change Notes ( view )

Subscribe to download
BackpackOnChest - Redux

In 1 collection by mjc4wilton
The Shlappening Mod Collection
21 items
Description
BackpackOnChest - Redux
An official rewrite and continuation of the original BackpackOnChest mod by DerZade. This mod allows you to have a backpack on your chest and on your back at the same time, with movement penalties. Great for parachutes!

Improvements from the original
  • Optimizations.
  • Support for variables associated with the backpack (for items such as the ACE Gunbag or TFAR backpack radios).
  • Transition to an easier development platform with the support of CBA and ACE macros.
  • Various other improvements.

Links
Contribute to the project on Github[github.com]
View documentation on the Github Wiki[github.com]

FAQ:
Can I pack this mod into my unit's modpack?
Go ahead. If your unit's mod is published on the workshop / elsewhere other than say a FTP or HTTP repository for sync, all I ask is that you leave a link back to this workshop page or the github repository but its completely optional since this mod is licensed under the MIT license.
123 Comments
Lavoroxan 10 Jan @ 2:44am 
Thank jod. Sacrificing an entire backpack slot for a M2 tripod was always ridiculous. :mhwgood:
luc 27 Dec, 2024 @ 11:51am 
Heh.. 😈
mjc4wilton  [author] 15 Dec, 2024 @ 1:14pm 
Interesting. Make sure you don't have this mod loaded with the original or a conflict between them. After getting into a vehicle it should hide the backpack so there is no collisions.
CHEN 14 Dec, 2024 @ 12:58am 
@mjc4wilton I discovered an issue where when my friend and I use this feature, I can see my friend's backpack outside the plane after getting on board, and the plane will collide.
Suckin Fluts 12 Oct, 2024 @ 8:49am 
@mjc4wilton found the issue, uninstalled ace 7 times and redux 7 times. files never fully updated even after and somehow kept both installed so it was pathing incorrectly. apologies on the false alarm
mjc4wilton  [author] 11 Oct, 2024 @ 10:19pm 
@Suckin Fluts how so? Haven't tested myself yet
Hugh Mungus 16 Aug, 2024 @ 2:23pm 
We generally do HALO with the rebreather in the backpack. We drop with a vic, allowing us to ditch our parachutes, access our inventories, and swap to rebreathers and diving goggles. Dragging and dropping your rebreather over your vest will retain all your inventory items so long as you don't save the kit or swap rucksacks. When on land you follow the same procedure to re-equip your vest. This solution works very well but requires some training and cannot be done without vehicles (or an arsenal on the shore).
mjc4wilton  [author] 15 Aug, 2024 @ 4:47pm 
In my unit we use a custom mod I wrote up which allows stows your gear in a larger diving backpack and equips you with the wetsuit and what not via ace interactions, and then change back later. Its a little buggy though hence why I haven't released it
Hugh Mungus 15 Aug, 2024 @ 11:36am 
@mjc4wilton Thank you so much for the response! I might use this mod as a template to create a workaround. Instead of swapping the rebreather and the vest, I plan on making an ACE interaction to "stow vest". Right now that seems to be the best solution I can come up with.
mjc4wilton  [author] 14 Aug, 2024 @ 6:00pm 
Unfortunately Arma 3 doesn't really provide much of a good way to do this. I am using the getUnitLoadout and setUnitLoadout commands from BI for the heavy lifting, which is the most feature-complete way to do it (includes stuff like ammo counts) without missing items. Those commands don't respect nested inventory containers (as with the majority of the game), so they get lost. I think BI just completely glossed over nested containers in the majority of their development as there are a lot of broken aspects of them which extend to their script commands. So, in short, not really a way to do it since it is a very buggy feature that barely works to begin with. For diving in particular, I recommend storing your vest items in your backpack and then moving your vest.