Jump to content

OzDeaDMeaT

ED Closed Beta Testers Team
  • Posts

    250
  • Joined

  • Last visited

Everything posted by OzDeaDMeaT

  1. Wait till you guys see version 3. The data shown is live / realtime. Playing with update frequency at the moment as the Discord API can get bogged down with too many hits. null
  2. @NineLine I prefer to use the DCS API directly but the documentation is absolutely awful. I think it would go a long way to helping people use the scripting engine if the documentation was better. Also, a way to provide feedback on API gaps would also be handy. I know there is a bunch of stuff I would like to add in to help streamline a bunch of clucky methods MIST, MOOSE etc have to use to get particular pieces of information out of the game engine.
  3. An update on the Dynamic Campaign that was mentioned 2 years ago would be great. Kind of annoying that we get all these modules but no mention of the Dynamic Campaign. I would happily pay for it as a module if it would get prioritised.
  4. Seems to be crashing now.Version 1.1.0.1042 Build 7.1.2021 Seems to be related to the splash screen. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' at DCSUpdaterUtility.Form_Main.FolderScanAndVerify() at DCSUpdaterUtility.Form_Main.Form1_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.4515.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- DCS Updater Utility Assembly Version: 1.1.0.1042 Win32 Version: 07.01.2021 CodeBase: file:///G:/Games/DCS%20World/bin/DCS%20Updater%20Utility.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 10.0.0.0 Win32 Version: 14.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4488.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4515.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4515.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
  5. So I updated to the latest version of the Launcher and now all my presets are broken, my VR no longer works. Anyone got issues getting WMR OpenXR to work using current version of Skatezilla's launcher? Pretty disappointed that updating from an old version to this version broke everything.
  6. Is there a way to update the app to add all the modules that have come out recently? AH64D, South Atlantic etc etc.
  7. I would also like to have this feature added. Really not sure why it isnt in there by default to be honest.
  8. Is there an OvGME mod pack for this? The zip file doesnt seem to work with it.
  9. And the ability to Copy and Paste Shapes
  10. +1 This is pretty fundemental oversight by ED. Please fix this ED, it is a gaping hole in this new capability.
  11. Is there somewhere i can get a Tacview model for the T-45?
  12. +1, rather than having it just set to unlimited, having the ability to set it to 200%, 500% etc would also be a great feature.
  13. I think its a great idea. I would recommend having categories for realistic, fun, personalized or something to that affect so people could opt in to see peoples personalized skins, fun (think hello kitty) and realistic (some of the skins currently made by moders that are crazy realistic). +1 from me.
  14. The Connect by IP button has been with us for many years in DCS. I think a great addition to this feature would be the ability to add the Connect by IP addresses you enter into your favorites list. A tickbox or something. I think it would be extremely helpful.
  15. How does one become a member of the closed beta to help fine tune the aircraft?
  16. +1 Anything to make the DCS API more accessible gets my vote.
  17. DDC2 2.0j Stable Release is out Fixed Reboot issues with Multi-Instance
  18. DDC2 2.0c Stable Release is out Multi-Instance support tested and operational
  19. DDC2 2.0 is currently in the works and will hopefully be released in the next week or so baring any major bugs. Notable improvements are: - Support for Multi-Instances - Discord message Text to SRS Radio Speech - Many more commands - Complete Node-Red Flow re-write - Config now stored outside of the Node-Red Flow for easy updating System Requirements: - DCS Server System Requirements - PowerShell 7.x + Hope to have a video or two showing the new features and the updated installation information. OzDM OuT
  20. 7 years on, still an awesome nugget.
  21. Hi mate, Sorry for the late reply. Instances arent currently supported yet but they are on my list of stuff to work out. It is a ways down the list though.
  22. All download links are dead. Please update original post.
  23. OK, I have been able to repeat. I used the same trk/miz file in the original message. To repeat Start mission: Set First waypoint (one from the Mission Editor) to a specific altitude. For my example i set it to 4160, i then set a second waypoint further way at 10,000, a 3rd at 8,000 and finally a fourth (and final) at 1000. Once this is done, when the aircraft finishes waypoint 4 the aircraft will orbit waypoint 4 at waypoint 1's altitude of 4160.
×
×
  • Create New...