

dorianR666
Members-
Posts
1625 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by dorianR666
-
same
-
yep, ED's bugfix didnt actually fix the issue. destroyed statics can still break the debriefing page.
-
Wingman 2 Repeating Himself
dorianR666 replied to Rex's topic in Aircraft AI Bugs (Non-Combined Arms)
there is a way to trigger this consistently: landing with viggen on a road. wingman will keep saying "rtb" on repeat until crashing into ground shortly after. its been like this for at least two years now from my experience. -
well done
-
Crash Glitch! Please help!
dorianR666 replied to Jasonbot135's topic in Weather System Bugs & Problems
run dcs repair. it should fix the file -
No problem. Its fine most of the time but looks distracting sometimes. The real problem is that the game renders the reflections at much lower resolution than screen and then upscales it. In regards to my modification, this means that the reflection "pixels" are large and this makes the jittery nature of my mod worse. Each speck of reflection is about 3-4 pixels wide. There is no moddable solution for this, ED would have to add a resolution setting for this. On a positive node, I have found that my mod also entirely eliminates this issue: which happens when you switch cameras sometimes, as you have probably already noticed while playing DCS. ED should program the game to discard the previous frame when switching cameras, as the image cannot possibly be correct.
-
here is comparison: left side: vanilla DCS (Mustangs shader edits behave this way as well) right side: my modification as described above notice that ghosting of ships antennas (white trailing "shadow"), edges of screen (repeated white lines) and distorted reflections of terrain during zooming, are gone. downside is that the reflections are less smooth.
-
its part of the SSLR algorithm. its present in vanilla DCS but the shader edits may make it a bit more obvious. the algorithm mixes current frame with previous frame to decrease noise. i found a way how to disable it however. in enlight/waterReflection.hlsl, replace: return float4(mixPrevFrame(refl.xyz, NDC), 1); with: return float4(refl.xyz, 1); and delete: if (useMixPrevFrame) return float4(mixPrevFrame(refl, NDC), 1); else now ghosting is entirely gone but the reflections will be quite noisy. your choice. it would be worthwhile to investigate how to make the shader use exclusively the current frame in reflection areas that werent present in the previous frame based on depth buffer or stencil buffer but thats beyond my abilities. if possible, this would remove both noise and ghosting of objects moving above water. im not smart enough for this sort of stuff.
-
If you enter AI F-14 with right alt J, while its airbrakes are out, the player-controlled F-14 internally behaves as if airbrakes are in when external model has them out. When player commands airbrakes out, this happens: f14_airbrake.trk
-
- 1
-
-
happens to me often too
-
this happens to all modules i own. the ejected pilot is an entirely different 3D model thats part of the base game, only used by the modules.
-
F-14 track files have a consistent issue...
dorianR666 replied to mytai01's topic in Heatblur Simulations
Its probably because of F-14's complicated flight model. I dont know how OP flew in the trackfile it but if you touch the edge of the flight envelope, even the smallest initial difference causes a huge divergence. There is a similar issue thats significantly stronger in F-14 compared to other modules, reliable missile desync in MP, which too happens because of F-14's flight model quirks (when buffeting/stalling at high AoA). -
Post your favorite F14 Screenshots here!
dorianR666 replied to Matic_Prime's topic in DCS: F-14A & B
night carrier landing good pics. is your ship wake effect moded? it doesnt have the 3D displacement. id prefer to not have it too (the effect looks too weird since 2.7). -
reported earlier Weird looking ship wake/wave pattern in 2.7.
dorianR666 replied to Skysurfer's topic in Bugs and Problems
not only does it have weird shape, its abrutly cut off at the end when you position camera near the cut off, youll see the water forming a vertical surface -
Ah, I see. Thanks you.
-
I cant observe any difference whatsoever between hydraulic transfer pump switch being on and off, no matter what scenario I set up to test it. Is it implemented? Example scenario: - hydraulic transfer pump switch off (shutoff) - start up right engine - flight hydraulic system is at 3000psi, combined hydraulic system is at 0 psi - crank switch to left - combined hydraulic system eventually rises to 3000 psi = so far everything behaves as expected - crank switch to neutral - combined hydraulic system starts to slowly drop - hydraulic transfer pump switch on (normal) - combined hydraulic system continues to slowly drop to 0, exactly the same way as when transfer pump is off Why? I thought combined hydraulic system should be kept by the transfer pump at 2400-2600 psi, no? Am I doing something wrong, are there some interlocks im missing?
-
missing info HUD stuck after ext tank jettison
dorianR666 replied to mauler7235's topic in DCS: F-16C Viper
I have seen this bug too. Sometimes SMS page gets stuck on the S-J format which cant be exited. I think it happens when you attempt to jettison while in MRM or DGFT mastermodes. When you exit MRM or DGFT, youll be still in unexitable JETT mastermode and thus unable to return to AG/AA/NAV. -
still broken in current OB
-
Iceman: Can't perform two tasks at the same time anymore?
dorianR666 replied to Callsign JoNay's topic in Bugs and Problems
i have noticed this too. its a pretty big issue if you are in the back seat. if you want him to increase altitude and change heading, you need to wait until one is complete to order the another. -
Let me guess: you use an AMD graphics card.
-
It might be best to wait for ED to roll out dynamic campaign first before implementing TARPS, so HB could see if there is a way to connect it. It saves the info into a kneeboard page and into a file after you land. This is very useful because if you disable Lua sanitization, you can read files from within the mission scripting environment and thus make use of the detected radar locations within the mission.
-
i see this bug too. broke couple of my missions.
-
fixed AI TASK PUSH -> Switch waypoint broken
dorianR666 replied to feefifofum's topic in Aircraft AI Bugs (Non-Combined Arms)
Its funny because now the situation is opposite. Switch waypoint works with task push but not task set. lol