Jump to content
Sign in to follow this  
scooterperpetual

Modifying Space in Backpack

Recommended Posts

If you figured it out can you also tell us here?

Share this post


Link to post
Share on other sites
class class name: Bag_Base
{
	_generalMacro = "class name";
	picture = "\A3\Weapons_F\ammoboxes\bags\data\ui\icon_B_C_Kitbag_rgr";
	model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Fast";
	hiddenSelectionsTextures[] = {"\mod name\data\textures\texture name.paa"};
	displayName = "Item Name";
	scope = 2;
	maximumLoad = 350; //Change this number to change capacity.
	passThrough = 1;
	mass = 4;
	tf_range = 20000;
	tf_dialogUpdate = "call TFAR_fnc_updateLRDialogToChannel;";
	tf_hasLRradio = 1;
	tf_encryptionCode = "tf_west_radio_code";
	tf_dialog = "rt1523g_radio_dialog";
	tf_subtype = "digital_lr";
};

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  

×