Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I think you would need todo this in the LUA scripting i wont provide anything regarding scripting or code but you prob need to work with tracking spawned units (likely with a 'CTLD' Prefix) and the with your tracking system be able to delete that with a 'trigger' ex a menu item marker, timer, etz hope this gets you on the right track
  3. Welcome to the DCS LUA fun! Lua itself if fairly easy to pickup and you will get that in no time (especially with your experience) the other hand learning the limits, functions and possibilities in the DCS Scripting engine is HARD I would start here -> Also heard something about a "TGFB" that they did something cant remember what Hope this is already a start.... also 'hoggitworld' is a ~good source
  4. The justification was that the probe is above the aircraft centerline, so rolling will move it horizontally and vertically. I'm not sure I buy that argument, because you're only rolling at most 5-10 degrees. nobody is rolling 45 degrees during refueling
  5. Here is a snipped of my personal API due to the small nature of this here you go : this is the safest way to know a unit / group is safe to index and manipulate both code snippest above can still nil out but unlikely, with specifically "Attempt to perform arithmetic on '?' nil value" or something along the lines this can ac cure with empty tables and because a empty table is not nil the 'getSize()' will result in nil If a group/unit passes the "FULL" check the unit is Fully alive and active in the mission and is 'safe' to index the "limited" check gives 90% is good but also works on late activated units or units that may not exits YET (only difference is 'Object:isExist()') use as you wish you might need to edit the names/table structure because you guys dont have my "Utils.Unit" table ---@param Object? Object|Group|any ---@param Level? Safe_level ---@return boolean Utils.Unit.Safe_check = function ( Object, Level ) --[[ if Object and Object.id_ and Object:isExist() then return true end return false ]] local Level = Level or Utils.enum.Safe_Type.Full if Level == Utils.enum.Safe_Type.Full then if Object and type(Object) == "table" and Object.id_ and getmetatable(Object) and Object:isExist() then return true end elseif Level == Utils.enum.Safe_Type.Limited then if Object and type(Object) == "table" and Object.id_ and getmetatable(Object) then return true end end return false end
  6. Well on a whim I retried the FSOS which is a custom Win11 and it seems ok there. I did buy a Gaming mouse where I could control the Poll rate and set it too 125hz and whilst in game I had a flat line and made under 12ms on all my latency which was 100%.. I am going to leave it where it is right now as this performance is awesome and glad I got back to 100% Latency.. I think most issues stem on most peoples PC from an unknow infection and maybe even an unknown Root kit infection.. I mean unless you have a potato PC DCS should run near perfect.. I know my system is 100% clean as I Secure erased both my M.2 Drives and reflashed BIOS.. so if you do that and still have issues I am unsure what it could be as there can be so many things that cause stutters but for me it is near Flawless as can be.. It just goes to show it may not be DCS itself and just misconfigured PC's or similar. Would hope all can have smooth gameplay as I am getting but it is possible..
  7. Just tried the new 2.9.5 Beta and on my end MiG-29 Fulcrum module looks to be working without an issue also. Thank you
  8. Ah yes, same people who fly instruments with the trim release pressed.
  9. Today
  10. first time using ns430 with motion controller pretty cooooool to use the ns430 and move it around as if it was wrist watch any way to reposition the ns430 default position when motion controller is inactive?
  11. This doesn't seem to be working, isn't the missile warmed up in an air start? F-4E_TR_mav.trk
  12. Hi there, Thank you. I joined your discord channel.
  13. Sounds good, thanks again. Must just be some strange dcsism on my end. When I get a chance, I'll just restart it and see what happens. That's one of the great things about these campaigns; unlike the scripted ones, they can be different each time. Well done! That carrier fleet shot at the end is a nice touch, eh?
  14. Any update on this?
  15. Yesterday
  16. People who like to work hard and look bad doing it.
  17. Hey Rudel, That fix makes things much better. The rolling moment is still there but much dampened, at least I can glance at the F10 map for a few seconds!
  18. So, I have just received the Top Gun MIP setup and have it all plugged in. When I start DCS it grinds my PC almost to a halt. I've tried all the fixes I could find on here, reddit, YouTube, discord, etc. with no luck. I've moved usb plugs around, I have changed screen locations, winwing.interval .lua change, and I have reinstalled all drivers that I can think of but no luck. I am completely stumped and honestly am here as a last resort. I have run multimonitor before with no issues. Winwing tech support said they would reply "ASAP" 5+ hours ago... PC Specs: -NVidia RTX ROG 4080 OC 16GB -Odyssey G9 (5120x1440) -Ryzen 7 5800X3D -64GB DDR4 RAM -Dark Hero VIII Motherboard -ROG 1000w PSU DxDiag.txt
  19. That's basically what I plan on doing but after doing CAD for over 25 years I think in CAD. Making the outline trace won't take me long. I've made a lot of F-18 cockpits over the years going back to my first full creation of an F/A-18C for FS2K. Having a properly scaled map will make it much easier to add further switch panels. The whole issue with doing it is figuring out how to correct the pink border because it would suck to have a pink line around all the physical panels. I'm certain the OpenKneeboard creator is seeing where their software is headed and looking to correct it. If not, eventually someone will create the software that will allow a more seamless transition. On another note, I finally got into DCS with my Q3S... I've been too busy the past few daze and couldn't mess with it but brought everything together yesterday afternoon. So I have an off topic question for you @Phantom711 I've looked around for a while but can't find out how to setup voice coms with ATC and the LSO. Will you point me in the right direction? Googleing DCS voice commands just sends me to endless in game voice chat links and Voice Attack links.
  20. That's not true. The Ka-50 can illuminate for Kh-25 with the Su-25/T. I haven't tried it, but it should be able to illuminate the S-25L and KAB500L as well. (I'll try that when I get the chance). As to the grand question of what laser code Shkval-complex uses (be it Ka-50 or Su-25T - there are minor differences between the two), here is the answer: To explain it simply; the laser code is not a single frequency like you'd otherwise find in a western aircraft. Instead, it is a alter frequency between 1111 and 1788. Thus, it is impossible to achieve any specific code parity, and as such, external lasing from non-Russian sources. Even the Russian laser source has to operate, frequency-wise, as Shkval does. Nerron Meyer: It used to have a set laser code with BS2, as far as I remember, but got changed so as not to allow the unrealistic abuse of lasing for western weaponry. I do for sure remember testing it with success with a former clan member when DCS World unified Ka-50 (BS2) and A-10C.
  21. ED posted a video on Instagram at one point, advertising the Mig-29 with a 'test pilots' aerobatic group livery, hoping that one will come in a future update, very cool livery https://www.instagram.com/reel/DJJ90eRMMu3/
  22. I'm not going to waste my time on educating you why things work like they do, and why things take longer than expected. Counter to what you believe, you actually need a lot of schooling, you should improve your ability to absorb information. There is a reason things are, as they are, but you keep acting childish when you should read with understanding. Remember, this community was built before you came here - who are you to dictate demands?! If that doesn't come fair and square over, then let me explain to you your legal course of action. By purchasing/using ED software, you automatically accept that it's on their terms, one being that "Everything is subject to change.". This includes the time aspect. If you disagree with this, you shouldn't have casually accepted their terms, and you shouldn't be using their software. Now, if you feel that they are treating you bad, let me educate you fully on the subject; at the beginning of this year, me and a couple of other users have made a new inquiry about a bug concerning MiG-15Bis, which I originally described six years ago. While the bug is difficult to prove, it still upholds the case - six years! Act adult and accept it! If you feel like quarreling more on something that ED under no circumstance is obliged to (they do it as a means of pleaaing the community), then call your lawyer and take it to the court. Anything else is wasting letters and other's time. Oh and, you're welcome! Afterall, I've been pushing on this longer than you've been a member, and me transferring the formation from the (in this case) more informed Russian forum, is pure Pro Bono. That's that!
  23. Would love to see a Ukrainiannull Falcons skin
  24. I have no problem posting tracks. I just thought it was “Bugs and problems” not just “Bugs.” In addition I was trying to find a post that already had tracks posted. But appears to be removed or merged, and all I wanted to do was add detail to this post that has a track. I wasn’t trying to report an issue, and that post was here. Also. Half or more then half of the threads on this first page of “Bugs and problems” have no track, so sorry if the enforcement seems uneven.
  25. Introduced advanced model for R-27 missile family. Next is AIM-54A/C or R-77?
  26. I think you’re correct in that it isn’t optimized yet. I also get some lag compared to other modules with 9900X, 4080 Super, and 64 GB ram. I have a lot of my settings turned down for VR. It’s manageable, close to 25-30 FPS on the boat, then increases past 45 or even 60 when I’m away from the carrier (and other ships)
  1. Load more activity
×
×
  • Create New...