Jump to content

d0ppler

Members
  • Posts

    556
  • Joined

  • Last visited

Everything posted by d0ppler

  1. There is absolutely something wrong with these containers. I've tried it 3 times now, and it always rips of my skids, even though I set it gently down without lowering the collective all the way down.
  2. First, create a trigger "4 MISSION START", no conditions, do script: time = 0 visibility = math.random(500, 20000) -- random number on how low the visibility will be in feet thickness = math.random(800, 4000) -- random number on the thickness of the fog world.weather.setFogAnimation({ {time, visibility, thickness} }) Then create a trigger "2 REPETETIVE ACTION", no conditions, do script: time = time - 1 if time <= 0 then time = math.random(100, 1800) -- random number in seconds to which the new setting should occur visibility = math.random(500, 20000) -- random number on how low the visibility will be in feet thickness = math.random(800, 4000) -- random number on the thickness of the fog world.weather.setFogAnimation({ {time, visibility, thickness} }) -- sets the new fog end -- trigger.action.outText("time : " .. time .. "\nvis : " .. visibility .. "\nthickness : " .. thickness, 30, true) -- debug purposes Obviously, you can play with the random number limits.
      • 4
      • Like
      • Thanks
  3. This happens very often now. It says "incomming transmission", but nothing happens. If I abort the mission, I get a new one, and every thing is back to normal, so I suspect there's one single mission out there which causes the trouble.
  4. Sometimes, after I've landed at the hospital to finnish off a mission, the HUD stops after "Incoming transmission" and nothing more happens.
  5. Outstanding work, super fun!! Are there any ways to toggle the workstation console on and off? And how do I refuel? I've tried to refuel at the base as well as the airport, but I never get any confirmation back from ground crew, nor any fuel. EDIT : nvm, found out about the refueling part. I hadn't set my radio selector to INT.
  6. Well, if you open my mission in the mission editor, you will see that there's nothing that gives the jet full throttle at start up. No script either. It's made with the Open Beta, what version are you on?
  7. I (and hundreds of others) have flown this mission with the Viper without any throttle issues. Create a new mission with your jet "ready on ramp" and see if the problem occurs.
  8. Nice one! Glad you liked it!
  9. d0ppler

    Release Date?

    How can you tell it's big?
  10. d0ppler

    Release Date?

    Link of the upcoming update?
  11. I created a simple quick mission to test this, but then it worked. But somehow the ILS doesn't work when I fly this mission: https://www.digitalcombatsimulator.com/en/files/3328389/ even though the active runway is 28
  12. Strange. I'm positive I'm on the active runway (rwy 28). I'll make a track and post it next time I play DCS. Thanks for your reply
  13. I haven't tested ILS approaches on every airfield, but I have no problems with other I've tested, but on Akrotiri I can't get it to work. Using frequency 109.70, which seems to be the correct one.
  14. I've also been playing a lot of multiplayer, but now I'm back to SP, with some occasionally mp missions. MP is not for everyone. My life with kids to be taken care of does not allow for multiplayer. When I play DCS I must be able to pause the game.
  15. I've made a free Viper campaign (mainly aimed for beginners) with voice overs which you can try out while we're waiting for the Gamblers Campaign from Baltic Dragon. Keeping the bear at bay: https://www.digitalcombatsimulator.com/en/files/3328036/
  16. https://www.digitalcombatsimulator.com/en/files/3328036/
  17. a) How can you pull 5g while taxiing?? b) How can you pull 5g in a 2g turn?
  18. I have made missions with more than 200 triggers without any problem. What happens if you duplicate one of your existing triggers? Do they disappear as well after you save?
  19. I have the exact same experience. My system is CPU : AMD Ryzen 5 5600 6-Core GPU : GeForce RTX 3060 TI RAM : 32GB NB : Only tested MT in VR HP Reverb G2
  20. The game is unplayable for me in VR now. I had 50-60 fps before patch, and now I'm at 20-30fps. With or without MT enabled EDIT : I'm back to "normal" FPS after a repair of DCS. In Steam it's "Verify integrity of game files".
  21. Almost 80K (79960 ft) Screenshots in VR are absolutely horrible quality. Sorry for that. But here's the trackfile: F16_altitude.trk And it includes a safe landing as well
  22. Pardon my stupidity, but is Open XR a technology used by Windows Mixed Reality Portal?
  23. Same for me. It only works in 2D, not in VR. Anybody knows how to fix this? (I'm using reshade v 5.6)
  24. You are totally right! I learned something new. Thank you!
×
×
  • Create New...