Jump to content

Kazius

Members
  • Posts

    243
  • Joined

  • Last visited

Everything posted by Kazius

  1. I have used some MIST, MOOSE but would like to see some additional API functions added. Unfortunately I can only remember one as it has been something I've talked to others about recently which is: - get coordinates from TGP location. Will come back and add more if I can remember other things I wished there was API functions for.
  2. In a 2 circle fight in the F-18C you want to maintain about 350 knots in a rate fight. If you are stalling then you are not maintaining energy and that is why he is catching you. I find for most modern jets the AI Mig-29 is hard to beat in a rate fight but all the other Russian jets are pretty easy. And just to add more videos that might help:
  3. I reverted to 442.74. The massive FPS loss went away. However, doing some testing. There is still ~10 fps drop from the SA page / dispenser combo. ED should probably look at there code anyways and see if there is a more efficient method of coding the display of the chaff / flares, etc on the SA page.
  4. ok, found the mission but game crashes every time I try it. Will try running a repair. Just reinstalled DCS like 3 days ago though.
  5. Partially agree about your comment on keeping it termed early access until all original listed functions are complete. But to be honest, the hornet will get hose features weather it is termed early access or not. Saying those features have to be done before EA term is removed doesn't mean the development will get completed any faster and rather means EA could run well into 2021 instead. I guess my point is we just have to be patient and enjoy the features that are already there. I do however wish a few features had been implemented earlier on, many are now there but were added so late. Wags posted a video of the Walleye II back in October 2019 and I can't find it in game still. These are odd things that should also be addressed and they are not mentioned on his roadmap.
  6. The MPRS version is developed by Razbam. I don't think they bothered to model the Boom and director lights. They put it in the game because people wanted a faster refueling plane for use with the M-2000C.
  7. I recently started flying again in DCS and was trying out the F-18C. Noticed a drop in fps from 60 to as low as 23 fps (currently using VSYNC in track file below, but have tested without VSYNC). When not using VSYNC it has dropped from 90 down to 20ish. I flew many times trying to narrow down the cause and found it is when the SA page is open and if you turn the dispenser off the FPS drop doesn't occur. See track file attached. All testing down in 2.5.6 latest version as of April 22. F-18C Blk 20 SA Page + Dispenser Lag.trk
  8. Can you please increase the brightness of the A/F Director lights. It is really hard to see them against the painted white bars in the day time. The U/D Light is fine though but it is shining against a black background anyways.
  9. He's right and this link can help fix it. https://www.canada.ca/en/services/defence/caf/military-identity-system/air-force-ranks.html
  10. It isn't up to the processor to decide what operations are processed by a thread. It sort of isn't up to an OS to decide either. You have to write code to utilize multi-threading. Unfortunately I can't link most of my text books from university that are C++ related. But the link below will explain how programming for parallel processing works. Sorry, in short notice it is the only online text book I can think of that has good easy to understand examples. http://math.hws.edu/javanotes/c12/index.html I think the point The_Nephilim is trying to make is he asked people on the forums for their opinions on what hardware to upgrade to gain the biggest performance gain and wasn't aware that DCS doesn't do well with parallel processing. However, most other simulators do. I know for a fact the other image is for a simulator as well. So I know simulators can be made to utilize parallel processing quite evenly across all cores/threads. The i7-9700k is all physical cores according to intel ARK: https://ark.intel.com/content/www/us/en/ark/products/186604/intel-core-i7-9700k-processor-12m-cache-up-to-4-90-ghz.html
  11. Maybe, but to make a game use multi-core / threads more evenly you have to write the program from the beginning to do so. This likely would mean a complete rewrite of DCS and possibly all of its planes. Since DCS is an on going evolution of Lock On: Modern Warfare and likely still uses a lot of code from 2003, they would have 17 years of work to rewrite. And for others, a software program HAS to be programmed for multi-threaded use. An OS can't do it on its own. If DCS for a majority of its code isn't designed for multi-threaded use, it will operate majority wise on a single core. Not sure how modular ED's code is, but if it is easy to separate something such as radar from running with the other lines of code, then perhaps they could over a period of time spread the work load out to other processors. Currently ED is working on a lot of other things like Vulkan API, new weather system, ground radar maybe and god knows what else. Rewriting a ton of old code might not be a priority at this time. If I were buying a processor purely for DCS, I would look for one that has the highest clock speed rather than the most cores. But as a priority for DCS I would always choose to upgrade a GPU over a CPU. I still have an i7-5820K with 12 threads capable. My overall CPU usage when running DCS is like 15% utilization. However, 1 core will always be around 50-75% utilization. If I had massive amounts of memory and more internet upload bandwidth, I could probably run 3 dedicated servers each with 2 affinity and all 3 servers would probably provide the same performance as someone running 1 server off there computer. Edit: Actually since a dedicated server doesn't use sound I could probably run 6 servers (no I wouldn't run 12 cause threads share fetch timing and if an operation for PID 1 takes 16 times longer than operation for PID 2 then PID 2 has to wait for PID 1 to finish).
  12. If you have FC3, go up in the F-15C and refuel. It is just a matter of following lines. It might actually be easier for some people than in the hornet (ei. People who can't stop themselves from looking at the probe and basket rather than points on the tanker).
  13. Kazius

    BRU-41

    You must be doing something wrong. Try beating your head on one. I can't stop laughing.
  14. The plane is very capable even at its current state. It's strike capabilities even without all weapons having all attack modes available. There is also more than enough systems to keep you busy learning. Learning to land on a carrier using proper pattern and consistency could take up a lot of time alone. It is good for air to air but not as capable against multiple targets as the F-15C yet since it's TWS is still in development. However, it does have the SA page with datalinked information that trumps what the current F-15C in game is capable of. So there are ups and downs. For BFM it is very capable and currently would be my choice for a dogfight. Overall, the plane is extremely fun to have. And it will only get better as development continues. After reading comments I can say that bugs do get fixed. However, because it is in development, adding new features can break other features. But I'd rather have a jet in early access than waiting for an additional 1-2 years without getting to fly it around trying its capabilities out as they get developed.
  15. Some weapons might not be able to be complete because they are waiting on TGP, A2G radar, etc. You can't just have the guys working on weapons stop and wait for those.
  16. For those who want things like TWS, TGP complete, etc. There is likely people working on those full time. And then probably a couple people working on weapons. Weapons are probably 10x faster to complete coding for and why they are getting released faster. You can't just stop developing weapons and put that same team onto the TWS or TGP team because what is developed might only be done by a couple people because it isn't a coding task that can be split up and the other coders would end up sitting there waiting anyways.
  17. I was curious and went through a list Wags posted on page 2 of his mini-updates post. Some of these I have no clue, but I might have most of this right. Probably wrong on some of it. But over all it looks like a lot of work still left to do. https://forums.eagle.ru/showpost.php?p=3285514&postcount=13 Sensors: • A/A radar with TWS, SCAN RAID, AZ/EL (Partially Complete) • A/G radar with MAP, EXP1, EXP2, EXP3, SEA, GMT, PVU, AGR, IRA, and TA (In Development) • AN/ASQ-228 ATFLIR Targeting Pod (Scheduled?) • Joint Helmet Mounted Cueing System (JHMCS) (Complete or To Be Completed) • Link-16 (Complete or To Be Completed and Link-4, …) • AWW-13 Datalink Pod (Scheduled?) • NVGs (To be remodeled?) Weapons: • AGM-88C HARM (Partially Complete) • AGM-45A/B Shrike (Scheduled?) • AGM-84D Block 1C Harpoon (Partially Complete) • AGM-84E SLAM (Scheduled?) • AGM-84H/K SLAM-ER (Scheduled?) • AGM-65E Maverick (Complete, may need polishing) • AGM-65F Maverick (Complete, may need polishing) • AGM-154A JSOW (Partially Complete, need dynamic) • AGM-154C JSOW (Partially Complete, need dynamic) • Walleye I ER/DL (Scheduled?) (AGM-62 people in prior post inquired) • Walleye II ER/DL (Scheduled?) (AGM-62 people in prior post inquired) • GBU-10 Paveway II (Complete, may need polishing) • GBU-12 Paveway II (Complete, may need polishing) • GBU-16 Paveway II (Complete, may need polishing) • GBU-24B/B Paveway III (Scheduled?) • GBU-38 JDAM (Partially Complete, need dynamic) • GBU-31 JDAM (Partially Complete, need dynamic) • GBU-32 JDAM (Scheduled?) • AIM-9X Sidewinder (Complete, may need polishing) • AIM-7P Sparrow (…) • AIM-120B/C AMRAAM (Complete, may need polishing) • Mk-40 Destructor Sea Mine (Scheduled?) • Mk-63 Quickstrike Sea Mine (Scheduled?) • Mk-77 Fire Bomb (Scheduled?) Decoys: • ADM-141 TALD (Scheduled?) • GEN-X (Scheduled?)
  18. Technically its still radioactive as trace amounts of U-235 and more so U-238 is still present and U-238 has a half life of like 3.4 billion years. So it will never be fully depleted. However, it isn't deemed to be very harmful as long as you don't carry the rounds daily in your pocket else you might not have offspring.
  19. I've talked to ex-US army people who have had to do cleanup after Desert Storm. The A-10's 30mm cannon's shredded T-62 and T-72's. And you can pen from all but the front. Side armor of a tank is designed to deflect shots, not completely stop a direct shot from an A-10 or AH-64's guns. Yes, you could detrack a tank with an AP round. The rounds should go through parts of the tracks. The USAF have tested the GAU-8 even on M1 Abrams that were no longer in service and it can even punch holes into its side armor.
  20. I made my own and my CBU-105's hit precisely every time. One thing I see different is I use Fahrenheit and not Celsius. As for GBU's, I've only ever used wind correction for the wind corrected CBU's. I didn't know GBU's needed wind correction as they constantly correct to hit either a GPS location or laser spot. I've never really missed with GBU's even on high wind missions where I didn't enter wind data into the CDU. edit: I have missed somewhat on high turbulence maps. Might have something to do with it.
  21. I just flew for 2-3 hours, didn't have any stutters. Interesting thing is the people posting issues have better computers then me. I mean pimp's system specs are dope haha.
  22. I'd rather RAZBAM just finished the first planes they put out rather than constantly adding new plans to there already over burdened team. AV-8B N/A - Incomplete M-2000C - Overhaul Mig-19P - Fine Tuning South Atlantic - In Development Super Tucano - In Development F-15E - In Development Mig-23 - In Development That is already a pretty big list. edit: And I post and then notice how old this thread is.
  23. It is the fly by wire system causing the pitch up if you take off without takeoff flaps (half flaps).
  24. I posted this a long time ago. T-72's are kinda strong against the Gau-8, but they can be destroyed by gun. I have killed them faster, depends how good I get lined up rear or side engine. I think DCS takes angles into account as well because if I come in from the side or rear at a low ~10 degree angle I kill faster than 30 degree angle. As you can see, the T-55's are like butter in comparison. Also, it is almost a waste of ammo to try on a T-90.
×
×
  • Create New...