1212PDMCDMPPM 200 Posted February 16, 2015 Thx ToxicSludge !! Nice tutorial. Is it possible to preconfigure in the mission the available loadouts (ie the one checked in the video) ? Share this post Link to post Share on other sites
R3vo 2654 Posted February 16, 2015 Thx ToxicSludge !! Nice tutorial.Is it possible to preconfigure in the mission the available loadouts (ie the one checked in the video) ? [west,"b_soldier_gl_f"] call bis_fnc_addrespawninventory; [east,"o_soldier_gl_f"] call bis_fnc_addrespawninventory; [resistance,"i_soldier_gl_f"] call bis_fnc_addrespawninventory; You can predefine which type of soldiers should be available for respawn 1 Share this post Link to post Share on other sites
toxicsludge 12 Posted February 18, 2015 Thx ToxicSludge !! Nice tutorial.Is it possible to preconfigure in the mission the available loadouts (ie the one checked in the video) ? Thanks for watching :) [west,"b_soldier_gl_f"] call bis_fnc_addrespawninventory; [east,"o_soldier_gl_f"] call bis_fnc_addrespawninventory; [resistance,"i_soldier_gl_f"] call bis_fnc_addrespawninventory; You can predefine which type of soldiers should be available for respawn Thanks for answering R3vo, I don't quite understand your answer, but I'll be looking into it :) Share this post Link to post Share on other sites
R3vo 2654 Posted February 18, 2015 Thanks for watching :)Thanks for answering R3vo, I don't quite understand your answer, but I'll be looking into it :) [west,"b_soldier_gl_f"] call bis_fnc_addrespawninventory; // It just means that the Grenadier loadout will be available for the west faction, when they spawn. I thought you were asking for something like that. Share this post Link to post Share on other sites
Undeceived 392 Posted February 18, 2015 (edited) Thanks a lot, ToxicSludge! This was very useful! Btw, the in Zeus also shows loadouts which were saved in the Arsenal. Very handy if you want the player to have the option to choose from custom loadouts put together by yourself.However I didn't test this in MP with other players yet (read: What I don't know is if other players are also able to pick these custom loadouts. Or is it only the player on which PC the custom loadouts were saved in the arsenal?) Edited February 18, 2015 by Undeceived Share this post Link to post Share on other sites
R3vo 2654 Posted February 18, 2015 Thanks a lot, ToxicSludge! This was very useful!Btw, the in Zeus also shows loadouts which were saved in the Arsenal. Very handy if you want the player to have the option to choose from custom loadouts put together by yourself.However I didn't test this in MP with other players yet (read: What I don't know is if other players are also able to pick these custom loadouts. Or is it only the player on which PC the custom loadouts were saved in the arsenal?) Yes, other player are able to pick those custom loadouts, pretty handy. Share this post Link to post Share on other sites
Undeceived 392 Posted February 18, 2015 Great, thanks for the confirmation! Cool stuff! Share this post Link to post Share on other sites
SchwererKonigstiger 28 Posted June 8, 2015 This is gonna be really useful for me. Gonna cut down on the time it takes people to pick up pre-set gear kits before our co-op operations. Thanks! Share this post Link to post Share on other sites