Jump to content
Sign in to follow this  
Airwolf

How to make backpack a TFAR LR radio?

Recommended Posts

I've seen this done in other uniform packs, where they have re skinned the TFAR radio packs or made new radio packs that act as long range radios. I have been unable to find the appropriate config to make this happen, I've tried pulling apart said mods to find the code, and found nothing other than a reference to the TFAR model. I cannot find any information on the TFAR webpage either.

 

Please help!

 

Thank you.

Share this post


Link to post
Share on other sites

There is probably no direct reference as the mods in question inherit directly from default TFAR radio backpacks.

However, to configure your own you can add the following parameters to your config.cpp's cfgVehicles entry for the backpack(s):

		tf_dialogUpdate = "call TFAR_fnc_updateLRDialogToChannel;";
		tf_hasLRradio = 1;
		tf_encryptionCode = "tf_west_radio_code";
		tf_dialog = "rt1523g_radio_dialog";
		tf_subtype = "digital_lr";

Each parameter can be configured, but I'll leave that up to you to research for yourself - I can't do all of the work for you...

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  

×