Jump to content

T_A

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    1

Personal Information

  • Location
    Israel

Recent Profile Visitors

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

  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
×
×
  • Create New...