Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. OH for sure. The more info they get, the better. Hopefully this showcases the issue a lot better than a simple resolution change. @Flappie Can you show this to the devs? It might help them with debugging/triggering the issue
  3. Hi just tested it, everything seems to be fine. I also noticed that the ghosting as almost disappeared in TAA despite flying over Mach 1. I uninstalled the older version before installing the new one.
  4. I understand
  5. FOV changes highlight the issue very well.
  6. Is it possible to get this investigated? It is probably the most wanted feature of SPO-10, and it seems per the changelog work has already gone into implementing it it just somehow did not make it into the game. If other redfor modules are made someday with SPO-10, it’s especially important.
  7. You need to create or modify a mission in the Mission Editor. There you can place and click an Aircraft for setting it up.
  8. Петровича так и не научили стрелять по целям которые видна не вся?
  9. del
  10. Thank you! I am confused here, is the 780 in this chart not for radius of turn in meters with military power at 600 kmh, 4.2 G sustained with 11.3 deg AOA? With the speed figures only in 500/600/709/800/900 kmh? We have an investigating tag everyone, so I think we got ED to take a look at it.
  11. Thanks for the replies. I guess I will continue to live without the pilot body since I find a need to toggle it on and off even more immersion breaking than flying without it. And while I love Voiceattack for communicating by voice with the AI using VAICOM Pro, it seems wrong to control switches using voice commands. To each their own preference.
  12. It's not really possible to follow the original instructions to the letter anymore because... So, if I read this correctly, the functionality is now in the first tool in the instructions, the PSVR2 Toolkit. I was able to rename old/install new DLL with no issues. Next, I installed the msi for the Quad-Views-Foveated. The instructions for this tool also state that all you need is the PSVR2 Toolkit. The last part is the Steam VR and the DCS settings. But it just causes DCS to hang now. It looks like the September 2025 changes might have broken this for new installs. if you installed this before the change, maybe it works fine.
  13. It makes me wonder how OLS-27 works, as Su-27 gets much more range from its IRST with reportedly 15 km head on and 50 km rear detection for F-15 type target (Su-15). I wonder if perhaps it uses nitrogen or still peltier cooling, and I’m sure it uses InSb instead of PbSe
  14. Я имел в виду триммирование, активацию АП на скорости не более 900, дать затухнуть колебаниям, включить стаб выс. Ровно летит. Если самолет раскочегарился уже, то уменьшение скорости не помогает - только через перевключение всего этого не совсем нормально работающего хозяйства. Тут еще на разных компах и сценариях разные глюки могут вылезать, там вон и случаи неработающего вариометра в багах описываются. Мы еще полетные веса с подвесками не сравнивали у кого когда раскачка одолевает.Нам остается только сравнивать и удивляться, немного разные МиГи нам раздали))
  15. Is that just pessimism or an actual technical brick wall? Either way I made a vid so I may as well post it
  16. итого имеем меньше скорость поворота и больше угол атаки чем должен быть, AoA 13,5 DCS vs 11,8 IRL
  17. 700w is enough for a 3070ti. 450w is not. You just got lucky for a while alongside your PSU getting older, I assume. Or it was barely on its limit until you upgraded something like a new SSD or anything that grips into more power. 450W is more for workstations with lower GPU TDPs (40 to 50 power). If that PC came like that with a XX70ti, which is a 3070ti that's even more powerful than a pure 3070, and a 450w PSU, major fault from the builder/brand. Try to build your own PC. It will save you cash, even if you send to some tech store to mount the parts for you if you don't know it. Stay away from 550w bellow PSUs for sim gaming.
  18. This will never be fixed. Unfortunately! The only module that is not affected by this is the Mirage 2000C. Razbam did an excellent job with that.
  19. Excuse me for sounding stupid...but How do I navigate to the page on post 2 please ?
  20. Thanks for the link, although they're coming at the problem from the angle of differing resolutions, it doesn't hurt to keep nudging the issue.
  21. Obvious disclaimer is that any action to upgrade is your decision, and any advice given is purely that - based on information provided - that may be either right or wrong.
  22. Today
  23. There's already a topic about this as this is general problem within DCS
  24. скорость 500-600, самолёт может упасть ныряя всё ниже и ниже, чуть не разбил так самолёт, потому что ДО обновления он так не делал. ещё интересно что при нажатии "Привидения к горизонту", как бы я в нейтраль при этом ручку не ставил, как бы аккуратно кнопку не нажимал, сразу следует не сильный но резкий рывок ручки. но так наверное на настоящем самолёте работает... надо наверное и на РУС поставить большую мертвую зону.
  25. Having issues with XRNecksaver and new Ultrawide. View is way outside aircraft - tried all settings Forward, L/R, different axis rotations, etc. Might be a center problem or eye tracking issue. Any suggestions for troubleshooting?
  26. Then, there will be no gun as well because a 2015 -ish F-35 could NOT fire its gun. And now that we are at it, there wouldn't also be GBU-32's as indicated in the FAQ and also no GBU-12 self laser guidance (yeah, the 2015 -ish F-35's couldn't laser guide their own GBU-12s and had to rely on external laser sources for that!).
  27. Habe mein System auf neu aufgesetzt aber folgendes Skript benutzt um die alte und neue IDs einfach zu ersetzen. Hat bei mir gut funktioniert. Man muss nur einmal bei irgendeinem Flieger eine .diff erstellen, dann hat man die neue ID. Die alte sollte man sich vorher sichern (pro Gerät). Das Skript ist für zwei Controller erstellt, kann aber easy auf X erweitert werden. @echo off title HOTAS Batch-Umbenennung setlocal enabledelayedexpansion :: Benutzer wählt den Hauptordner aus echo. echo Bitte den Pfad zum Hauptordner eingeben, der die Unterordner enthält: set /p basefolder=Pfad: if not exist "%basefolder%" ( echo Der angegebene Pfad existiert nicht. pause exit /b ) echo. echo Starte Umbenennung in: %basefolder% echo ----------------------------------- :: Alte und neue IDs definieren set oldID1={alte ID hier hin kopieren} set newID1={neue ID hier hin kopieren} set oldID2={alte ID hier hin kopieren} set newID2={neue ID hier hin kopieren} :: Durchlaufe alle Unterordner und Dateien for /r "%basefolder%" %%f in (*%oldID1%*.diff.lua) do ( set "oldname=%%~nxf" set "newname=!oldname:%oldID1%=%newID1%!" echo Umbenennen: %%~nxf ren "%%f" "!newname!" ) for /r "%basefolder%" %%f in (*%oldID2%*.diff.lua) do ( set "oldname=%%~nxf" set "newname=!oldname:%oldID2%=%newID2%!" echo Umbenennen: %%~nxf ren "%%f" "!newname!" ) echo. echo Fertig! Alle passenden Dateien wurden umbenannt. pause endlocal exit /b
  1. Load more activity
×
×
  • Create New...