mates31cz 10 Posted July 9, 2016 Hallo, how can i add option to player can select own saved gear in respawn screen. Tnx for help Share this post Link to post Share on other sites
dreadpirate 173 Posted July 9, 2016 Hallo, how can i add option to player can select own saved gear in respawn screen. Tnx for help https://community.bistudio.com/wiki/Arma_3_Respawn Share this post Link to post Share on other sites
mates31cz 10 Posted July 9, 2016 https://community.bistudio.com/wiki/Arma_3_Respawn this not help me. i need add player saved loadout and not server predefined. Share this post Link to post Share on other sites
sarogahtyp 1108 Posted July 9, 2016 https://community.bistudio.com/wiki/getUnitLoadout https://community.bistudio.com/wiki/setUnitLoadout Share this post Link to post Share on other sites
dreadpirate 173 Posted July 9, 2016 this not help me. i need add player saved loadout and not server predefined. Sorry I misread: https://forums.bistudio.com/topic/187986-custom-respawn-inventory-menu-per-player-dynamically-load-players-saved-virtual-arsenal-loadouts/ Share this post Link to post Share on other sites
mates31cz 10 Posted July 9, 2016 (edited) Perhaps you still do not understand, I need to get every player to choose their own saved loadout in the designated area in the picture. https://www.dropbox.com/s/j7y1hhf7dup3807/arma%20respawn.jpg?dl=0 Edited July 9, 2016 by mates31cz Share this post Link to post Share on other sites
kylania 568 Posted July 9, 2016 in the picture. Link to the picture isn't working. Share this post Link to post Share on other sites
mates31cz 10 Posted July 9, 2016 Edited: Perhaps you still do not understand, I need to get every player to choose their own saved loadout in the designated area in the picture. https://www.dropbox.com/s/j7y1hhf7dup3807/arma%20respawn.jpg?dl=0 Share this post Link to post Share on other sites
kylania 568 Posted July 9, 2016 This thread has some ideas to try: https://forums.bistudio.com/topic/186160-bi-virtual-arsenal-and-bi-respawn-playing-nicely-together/ We tried doing what you're doing in a mission we run and the backpack duplication issue was just causing too much trouble. It was far easier to just have Arsenal available where you spawn. So you die, respawn, open Arsenal, load, and go on with your day. It's just a few extra clicks and often times we didn't need to reload anyway since we didn't use up enough ammo to need to. 1 Share this post Link to post Share on other sites
mates31cz 10 Posted July 9, 2016 Thank you for your answer, two years ago I tried to get Arma even minor extension "Virtual Arsenal" but it also failed. https://feedback.bistudio.com/T79350 Share this post Link to post Share on other sites
phronk 898 Posted July 9, 2016 You can try using the getUnitLoadout and setUnitLoadout method like suggested above, but just remove the loadout selection from the respawn screen. This video shows you how to implement an automatic save/load loadout upon dying/respawning: ​ Just have the player select their loadout at base via Virtual Arsenal attached to an object or whatever, and the loadout will be restored when they respawn. Share this post Link to post Share on other sites