-
Posts
808 -
Joined
-
Last visited
About Special K

Personal Information
-
Flight Simulators
DCS, XPlane 11, FSX, FS2020
-
Location
Germany
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Cannot control carrier lights through script
Special K replied to Bankler's topic in Bugs and Problems
Can't get it to work either. I can not tell yet, what it is, but I can confirm, the a_set_carrier_illumination_mode() does nothing when being run per script on the dedicated server. No error also, but no effect on the client. Looks like as if it is a desync, but if you use a trigger like the OP stated, it works. -
Your DCS isn't crashing. That is most likely Windows closing your process because of unresponsiveness. I would remove ALL your mods, run a slow repair with check extra files to be sure and try again. This is most likely cause by either mods or driver issues. If your Windows still closes your DCS, run a Windows tool named "dxdiag", press save everything at the bottom and provide the dxdiag.txt
-
investigating Game crashes when joining cpg seat (multicrew)
Special K replied to Keyser1800's topic in Bugs and Problems
Yeah, it looks like that's a (weird) error code inside of DCS. Was misleading, that's why I looked at Onedrive first. -
Game crashes when joining cpg seat (multicrew)
Special K replied to Keyser1800's topic in Bugs and Problems
Do you guys use OneDrive by chance, for instance to store your user profile (and with that your saved games folder)? The error code is a OneDrive error which looks like whenever you try to join, there's an error retrieving data from onedrive. -
reported One or more cores reaching 100%
Special K replied to 104th_Money's topic in Game Performance Bugs
It is an internal file that you do not have in your installation but that goes into Saved Games. At least that was the case. When MT was new, one could fine-tune stuff in there, but that was for the developers, not for the general public. Now, MT is much more advanced and stable than it was in the beginning. -
I don't know where that chap got that from. I would not recommend tampering with mt.lua. It is an internal file, which is subject to change and not meant to be set by users unless advised differently by support. I can not even tell if it is a thing at all anymore. Windows seems to agressively enter eco mode on AMD for whatever reason. You can try and launch your DCS.exe with --disable-features=UseEcoQoSForBackgroundProcess and see if that fixes it.
-
Changes to the behaviour of net.dostring_in()
Special K replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
He? I don't think you're understanding the change mate. I told people to NOT open up everything but to create a file which works for their solution. I provided one which opens the minimum for server owners, mission and server, which in fact is very secure and not the issue for the casual user anyway. The problem lies at a different place. But if you know it better, I'm all ears how you would go with the scripts that use net.dostring_in() now. -
Electronic War Jamming Script V2.0
Special K replied to ESAc_matador's topic in Scripting Tips, Tricks & Issues
Just put it in Saved Games, that should do it. -
Changes to the behaviour of net.dostring_in()
Special K replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
You don't need to fix anything in your scripts. People that use it just need to amend their autoexec.cfg like people need to amend MissionScripting.lua since ages already. As said I have provided one in here, costs you 2 mins to share it. -
Changes to the behaviour of net.dostring_in()
Special K replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
Would need to see the script to tell. Would wonder why any slot blocker needs that. Mine does not. Look a bit up, I posted a sample that should work for 99% of all cases. Goes into Saves Games\DCS\Config -
Changes to the behaviour of net.dostring_in()
Special K replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
This is what the closed beta is. If it would not be easily accessible and servers would not show up, who should run that and who should play on it? -
Changes to the behaviour of net.dostring_in()
Special K replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
I am using exactly that in my bot, which is running on some 550 servers these days. And there is no issue at all in doing it, people just need to add the 2 lines. If your server is either using my bot or running on one of the big hosters like Fox3 or MasterArm, you are good already also. So it will affect self-hosted servers, yes, but again, just add 2 small lines and you are happy.autoexec.cfg There would be the need to do it at 2 places, because you need to either do it in the GUI for clients or in the WebGUI for servers. And yes, that is an option. We do not have this option for anything in MissionScripting.lua also since ever (which does not make it better, but just as a reference). The majority of people will just not need it at all. -
Changes to the behaviour of net.dostring_in()
Special K replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
No issues with MIST and Moose AFAIK. I don't know the EW script but as long as it's not passing information between Hooks and the mission, then it will not be affected. LotAtc is, DSMC, DATIS and from the looks of it DML. I'm still in contact with the Tacview guys about it, can't tell there yet. -
Changes to the behaviour of net.dostring_in()
Special K replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
Understood. Yeah, I fear you need to add that autoexec.cfg to the mission downloads now. At least that would be the most convenient way for people. I did my best to tell the support guys what to do if they see these errors also, they have a sample autoexec.cfg in place if a user reports it. -
Changes to the behaviour of net.dostring_in()
Special K replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
Yes, it puts the burden on those who developed the scripts to tell people how to run them / what to do to run them. I agree that this is not great but it is how it is now. My message was meant to the guy who seemed to be a starter in regards of DCS scripting.