武装突袭3

武装突袭3

评价数不足
EDITTED cTab NSWDG Edition
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Equipment
文件大小
发表于
13.358 MB
10 月 21 日 上午 10:55
1 项改动说明 ( 查看 )

订阅以下载
EDITTED cTab NSWDG Edition

在 asian equation 的 1 个合集中
Spectre Mod Collection
3 件物品
描述
Got tired of having the cTab_Android at the left side and put it in the bottom middle to make it more realistic

Credits to:
Original by Riouken & Gundy Original by Riouken & Gundy[[forums.bohemia.net], edit by IceBadgeredit by IceBadger, visual update by visual update by Fredipedia

Original Description

Description:
cTab, "The Commander's Tablet", is an Arma 3 add-on that provides players with quick access to command and control features including Blue-Force Tracker, UAV video and control interfaces and unit helmet camera access.
The add-on includes a Rugged Tablet for command units, a field-portable Android Device for tactical units, in-vehicle map devices, and helmet mounted cameras for non-command units.

Features:
Commander's tablet
Working FBCB2 Blue Force Tracker system
User placed makers - place markers for enemy, medical and general purpose
Tracks all crewed Bluefor Military vehicles
Tracks any dismounted troops with the proper equipment
Android based Blue Force Tracker
MicroDAGR hand-held GPS with Blue Force Tracking
Commanders Tablet can view live UAV streams
Commanders Tablet can view live Helmet Cam streams (make sure to have Picture in Picture (PIP) turned on in your video settings!)
Vehicle mounted FBCB2 interface, Blue Force Tracking
Tactical Awareness Display (TAD) for air vehicles, Blue Force Tracking
This system is available to only one side at a time, there is a mission configurable parameter to choose sides
None of the markers or icons show on maps, need one of the devices to view

Controls:
"H" This key is used to open and close whatever cTab device is available to you, showing the "small" version where available. It can also be used to close UAV view.
"CTRL" + "H" Opens and closes the secondary view mode of the cTab device available to you. This would usually be the "large" version.
"ALT" + "H" Opens and closes an alternative cTab device that you may have available (i.e. when a pilot carrying a tablet, this will open the tablet).
"LEFT DOUBLE-CLICK" Opens dialog to place markers at mouse cursor location. Not available on MicroDAGR
"DEL" Deletes the highlighted user placed marker under your cursor.
"F1" Change to Blue Force Tracker on tablet.
"F2" Change to UAV cameras on tablet.
"F3" Change to helmet cameras on tablet.
"F4" Change to Message mode on tablet.
"F5" Toggles map tools (grid/elevation/range/direction to mouse cursor).
"F6" Toggles map mode (satellite/topographical/black).
"F7" Center map on current position.
"CTRL" + "SHIFT" "PAGE_UP" Zoom in on the "small" TAD, MicroDAGR and Android.
"CTRL" + "SHIFT" "PAGE_DOWN" Zoom out on the "small" TAD, MicroDAGR and Android.
"ESC" Closes all interactive cTab devices (i.e. all but the "small" variants) as well as the UAV view.
(can be changed by editing "...\Arma 3\userconfig\cTab\ctab_settings.hpp" in notepad)

Define vehicle types that have FBCB2 or TAD available:
To configure the list of vehicle types that have FBCB2 or TAD available, edit the "cTab_vehicleClass_has_FBCB2" and "cTab_vehicleClass_has_TAD" arrays in the configuration file on the server, which can be found in the ArmA 3 folder "...\Arma 3\userconfig\cTab\ctab_settings.hpp".
class cTab_settings {
cTab_vehicleClass_has_FBCB2[] = {"MRAP_01_base_F","MRAP_02_base_F","MRAP_03_base_F","Wheeled_APC_F","Tank","Truck_01_base_F","Truck_03_base_F"};
cTab_vehicleClass_has_TAD[] = {"Helicopter","Plane"};
};
Note: This is a server-side setting, i.e. whatever is set on the client-side userconfig will be overridden by the userconfig on the server.

Define helmet classes with enabled helmet camera:
To configure the list of helmet classes that enable helmet cameras, edit the "cTab_helmetClass_has_HCam" array in the configuration file on the server, which can be found in the ArmA 3 folder "...\Arma 3\userconfig\cTab\ctab_settings.hpp". It needs to be within the class "cTab_settings" (same area as above).
class cTab_settings {
cTab_helmetClass_has_HCam = {"H_HelmetB_light","H_Helmet_Kerry","H_HelmetSpecB","H_HelmetO_ocamo","BWA3_OpsCore_Fleck_Camera","BWA3_OpsCore_Schwarz_Camera","BWA3_OpsCore_Tropen_Camera"};
};
Note: This is a server-side setting, i.e. whatever is set on the client-side userconfig will be overridden by the userconfig on the server.

Class Names:
ItemcTab // Commander Tablet
ItemAndroid // Android based Blue Force Tracker
ItemcTabHCam // Helmet Cam
ItemMicroDAGR // MicroDAGR GPS

Override vehicle types that have FBCB2 or TAD available:
If you wish to override the list of vehicles that have FBCB2 or TAD available, put this at the TOP of your "init.sqf":
// only make FBCB2 available to MRAPs, APCs and tanks
cTab_vehicleClass_has_FBCB2 = ["MRAP_01_base_F","MRAP_02_base_F","MRAP_03_base_F","Wheeled_APC_F","Tank"];

// make TAD available to all helicopters and planes with the exception of the MH-9 Hummingbird and AH-9 Pawnee
cTab_vehicleClass_has_TAD = ["Heli_Attack_01_base_F","Heli_Attack_02_base_F","Heli_Light_02_base_F","Heli_Transport_01_base_F","Heli_Transport_02_base_F","I_Heli_light_03_base_F","Plane"];

Override helmet classes with enabled helmet camera
// Only have BWmod helmets with a camera simulate a helmet camera
cTab_helmetClass_has_HCam = ["BWA3_OpsCore_Schwarz_Camera","BWA3_OpsCore_Tropen_Camera"];
6 条留言
monstarrbeatz 11 月 11 日 下午 5:00 
Perfect but when i click the map i get error when i plcae a marker on regular map
asian equation  [作者] 10 月 24 日 下午 12:01 
For me it doesn't show in the arma hud, I wouldn't of made this if I could..
Sem 10 月 24 日 上午 8:14 
You know you can just adjust this in the default arma HUD layout settings right?
KajSchak 10 月 21 日 下午 2:45 
Thank you
asian equation  [作者] 10 月 21 日 下午 2:40 
It's a reshade mod, look up "Nexus Nommad NVG" @KajSchak
KajSchak 10 月 21 日 下午 2:33 
Nice work man. What is the NVG mod you are using? :D