Jump to content

nkey

Member
  • Content Count

    1046
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by nkey

  1. Hm... But you can remove enemry radios from inventory. Or setup new frequencies every round by script? ---------- Post added at 11:22 ---------- Previous post was at 11:20 ---------- TFAR not support 5.1 output, only stereo. mono to stereo should be enabled in TS. try temporaty to switch system to stereo and check how it works...
  2. Try to leave only one key and check userconfig on server. Also, it is good idea to check servers and client RPT files for errors.
  3. Thanks! ---------- Post added at 16:52 ---------- Previous post was at 16:51 ---------- Thanks!
  4. Just do not use "serious" mode. (remove TaskForceRadio channel in TS)
  5. http://makearmanotwar.com/finalists/addon
  6. Could you add more details?
  7. Do you use latest version of TFAR? ---------- Post added at 22:09 ---------- Previous post was at 22:09 ---------- _volume = TF_speak_volume_meters ---------- Post added at 22:11 ---------- Previous post was at 22:09 ---------- Check http://forums.bistudio.com/showthread.php?169029-Task-Force-Arrowhead-Radio&p=2622355&viewfull=1#post2622355 Also, create channel TaskForceRadio with 123 password in TS. ---------- Post added at 22:13 ---------- Previous post was at 22:11 ---------- Please try to reboot PC, check arma cash and try again. Also, check another mission/server (maybe it happens on specific one). If it will continue - I'll try to send you debug build to get crash dump. ---------- Post added at 22:14 ---------- Previous post was at 22:13 ---------- Hm... Any error in TS? Have you friend changed nickname? Have you tried on another server/mission?
  8. Yes, transmitters are planned.
  9. Do it while in-game. ---------- Post added at 10:00 ---------- Previous post was at 09:57 ---------- Yes, just read TF_speak_volume_level variable as far as I remember. ---------- Post added at 10:00 ---------- Previous post was at 10:00 ---------- Yes, it is probably because radio IDs duplication. TFAR have some things to avoid it, but probably it is not works in 100%. So, check you loadout scripts. ---------- Post added at 10:02 ---------- Previous post was at 10:00 ---------- What is error code? Any errors in RPT? Same TS for 2 arma servers?
  10. Could you record a video? ---------- Post added at 15:09 ---------- Previous post was at 15:07 ---------- Latest 0.9.7 version?
  11. Set tf_no_auto_long_range_radio (https://github.com/michail-nikolaev/task-force-arma-3-radio/wiki/API:-Variables) ---------- Post added at 06:04 ---------- Previous post was at 06:02 ---------- Thanks for info!
  12. yes, it is possible, but in your case I will not use it. Because script used first time for such bug event is too risky. Maybe it is better for each commander just to put its squad freq to map marker? ---------- Post added at 09:26 ---------- Previous post was at 09:25 ---------- Hello. Looks like someting with pipe connections.... Are you sure pipe and addon are from same installation?
  13. if ((isServer) or (isDedicated)) then { Probably because you are trying to work with individals radios on server. Need to be executed on client.
  14. Hm.... But what is the issue? ---------- Post added at 18:25 ---------- Previous post was at 18:24 ---------- EDIT: Could you upload MISSION somewhere? ---------- Post added at 18:26 ---------- Previous post was at 18:25 ---------- Probably something with server setup.... Try create you own local server. ---------- Post added at 18:28 ---------- Previous post was at 18:26 ---------- You could try to setup such settings via server userconfig or small amount of SQF scripting...
  15. Probably you could, check https://github.com/michail-nikolaev/task-force-arma-3-radio/wiki/API:-Functions#TFAR_fnc_forceSpectator ---------- Post added at 13:32 ---------- Previous post was at 13:30 ---------- You could create a script and check all radios freqs time to time. And if one of freqs is 77.7 - just play audio sound in arma... ---------- Post added at 13:33 ---------- Previous post was at 13:32 ---------- You could create a script and check all radios freqs time to time. And if one of freqs is 77.7 - just play audio sound in arma... ---------- Post added at 13:35 ---------- Previous post was at 13:33 ---------- Try to call this code after few seconds from game start... ---------- Post added at 13:35 ---------- Previous post was at 13:35 ---------- It is because TS limitation... Someday I'll fix it. ---------- Post added at 13:36 ---------- Previous post was at 13:35 ---------- yes, exactly. ---------- Post added at 13:38 ---------- Previous post was at 13:36 ---------- as I remember there is an issue on linux server then it is required manually load "curator" addon (check here http://dev.arma3.com/post/techrep-00007 )
  16. What data in "_array = (player getVariable "TFR");" ? ---------- Post added at 11:58 ---------- Previous post was at 11:56 ---------- Maybe some tricky desktop resolution? ---------- Post added at 12:06 ---------- Previous post was at 11:58 ---------- Check server RPT for errors. ---------- Post added at 12:08 ---------- Previous post was at 12:06 ---------- Currently you could check https://github.com/michail-nikolaev/task-force-arma-3-radio/wiki/API%3A-Events You could use local event to set volume into playes object. And on OnSpeak show the icon.
  17. Yes, in future. ---------- Post added at 12:55 ---------- Previous post was at 12:53 ---------- Not sure I got you... so, you want to pre-setup additional channel, right? ---------- Post added at 12:55 ---------- Previous post was at 12:55 ---------- Good idea, need to think about it. ---------- Post added at 12:56 ---------- Previous post was at 12:55 ---------- Currently no...
  18. You should not do it, use just "tf_anprc152" and everything will work as expected.
  19. To random values? Or to values someone else use? ---------- Post added at 00:31 ---------- Previous post was at 00:30 ---------- Probably it is because incorrect loadout. What is your radio item in mission config?
  20. It is OK, try _settingsLRWest = false call TFAR_fnc_generateLRSettings; _settingsLRWest set [2, ["50","51","52" ...... ]]; tf_freq_west_lr = _settingsLRWest; publicVariable "tf_freq_west_lr"; ---------- Post added at 17:25 ---------- Previous post was at 17:23 ---------- Probably addon is not enabled in the game... Recheck your installation.
  21. Is it during MP game? Have you started everything as admin?
  22. Whats is your status in TS? (click on yourself)
  23. ItemRadio will automatically replaced by correct radio for player. Not sure why you can't do it. ---------- Post added at 19:13 ---------- Previous post was at 19:11 ---------- Probably you assign radio to some faction, but it is not faction radio. In such case TFAR not set team frequencies to it (because it is "enemy" radio). ---------- Post added at 19:14 ---------- Previous post was at 19:13 ---------- Probably not... Why do you wan to do it? (maybe it is possible to do something similar) ---------- Post added at 19:16 ---------- Previous post was at 19:14 ---------- Probably something related to scripts used in missions... Can't exactly say without mission code. ---------- Post added at 19:17 ---------- Previous post was at 19:16 ---------- Looks pretty cool! ---------- Post added at 19:19 ---------- Previous post was at 19:17 ---------- What is distance beetween players in such cases? Is it occurs at close distance? ---------- Post added at 19:20 ---------- Previous post was at 19:19 ---------- It is really strange issue with few users - have no idea why it happens. Maybe because some CBA issue.... Is it still actual for your friend? ---------- Post added at 19:22 ---------- Previous post was at 19:20 ---------- Was in vacation :) ---------- Post added at 19:23 ---------- Previous post was at 19:22 ---------- Thanks for help in explaining :) ---------- Post added at 19:29 ---------- Previous post was at 19:23 ---------- Do you have plugins enabled in TS?
  24. 2) try with addItem "ItemRadio" ---------- Post added at 12:55 ---------- Previous post was at 12:54 ---------- It is more question to CBA, because TFAR uses CBA's keybind system. ---------- Post added at 12:56 ---------- Previous post was at 12:55 ---------- What is your nickname in Arma? Try to change it.
×