Jump to content

T_A

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by T_A

  1. Thanks , thats alot of code for 2 days for the reset if it helps this is how DCS-SRS does this: if _data ~= nil and not SR.fc3[_data.Name] then -- check for death / eject -- call below returns a number when ejected - ignore FC3 local _device = GetDevice(0) if type(_device) == 'number' then _data = nil -- wipe out data - aircraft is gone really end end if _data ~= nil then -- procceds to reset stuff... thats where leds will be turned off
  2. Yes it works, very nice work! tested in single player/ multiplayer , choosing some other module slot on the server then switching to f-16 , ejecting then selecting another plane etc. but if i die/eject/change module - kill all the light , otherwise they stay last state. I actually took the time today to learn some DCS scripting to fix this , was almost there when i saw you posted the fix i looked at how DCS-SRS does this to get a clue and added the if (aircraft ~=nil) part to LuaExportActivityNextEvent and also to LuaExportStart but realized most of LuaExportStart should run either way just without checks like you did (was fiddling with this when i saw a new post), so at least i learned something new today... quick note- other mods don't put actual code in Export.lua but just call external lua file i pasted your 'Export.Lua' content in another file I.E TMTQSExport.lua and in export i appended a call for this pcall(function() local dcsTM=require('lfs');dofile(dcsTM.writedir()..[[Scripts/TMTQSExport.lua]]); end,nil) *can be 'cleaner' by moving the files to the /Mods/*folder* but not really important. anyways , really incredible work on this project, kudos to you!
  3. Font When you connect to a server that is running a mission , you get a list of open slots with all sorts of airplanes to select from , once you select an open slot you will spawn at the aircraft. In single player you are automatically assigned to a single 'player' designated aircraft.
  4. Tried to play around with the lua`s , but my knowledge of dcs export mechanics is next to none. from reading many other threads , its not a matter of export permission or server settings , its about not being inside an aircraft when the mission starts i tried to force it and skip the aircraft.name check (which was nil since i'm not in any aircraft) but it then failed due to GetDevice(0) usage. don`t know how DCS-BIOS does this , but i'm guessing they account for out of aircraft state , maybe have some kind of try-catch until you are actually sitting in one. just my 2 cents.
  5. Just tried it , doesnt work, connected to a server with what appears to be all exports enabled
  6. yes exactly , it will be useful for me since i fly mostly on mp servers where i *ahem* respawn alot..
  7. Truly impressive , i just finished testing this and i can confirm its working , first time i`ve seen the gear/handle lights on (no way to do via target gui yet...) Really appreciate the time you took to do this. Some notes: 1. Exports file should be appended and not overwritten , for those who are not aware otherwise you`ll break other mods (like srs) 2. I got errors running it at first on lines 72 and 73 where you check for farm stick (my target software doesnt recognize it0 "Runtime Error: Symbol not found: FarmStickRight in main ( line 72 in ViperTQSLEDSync.tmc )" i just // those lines, run fine after i updated to the .1003 version from 13.11.23 that added support for farm stick 3. probably most important issue - only works first time in a mission , if i crash and fly again lights dont change , have to get out of the mission first. (tried to start/stop script while in mission) Small request - can you get the lights below the emer jettion button to blink i.e on for being locked on and blinking while missile warning is on ? anyway - thanks again!
  8. I there any solution to having the leds sync with DCS ? (like the threat warning panel buttons and gear lever and wheel status) really annoys me that they make a feature that is absolutely unusable can DCS BIOS or other app interact with DCS and TARGET or something ?
  9. Well now i`m getting this stuttering everywhere in MP using MT client with ST clients its gone (like my FPS...)
  10. Thank god its not just me i was about to really do some damage to my PC happens to me on in MP , i'm using MT client also seeing it on TGP AA mode in single player 7800X3D , RTX4090 Last edit- it only happens in MT . its ST client it works fine
  11. Just setup my Viper TQS today, how do i get the threat buttons to light up to match DCS , same for landing gear ?
  12. Havent played DCS in a year atleast , connected all my gear and started DCS Trackir 5 with pro clip , everything works great for a while then during play i will lose trackir , going back to trackir software it will say 'Title: None' instead of the usual 'Black Shark' any ideas?
  13. this is why i barely go on this forum anymore , instant fanboyism at any legitimate criticism. as if the devs are infallible and any other opinion is blaspheme
  14. Ye i stopped playing BF since they did that to the Harrier, tried a few times , just too much hassle for no good reason . having harrier spawn on road bases is one thing , but this? nope
  15. Can you reduce the fuel for the Harriers on the road ? at the moment they are too heavy for vertical take off and its really time consuming and risky to move from road to the map if we cant even hover
  16. Nope. According to hospital officials- One will be released today / tomorrow. the other is recovering from surgery and is stable and expected to recover from what seems like shrapnel injuries. Still not known for certain yet , but it seems they ejected due to the injury of the pilot and not the damage to plane.
  17. Please fix Harrier , FARPs don`t have weapons and the radio frequencies and not good for SRS there
  18. Ye good call on different modules for each side, the other day i shootdown a m2k in a harrier and it was enemy but it was really hard to spot which side by the skin. *edit* wait a minute , Harrier only on originally blue FARPs ? atleast give us harrier on red FARPs also *edit2* no weapons on Sabuli FARP and radio freqs no good there for harrier (cant use SRS)
  19. I do have cougar MFDs , still not as easy as using all hotas anyway another question- i still don`t get how to reset the TPOD TDC on the HUD (like using china aft in A-10C)
  20. Can you only zoom with the MFD buttons or can you alsp do it with HTS mode? i know i can use WD/NR from hotas
  21. mvsgas can we get a summary in plain English?
  22. read what i wrote carefully , 1111 is not arbitrary which is why i wrote what i did , 1688 is arbitrary , but it is also what the A-10C in DCS uses as default code and what mission creators use when assigning JTACs. anyway , since it was already explained to me that this is the behavior of the real Harrier , this is a moot point.
  23. Damn , guess the fault is with the actual Harrier programmers and not the RAZBAM
  24. Zeus can we get the TPOD / DMT Default laser code to 1688 like the A10C? if it were some other arbitrary code i could understand , but 1111 seems like something a programmer would put just cuz he HAD to put a value.
  25. OK i give up, read the pocket guide and just cant understand the radio part radio is on , freq is 127.5 how to i change it (manually and preset ) ? *edit* ok just noticed the radio buttons are dials AND push buttons so i got presets, but how do i select freq manually ?
×
×
  • Create New...