Jump to content

d0ppler

Members
  • Posts

    494
  • Joined

  • Last visited

Everything posted by d0ppler

  1. Haven't tested it much, but you have this one: https://dcs-web-editor.github.io/dcs-web-viewer-deploy/ Haven't found any way to add triggers, scripts or triggerzones, so it's pretty lightweight
  2. I've only done the first 4 missions, but I think you should land back at London before you can complete the mission IMO. I get it, some of you just want to get straight into the action, but it's a sim, so I believe that's a fair requirement.
  3. Just played it through. This campaign is really well made, and I couldn't find one single bug like an event that won't trigger or a unit which is supposed to be at pos X is not showing up/etc. The kneeboard info is clear and very well thought through and along with the voice lines you'll always know what to to do (and what NOT to do). The missions are varied and plausible, and fun! You'll fly both slick and gunship. Any DCS pilot who loves his Huey should absolutely play this campaign. Some very important words are said at the epilogue. I won't spoil it, and let you read/hear it once you get there. A solid 10/10
  4. Military sim also includes CSAR operations with choppers. You can't postpone a SAR mission if you need to evacuate a sinking ship for instance. Most of our birds in this sim is day/night all weather.
  5. Any update on this?
  6. Without using 3rd party scripts which injects real time weather into a mission file? Or just manipulate the weather through lua scripts? (wind, temperature, wind direction, turbulence)
  7. He will simply not respond. -UHF is set to 251.7 -VHF is set to 124.5 I've tried to to send him commands with every possible value of the radio selector switch, PVT, INT, 1, 2, 3 even 4. I know I got a message in the beginning, that due to limitations in DCS, I must use the UHF, which is position 2 on the radio selector, but is it the wrong frequency? What am I missing? EDIT : PEBKAC!!! I forgot to set the UHF radio to T/R
  8. I've only played the first 2 missions, but so far it's been a blast! Very well done! And I love that you're not able to "cheat" with the F10 map, since there was no GPS in 1968. Brilliant!
  9. I believe it's from mission 5 or 6 or something, where you are supposed to escort a humanitarian car escort up north close to the insurgents.
  10. The only reasonable fix atm is to turn rain droplets off in the options menu. Even though it kills the immersion and feeling that you're flying in heavy rain.
  11. Yeah.. it's been more or less two weeks (tm) now. Still no fix.
  12. Are you using COM2 to speak to your wingman? He won't respond if you're using COM1.
  13. Well done, Spike! I really enjoyed this campaign, and you made me laugh more than one time with some of the NPCs comments and jokes! 10/10
  14. Thats good news at least
  15. 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.
  16. 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
  17. 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.
  18. Sometimes, after I've landed at the hospital to finnish off a mission, the HUD stops after "Incoming transmission" and nothing more happens.
  19. 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.
  20. 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?
  21. 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.
  22. Nice one! Glad you liked it!
×
×
  • Create New...