Jump to content
Sign in to follow this  
bigshotking

Trouble with ACE backpacks and server commands

Recommended Posts

Hello everyone!

I'm currently experiencing issues with ACE backpacks... I can't seem for the life of me get the option to pack equipment into backpacks! I know I've grabbed ACE backpacks, I had pit down a ACE Ruck Box.

Is there some sort of script to get this working? Or is this supposed to work by itself?

These are current skins that I'm trying to get them to work on: http://www.armaholic.com/page.php?id=11380&highlight=ASTAN

If anyone could tell me if I'm doing something wrong, or if I need a simple script it would be greatly appreciated!

On another note I'm interested in knowing what commands I should be using for a map that gets pboed for scripts to work properly, ie: !sServer or !ifDedicated

Thanks!

-Bigshot

Share this post


Link to post
Share on other sites

In the editor, units init box:

this addweapon "ACE_Backpack";
nul = [this, "NVGoggles"] call ACE_fnc_PackWeapon;
nul = [this, "SMOKESHELL", 1] call ACE_fnc_PackMagazine;

This adds NV Goggles and a smoke grenade to the ruck.

A list of classnames for the ACE backpacks is here

A list of functions for the ruck system is here

Edited by Enders

Share this post


Link to post
Share on other sites

thanks for the quick reply! I was able to figure it out, I had put down a No Stamina Module which seemed to disable the bakcpacks! Thanks for the code though! That was going to be my next question :D

-Bigshot

Share this post


Link to post
Share on other sites
In the editor, units init box:

this addweapon "ACE_Backpack";
nul = [this, "NVGoggles"] call ACE_fnc_PackWeapon;
nul = [this, "SMOKESHELL", 1] call ACE_fnc_PackMagazine;

This adds NV Goggles and a smoke grenade to the ruck.

A list of classnames for the ACE backpacks is here

A list of functions for the ruck system is here

thanks but do you have a backup list handy for the backpack classnames. once again the laggy poorly coded turd known as sixupdater is not working and you cannot change between game versions in the browser. it is stuck on arma 3.

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  

×