Arma 3
Not enough ratings
RHS R-148 TFAR Compatibility
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Equipment
File Size
Posted
1.722 KB
3 Mar, 2023 @ 12:19pm
1 Change Note ( view )

Subscribe to download
RHS R-148 TFAR Compatibility

Description
This mod makes the R-148 radio bag from RHSAFRF TFAR-compatible. It uses the east/opfor radio encryption code and has 8km range.
I'm pretty sure there used to be another mod on the workshop that did the same thing, but I can't find it anymore so here's my version.

The contents of this mod are licensed under the Creative Commons Zero v1.0 Universal license.

This mod's source code (config.cpp) is as follows:
class CfgPatches { class sct_r148_tfar_compat { name = "RHS R-148 TFAR Compatability"; author = "ScottyThePilot"; requiredAddons[] = { "rhs_c_troops" }; units[] = {}; weapons[] = {}; }; }; class CfgVehicles { class B_AssaultPack_Base; class rhs_r148: B_AssaultPack_Base { tf_dialog = "bussole_radio_dialog"; tf_dialogUpdate = "call TFAR_fnc_updateLRDialogToChannel;"; tf_encryptionCode = "tf_east_radio_code"; tf_hasLRradio = 1; tf_range = 8000; tf_subtype = "digital_lr"; }; };
3 Comments
Voroshilov 21 Jun, 2023 @ 1:54am 
Hello, do you think an R-148 user interface could be added? I can model it no problem and explain the functionality, but I am struggling with the coding. I sent you discord and steam friend requests.
ScottyThePilot  [author] 4 Mar, 2023 @ 3:31pm 
public domain my beloved...
Zwounk 4 Mar, 2023 @ 2:55pm 
The contents of this mod are licensed under the Creative Commons Zero v1.0 Universal license?!