Airwolf 50 Posted June 29, 2016 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
Jackal326 1182 Posted June 29, 2016 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