Jump to content

ColinM9991

Members
  • Posts

    278
  • Joined

  • Last visited

Everything posted by ColinM9991

  1. Yeah, god forbid somebody wants to have fun in a singleplayer mission.
  2. That is typically what I'm doing now, the issue with trim button is mainly seen when I'm coming in for a vertical landing and I pull the stick aft and right before using the trim button as it's quicker. Anyway, as long as the issue is reported and has some weight behind it so it's being picked up and patched.
  3. Experiencing this issue whereby the helicopter pulls up and left slightly if I push cyclic forward and left, to fly level and moving forward, then trim and release the stick immediately. It's somewhat difficult to fly these past few days without using manual, untrimmed cyclic control.
  4. I don't remember seeing this issue before the 2.7 clouds. Anyway, I'm not being impatient, I'm just reporting a bug so it's brought to the attention of the team.
  5. See the picture. Clouds are sitting over the electrical lines making them somewhat difficult to see. Likely due to how they're rendered at the foreground of a players screen with depth added after the fact.
  6. There is virtually no information available in the kneeboard. Dialog hints disappear forever (not a campaign issue but a frustrating issue with DCS) and the trigger areas are very small. Rather than having to navigate to the Briefing (which also has not a lot of information) it would be good if the kneeboard had a flight plan and some basic information pertaining to the mission. I have had 2 attempts at this mission now, landing in 4 places in total and have yet to complete it because for some reason I am missing something.
  7. Just posted a solution here which describes how to use the Jadro to communicate with ATC. Haven't yet figured out the other frequencies. Not even sure if you can tune to tankers and what not, not like you'd need to in the Hind.
  8. For those, like me, who haven't flown the Mi-8 and didn't find an answer in this thread: I've been able to communicate with ATC via the following steps: 1. Set your Jadro radio to STB 2. Tune your frequency to the second frequency found for ATC in the F-10 map. This is in MHz and should be converted to kHz for the radio. 3. Set your SPU-8 radio selector to Jadro (third option from the left, on the dial) 4. Use the "Radio - Main" control, typically Backslash or OEM102 on UK keyboards.
  9. I'm going to have to close this. I've just realised that I deleted my Saved Games folder when I migrated from Steam to the Standalone version. I don't have this track file anymore. If I can reproduce then I'll re-open in the future.
  10. I'll spend a bit of time later going through the track files just to make sure I send the right one. If it's not exhibiting the problem then I'll try to reproduce, if not then I'll close this until I can reproduce this issue again; unless of course anybody else has a track file.
  11. I have track files from the same session I took screenshots of, but they're quite long. Do you have the ability to skip through the track to the correct time?
  12. Just playing a session at the moment where I shot down an F-14 and could see the black smoke through the clouds. Cloud preset is Broken 3 with a cloud base of 4,392ft
  13. I've just been reviewing the store on my account which I've had for a few years. This account has no purchases on it as I'm using it for authentication with the Steam version and with server hosting. I'm unable to see any 50% discount. Could somebody provide some clarity over the discount rules? Does it apply only to new accounts or any account that has no purchase history?
  14. Thank you for clarifying this. I think it's worth adding this to the update command list in the original post as this thread is the only documentation source for this executable.
  15. This documentation is missing the --quiet switch for the update command. Also, is it possible to get a command line version for those of us running dedicated servers? Allowing full automation is the right thing to do and saves a lot of time.
  16. Never mind, the issue is my IQ. My string concatenation was wrong. In LUA it's .. and not +. Example net.log('Hello, ' .. 'World!')
  17. Hi, I am currently playing around with the scripting environment for DCS on a dedicated server, that I'm hosting locally to test, and have registered some callbacks. I have noticed that these callbacks all work fine and are logging to the log file as expected. When I add the getMissionFilename or getMissionName functions, however, the callbacks, that I add these function calls to, stop logging with no errors being logged. 'Here's what I currently have local dcsexporter = {} function dcsexporter.onMissionLoadBegin() net.log('[DCS Exporter] onMissionLoadBegin ' + DCS.getMissionFilename()) end function dcsexporter.onSimulationStart() net.log('[DCS Exporter] onSimulationStart ' + DCS.getMissionFilename()) end if DCS.isServer() then net.log('[DCS Exporter] Adding DCS Exporter Hooks') net.log('[DCS Exporter] Running as Server') DCS.setUserCallbacks(dcsexporter) end If I remove the concatenation and the GetMissionFilename calls then everything works fine. I would appreciate if somebody could point out exactly what I'm doing wrong.
  18. This doesn't really help. There is very little documentation around the callbacks and I'm currently struggling to get onMissionLoadBegin to fire when the mission begins, as the name suggests it should execute. Does this callback even exist? What on earth are onPlayerStart onPlayerStop What's the difference between onPlayerChangeSlot and onPlayerTryChangeSlot?
  19. What's the hesitation with releasing this profanity list? You'd swear it's patented intellectual property. It's a strange request as much as it's a strange push-back to not release such a simple list of information. Is there a fear of blow back due to the list, rightfully, containing racial, homophobic and generally upsetting words? "Rogue" somehow made the list. Somebody didn't use bad words when they chose that name but they were still affected by it. I'd rather see and report any false positives by inspecting the list, instead of running into a false positive when naming a server and waiting for it to launch only to report an error. It is an inefficient, tedious and time consuming process.
  20. I've experienced this quite a lot too. I often have to cycle around and back to INR for it to stop drifting.
  21. Does anything happen if you press SCS toward the DDI that the FLIR is displayed?
  22. This is happening to a small and private server that we're hosting. I have just tried moving the server from the E to C drive, also suspecting the same permission issues, but this hasn't done the trick for us - the server is constantly reverting to Resume Manual which is a massive pain point for any players who don't have permission to start a mission. Has anybody else identified a potential fix?
  23. It certainly is EA (although this is commonly used as an excuse with any EA title/DLC), unlike the A-10C, so it is an apples & oranges comparison, but there are many systems (ILS being one of them) that are implemented while the documentation says otherwise in some sections and contradicts itself in others. Effort can be spent on documentation while systems are being developed as it doesn't take a whole team of developers to consult with writers or BAs/POs. In fact I wouldn't even think any developers would be involved in the systems documentation as they'd typically get requirements handed down to them. Though this is a bold statement to make because I have no idea how ED actually do this. My experience only comes from the enterprise orgs that I have worked in.
×
×
  • Create New...