felixx75 Posted July 27, 2022 Posted July 27, 2022 In the editor it is not possible to set two different frequencies for channels 1 of the TARP-136 and TARP-137B. Since the TARP-137B is only capable of UHF, the whole thing only applies to frequencies from 225 MHz. The moment you enter a frequency on channel 1, it is immediately entered on channel 1 of the other radio. Channels 2-20 seem to be OK. If you enter VHF frequencies in TARP-136, 225 MHz is ALWAYS entered in TARP-137B, as this is the lowest possible frequency. 1
Flappie Posted July 27, 2022 Posted July 27, 2022 (edited) I think I know what does this, in "Mirage-F1C.lua". See these "connect = true" instructions? [1] = { name = _("TRAP-136"), range = {min = 118.0, max = 399.975}, channels = { [1] = { name = _("Channel 1"), default = 118.0, modulation = _("AM"), connect = true}, [2] = { name = _("Channel 2"), default = 119.25, modulation = _("AM")}, [3] = { name = _("Channel 3"), default = 122.0, modulation = _("AM")}, [2] = { name = _("TRAP-137B"), range = {min = 225.0, max = 399.975}, channels = { [1] = { name = _("Channel 1"), default = 225.0, modulation = _("AM"), connect = true}, [2] = { name = _("Channel 2"), default = 230.0, modulation = _("AM")}, [3] = { name = _("Channel 3"), default = 240.0, modulation = _("AM")}, I guess they shouldn't be here. I'll ask devs. Edited August 28, 2022 by Flappie 2 ---
Flappie Posted August 13, 2022 Posted August 13, 2022 Devs are aware, by the way: https://forum.dcs.world/topic/253872-mirage-f1-project-update/?do=findComment&comment=5020721 2 1 ---
felixx75 Posted August 25, 2022 Author Posted August 25, 2022 Unfortunately the above described problem persists after the last OB patch. 1
kontiuka Posted August 26, 2022 Posted August 26, 2022 Speaking of which, are people able to communicate over either 136 or 137B using the presets? I haven't had any success. Only when I manually tune 136 do I get a response.
MAXsenna Posted August 26, 2022 Posted August 26, 2022 2 minutes ago, kontiuka said: Speaking of which, are people able to communicate over either 136 or 137B using the presets? I haven't had any success. Only when I manually tune 136 do I get a response. Yes, but you need ground power or engine started IIRC. Cheers!
kontiuka Posted August 26, 2022 Posted August 26, 2022 25 minutes ago, MAXsenna said: Yes, but you need ground power or engine started IIRC. Cheers! I'm trying it in flight. 136 and 137B channel 1 set to Kutaisi (263 MHz). Both radios on. Trap 136 turned to preset. No response when I select green or red radio. Only when I manually enter the frequency. Am I missing something?
MAXsenna Posted August 26, 2022 Posted August 26, 2022 53 minutes ago, kontiuka said: I'm trying it in flight. 136 and 137B channel 1 set to Kutaisi (263 MHz). Both radios on. Trap 136 turned to preset. No response when I select green or red radio. Only when I manually enter the frequency. Am I missing something? I have to test latest update I guess.
felixx75 Posted August 26, 2022 Author Posted August 26, 2022 2 hours ago, kontiuka said: I'm trying it in flight. 136 and 137B channel 1 set to Kutaisi (263 MHz). Both radios on. Trap 136 turned to preset. No response when I select green or red radio. Only when I manually enter the frequency. Am I missing something? No, I don't think you are missing something. I have the same problem. But maybe we are both missing something 2
Flappie Posted August 27, 2022 Posted August 27, 2022 Presets do work (as long as you're using integers, but that's another reported bug). But there's a new bug in town: presets for both radios now have an offset of 5, which means: Preset "1" (in cockpit) is actually preset 16 Preset "2" (in cockpit) is actually preset 17 ... Preset "5" (in cockpit) is actually preset 20 Preset "6" (in cockpit) is actually preset 1 Preset "7" (in cockpit) is actually preset 2 ... Preset "20" (in cockpit) is actually preset 15 New issue reported. Thanks for the heads up, gents. 1 1 ---
kontiuka Posted August 27, 2022 Posted August 27, 2022 6 minutes ago, Flappie said: Presets do work (as long as you're using integers, but that's another reported bug). But there's a new bug in town: presets for both radios now have an offset of 5 offset of 15 you mean?
Flappie Posted August 27, 2022 Posted August 27, 2022 Whatever! It's a matter of referential. (ME preset 1 is read "6") 1 ---
Flappie Posted August 27, 2022 Posted August 27, 2022 Preset 1 (in ME) is read preset "6" in cockpit Preset 2 (in ME) is read preset "7" in cockpit ... That's what I call an offset of 5, but you can call it whatever you want. Anyway, it's reported. 1 ---
kontiuka Posted August 27, 2022 Posted August 27, 2022 15 minutes ago, Flappie said: Preset 1 (in ME) is read preset "6" in cockpit Preset 2 (in ME) is read preset "7" in cockpit ... That's what I call an offset of 5, but you can call it whatever you want. Anyway, it's reported. ok. thanks.
Joe1978 Posted August 28, 2022 Posted August 28, 2022 hace 23 horas, Flappie dijo: Preset 1 (in ME) is read preset "6" in cockpit Preset 2 (in ME) is read preset "7" in cockpit ... That's what I call an offset of 5, but you can call it whatever you want. Anyway, it's reported. Sorry but I've tried it a while ago but it doesn't seem to work. .
kontiuka Posted August 28, 2022 Posted August 28, 2022 7 hours ago, Joe1978 said: Sorry but I've tried it a while ago but it doesn't seem to work. You're probably misinterpreting what Flappie wrote. I had the same problem. Here's what he said written a different way ... - Dial in preset "6" in the cockpit to get preset "1" in the mission editor - Dial in preset "7" in the cockpit to get preset "2" in the mission editor . . . - Dial in preset "20" in the cockpit to get preset "15" in the mission editor - Dial in preset "1" in the cockpit to get preset "16" in the mission editor - Dial in preset "2" in the cockpit to get preset "17" in the mission editor - Dial in preset "3" in the cockpit to get preset "18" in the mission editor - Dial in preset "4" in the cockpit to get preset "19" in the mission editor - Dial in preset "5" in the cockpit to get preset "20" in the mission editor So, whatever you have dialed in is actually referring to 15 presets up. 1
Joe1978 Posted August 29, 2022 Posted August 29, 2022 Thanks for your answer kontiuka. In effect, in Caucasus map works like you describing (preset "1" mission editor = "6" Dial radio channel) but in Syria or the Gulf it doesn't ... Maybe this information is in another report or maybe it's my installation? 1 .
kontiuka Posted August 29, 2022 Posted August 29, 2022 2 hours ago, Joe1978 said: Thanks for your answer kontiuka. In effect, in Caucasus map works like you describing (preset "1" mission editor = "6" Dial radio channel) but in Syria or the Gulf it doesn't ... Maybe this information is in another report or maybe it's my installation? There's another bug with decimal point frequencies so that's probably the issue you're having. 2
Hunter Joker Posted August 29, 2022 Posted August 29, 2022 On 8/26/2022 at 10:21 PM, felixx75 said: No, I don't think you are missing something. I have the same problem. But maybe we are both missing something We are in three that missing something I was unable also to contact the AWACS, the frequency (manual) is right, the AWACS menù appear in full white text but when I ask something I didn't hear anything (either my voice or the AWACS reply). 2 https://www.youtube.com/user/garaganotube
Flappie Posted August 29, 2022 Posted August 29, 2022 Just use TRAP-136 (VHF-UHF) manual frequency mode and you'll be fine. I'm sure these presets bugs will be fixed soon. 1 ---
COMDZERO Posted September 1, 2022 Posted September 1, 2022 Frequencies with decimal values do not register/work in presets eg 123.60 and 250.5 before and after patch on both radios. I'm tracking the manual dial in on green and the 5 position offset on red. decimals work on manual with green radio. Great Mod BTW
kontiuka Posted September 1, 2022 Posted September 1, 2022 7 minutes ago, COMDZERO said: Frequencies with decimal values do not register/work in presets eg 123.60 and 250.5 before and after patch on both radios. I'm tracking the manual dial in on green and the 5 position offset on red. decimals work on manual with green radio. Great Mod BTW It is a known issue. 1
Flappie Posted September 2, 2022 Posted September 2, 2022 The issue described in OP is fixed, as well as the prefix offset bug. The decimal values bug remains, but it's already reported in another thread. 2 1 ---
kontiuka Posted September 2, 2022 Posted September 2, 2022 16 minutes ago, Flappie said: The issue described in OP is fixed, as well as the prefix offset bug. The decimal values bug remains, but it's already reported in another thread. Confirmed for red and green radios. Thanks. Looking forward to the decimal point fix.
Recommended Posts