Jump to content

Trigati

Members
  • Posts

    197
  • Joined

  • Last visited

Everything posted by Trigati

  1. Quick suggestion would be to have the ExportScripts code before tacview and SRS in your Export.lua I’ve had issues when it’s not the first item. Might help. Sent from my iPhone using Tapatalk
  2. No worries, glad you got a sale and I guess I ducked an argument (at least for now) about where I could put it :-0 Sent from my iPhone using Tapatalk
  3. Thanks, not too far so I’ll start thinking about it :-) Sent from my iPhone using Tapatalk
  4. Ok, to be up front, I’m only half tempted so before I get some serious consideration going could you please let me know whereabouts collection would be? I’d hate to start wanting this to find out its collection from Shetland :-) Sent from my iPhone using Tapatalk
  5. for me it was too many displays on a single USB port...so by carfully swapping them all between hubs and the sockets on the PC I was able to stop it...but only if I power them on one by one/
  6. We Will Rock You by Queen…but I’m guessing based on your description. Sent from my iPhone using Tapatalk
  7. Same Sent from my iPhone using Tapatalk
  8. I have not had time to test this but it is a very simple change and should work straight away. If it does not just let me know and I'll fire up my DCS and troubleshoot. Just replace the existing file with this tweaked version. wwtExport.lua
  9. It’s a simple fix to the code to treat the mod as if it was the hornet, what I did so the super worked, but need to know what the growler’s selfname would appear as. Can you give us a link to the mod? Sent from my iPhone using Tapatalk
  10. The lua is the bit I like, I have no creative ability when it comes to the profiles…but for me it’s just a lack of time to fly. Sent from my iPhone using Tapatalk
  11. As this uses the export lua scripts the only issue it can cause DCS is lagging/stuttering or other exports to fail. Possibly a full crash if the code was really bad, but unlikely. Any other issue you have is not going to be caused by anything using the export lua. Sent from my iPhone using Tapatalk
  12. No, not possible to set a fixed airspeed. Sent from my iPhone using Tapatalk
  13. Weapon would be missiles in flight for example whilst Ground would be ground units, jeeps, tanks, infantry etc Sent from my iPhone using Tapatalk
  14. @Bailey - thanks for this, I'm hoping I can stop having to run Streamdeck as admin - it's the only way I can get keybinds to register properly. Out of interest..and to put me out of the misery of searching (2 hours so far and no joy), where did you find 1560 being Rearm/Refuel? I can see all the values in Export.lua but thoroughly searching LUA files in the install directory I can't find any others....I even searched for '1560' which brings back many incorrect results...most of which are just numbers relating to weather, graphics or weapons setup. Thanks
  15. Trigati

    MIP setup

    Sounds like you’ve not set them as L C or R in SimappPro, so they are all acting as the same device. Sent from my iPhone using Tapatalk
  16. I know a line of code you can put in the WinWing LUA file that it will always default to off for an aircraft...only issue is it's aircraft specific unless you use the Universal mod for the UFC.
  17. Also, try this instead of the getlistindicator as I think that’s part of the exportscript lia I use And, worth checking it’s not a null value before trying to grab the data from it as that can crash the DCS export. IFEI = list_indication(5) i Sent from my iPhone using Tapatalk
  18. I’ve not played with Hook scripts but I’ll take a look and let you know if I figure it out. Sent from my iPhone using Tapatalk
  19. It's not part of the mainpanel, to get the values of the IFEI you need to pull the device info using the ListIndicator. Something like (depends on what scripts you are using to get data output): IFEI = getListIndicatorValue(5) Upper_Readout = IFEI.txt_FUEL_UP Lower_Readout = IFEI.txt_FUEL_DOWN Bingo_Readout = IFEI.txt_BINGO
  20. Not a perfect solution but…. Make it the absolute last page. 999_name.png or something. That way you only have to go left 1 page from the start page and it’s there. Sent from my iPhone using Tapatalk
  21. DCS: F/A-18C Operation Green Line Campaign by Badger 633 (digitalcombatsimulator.com)
  22. I think it was an older implementation of the Tacan that got changed. So now you dont use the AA mode. I guess some of the videos you mention might just be that old. Sent from my iPhone using Tapatalk
  23. At a guess when you’re at the slot selection screen it’s trying to export the data but you have not got a slot yet so self data is null values… I suggest you add a few lines of safety code that checks the values are not null before it tries to export them. Sent from my iPhone using Tapatalk
  24. Some mission files contain their own Snapviews file which overides your file. I would guess that might be the cause. I think I've fixed this in the past by opening the miz file using 7zip and deleting the snapview file inside it.
  25. I would guess that as you were flying direct at it the AI assumed you would be meeting the missile well within the effective zone ( if you didn’t manoeuvre you would be reducing the range/flight distance of the shot) so tried for an optimistic one in a million lucky shot. Might even be realistic if their goal was to stop you getting closer to something valuable and deter you from progressing. A deterrent rather than an expected kill shot. Sent from my iPad using Tapatalk
×
×
  • Create New...