Jump to content

Hardcard

Members
  • Posts

    1080
  • Joined

  • Last visited

About Hardcard

  • Birthday 11/30/1984

Recent Profile Visitors

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

  1. @Jimi08 @Beardy McWhisky Hi there! Sorry guys, I'm swamped this summer, no time for games or game scripting. You can try StopGaps instead, @cfrag is actively developing it. Good luck!
  2. @cfrag I wish you better luck and more success than I had with SWAPR This aspect of DCS is a can of worms. Will try to study your script in the future, perhaps this summer I'll have time. Congrats. @Adalla Ah, collision issues in MP... they drove me nuts when I was developing SWAPR. I experimented with different events (because some of them didn't trigger in MP), I ended up having to write a dedicated server hook, which seemed to do the trick. But even then, some people kept reporting collision issues in certain situations, never found the cause of those (but then again, I'm no scripting expert). Like I said, this aspect of DCS is a can of worms, issues keep appearing with DCS updates. ED might decide to change event IDs, some necessary scripting functions might stop working, replacements might start spawning incorrectly (suspended in the air instead of touching the ground, etc.). I hope @cfrag is able to deal with the worms that keep crawling out of this can
  3. @Flappie Hi there! I'll be busy for the remainder of spring and probably well into summer, but if the script gives you trouble or you'd like it to have extra features, I can make some time and take a look. If your previous Caucasus map is any indication, this will be an awesome map too!
  4. @SharpeXB Again, you seem to think that you're in a position to tell other people what's best for them... stop it. I'm already sifting through 30+GB of unwanted liveries every time there's an update, it's time consuming and absurd, which is why I started this thread and would very much like to see some sort of livery manager in DCS... or at least have the option to choose which liveries I want to download and install. I wouldn't have a problem with liveries if they didn't take up so much space, but they do (tomcat, apache, mirage f1 and mig21 are among the worst offenders), if there's something in DCS that should be optional, it's liveries. If you want to download and install all liveries, just select them all and you're done, you won't be forced to waste your time, so there won't be any problem for you. But don't force other people to do the same, I don't want to waste 30+GB (and counting) of SSD space in unwanted liveries, that's a problem for some of us and would like to see a solution. You let me worry about what's the best way for me to classify and choose my liveries, thanks.
  5. @SharpeXB Tidy list of all aircraft, each with its own checkbox and expandable sublist of liveries, no chaos, all very intuitive, just like a customizable installer. If you want it prettier and more practical, then some sort of livery manager would be a better option, something along the lines of @Exorcet's proposal. If you want the cherry on top, then it could also have a livery preview window, just like in mission editor. If you want all liveries, then click on "select all ", done, nothing confusing about it. Anyway, you've already stated several times that getting all liveries is the only option that makes sense (to you, that is). Therefore, you won't be choosing your liveries. So I'm wondering why you kept posting, telling the rest of people (the ones who, unlike you, are actually interested in choosing their liveries) what's best for them. As if it were any of your business, as if it were up to you to decide what makes sense for other people, what's "madness", " what's "too time consuming", etc. Being forced to download 30+GB of unwanted liveries (only to have to delete them afterwards) every time there's an update... that's what I call "time consuming", "madness", "absurdity", etc. and it definitely makes no sense.
  6. Today's update has been the last straw for me, I'm sick and tired of being forced to download and install 30+GB of liveries that I don't want, many of them are for aircraft I don't own and will never see, since I don't play WW2 or Cold War scenarios. The situation gets worse as time passes, as more modules and liveries are added to DCS. So I'm starting this thread and poll, to see if I'm alone in thinking that DCS aircraft liveries should be made optional.
  7. LS-6-250 / LS-6-100 can't be loaded on inner pylons, yet LS-6-500 can. This looks like an oversight, not a pylon limitation. No track needed on this one, I guess.
  8. I'd be less inclined to do so, since HB also had "the data" before and turned out to be false (by HB's own admission). Here's hoping that they'll find their current data to be false in the near future and phoenixes will be tweaked again, but in a positive way.
  9. Who expects 100nmi hits at medium / low altitude? Afaik, the main issues are that phoenixes perhaps struggle to accelerate too much and perhaps lose steam too soon. It would be nice to get a list of sources that HB devs consider to be valid, since there are publicly available documents stating stuff that is being denied here (max speed, for instance). The phoenix whitepaper says that burn length should be 27 seconds for the mk47 and 30 seconds for the mk60: http://media.heatblur.se/AIM-54.pdf (page 4) This seems to be consistent with, at least, one of its source documents (approved for public release, unlimited distribution): https://apps.dtic.mil/sti/pdfs/ADA142508.pdf (page 14) However, that's not what we see in DCS, mk60, for instance, has a burn time of only 21 seconds. @IronMike @Naquaii What am I missing here?
  10. I'm sure that's the reason... it can't possibly be that the phoenix met the requirements to be classified as long range missile and thus people expect better than a medium range missile... Nah, that can't be it
  11. @Maple Hi there, I think this issue is caused by DCS code which is meant to handle base spawns and the like. I don't think I can do anything about it, besides, my plate is full atm, sorry. @Rudel_chw Hi there! We actually sold our flat and moved to a house, no vacation for me this summer, lots of work done and still plenty more to do, it keeps piling up! I'm just checking in for a bit before going to bed, we just got our new internet connection installed... I haven't touched the computer in a month. I can scarcely believe that we've managed to get a fiber connection out here... and here's the kicker: I get lower latency than I did in the city . Won't be able to enjoy a proper DCS multiplayer session or work on scripts until autumn or winter, I'm afraid, there's simply too much stuff to do. Hope everything is going well!
  12. @FusRoPotato Sorry for the late reply. I'm in the process of moving to a new home, too much stuff on my plate this summer, it's looking like I'll have no time to spare for DCS stuff, sorry. PS: Also, I'll lose this fiber connection tomorrow, just logged in to say my farewell to the forum
  13. @Blinx 21 Aside from what @cfrag mentioned, it might very well be that there's no way to make the static replacement spawn exactly where you left your aircraft (also, it might be removed after a while). DCS has an obscure airbase cleanup routine which removes and relocates client and AI aircraft... it shouldn't affect static replacements, but Murphy's law tends to apply In any case, you'll definitely need a script to do this, there's no way of doing it in Mission Editor. I can give you pointers on how to script this, if you're interested in learning basic Lua and DCS Lua. Regarding MOOSE, think of it as a pre-cooked meal, it makes DCS scripting quicker and easier, but it's not required, you can write your scripts in DCS Lua (which is what MOOSE does under the hood)
  14. @Rudel_chw Hi there, hope everything is well. @Blinx 21 SWAPR isn't what you're looking for, since it'll remove your aircraft when you change slots. However, the feature you're requesting (or at least something similar) should be doable with a script. You won't be able to keep your planes spawned after you switch slots, but you should be able to spawn "clones" at the approximate location / airbase you left them. Do you have scripting experience in DCS?
  15. @Flappie I guess I should've recorded it. Here's what happens: https://drive.google.com/file/d/1c3k6tZ9JZkLlMihES3kLttyXgaBgyK0M/view?usp=sharing 1- Open the track posted by @ripper253 2- Go to F10 view once the mission has been loaded 3- Unpause the mission 4- Zoom in You can see in my video how the interface breaks, map markers disappear, toolbar icons disappear. Then, when I exit the replay, you can see how interface buttons and sliders also disappear, module thumbnails in the main menu disappear, Mission Editor buttons disappear, etc. The bug effects are the same we had before, and something in this track triggers it. My main suspects: - Map drawing elements introduced in 2.7 (or some of their settings), which appear when you zoom in. - Map icons/markers introduced in 2.7, which appear when you zoom in. Why is this only happening in BF Syria 90s? I don't know, maybe it's the only mission currently using the problematic markers / drawings.
×
×
  • Create New...