Jump to content

Pand

Members
  • Posts

    35
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. Is it possible to mod and add some basic voice overs that match the TEXT MESSIAGE DIALOGS? This would be an amazing step one as it's already cumbersome to look up and right/ combined with looking down to see if Petrovitch sees anything or if he did and you can select a target. If so, which files would they be?
  2. I know this is a bit late, but I was able to solve this by deleting my headset lua file Samsung Windows Mixed Reality 800ZBA.lua from my saved games DCS folder. Once deleted, upon restart this popped up one more time, I selected symmetric for left eye, save and close, and it didn't pop up again on subsequent restarts.
  3. Didn't work yesterday, but appears to be operational again today.
  4. Didn't hear back, updated today --- still broken. Any updates @BIGNEWY?
  5. Hey @BIGNEWY - I am still unable to control the server from the webgui via digitalcombatsimulator.com.
  6. Kept digging and found it myself. For reference, I found it under joystick and keyboard default.lua files to get the device and action --- below is what I added to the startup file. push_start_command(dt, {message = _("- ECM Pod Control Panel - READY"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.OneBtn, value = 1.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.TwoBtn, value = 1.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.ThreeBtn, value = 1.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.FourBtn, value = 1.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.FiveBtn, value = 1.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.SixBtn, value = 1.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.FrmBtn, value = 1.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.SplBtn, value = 1.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.XmitSw, value = 0.0}) push_start_command(dt, {device = devices.ECM_INTERFACE, action = ecm_commands.PwrSw, value = -1.0})
  7. I'm working on my own customized autostart script for the f-16 so I can have things the way I like them. Here is a snippet of some of those commands; however, I want to configure additional cockpit items; however, I can't find the device and/or action to utilize them. Is there a full list of these somewhere, or does someone know them? I'm looking for: PARKING BRAKE ECM BUTTON 1 ECM BUTTON 2 ECM BUTTON 3 ECM BUTTON 4 ECM BUTTON 5 ECM OPR SWITCH Thanks! push_start_command(dt, {message = _("- PROBE HEAT SWITCH - ON"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.ELEC_INTERFACE, action = elec_commands.ProbeHeatSw, value = 1.0}) push_start_command(dt, {message = _("- IFF MASTER KNOB - NORM"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.IFF_CONTROL_PANEL, action = iff_commands.MasterKnob, value = 0.3}) push_start_command(dt, {message = _("- CMDS SWITCHES - ON - MAN"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.CMDS, action = cmds_commands.ChExp, value = 1.0}) push_start_command(dt, {device = devices.CMDS, action = cmds_commands.FlExp, value = 1.0}) push_start_command(dt, {device = devices.CMDS, action = cmds_commands.RwrSrc, value = 1.0}) push_start_command(dt, {device = devices.CMDS, action = cmds_commands.JmrSrc, value = 1.0}) push_start_command(dt, {device = devices.CMDS, action = cmds_commands.Mode, value = 0.2}) push_start_command(dt, {message = _("- RWR - ON"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.RWR, action = rwr_commands.Power, value = 1.0}) push_start_command(dt, {message = _("- HUD SCALES - OFF"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.MMC, action = mmc_commands.VvVah, value = -1.0}) push_start_command(dt, {message = _("- SNSR PWR PANEL - HARDPOINTS ON"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.SMS, action = sms_commands.LeftHDPT, value = 1.0}) push_start_command(dt, {device = devices.SMS, action = sms_commands.RightHDPT, value = 1.0}) push_start_command(dt, {message = _("- FUEL QTY SEL KNOB - WINGS"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.FUEL_INTERFACE, action = fuel_commands.FuelQtySelSw, value = 0.4}) push_start_command(dt, {message = _("- HMCS SYMBOLOGY INT POWER KNOB - FULL"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.HMCS, action = hmcs_commands.IntKnob, value = 1.0}) push_start_command(dt, {message = _("- HUD SYMBOLOGY - FULL"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.UFC, action = ufc_commands.SYM_Knob, value = 1.0}) push_start_command(dt, {message = _("- MASTER ARM SWITCH - ON"), message_timeout = dt_mto}) push_start_command(dt, {device = devices.MMC, action = mmc_commands.MasterArmSw, value = 1.0})
  8. Is there anyone from Eagle Dynamics that can help me troubleshoot this? The game in VR runs absolutely beautiful as long as "WINDOW IS OUT OF FOCUS" --- as soon as you Alt-Tab back in so you can actually control the plane with inputs, it stutters like I'm running on 20 year old hardware. Cheers
  9. Thanks for the reply! Although I don't have the screenshots --- it happens with and without motion reprojection. You might be right about the smoothing; however, I don't have any steam SS or anti aliasing enabled. I only have pixel density at 1.3 which is barely usable. I can visibly see the smoothness difference when alt-tabbed out. Looking around in VR while alt tabbed I can noticeably tell the difference in smoothness, as well as seeing no degradation in fidelity..... give it a try, everyone I talk to says they experience similar results. I'll try the 60hz to see if it will appease the motion reprojection gods Cheers and thanks for the idea
  10. Is this the correct place to report this? How would I engage someone from ED to investigate/troubleshoot?
  11. Ok @DCS - I think I found something wrong--- not sure what it is or how too fix it, but it is likely what is making my DCS experience suck. CPU: i9-12900K GPU: GeForce 2070 Headset: Odyssey+ WMR - Motion reprojection: ON or OFF is irrelevant - results are the same either way. In normal operation (as all of us do), the DCS window will be in focus while in VR. The game mostly runs a little janky and FPSVR reports it's using about 80% of the GPU being used. If I then Alt-TAB out of DCS, and DCS is out of focus, I can still look around in the VR headset. DCS does not take inputs so you can't actually maneuver the aircraft; however, FPSVR reports around 95% GPU usage and looking around and looking at terrain, or things exploding is SUPER smooth. I mean the best I've ever seen smooth in VR. If I Alt-TAB back into DCS, it goes back to about 80% GPU utilization, and gets janky again. Just sitting on the tarmac, there is roughly a 10 FPS difference when the GPU uses around 95% vs 80%. Any thoughts on what is going on here and how to fix? Images attached.
  12. I also have the same issuein VR, screenshot attached. Happens ONLY on the Super Carrier and not anywhere else.
  13. Key Piece I was missing was not being logged into the DCS website to see the information locally. Found it here: https://forums.eagle.ru/showthread.php?t=233486
  14. I spun up a new VM in my VMWare environment and performed the Dedicated Server installation this afternoon from https://www.digitalcombatsimulator.com/en/downloads/world/server_beta/. Installation Run installer, choose separate folder and install it as usual. Note: if you have previous server version based on DCS World client, uninstall it before. Installer will install DCS World base as well as all terrains and WWII units modules. Write folder for dedicated server is: Saved Games\DCS.openbeta_server You don't need to add command line keys (--server and/or --norender) into launch icon, server will start with these options by default. Update: server checks update every day when launched (like DCS World). Server control A. Local Web control. Just open link 'Local Web GUI' created after installation on your desktop. I click the shortcut "DCS World OpenBeta Server". It opens the DCS World Logo Window. I click the shortcut "Local Web GUI" and it auto opens the link to get to the WebGui, but I get Server not responding. Am I missing a step or something? I'm doing this all locally and firewall disabled.
  15. Did some testing of my own with the F-18 and F-14. General Results, this bug didn't seem to affect the F-18; however, the F-14 was affected. F-18 Test Scenarios: 1. F-18 Air Spawn Full Fuel On Speed: 2. F-18 Carrier Spawn Full Fuel On Speed: 3. F-18 Carrier Spawn 3% Fuel (Refueled to 100%) On Speed: F-14 Test Scenarios: 1. F-14 Air Spawn Full Fuel On Speed: 2. F-14 Carrier Spawn Full Fuel On Speed: 3. F-14 Carrier Spawn 4% Fuel (Refueled to 100%) On Speed:
×
×
  • Create New...