Jump to content

regiregi22

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by regiregi22

  1. Another completely disgusted user here. Why doesn't ED publish an official how-to guide on how to temporaly avoid all these issues? Maybe they've had, IDK.
  2. I have just tested it and it worked in 2.0 (latest version), with the ARAK rockets. The loaded stations are shown as 1, and after firing them they are all zeroes. I tested then using BK90 and it shows the 1's corectly, but they stay 1's after firing. So yes, it seems to be bugged. I got confused with the ARAK rockets functioning, sorry guys.
  3. Oh, you are right, my fault. I must have mixep it up with the Strela 10 or something :doh:
  4. Tunguska has IR missiles, you could have just looked it up on wikipedia. It has a radar though, to search for targets and to aim the radar guided AAA cannons. Flares should work against IR missiles, chaff and ECM (AAA mode) should work against the radar guided AAA. China hat fwd short will change the FOV of a Maverick if it is selected as SOI.
  5. I have just seen one SU25 throwing a guided A-G missile towards a blue air defense. Wasn't that supposed not to happen?
  6. Of course, we are talking just about network latency. If the server's CPU is overloaded, it cannot give a response in time to the clients and you will feel it as a network lag. It's like having a restaurant with 1 cooker for serving 100 clients. You can have 100 waiters if you want, but the delay in having the food on your plate won't be their fault.
  7. Sorry for the extensive OT, but I think this would be helpful to understand the issue. As a network engineer, I confirm this information is plainly wrong. Ping is just a kind of network packet, like a TCP or UDP packet (data segment is actually the proper name for a Layer 4 datagram, not packet, but it will do). Latency is the measurement of the time it takes to get that packet from your computer to the final destination computer. You can measure the latency for any kind of packet. But Ping are packets forged with the only purpose of network testing, they carry no useful end user payload. That's why Ping is usually used for network testing. From your computer to the destination computer, there can be many hops across other computers and routers, and each one adds a bit of latency. "Latency" is the aggregate time of all this hops. The first hop is from your computer to your router, so if you have a problem in your LAN, it would affect that aggregated latency time. Because of the close proximity, if everything is working OK, this hop never goes above 1 or 2ms. When having a high latency with a server, the problem can be in a hop in your internet service provider, in the server's service provider, or in any intermediate hop. Of course, latency isn't a fixed value, it changes over time depending on network congestion. The amount of variation in latency over time is called Jitter. You can measure a low latency, but if jitter is high, it will have peaks of high latency that are seen as sporadic stutter issues. Best regards
  8. Mustang, could it be possible to name each individual release with a different version number? You make a very good job at updating the addon so frecuently, but it's very difficult to track the latest updated version without a version number.
  9. Just a bit off-topic, but can you tease us about future releases? I myself am a fan of the A-10 Qualifications, bought them when released as indie and bought them once again when released on ED.
  10. Any chance to buy it? Is there expected any re-release date?
  11. Then I think I will leave it as is, and enjoy the already beutiful work done. Thank you very much for your detailed response and the georgeous amount of work you have invested. :thumbup:
  12. PicksKing, is there any chance we could get listed which files belong to each "parent" texture addon? That we could be able to update your wonderful addon by ourselves with the new updates, like the new Mustang's grass textures released.
  13. Thanks for that mate :smilewink:
  14. Just tried your mod for 3 days, and it's truly amazing :thumbup:
  15. Waiting eagerly to try it :thumbup:
  16. Will tanks qualifications be available again for sale or at least as a free release? thank you
  17. Is there a link to a site where I can see the detailed improvements over each suite? I know some of them, but would like to see them on a nice official compilation :smartass:
  18. I would like to know if the latest A-10 suites include a color Targetting pod, being it a Litening or Sniper. All I can find is the Sniper being HDTV, but no reference to color. I can't find any reference to it on the web. I would like to justify somehow the use of an addon to color the greyscale DCS Litening. Thank you guys!
  19. ON-NONE-ON is the nomenclature for a switch that has 3 positions. Maybe if I say UP-NONE-DOWN would be clearer :thumbup: (ON)-NONE-(ON) means up and down positions need to be manually held, or they will return to the NONE position.
  20. It may have been asked before, but I haven't been able to find it. How can I configure the canopy switch to perform similar to the aircraft one? The aircraft has an (ON)-NONE-(ON) (momentary switch in the up and down directions), but as seen in the lua file it is treated as a toggle switch: {down = iCommandPlaneFonar, name = _('Canopy Open/Close'), category = _('Systems')}, I am building a panel for that switch and would like to use it as close to the real thing as possible.
×
×
  • Create New...