Jump to content
Sign in to follow this  
toxicsludge

[Tutorial] How To Use The Loadouts Module

Recommended Posts

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
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

  • Like 1

Share this post


Link to post
Share on other sites
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
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

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 by Undeceived

Share this post


Link to post
Share on other sites
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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×