Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFAR Channel Problem #787

Open
Xawery94 opened this issue Dec 21, 2016 · 1 comment
Open

TFAR Channel Problem #787

Xawery94 opened this issue Dec 21, 2016 · 1 comment

Comments

@Xawery94
Copy link

I found problem about TFAR, and more specifically about setting radio channels. After updateTFAR, it could not automatically configure the radio channels. And here I ask if you can look at it and possibly fix it? It would be very nice.

Greetings

@TheLukio
Copy link

I've had similar issues, though only for the LR channels. Changed the fn_tfr_setRadioFrequencies.sqf by adding calling false the generateLRSettings function from TFAR. Somehow it seems TFAR likes to add LR settings if initialization takes too long or something like that.

_settingsLRWest = false call TFAR_fnc_generateLRSettings;
_settingsLRWest set [2, ["30","31","32","33","34","35","36","37","38"]];
tf_freq_west_lr = _settingsLRWest;
publicVariable "tf_freq_west_lr";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants