Jump to content

Chump

Members
  • Posts

    520
  • Joined

  • Last visited

1 Follower

About Chump

  • Birthday November 3

Personal Information

  • Flight Simulators
    DCS
  • Location
    KS, US
  • Occupation
    Software Engineer
  • Website
    https://github.com/chump29/DCS_Mod

Recent Profile Visitors

9607 profile views
  1. It was working in multiplayer the last I knew. It must be installed for each client to use the new functionality. These are LUA files, not EXE files, but safety first I suppose.
  2. Made this a while back for someone to address this issue, if anyone is interested: https://github.com/chump29/DCS_Mod?tab=readme-ov-file#awacs--wingman-addons
  3. I think that the closest you will get is the "circuit test" button to the left of the dial. AFAIK, you cannot cause a real ejection sequence without actually ejecting the crew member, only test the different stages. I say, let the blades break as they will. If you are wanting a hard landing vs ejection, I've never actually seen the physical blades cause any issues with the craft hitting the dirt and surviving.
  4. I know, I know, another BS3 alignment topic (sorry @BIGNEWY, but hoping this will be a thing that someone can answer right away, or that someone can take back to the development team). This is only meant to address this simple question: When I join a random server and hop into the Black Shark, is there a way that I can tell what the map maker/server owner selected for INS alignment, or is it up to my discretion (maybe even overriding what the map preset was)? Thank you in advance.
  5. This script is a few years old, but I would guess that it still works (see attached). You assign the SeaEagle target on the F10 map using a text mark that says "seaeagle". It could probably be done a bunch of different ways, but you get the idea. Install this plus MiST in the mission. seaEagle.lua
  6. My bad. I do not know how to change the color of the HMCS. Anyone figured that out?
  7. There was a post about it here: https://forum.dcs.world/topic/154935-hud-color/?do=findComment&comment=3096034 The updated path for A-10CII is: /Mods/aircraft/A-10C_2/Cockpit/Scripts/HUD/Indicator/HUD_init.lua The line number is still the same: 383 if you are changing the day color, 384 if changing the night color. Black font color for day setting would be: day_color = {0, 0, 0, 255/255}
  8. That is not correct. Maybe it is a cancelled/upcoming feature?
  9. Instead of setting the flag, why not just use TransmitMessage right there?
  10. It is labeled as control_priority. My guess would be, "(F)ront"? Or, off/nothing is displayed there if the rear seat has priority.
  11. I believe that this is a display bug in DCS (please correct me if I'm wrong, @Devrim). Have you tried resetting the weapon system before selecting the next configuration? I thought that this was the solution as-is.
  12. Triggers are not saved with the static template.
  13. 2023-07-31 13:53:39.413 INFO APP (Main): CPU cores: 6, threads: 12, System RAM: 16328 MB, Pagefile: 33792 MB 2023-07-31 13:54:33.119 INFO APP (Main): gDescription: "NVIDIA GeForce GTX 1080" gVendorId: 4318 gDeviceId: 7040 gMemory: 8072 MB 2023-07-31 14:19:24.453 ALERT EDCORE (10168): Out of memory in ed_malloc for 5592592 bytes. Unfortunately, 16GB OS and 8GB GPU isn't going to cut it these days. Time to upgrade, my friend.
  14. I believe that you have the correct Group category attribute name for this to work. Group.Category = { AIRPLANE, HELICOPTER, GROUND, SHIP } I noticed that MiST is trying to find the matches by criteria, but category is spelled incorrectly in the code. I have opened an issue for it here: https://github.com/mrSkortch/MissionScriptingTools/issues/78
×
×
  • Create New...