Jump to content

winghunter

Members
  • Posts

    738
  • Joined

  • Last visited

Everything posted by winghunter

  1. Apple Vision Pro beats the Varjo XR-3, and with its price point of $3500 at half the price.
  2. Thanks. I hope ED is already working on SEA. Otherwise we will build it as a community at some point. You can load a mission file directly from DCS User Files using the Load remote mission button. And for example you can go directly to Unit#85 by adding &unitId=85 to the url. Or you can go to specific lat lon coordinates. This is useful for embedding into iframes or for showing problems in your mission to other users i.e. Go to unit 85 https://dcs-web-editor.github.io/dcs-web-viewer-deploy/?load=https%3A%2F%2Ffiles.digitalcombatsimulator.com%2Fuserfiles%2F95f%2F90t4yjdxqwx485v38n4ge8er7bk7m0z9%2FF16_RNLAF_ISIS_Base_160129_NoMods.miz&zoom=17&unitId=85 Go to lat lon zoom: https://dcs-web-editor.github.io/dcs-web-viewer-deploy/?load=https%3A%2F%2Ffiles.digitalcombatsimulator.com%2Fuserfiles%2F95f%2F90t4yjdxqwx485v38n4ge8er7bk7m0z9%2FF16_RNLAF_ISIS_Base_160129_NoMods.miz&zoom=17&lat=36.951397233614&lon=37.464512889798# Go to line 75 in mission.lua script https://dcs-web-editor.github.io/dcs-web-viewer-deploy/?load=https%3A%2F%2Ffiles.digitalcombatsimulator.com%2Fuserfiles%2F95f%2F90t4yjdxqwx485v38n4ge8er7bk7m0z9%2FF16_RNLAF_ISIS_Base_160129_NoMods.miz&zoom=17&lat=36.951397233614&lon=37.464512889798&line=75
  3. Open and plan DCS missions in your browser. Export flight paths, create nav charts, logs and more... Export kneeboard charts to PDF and PNG Export TheWay and DTC files Accurate DCS magnetic/true headings for latitude, longitude and mission time KML / KMZ support Embed in your website, i.e.https://www.v303rdfightergroup.com/index.php?pages/afghanistan_navaids/ Also checkout DCS Web Editor and DCS Web Miz DCS Web Viewer ( free edition )
  4. TLDW * Its the best headset from Pimax * Quite heavy - 1.2 kg * Head straps break * Some units ship with plastic lenses, to be replaced later * Exchangeable lens system seems like a gimmick * People receive different versions of the cable / copper vs fiber optic * Resolution and brightness are really good * Local dimming is difficult to get working, and causes some blooming * No games seem to be running above 90Hz currently, despite showing 120Hz * Controller tracking is ok, not great * Glass lenses have some chromatic aberration * Headset may work best for stationary simulators, but not for motion based games due to weight and tracking
  5. If ED isn't doing it, at some point we will
  6. Coordinates of released maps are exported straight from DCS. Caucasus is one of the largest maps ( even though its mostly low detail area). Note that in this Mercator projection, land masses towards north and south pole appear bigger than they are. Hence Kola and SA maps also appearing larger.
  7. DCS running natively on the M2 isnt going to happen in this decade. So it would have to be streamed over WIFI which should be certainly possible with various 3rd party apps.
  8. Maybe these settings help
  9. At 10:10 theres "Smart Smoothing" which sounds like MR from the description, aka frame interpolation
  10. The previous update broke the functionalty. It should be fixed now https://dcs-web-editor.github.io/dcs-web-editor-mono/
  11. I think MR in the Crystal is broken or non existant at this point. Which is a major downside of this headset. Theres not even a time line for MR as far as i can see, and you cant really trust pixmax timelines anyhow.
  12. To be fair, he also said:
  13. Crystal vs Aero Pros and cons of both headsets, seems pretty fair
  14. Hmm so these are the Euler angles ψ psi – heading θ theta – pitch angle Φ phi – bank angle The reason "psi = - heading" may be due to the coordinate system.
  15. I have the same issue, and found this local function setUnitStartParameters(unit) if unit.boss then local route = unit.boss.route if route then local p1 = route.points[1] if p1 then unit.speed = p1.speed unit.alt = p1.alt unit.alt_type = p1.alt_type if p1.type.action == 'From Ground Area' or p1.type.action == 'From Ground Area Hot' then unit.psi = -unit.heading else local p2 = route.points[2] if p2 then unit.psi = math.atan2(-(p2.y - p1.y), p2.x - p1.x) end end end end end end
  16. At least flight sim guy has shared quite a lot of critique of the initial Pimax Crystal setup ( in another video). Its not a smooth experience compared to Varjo or Reverb
  17. Another DCS + Crystal test
  18. Or use DCS Web Miz https://dcs-web-editor.github.io/dcs-web-editor-mono/
  19. The miz file manager is already released, the viewer is in beta and the editor is in alpha
  20. These estimates were posted by Razor: Razor — Yesterday at 23:04 East boundary about E03°14'31'' West boundary about W03°28'34'' Northern boundary about N51°44'45'' Southern boundary about N48°26'35'' N, E and W coordinates taken from videos with the mouse cursor at the edge of the map S coordinates taken from google maps based on the most southern airfield on the map
  21. I have seen this map, but i cant find the exact lat/lon coordinates ?
  22. I would like to add support for Normandy 2.0 in DCS Web Viewer and DCS Web Editor. Thanks
  23. Sebastian tested DCS in the pimax crystal
  24. Integration with DCS Web Editor:
  25. DCS web miz is a new browser based file manager for .miz files, which is integrated with DCS Web Viewer and DCS Web Editor. * Drag & drop a mission file on the left panel. ( Your mission remains local in your browser, its NOT uploaded to a server ! ) * Drag & drop files you want to add to the mission on the center panel. * Edit files directly in the browser on the right panel * Preview embedded images, html or audio files * Export images, audio files, scripts * Download the modified mission Its open source, contributions welcome Also checkout DCS Web Viewer, free browser based mission planner / viewer
×
×
  • Create New...