-
Posts
556 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by d0ppler
-
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.
-
MH-60
-
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
-
-
-
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.
-
Sometimes, after I've landed at the hospital to finnish off a mission, the HUD stops after "Incoming transmission" and nothing more happens.
-
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.
-
Formation trainer - show off your score!
d0ppler replied to d0ppler's topic in Screenshots and Videos
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? -
Formation trainer - show off your score!
d0ppler replied to d0ppler's topic in Screenshots and Videos
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. -
Formation trainer - show off your score!
d0ppler replied to d0ppler's topic in Screenshots and Videos
Nice one! Glad you liked it! -
How can you tell it's big?
-
Link of the upcoming update?
-
ILS doesn't work at Akrotiri airbase - Cyprus (Syria map)
d0ppler replied to d0ppler's topic in Bugs and Problems
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 -
ILS doesn't work at Akrotiri airbase - Cyprus (Syria map)
d0ppler replied to d0ppler's topic in Bugs and Problems
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 -
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.
-
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/
-
https://www.digitalcombatsimulator.com/en/files/3328036/
-
a) How can you pull 5g while taxiing?? b) How can you pull 5g in a 2g turn?
-
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?
-
resolved Multithreading very poor performance - fixed with slow repair
d0ppler replied to egon83's topic in Game Performance Bugs
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 -
resolved Multithreading very poor performance - fixed with slow repair
d0ppler replied to egon83's topic in Game Performance Bugs
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". -
How high/fast can you go in Viper - challenge
d0ppler replied to jackmckay's topic in DCS: F-16C Viper
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 -
Reshade 6.0 gets native support for OpenXr
d0ppler replied to speed-of-heat's topic in Virtual Reality
Pardon my stupidity, but is Open XR a technology used by Windows Mixed Reality Portal? -
Reshade 6.0 gets native support for OpenXr
d0ppler replied to speed-of-heat's topic in Virtual Reality
Same for me. It only works in 2D, not in VR. Anybody knows how to fix this? (I'm using reshade v 5.6) -
You are totally right! I learned something new. Thank you!
