武装突袭3

武装突袭3

评价数不足
RHS R-148 TFAR Compatibility
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Equipment
文件大小
发表于
1.722 KB
2023 年 3 月 3 日 下午 12:19
1 项改动说明 ( 查看 )

订阅以下载
RHS R-148 TFAR Compatibility

描述
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 条留言
Voroshilov 2023 年 6 月 21 日 上午 1:54 
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  [作者] 2023 年 3 月 4 日 下午 3:31 
public domain my beloved...
Zwounk 2023 年 3 月 4 日 下午 2:55 
The contents of this mod are licensed under the Creative Commons Zero v1.0 Universal license?!