-
Posts
607 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Invisibull
-
Best of luck with the grand re-opening, SQ! Cu soon.
-
Is there some reason I'm able, as a plane on blue side in MP, to see a red base's supply levels by clicking on their base? Doesn't make sense that I'd have access to such info. A bug or is there some setting I don't know about?
-
Thx SH - I know Sven and I'll speak to him when he gets back. I'm using Shadow's formulation of Moose and it's working much better now.
-
Hi Shadow, I much prefer Nevada and I have been messing with Moose quite a lot but the following two issues have me discouraged. One, CAP flights don't seem to engage clients on the server and Two, GCI flights allow themselves to get really slow and eventually crash into mountains. Hopefully Sven had time to look into it when he gets back from VACA.
-
Hey SH, thanks for your reply. I've taken CAPs out of the server completely and it hasn't hung up since. One thing to note, it never actually crashed. No crash log was generated. It simply hung up and stopped running without dying. UPDATE: restarted server and froze up within an hour. Please find dcs.log attached. thx dcs.rar
-
I've noticed that the GCICAP script, last re-written by Lukrop, is now working in 2.1 except for the fact that after a few hours it seems to be hanging my server up. This is very frustrating because it works just like it always did until the hang ups start happening. Any insights would be appreciated.
-
Fotos of Swiss F-5E Tiger and F/A-18C Hornet
Invisibull replied to Weasel's topic in Military and Aviation
thx! -
Thx for this, Sven. Your documentation for GCICAP has noticeably improved. thx also for that. One question - I've noticed that when GCI flights go up to intercept enemy flights, that they will chase the intruding flights all the way back to their own base over 100 miles away. Would using a border eliminate that, or is there a way i could do it via time limits or distance limits for the GCI flights? Thx
-
Hi Bob, People who join the MiG 21 in multiplayer missions I've created are finding that the preset radio channels don't match up with one another and so they're not able to communicate via SRS. I don't personally own the MiG 21 and have noticed that unlike owners, I don't have a preset radio menu in the ME. Are you familiar with this issue, and would you know of a workaround? Regards, Bull
-
Hey Folks, This is just a quick announcement of the new Rumble in the Desert Sabre v MiG PvP server hosted by my pal, Zooker. As the name suggests, it's set on the awesome-looking Nevada 2.1 map. There's also a Simple Radio Server as well. Read the briefing and check back here for more info. Hope to see you all there soon! Bull
-
https://airandspace.si.edu/sites/default/files/styles/callout_half/public/images/editoral-stories/thumbnails/6761h.jpg?itok=BqK93Loz
-
Here you go, gavagai - The .miz and .lua files are here.
-
The flak script is working fine with me as well with the latest MIST version. However, GCI script is crashing on load.
-
good news! thx
-
Hi All, I'm looking for people interested in flying the Sabre online in both realistic coop missions and PvP vs MiG-15 pilots. We also do all manner of formation, BFM and ground attack training. If interested join my discord channel @ https://discord.gg/tVFWwnX Pilots new to the Sabre are more than welcome. If you don't already have it, please d/l and install SimpleRadio. Don't worry if you have no idea what that is. You can find out about it here - https://goo.gl/K1xBmN And we'll be glad to help out anyone needing help getting it up and running. Also, my good friend SeaQuark has an awesome, 24/7 Sabre v MiG PvP server called "SeaQuark presents: Korea!", which you really should check out. You can find more info here: https://discord.gg/qXZptzm Looking forward to seeing you all soon! o7 Bull
-
Real Life Flight along NTTR
Invisibull replied to gnouze's topic in DCS: Nevada Test and Training Range
Nice pics. Thx -
http://www.joebaugher.com/usaf_fighters/p86_8.html
-
Massive FPS drops every 20 seconds
Invisibull replied to Invisibull's topic in Release Version Bugs and Problems (Read only)
Hi, ruling out my anti-virus was one of the first things i did. This issue only occurs if I open DCS, then close it without logging off/rebooting, then open it a second time. Seems to be something is holding DCS from releasing resources after the initial shutdown. The workaround of just logging off then back on seems to be working for now, but obviously it's less than satisfying. Thx for your responses. -
thx, Buzzles. It happens even if the mission is empty but for one plane. Something else i noticed is that it only happens after I've closed DCS then re-opened it without logging off or restarting my PC. Seems that DCS is not releasing resources or something along those lines. The only thing that spikes is my SSD when the the ME is trying to write to the .miz file.
-
Hi all, I'm posting here because my problem is happening in both the alpha and release versions. A few days ago I noticed that when saving missions in the mission builder that it would take up to 10 seconds for the save to actually complete. I then noticed I was getting 1-2 sec 40FPS drops every 20 seconds or so when flying in either version. This is happening even in missions where I'm using no mods/scripts with no objects aside from the F-5E i'm flying. Here's a snapshot of what is happening performance-wise when these drops occur: The mysterious part is that DCS and everything it should need to access is on my SSD 850 Evo Samsung C drive. Incidentally, the E drive is a 2TB HDD, which i use for storage only. Both drives show no errors and are listed in "good" condition when i benchmark them. Any clues as to what might be going on would be greatly appreciated. Thx, Bull
-
I'm sorry but i've got no idea what to do with that code exactly. Also, I'm not respawning in anything later on in the mission. Update Got it to work by adding the additional line right after the other string.find, and also added another "end" based on the errors i was getting. Here's the working formulation: for name, data in pairs(mist.DBs.groupsByName) do if string.find(name, 'redAD') then -- if redAD is part of the groups name. if string.find(name, 'redAD') and Group.getByName(name) then mist.respawnInZone(name, {'zone_a', 'zone_b', 'zone_c'}) -- end end end Thx again