

Rockrend
Members-
Posts
105 -
Joined
-
Last visited
About Rockrend
- Birthday 07/11/1968
Personal Information
-
Location
Australia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
after first patch only Anapa works for navigation
Rockrend replied to buur's topic in Bugs and Problems
Sorry to have misunderstood you. I'm not seeing the same issue, so it may not be a bug after all. -
after first patch only Anapa works for navigation
Rockrend replied to buur's topic in Bugs and Problems
Take a look at this video but note that due to changes in the last update, the previous issue with the CW/Voice switch on the C-38 control unit have now been fixed. It should now be set to CW, as opposed to Voice. Also note that the CW/Voice switch on the C-26 must be set to Voice. This ensures you are using the preset channel/frequency on the C-38, not the manual frequency on the C-26. -
Use radio 1, the AN/ARC-5 The internal profile name is F4U-1D from memory. Hopefully this helps
-
Good news...Seems to be fixed now with the early July patch.
-
This definitely used to be the case and it worked correctly, although the CW/Voice Switch was reversed on the C-38. After the last update (July) I can no longer tune to the Carrier frequency. The aircraft only picks Argana Airfield "AGA" regardless of the frequency I have entered in the ME for the carrier and aircraft, or the preset frequency setting on the C-38 Tuning Crank. Additionally, the CW/Voice Switch on the C-38 seems to not care if it is in CW or Voice position. EDIT - Ater receiving some sage advice from Discord, I realise that the previous reversal of the CW/Voice Switch on the C-38 has now been fixed. This initially caused my mistake operating the system. It appears that the navigation system works correctly.
-
Hi Team, I'm getting a DCS crash at roughly the same point in mission 3 of The Big Show Campaign by Reflected Simulations. I have 2 separate crash logs from trying to fly the mission on 2 occasions. Can you help me out please Thank in advance. dcs.log-20250629-093554.zip dcs.log-20250629-100651.zip
-
Hi Reflected, I'm getting a DCS crash at roughly the same point in mission 3. I have 2 separate crash logs from trying to fly the mission on 2 occasions. Do these go to you or should it be reported to ED? Thank in advance.
-
As per @PLUTON message, try setting manual fog to a thickness that is above ground level. I tried this and it works well. Thank you all for your replies. I didn't account for the elevation and with that in mind, the fog now works. Much appreciated
-
Hi all, As like everyone else today, I'm playing around with the new fog settings. I do have a problem where fog doesn't seem to work in the Afghanistan map. Is anyone seeing the same? It does work in other maps. Thanks in advance
-
Hi @Lord Vader Thanks very much for the reply. It seems that this is not yet implemented in the CH-47F module as I don't require the command to successfully sling load cargo.
-
Hi @Lord Vader. You seem to be fairly active in this sub forum. Can you please take a look at my question above and provide an answer. Thanks in advance.
-
Hi all, What is the function of the "External Cargo Hook" (RCTRL + RShift + L) binding? The sling loading training mission refers to it but I can perform sling loading without using it. Thanks in advance.
-
Arduino or Zero Delay Encoder for 3-way switches?
Rockrend replied to durka-durka's topic in Home Cockpits
When I say "joystick controller", I mean it in terms of the name Windows gives to a devices like this, as opposed to an actual joystick. So long as you can get the switches, potentiometers and encoders, it can be done very easily. Additionally, you can definitely set Pro Micro's with unique identities. Hope this is helpful. -
Arduino or Zero Delay Encoder for 3-way switches?
Rockrend replied to durka-durka's topic in Home Cockpits
Hi, I've used Arduino's to build a range of button boxes, so you can definitely do what you want. As per previous advice, no need to use DCS-BIOS, just use the Arduino as a "joystick controller". See the YT link to get an idea of how to make the connections and the sketch you will use to control the device. He is using it for a car racing game but the principle is exactly the same. Good luck.