Jump to content

havok2

Members
  • Posts

    63
  • Joined

  • Last visited

About havok2

  • Birthday 03/19/1989

Personal Information

  • Flight Simulators
    DCS World
    DID F-22 ADF
  • Location
    Germany
  • Interests
    Movies, Gaming
  • Occupation
    CEO & VFX Supervisor
  • Website
    http://www.picmention.de

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hey, You've definitely done a good job with the music. I would have a few tips from a cinematic point of view. - Avoid zooming in/out (unless you can justify it, for example POV you spot the enemy and zoom in to establish it). - Avoid jump cuts Then your work gets an even more cinematic feel.
  2. I would say it is the same like on the persian golf map. The motion blur value is not impacted by the levels. But I did not own this map to test it.
  3. Hello again, so I tested what you said, and I can confirm. On levels like persian golf the calculation seems different. So as a quick workarround change line 45 into this: cameraDistance = cameraDistance/100; This seems to be nearly the correct values then. I will try to figure out if I can read out the name of the current map and change it automatically.
  4. Hey, sorry for my late response. Since playing VR I don't use the mods a lot. At first I tried it on Channel with latest Beta and my mod and I have Depth Of Field, but I think its less than on other maps. I don't know why, but simply lower the value 4.0 in the DOF.fx to 2.8 or 2.0 or lower like 1.4. Also I edited the latest motionblur.fx so you can use it again. Also there is a commented line where you can increase or decrease the ammount of motion blur until it matches your desires. Cheers. motionblur.fx
  5. I just used this openvr „hack“ to enable a feature like this. I use this on most of my vr games even with an 3090. Try it, its easy to setup.
  6. I did a little more research today. The functions of the new clouds are in the files atmosphere.hlsl as well as their includes. In the line float skyLerpFactor = smoothstep(atmNearDistance, atmFarDistance, d); a kind of temporal smoothing is applied depending on the distance and camera position! I noticed today that clouds farther away wobble significantly, while clouds close to the plane do not. I then tried the VR zoom and noticed that clouds that were wobbling before were no longer wobbling. This indicates that the cloud positions are time smoothed. However, this also means that the position of the clouds permanently changes between the camera position of the left and right eye and accordingly a "camera" is used that jumps back and forth between the eyes. When the head is rotated more quickly, the wobble becomes virtually invisible. Only when you hold still. ED should form the clouds simply on the basis of one eye and not on the basis of both eyes. You can also see very nicely how the clouds become more detailed if you zoom the camera very far away in the outside view and rotate very fast and then stop. It actually makes total sense for 2D and also VR. Objects farther away change their position in space almost invisibly within a few frames. The closer clouds, however, do. Partly the clouds are enormously pixelated, then quickly soft again. Currently I'm trying to turn off smoothing completely to confirm this behavior or to make the system think all clouds are near clouds. Ok it is something that is simulated in an exe directly. Maybe directly in the dcs.exe. Its definitly timesmoothing or progressive rendering the clouds. There is no way to edit something from the code here. The only thing that can be edited are the cloud-templates itself (clouds.lua). I think its implemented as an overlay that is simulated dedicated and composed with the rest, but its not reachable for us I‘ll hope ED is able to fix that soon. I did‘t played since 2.7 Beta - because I want these Clouds but in VR I get sick from this wobble …
  7. I recommend to try them one by one. I‘am not sure if they are all compatible with the latest DCS. The grass shader only works with the DCS Shader Mod. I tried to optimize the performance here. I wrote some comments in the file. Mostly I just edited one, two lines of code. I think at all its not difficult to adjust a newer versions if neccassary. Let me know if something isn‘t working. DOF.fx heatair.fx motionblur.fx grass2.fx
  8. If you want good graphics for making videos with dcs I can recommend using this as well: Just for bridging the time.
  9. I‘m on the road at this moment - Give me some hours please
  10. I can have a look if I still have a copy of it - don‘t using them anymore because I switched to VR.
  11. Do you have Vive VR or what its called or Valve Index?
  12. Sounds like the simulation that is rendered seperately over the „game“ uses A: a fixed Framerate that is off to the frames per second in the game (may 60Hz so its closer with 72Hz then) or B: DCS uses kind of motion interpolation in vr that creates interpolated frames but the simulated and seperately rendered clouds still interpolate the frames - so we have an offset between a frame from the game that is nterpolated between frame 1 AND 2 (call it frame 1.5) and you still see the clouds from frame 1 OR 2. So you have 0.5 Frames difference in between. So ED had to manage to code an Interpolation for the cloud sim too. Sounds not very trivial and would explane why is not already fixed during the last updates. So I dont think its kind of „oh we just forgot to round the values here“
  13. Hey - the source code files are only necessary when someone wants to edit and recompile the whole thing with ms virtual studio. They cant be used for anythings else. So copy paste it to any path won‘t do anything! You only need the Leap Software and the replace the files with mine that you can download above. I just used the Leap thing from SDRaw and edited some values to „nearly“ match the Hand-Rotation-Offsets and disabled some buttons that are emulated and causing problems. You can also use the newest version from sdraw. He used my changes to adjust the code and placed the whole offsets into its config file. So you don‘t need to recompile that stuff anymore. I hard coded my values into the code. That was the reason I offered the code too :)
  14. Just make sure you installed at least Leap 4.0.0 Software and put (override/replace) the files and stuff (https://forums.eagle.ru/applications/core/interface/file/attachment.php?id=172733) here (see screenshot). Thats it. I see hands in DCS, and also see hands with my Valve Index Knuckle Controllers. So the Leap thing I reused also emulates these Valve Knuckels. When you don‘t see hands after doong the above steps - then there is something wrong at a different point.
  15. Theoretically, this is probably the same, but it is not confirmed exactly what the problem is. I refer here only to the statement of BIGNEWY. I have also done it this way and it worked.
×
×
  • Create New...