Jump to content

OzDeaDMeaT

ED Closed Beta Testers Team
  • Posts

    250
  • Joined

  • Last visited

Everything posted by OzDeaDMeaT

  1. Is there a way to transmit audio that isnt part of the miz file? Say through SRS? All good, found it here https://github.com/ciribob/DCS-SimpleTextToSpeech
  2. Hey mate, So definition of ports for your various instances of a DCS server are done via the server profile. When you run a server with a -w in your Saved Games it will create a folder of that name. So for your example, there should be a folder called "DCS.server1". You put your configuration into that folder for that instances ports. If you have any further questions hit me up on the ED Discord or the Hoggit Discord and I can hopefully clear up any additional questions you have.
  3. In all these years, it really hasnt changed that much.
  4. How many people need to be on the server for it to crash it? I have had 6 people on my server running the junk removal and it handled it fine.
  5. Awesome function mate. Is there a removeZone as well? Also, what is "SSE"?
  6. @Jakko For the stable version it is referred to as @dcs_server.release @BIGNEWY Can we also add that @dcs_server.release to the original post? Also, might be worth mentioning the --quiet option as its quite handy for people to be able to script automated updates. I got that info from the ED Discord when I was asking about the modular server install.
  7. Dead link
  8. Github link appears to be dead. Would love to take a look at that script.
  9. Does the terrain module below do the Normandy 2 terrain or just the Original Normandy map? Normandy 1944 NORMANDY_terrain
  10. In the latest patch (2.8.8.43704) getCallsign no longer returns the callsign for UAV's, Tankers or AI Air units. AWACS still seem to return a callsign Open the mission file Look at logs, script runs after 1 second after mission start and shows player, AWACS callsigns but not Tanker and UAV callsigns as well as an AI F117. getCallsignBugged.miz
  11. Almost 2 years on, has anyone actually gotten clarity if the Voice Port is the same for all instances of DCS running on a server?
  12. I get a crash when I select the Graphics Preset Editor
  13. Its a MASSIVE addition to the game. Complete game changer to the logistics of DCS.
  14. Can we refer to FARPs with these commands as well?
  15. This code does not appear to work any longer.
  16. The new updater looks awesome. Is there a beta we can get involved in to provide bug reports and feedback?
  17. Is there a set of instructions on how to get a Varjo Aero working with DCS. I tried OpenXR (following the instructions above) and i end up with a white screen and no picture in the VR headset (with the --force_OpenXR switch on the bin-mt\dcs.exe shortcut). When I try and use SteamVR it feels like I am looking at a computer screen in VR and if I look at it for too long i feel violently ill. 1. Do I need to install anything specific for OpenXR to work? 2. I have installed OpenXR Toolkit, is there anything it can do to get rid of the white screen? 3. If I am forced to use SteamVR, how do I disable the flatscreen effect as the headset is unusable with the display working in its default configuration. FYI, trying to use Option C listed in the first Post, without the wrapper with the Multi-threading dcs.exe
  18. It is coming up to 3 years since this was announced. Can we get a definitive update please ED?
  19. @GrimesHow do I pass a flag a string value?
  20. It is so annoying that they didnt implement the ability to load a mission file from the Mission Scripting Environment.
  21. Opening up the API can ONLY be a good thing for DCS. I dont agree with the make the mission editor stand alone, sounds like more code that would need to be managed to me. But I am 100% behind making more features from the Mission Editor more accessible from the Mission Scripting Environment (MSE) API. They did some good work recently adding a bunch of the Net API stuff to the MSE.
  22. Could we please have all the available actions in the DCS Mission Editor be available in the MSE API please? Specifically I would like the load_mission and the ability to update the briefing as a mission evolves without the need to have 100's of triggers that could easily be done programmatically from a script.
  23. #disappointed that this hasn't been updated.
  24. yep, just define the path that you want to save to: e.g. local mynewpath = ([[C:\Users\Some Dude\Saved Games\DCS.Server\YOURSAVEFOLDER\]]) or something to that affect. I completely re-wrote this script about a year ago now and turned most of it into functions. I have just picked it up again with the hope of getting rid of all the Moose out of it and just having it as a vanilla persistence script. I am also looking at some of the new commands the DCS API has introduced to see if I can export the paths of groups also.
  25. Have a file per mission. Define the variable path and use that as your file name.
×
×
  • Create New...