This commit is the equivalent of a atomic bomb

This commit is contained in:
2026-02-15 08:08:56 -03:00
commit e4ac56b038
6934 changed files with 916278 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
class AcreRacks {
class Rack {
displayName = "Dashboard Lower"; // Name displayed in the interaction menu
shortName = "D.Low"; // Short name displayed on the HUD. Maximum of 5 characters
componentName = "ACRE_VRC103"; // Rack type (able to mount a PRC117F)
allowedPositions[] = {"driver", {"cargo", 0} }; // Who can configure the radio and open the radio GUI. Same wildcards as the intercom. It also allows transmitting/receiving
disabledPositions[] = {};
defaultComponents[] = {};
mountedRadio = "ACRE_PRC117F"; // Predefined mounted radio
isRadioRemovable = 0; // Radio cannot be removed
intercom[] = {}; // Radio not wired to any intercom. All units in intercom can receive/send transmittions (ACE3 interaction menu) but they cannot manipulate the radio (GUI interface)
};
};
tf_isolatedAmount = 0.4;
tf_RadioType = "braf_radio_backpack_olive_notvp";
tf_hasLRradio = 1;