Jump to content

fargo007

Members
  • Posts

    1345
  • Joined

  • Last visited

2 Followers

Recent Profile Visitors

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

  1. With the East, they added some real FOBs and PBs. Daysie, Clark, Thunder, Gardez for instance, and they look fantastic. Zoom in and you will see a little green triangle where these are. null
  2. Sorry about that, it's from the actual mission we flew. It had six RF hellfires and two SAL hellfires on 2x2 racks, with an FCR and full fuel. It was within OGE hover limits for conditions (-4C). Besides - George had no problem going straight up as fast as possible. He did not warn or refuse as he has in the past. If it matters, the aircraft had a target as the acquisition source at the time. Will try to reproduce in a smaller file.
  3. I had this occur last night on CWG. We were trying to organize remote hellfire shots on a SAM site being lased by a 58. Every time I would hit a hover and switch to the front seat (which automatically gave George flight control), he would immediately pull the collective into his armpit, vaulting the helicopter upward. I had to switch back to the rear seat and evade missiles and radar locks. Commands in H-B mode to lower altitude were acknowledged, but he kept going upward. I also tried switching such that I'd have George slow the apache down and hover it. Same thing. This was a cold start, from Fulda airbase. It occurs several times in this track and I fought with it for a good 15-20 minutes. @BIGNEWY https://drive.google.com/file/d/1QhnVKVUVft946O_bYBERzMliI9kV0tip/view?usp=sharing
  4. --- - name: Add lines to mission file to hide it on the Apache/Hornet/etc MFD hosts: localhost become: true tasks: - name: Replace taskSelected line with two lines ansible.builtin.replace: path: /cases/dcs/playbooks/mission regexp: '\[\"hidden\"\] = true,' replace: | ["hidden"] = true, ["hiddenOnMFD"] = true, - name: Replace taskSelected line with two lines ansible.builtin.replace: path: /cases/dcs/playbooks/mission regexp: '\[\"hidden\"\] = false,' replace: | ["hidden"] = false, ["hiddenOnMFD"] = true, Here's an ansible playbook I made that will accomplish hiding everything from the MFDs on a mission file. I also made a DCSServerBot preset that will do the same thing if anyone is using that remarkably excellent server & mission management tool: HideStaticMFD: modify: file: mission for-each: coalition/*/country/*/static/group/* select: vehicle/group/[1] replace: insert: hiddenOnMFD: true HideUnitMFD: modify: file: mission for-each: coalition/*/country/*/vehicle/group/* select: vehicle/group/[1] replace: insert: hiddenOnMFD: true HideAllMFD: - HideStaticMFD - HideUnitMFD
  5. Props to whoever came up with that backstory. Very nice.
  6. I recommend to start from scratch. This is a pretty comprehensive update. The names of the units & statics have changed in order to deconflict the names with other scripts in a more reliable way. With the statics I point out to make sure that it doesn't append anything onto the name. This is good (they match exactly) This is bad - They don't match. Sometimes happens with statics when imported via a static template. Just change so it matches.
  7. Thanks for your patience guys. Version 13 is now published as a release on git. https://github.com/Fargo007/TROOPS-IN-CONTACT/releases Significant changes include: Sounds are played directly on the radio in the mission instead of via srs_stts. You can still modify it easily to do that but I'm not going to support both moving forward. Target markings now include Tracers (with and without LoS), Laser (configurable codes), and marking of the friendlies with an IR strobe for night/NVG engagements. That is awesome and you're gonna love it. Cleanup routine totally reworked. The original README.md on the main branch page has been updated. The names of the assets have changed as well to avoid conflicts and render them consistent. Thanks as always for your interest and feedback.
  8. I'd like to ask how exactly you guys are using it. Single player, multiplayer? Is anyone using the SRS-STTS features (e.g. having the sounds play from dedicated server)?
  9. @NineLine Sorry for the necrotag, but I'd like to see if we can visit this request officially. A TL;DR would be: Because the "Hidden on MFD" box is unchecked by default, every unit & static gets pushed into the databases of aircraft with MFD's, blocking their ability to add more points, and exposing locations of the enemy that shouldn't be exposed. This also includes static templates where that box hasn't been checked for every unit & static (most). Having an option which will allow us to define the default behavior of that box, or to change in bulk would be huge. For example, exposing a "Hidden on MFD" box in the multi select tool would accomplish the same thing.
  10. This should be the other way around, or we should have the ability to mandate the default behavior. For instance, the Apache's database becomes full if this box isn't checked for every swinging necktie on the map.
  11. Thanks for the interest. I'm still working on it, but pretty soon.
  12. I'm still hoping for Abbottabad Pakistan. Even if it's an isolated island.
  13. This helicopter will be flying in BSD without any doubt. We're ready when you are.
  14. When the pair of enemy spawns I'm using an :OnSpawnGroup() function to set an attack task (TaskAttackGroup) on the group that spawned them which you can get from the clientmenu class. This has been working great up until the last update. Since that, the -2 flakes out and dips. Before the update this didn't occur.
×
×
  • Create New...