Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you only wanted to set a custom Heli, it looks at what Heli you rode in on for the CORE Infil Module. So if you set it there, then rode into the map on that one, then when you use the Radio to call for a pickup again, it would use that same Heli classname. Not sure if that helps.
If you didn't infil on a CORE Heli, then it defaults to the MH-9 Littlebird (black).
Is there a way to make the radio recognize a custom user file as a heli? I don't get an option to cycle through smoke colors or R/T when using a custom script. I keep getting "LZ signal not sent". Everything works fine when I set to the default options of course, only have this issue with the custom file option.
Tested with those addons, Delta Force showed up, dropped from the sky, and kicked ass.
Thanks for your patience and thanks for helping me with, admittedly, a really smooth-brained problem :D
1. Copy/Paste the call_para.sqf code into a NEW file... call_para_custom.sqf (or whatever)
2. Replace Line #33 and #45 as you listed below
3. Set the GEAR Module for the Channel you want to use, and point the path/file in settings
4. Use the LRSR Radio and call your new file on that correct channel as it was set
(also noticed whoever made that addon, is misspelling army)
What you are using IS Correct. I don't know what else to tell you.
2. B_USArmy_CH_47F_Chinook_Woodland_01
syntax used:
_heli = "B_USArmy_CH_47F_Chinook_Woodland_01";
3. Infantry Group is Delta Force under SpecOps category
syntax used:
_teamQRF = [_posA, WEST, (configfile >> "CfgGroups" >> "West" >> "B_USAmry_Woodland" >> "SpecOps" >> "b_busamrywoodland_specops_delta_force")] call BIS_fnc_spawnGroup;
2. Heli Classname?
3. Infantry Group or Classnames?
Line #33 :
_heli = "B_Heli_Transport_03_F";
Line #45 :
_teamQRF = [_posA, WEST, (configFile >> "CfgGroups" >> "WEST" >> "BLU_F" >> "Infantry" >> "BUS_InfSquad_Weapons")] call BIS_fnc_spawnGroup;
I'll give you the correct syntax if you let me know what addon you want to use.
zdz_gear\System\SLOT-3\SupportRadio\Support\call_para.sqf
into my own custom .sqf file. I defined _heli and _teamQRF with units from another mod but that's the only change. Not sure how to troubleshoot so I'll give it a rest for now.
Sorry to hear you're mostly done with Arma but super cool that you're still active here! We appreciate your time! If there's anybody reading who's successfully gotten this working with the custom files, please spread the love :D