Jump to content

Kurdes

Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by Kurdes

  1. Hello! Whenever i try to use "the way" my map freezes whenever i move the map, the target point doesn't disapear when closed and also DCS crashes when i close DCS. I installed it correct, anybody a tip? Correction: my map doesn't freeze, i have a invisible zone in the middle of my screen, in that i can't do anything with my mouse! It's not only on the map screen but also in cockpit view. When i delete The Way all is good. Also on every closing of dcs, there comes a message with "dcs has crashed", as long as The Way is installed. Im running MT and dsr resolution, maybe this is the reason?
  2. Great, have fun! Btw: Im also at 0.35. In combination with reshades clarity shader its perfect!
  3. And now with the newest update it needs to be changed again, if i understood the changelog right? Edit: Works fine, no change needed!
  4. Thanks god, questioned myself because of this!
  5. Yes, would be fantastic! But i have no clue how to add mounts, weapon clsid is easy. Do you know how to do it?
  6. This is great! Thanks for sharing! By the way, do you know if it's possible to mount/mod a tripple rack of the C-701s?
  7. Yes, please!
  8. Sadly the slider for Grass and Clutter only affects the grass. Please ED let us disable the Ground clutter like Bushes and stones completely! It's so ugly popping in view 60 meters in front of you. The old edit "groundcluttermaxdistance -150000" doesnt work anymore, does anybody know how to do it?
  9. I'm on latest Beta, MT with V22. Haven't tried it without MT, perhaps this is the problem...
  10. The exhaust effect of the SD10 & PL5 missile is miss-aligned. In mils_sd10.lua the line under "boost": nozzle_position = {{-1.74, -0.11, 0}}, has to be: nozzle_position = {{-1.74, 0, 0}}, The same with mils_pl5.lua, but this line: Y_back = -0.071, has to be: Y_back = 0.0,
  11. I just deleted the waterexplosion.fx from the mod befor applying the mod, seems to work...
  12. First thanks for this great mod! Are there plans to fix the problems that the latest patch caused? It would be a shame not to, cause this is one of the best mods.
  13. Sadly, it doesn't.
  14. Sure, but editing the atmosphere.hsl looks miles better and doesn't cost a single frame!
  15. Check your edit, i'm also running in MT without a Problem! Also it can take several minutes at mission loading when its compiling shaders, just wait after the edit.
  16. Hello! If you, like me, hate the terrible haze/foggyness that lies over all the dcs terrains, here is how to reduce it: This has been discovered by Taz1004 long ago, but i think this has gone under the radar, for what (in my opinion) great graphical improvement it gives! You have to edit the "atmosphere.hsl" file in "bazar\shaders\deffered", if i remember the path correctly... In this file search this part: float3 atmApplyLinear(float3 v, float distance, float3 color) { float3 transmittance; float3 cameraPos = gEarthCenter + float3(0, heightHack, 0); float3 inscatterColor = GetSkyRadianceToPoint(cameraPos, cameraPos + v*distance, 0.0/*shadow*/, gSunDir, transmittance); return color*transmittance + inscatterColor * gAtmIntensity; Now just add this " * 0.5" to the last line. It should look like this: float3 atmApplyLinear(float3 v, float distance, float3 color) { float3 transmittance; float3 cameraPos = gEarthCenter + float3(0, heightHack, 0); float3 inscatterColor = GetSkyRadianceToPoint(cameraPos, cameraPos + v*distance, 0.0/*shadow*/, gSunDir, transmittance); return color*transmittance + inscatterColor * gAtmIntensity * 0.5; You can further reduce the multiplicator to lessen the haze. I have mine set at 0.2. Happy flying! Edit: This breaks IC! So only for Single Player.
  17. The file in Syria mod and in my merged file on page 1 allows for the highest draw distance.
  18. Its in my post on page 1, post #6.
  19. Ok, sorry! Just overflown the files and didnt spot the difference... But, i packed the newer file in my merged rar! So all is right!
  20. Hello! The terrainoptions41.lua is the same in both... You just have to merge the two Terrain folders. I did it for you. :thumbup: https://drive.google.com/file/d/1slId2jz4ItekDNF-LW7OvX1imwCZkLpQ/view?usp=sharing
  21. Haha nice pic! No not yet, for a real jungle you would need over 10000 trees. My lock on stops loading the mission with to much trees. Also i discovered that with scene file set to high there are big forrests displayed, but then i get a dia-show :( so long, Kurdes
  22. Thanks,works like a charme ! Now theres growing a jungle in the caucasus ;) Happy flyin !
  23. First of all: Great Work n the trees here!! It really looks beautiful! But i have one additional question : How can i apply the trees to already made campaigns? The utility gives me only the choice to select a .mis file as target no .cmp!? Thanks in advance and sorry for my bad English ;-) Kurdes
×
×
  • Create New...