Jump to content

Tippis

Members
  • Posts

    2614
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Tippis

  1. No news is good news, they say — doubly so if it's no news yet rather than a hard “nope”. As for Win10 vs Win11, I'd actually say that yes, the latter is an upgrade. You have to run both through a telemetry cleaner regardless, and both need their start menus fixed with something like OpenShell, so the ugly bits are about equal in that regard. The advantage you get is a more coherent interface and — somehow — less pointless bloatware(!) Late-release Win10 is just so shock-full of “neat features” and “bonus apps” MS have added through the years that serve no intelligent purpose other than to sit there and not be able to be uninstalled. Wn11 will probably get there as well sooner or later, but that's… well… later, rather than right now. So that's an improvement right there. Yes… that is exactly what he said. Is that your new shtick? Just repeating the post you quoted without actually adding anything because your usual naysaying is not working?
  2. More specifically, you do it on a different screen where you don't have to hunt-and-peck type into the most backwards and obtuse UI ever imagined. Instead, you pick spots on the map and get all data related to that spot immediately in the appropriate format because the computer does that for you. It's what computers are for. You check boxes and pick in drop-down menus and copy-paste rather than page through umpteen different subsub-side-sub menus on a five-line MFD and use bitcodes to assign functions. You also access settings that can't be set in the cockpit. If done correctly, you can even set up things that aren't available anywhere, such as multiple flight plans and draw lines and unknown threat circles. You do all of that in a matter of minutes — seconds if there is export/import features, and there should be or it's incorrectly made — rather than burn fuel on the tarmac for 30 minutes before you can get into the action (and if you rearm/refuel to get that back, you lose your settings because lol). Using the aircraft isn't hard. It's just stupid and unrealistic. And pointlessly stupid and unrealistic at that — the very reason the DTCs exist is exactly because of what a horrid idea it is to do it manually in the cockpit. The amount of work it saves is nothing short of profound.
  3. Don't generalise from your own preference and experience. Just because you're lamenting the loss of your 50nm spotting capabilities and have been arguing fervently against any and all improvements to spotting for ages doesn't mean that everyone (or even anyone) else would riot when such welcome changes happen. It's better than the old system, at least. It drastically reduces the range at which targets are displayed, and it tries to make resolution less of a factor so you can't cheese the system by changing your settings. It doesn't fully succeed yet, granted, but just the fact that it's trying and that it now has a maximum range that isn't “as far as the world is rendered” still puts it far ahead of where things used to be.
  4. It's not really something DLSS (or indeed any up/downscaler) works, and it would require two separate rendering paths — both quite complex, unlike where you're just looking at a semi-static object superimposed on the screen — that would then have to be composed together in a third pass. The cockpit itself can already be quite a resource hog since it doesn't benefit from things like LoD or other distance detail level settings. It's full blast all the time at whatever quality setting you have. At the same time, since it doesn't change much compared to the rest of the world, it's also something that DLSS can reconstruct quite easily to save you a lot of frames. Removing that means you're losing out on a fair chunk of savings. Odds are good that, in trying to mix the two, you'd end up with so much overhead on top of missing out on a good shortcut where it makes a lot of difference, you'd lose all benefits from either choice and might as well just run native to begin with for the performance-vs-quality balance you end up with. e: From your use case, it almost sounds like you'd want some kind of foveated rendering, but in pancake mode, which should be pretty easy to do, but hard to get right since it would rely on eye tracking to find where to render at full quality. And then you need more gizmos and the question rather turns towards, would you want to buy that, or just spend more on your GPU? Not really relevant to its capabilities or the topic at hand, now is it?
  5. Actually, it's a wishlist forum, and you have been told by the mods on numerous occasions that if you don't like an idea, you shouldn't respond. Your naysaying is at best useless spam, but often veers straight into off-topic trolling territory.
  6. That's a poor work-around, not a proper pre-programming interface. The Harrier and Viggen offer more useful and sensible implementations for how you can transfer map coordinates into the flight computer — not by stupidly poking keys for hours on end, but by doing the thing that a computer does: marking on a map and feeding directly into the plane via data transfer. That's what it's there for: to remove the pointless busywork. A reasonably sensible and UI-intuitive solution would be to just offer a map rectangle tool that you can draw while on the ground, and have that be what gets fed into your kneeboard. The kneeboard pages would still be static, but could be replaced dynamically during downtime without having to go through the mission editor flight planning process. With some kind of reasonable option for subdivisions of that rectangle, you'd get your fixed zoom level: a huge square with just 3 subdivision means you get a coarse map, but only 3 pages to flip between. A smaller rectangle with tons of subdivisions means lots of detail, but suddenly you have two dozen map pages to keep track of.
  7. Hell, just giving some navigation arrows on the kneeboard map to “flip over to then next page” rather than being restricted to the auto-guesstimated views it generates from waypoints would be a huge step forward. Especially as the game is moving more and more towards dynamic and real-time playing where you might not even have any waypoints defined to begin with — all is done “live” in the cockpit rather than in the mission planner.
  8. …and yet they did. You need to stop generalising from your own preferences, especially give how little you actually play and experience what DCS can do.
  9. Are you looking for it as a flight sim — i.e. its main focus is driving and E-whatever around and fiddling with the knobs in the back is a subset of that — or more as a gameplay component, where the plane itself is mostly accidental and the sensors and comms are the the stars of the show? The former runs the risk of running headlong into the secrecy roadblock since these systems tend to be pretty darn sensitive from a strategic perspective. If it's more the latter, I'm guessing that you're familiar with LotATC and the (MP) gameplay it offers, and I'm wondering what in all of that you envision that such a module would offer compared to the more general “airspace control” offering of that software? What would you include and what would you cut out? Or is there something you'd add on top because LotATC doesn't offer it (I mean, aside from being a integrated part of DCS as opposed to an external third-party program)? Would it be MP only, or are you envisioning CA integration where you get more/better control over AI assets than AI currently provides?
  10. Your complete unfamiliarity with DCS does not constitute a coherent argument against a feature that a a large number of aircraft could make use of. What you incorrectly conceive of as a blocked already exists in the game and has done so foe many many years.
  11. In a flash of… lesser sanity, I decided to set up a simple RNG collection thing: Random.miz to just see how it behaves when you ask for a lot of random numbers. Basically, it sets five flags at mission start and then reads back their values 2 seconds in. And I think that, while on the hole it's probably ok, there still some oddness going on that may be related to a kind of sample bias more than anything. Usually for mission design purposes, you use maybe a handful of random values and the spread of them is low because it's a lot of effort to design umpteen different outcomes for each test. The thing is, the DCS random generator seems to love to repeat numbers when looking at small series. That's not something that's technically wrong from a statistical standpoint, but it's perhaps not what the designer actually wants. I ran two tests, one where it rolled three numbers in a row, and one where it rolled five (this is the version linked above). Then I ran those until I had 100 rolls in total, and looking at that total, it looks... entirely sane. But looking at each set of rolls, it gives results that create annoying outcomes in the mission. (In spoiler tags because they're long lists of numbers and would look horrid if just shown as continuous text) Average result for the first test was 2.88 with a standard deviation of 1.53. Average result for the second test was 2.98 with a standard deviation of 1.50. Pretty darn close to the expected outcome for the entire population. But then we look at what each set of rolls produces: A whole bunch of sets with low deviation - two sets in the 3-roll variant with the same number repeated for all rolls. Again, not technically wrong, but annoying for creating a feeling of variation and randomness. Some of this could probably be fixed by scripting up what is probably what is more often the desired outcome: a specific set of numbers, but in random order, or at least some kind of weighted function where previous results are less likely to reappear. I.e. not random at all in the literal sense, but more appealing to the intuitive sense of what a random pattern should look like.
  12. I have this sneaking suspicion — and absolutely nothing to support it, just to be clear — that this is the heart of the matter: the randomisation happens once, some time during the start, and then you're just given a fixed stream of psuedo-random numbers that depends on that first seed. That it's not calling some kind of system randomisation that pulls from a shared random pool at the system level, but rather that your mission pulls its string of numbers from its own separate stream so what matters most for getting different outcomes is how far into the mission you've gone and how many other randomisations have happened before that. So if that initial random seed doesn't rely on a lot of entropy, you get very similar results early on. But that's the annoying part about randomisation: good luck proving it! After all, [1 1 1 1 1 1 1 1 1 1 ] is a perfectly reasonable string of random numbers.
  13. I don't remember seeing it changed at any point, but the conventional wisdom and interpretation of the stats is that it's basically a die roll for each countermeasure activation, with different missiles having different sensitivity factors being applied to that die roll. Hence the issues a while back with “pulsing” ECM, for instance. For the most part, that whole “different sensitivity” is by such small margins that it requires a lot of controlled shots to notice any difference, whereas what really makes a difference — as you hint it — is just volume. It doesn't matter much if a missile is twice as good at ignoring countermeasures if it faces 20 die rolls compared to a missile that is half as good but only faces one or two countermeasure launches. Even with the former being more resistant, it's facing an almost 100% chance of failure simply because of how many opportunities it has to fail, whereas the latter may only yield a 50% failure rate after all is said and done. An AI that dumps everything it has will thus be impervious to even the most advanced missile, whereas a player who runs some lazy-pace release program or who manually taps away one or two at a time can sill quite easily be hit.
  14. …so they still see the model when they eject.
  15. No, they released it for testing. They've since asked for feedback. That's why we have this thread. They've also offered up a means to go back to the old and infamously broken system as a way to compare how old and new yield different results (and because some preferred the broken one for some reason or another). So this is a pretty rich and hypocritical statement from someone who has keep bemoaning how the beta test client was being used… Yes there is. You're just asking it to solve a part of the spotting solution that it is not meant to cover. That doesn't make it a bad solution for the part that it does handle. That's like complaining that there is no good solution for how the gears-up bind doesn't open your canopy. It's not meant to. The ways in which a dot is the only solution for parts of the spotting equation have been described extensively: to cover up the just-within-WVR range bracket where you can't use a 3D model because it would show too much and would be inequitable between resolutions. Just because it doesn't address middle-WVR identification issue doesn't mean it doesn't work for the range bracket where its functionality is needed. …and yet, here you are are, asking it to be massively increased to wholly unrealistic levels by effectively arguing for unlimited spotting range rather than the cap that the current solution sets on things. Or at the very least you're asking for the return to the old system where that cap was vastly higher than it is now. Why is that? And before that, you were adamantly in favour of the old system because it was also somehow realistic and you went on the same tirade against “gamers” who wanted to see spotting improved, when in actuality, you were arguing in favour of the most game:y and least realistic implementation on the market. You also strenuously argued against the other solutions to the spotting issues that would solve the WVR parts of the problem and make them more in line with real-world experiments and data, on the grounds that this would somehow also be unrealistic. You have no idea what ED wants. Other than that they have explicitly stated for years now that they're looking for an improved spotting solution. And now we have one. Also, you once again need to realise that if there even was something to “fix” with a mission setting, it would be the exact opposite to what you're asking for: a flag to force the new dots on, since that means everyone sees the same thing, as opposed to the old system where player setting massively changed what was visible to whom, causing the very problem you're saying you want to avoid. But ultimately, there is nothing to fix — eventually the new system will be tweaked, the old system will just go away, and the supposed problem will no longer exist.
  16. Quite the opposite. By not letting it be turned off, it has been left in a workable, non-exploitable state. If it could be turned off, we'd be right back to the old situation where you'd be able to spot planes at essentially maximum simulation distance — an order of magnitude farther out than would be reasonable — but wholly dependent on your graphics settings. So whoever set their graphics options “right” would have a ridiculous and thoroughly exploitable advantage over anyone who didn't know better (or who simply couldn't). It would be worse than ever, and the old dots were already much worse than the new ones in that regard. By no intelligent, sane, or rational measure could that ever be conceived of as an “improvement”. Sorry, you won't get your 50nm “works as intended” targets back, no matter how much you preferred them to the vastly more realistic outcome we get now. It's time you give it up and stop trying to make people not give the feedback ED is asking for. Fortunately, exactly nothing of this is true. It's quite impressive really.
  17. Eh, no. Well, yes, everything is based on pixels on a pixel-based display system and no-one is really rocking the vector displays or line plotters of old. But no, the dots are based on resolution, where higher resolutions get larger dots in terms of pixel count. Cripes. The end goal is to make the apparent size as resolution-independent and equal as possible.
  18. Note the trick to SUNTSAG's mission: only the first embark is done via the Embark waypoint task, because that's the only way that task works. Similarly with the first disembark. Everything else has to be pushed onto the units and thus relies on having timing triggers and making sure everyone involved is in the right place at the right time so that it can actually be resolved, or the units will just freeze up and not do anything. Hence the need for delaying actions and stop conditions and timing the waypoints out so that you know for certain that the task to be stopped happens in the right order in the queue. If and when you introduce players into the mix, that will of course create its own problems since they don't really respond to AI commands and conditions. And heaven help you if you mix up "TASK PUSH" and "TASK SET". The scripting solution basically works the same, with directly setting commands for the AI units, only it does so in a much more readable way. You can create a single list of conditions as to what should happen when to which units, rather than having to bounce between groups and N different trigger setups.
  19. Short answer, you're asking too much. The built-in tasks work ok… ish… for two specific scenarios: You want some background/decorative activity on an airbase while the player gets started up in their aircraft. You want to run a very brief helo transport mission where troops run up to you and jump in, and then you dump them somewhere — end of mission. The problem is that both the helo's load and the ground units' embark tasks only work on the first waypoint. As in, it's the first thing they do as soon as they go active. They can unload/disembark at later stages (although, for the ground units, that will always be waypoint 2 since they obviously can't do anything while loaded in the helo). But that's it. Like many special waypoint actions, they were made once upon a time to do a single thing, and have never been revisited as the game has grown and added more units or more helos or more situations that you can create with other functions added to the game (see, for example, everything involving AI JTAC). What you want can be done, but you'll need to go the scripting route and find a framework or package that is tailored to your needs, with the scripting telling the units what to do and when rather than the built-in waypoint actions. I've long since lost track of what works best since others have been doing the heavy lifting on the helo mission creation side, but back in my day, CTLD was the go-to option for most of that stuff. No guarantees as to whether it still works or is sensible any more.
  20. That's also true for Viggen landings on land. It's kind of part of how it achieves its STOL characteristics. Except land is most likely a much harder surface, hit at higher (vertical) speed, than you'd get from a carrier landing. And land isn't not moving to let you land at a lower relative speed. There is no reason why a Viggen's landing gear should break on a carrier landing, much less on a carrier doing-nothing-at-all-and-just-sitting-there.
  21. …and if you were to slam a Viggen into the deck of a carrier at a 5m/s sink rate, it would also not break.
  22. It's wholly irrelevant whether it was intended to or not. There is no reason for the landing gear to crack just because it comes in contact with a carrier deck. If it does, it means something in the carrier code or the viggen code is broken and needs to be fixed. Any argument along the lines of “don't” or “it shouldn't be there” is just a lazy excuse for not fixing bugs. Doubly so with a plane with such a ridiculously sturdy landing gear…
  23. Right, and in combination with the somewhat opaque and occasionally broken ways to adjust your cockpit camera position, you have a good recipe for a never-ending stream of “this cockpit feels wrong”, even in cases where it's really very accurate, but you're just viewing it from the wrong position or angle or (in some cases with suitably wrong settings) the wrong FoV. So you adjust things to make it feel right again, without actually fixing the correct underlying problem, and suddenly the whole world around the plane is wrong instead.
×
×
  • Create New...