Jump to content

Moa

Members
  • Posts

    1157
  • Joined

  • Last visited

  • Days Won

    2

Personal Information

  • Flight Simulators
    LockOn Flaming Cliff, Black Shark, Flight Sim X, X-Plane (Linux!), FlightGear, IL-2 1946, Strike Fighters Project 1,Wings Over Israel, Wings over Europe
  • Location
    Wellington, New Zealand
  • Interests
    Flying, flight sims, astrophysics, software & hardware, running , boxing, beer
  • Occupation
    IT Consultant

Recent Profile Visitors

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

  1. If anyone wants to really understand the ED document or is creating their own flight model (I am) here are three books to really help get you up to speed: 1. Mechanics of Flight, 2nd Edn Warren F Philips https://www.amazon.com/Mechanics-Flight-Warren-F-Phillips/dp/0470539755/ 2. Applied Computational Aerodynamics: A Modern Engineering Approach (Cambridge Aerospace Series) https://www.amazon.com/Applied-Computational-Aerodynamics-Engineering-Cambridge/dp/1107053749 3. Numerical Recipes 3rd Edition: The Art of Scientific Computing 3rd Edition https://www.amazon.com/Numerical-Recipes-3rd-Scientific-Computing/dp/0521880688 Mechanics of Flight - gives you an understanding of aerodynamics and dynamics (the physics of motion). It includes a chapter on the equations of flight in matrix form suitable for use in a flight simulator. It goes over the such subtleties as of the differences in sideslip determined from experimental data vs that obtained from calculation (don't mix them up !). Applied Computational Aerodynamics - shows how aircraft performance can be estimated without access to a windtunnel or the aircraft. ED are doing this with their CFD modelling (bravo !). Numerical Recipies - shows the techniques for non-linear fitting where you can take the observed or computed aircraft performance curves and fit to get the fundamental aircraft parameters which characterise the performance. Hopefully that helps jump-start anyone with the inclination to get into this stuff (there have been aerospace engineering students on these fora in the past). Thanks Wags for the technical overview. It won't stop that whining noise here, but still great to see.
  2. They're working in dimensionless units.
  3. Thanks for asking your customers as to what their particular preferences are. This is a good initiative Wags/ED. My personal emphasis was on standoff weapons. F-16C cannot easily defeat SA-6/SA-11/SA-10 with current munitions. SHORAD can be taken on from high alt, but not the better defended targets (and warships). So pretty please get the standoff weapons done. Then the other features can come in a more luxurious timeframe. Edit: The Maverick is the most versatile of the stand-off weapons, get the AGM-65D or G IR versions done and the Viper can do SEAD/DEAD, CAS, Anti-Armour, Anti-Ship, budget reconnaissance with the seeker etc. ps. I had no problem doing the survey in Google - but the same browser session was already authenticated against YouTube.
  4. Good job c0ff. Every coder knows bugs happen. It's the speed you fix them that matters. I hope the rest of your week ends up better.
  5. Wow! that looks fantastic. Thanks for putting in so much work not only to produce such a comprehensive document but also making it so aesthetically appealing as well. Outstanding work.
  6. Thanks for the info ED. It's nice to know how many cool things are planned. If you slip the release date past the 15th April I will not complain, since so many cool things are coming. Stay safe.
  7. The manual is great. The big improvements are: * topics oriented around the procedure you need. * a combination of text and orienting images (eg. in startup) * logical layout with good progression of topics. Great job on the manual. It provides an example that is worth following in other modules.
  8. Always do 'profile guided optimizations'. That is, use a profiling tool to look at your system's performance. For CPU profiling you can simply use the Task Manager built into modern versions of Windows, eg. Windows 10. Watch the CPU load. For GPU profiling you can use the free tool GPU-Z https://www.techpowerup.com/gpuz/ If your current graphics settings have the GPU running at 100% utilization you either must decrease your graphics settings or increase your GPU power. If your current settings have the CPU core running DCS running 100% then you must either decrease your settings (eg. draw distance etc) or get a new CPU. Eagle Dynamics has done a lot of work to offload what it can to other CPU cores (eg sound) but essentially DCS is still single threaded. That means it is better to have fewer but faster cores than many slower cores, at least for DCS purposes. Making DCS truly multithreaded would take a huge amount of effort so don't hold your breath for that (I wrote an unreleased flight simulator in Java that was multithreaded and getting it right was tricky - but worth it, but you have to start the architecture as multithreaded, adding it later would be very hard). Given more resources you would always get a new CPU and GPU. In the real world resources are limited so you have to chose which to replace. Profile your system and see which of your CPU and GPU is being stressed the most. CPUs single core performance increases very slowly these days (increases in performance comes from using more cores on multithreaded problems). So generally it is best to upgrade your GPU for better DCS experiences.
  9. I think the question has been answered. You are not the only one who does cold starts. The beauty of DCS is it gives you the choice: have all the time in the world, then cold start have limited time/distractions/family/pets/etc use autostart or airstart Choice is good. Anyone who thinks they are especially awesome for only cold starting and anyone else is inferior because they don't always should back away from the keyboard and go outside to get some perspective. This community has room for everyone no matter what their preference is :)
  10. My stats-board is all set for multi-server. Once the UI/styling is complete it can take data from other servers. We are a community after all :) As well as a heat map of player deaths I'm also keen on getting aggregated statistical data, such as the actual missile Pk map. Plus, a dynamic campaign needs to know things such as ejection locations etc to generate SAR missions for the rotorheads. Thank you. I'm into realistic Order-of-Battle and 'wargamer' type stuff, and want realistic ATO and maintenance/serviceability and a bunch of other stuff. Plus, I have lots of TN Dupuy's works, such as: https://www.amazon.com/Numbers-prediction-war-history-evaluate/dp/0672521318 Working on coding that model is why I originally learned to code (fortunately it has been very lucrative since). So I'd love to complete that model and incorporate realistic ground attrition and movement rates - but that is further in the future.
  11. Yes, I store everything I can, including some additional information (like position and velocity of each unit for each event which has it - which I may use later). It's still a work in progress. Slmod works as it did before, I just extended Slmod to write to a separate log, which I transfer to a Postgres database and then have a Java/Groovy REST webservice read that and display using HTML/JS/CSS. I know *exactly* what you mean. I too have a rocky relationship with Slmod, although I'm very, very grateful to Speed and yourself for providing a stable basis for doing other things with, like detailed pilot stats. So thank you very much for the times you do grit your teeth and fix it up. I very much prefer working outside LUA. One day I may add socket export to a service where a more robust language can be used. As I mentioned, once i've finished tarting the stats page up I'll be using it as Battle Damage Assessment for mission generation, and close the loop dynamic-campaign wise (I know ED are working on this, but it always good to have choices and healthy co-opertition). Thanks again for your work on SLmod. ps. Slmod works fine with the new Dedicated Server - probably due to your work testing. I didn't have to change a thing.
  12. @Grimes: if you are ever interested in the mods I made to SLmod for 104th stats just give me a bell. Thanks for your work in maintaining SLmod.
  13. It's a LOT of work - mostly because the events logged in DCS, even with SLmod, omit all sorts of information. Rebuilding it takes a lot of effort. Here's my effort for the 104th Phoenix server (work still in progress): http://dynamicscore.org I based on SLMod and then wrote a bunch of custom code running on an Amazon EC2 server (with a Postgresql database). However, once you have stats like this you can do Bomb Damage Assessment, and then link it with a mission generator and Order of Battle database - for a full dynamic campaign (which will be my next trick now I have some free time for modding).
  14. "Perhaps in Wellington the Viking has been bred out of you," 'Vikings', those wimps ? I personally am descended from cannibal natives of the region. Most of our environmental protection is actually at sea - because oceanic species travel far to breed. An we have an 'Air Force' with no force to it. The first duty of government is national defense and the proceeds of the tax slaves should be spent on other things after internal and external security are looked after - but that swindle of the political class is not unique to the Antipodes. On topic: even on light aircraft 'ballooning' from extending flaps and 'sinking' when retracting are very prominent effects you learn to anticipate. So too with the Hornet and its best to be under 200 kts IAS as other posters have started.
  15. + Baco - "I am running out of runway at landing. what Am i doing wrong, I am touching around 130 Kots, applying wheel brakes, but it just doesn't stop..." How far down the runway are you touching down ? this thing has quite a long roll out. If you touch down in first quarter of the runway you should be ok. Can deploy airbrake with B key once down, and spoilers will be activated automatically. Landing worked ok for me. Yes, the brakes are weak so you need to land as close to the threshold as possible and not float above the runway for a long time.
×
×
  • Create New...