Jump to content

Recommended Posts

  • ED Team
Posted
1 minute ago, cfrag said:

Dear all, 

    my inclination to contribute to DCS has reached an inflection point, and I have decided to withdraw from public contribution for the time being.

 I thank you all for your kind encouragement and friendship in the past decade, and wish you only the best for the future.

-ch 

Sorry to hear that Cfrag, we wish you all the best and hope when you feel the time is right you will return. 

thanks
Bignewy

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal

Posted
29 minutes ago, cfrag said:

Dear all, 

    my inclination to contribute to DCS has reached an inflection point, and I have decided to withdraw from public contribution for the time being.

 I thank you all for your kind encouragement and friendship in the past decade, and wish you only the best for the future.

-ch 

I understand exactly how you feel about DCS

I want to thank you for all the cool stuff you have done for us fellow DCS players over the years and wish you all the best

  • Like 1

No more pre-orders

Click here for tutorials for using Virpil Hardware and Software

 

Click here for Virpil Flight equipment dimensions and pictures.

.

Posted (edited)
1 hour ago, cfrag said:

Dear all, 

    my inclination to contribute to DCS has reached an inflection point, and I have decided to withdraw from public contribution for the time being.

 I thank you all for your kind encouragement and friendship in the past decade, and wish you only the best for the future.

-ch 

I get it. I took a 6 month break and only recently returned, and I’m only flying- not doing all the extra work of creating and maintaining. Good luck and thanks

Edited by ricktoberfest
  • Like 1
Posted
On 7/25/2025 at 11:45 AM, MadMonkey572 said:

First off, AWESOME mission.. my buddies and I fly it a lot. 

But (of course) I'm having a couple of issues since downloading the latest version. First is minor.. I'd like the use the C-130 mod, but after adding it to the mission it's not highlighted like all of my other owned modules (A-4 and UH-60 work fine for example). Is it because of the mission scripting? If so, how would I fix that? If it's a no go no biggie, I just want to fly cargo if I can.

Secondly, speaking of scripting, I'm getting several script errors on mission start (using Steam). I'm attaching screenshots of them. 

Thank you very much and keep up the good work, we're loving this!

scripterrors.png

Create an autoexec.cfg file with the content below and place it in the Config folder :

if not net then net = {} end
net.allow_unsafe_api = {  -- this defines the secure zones where net.dostring_in() should be called from
  "userhooks",
  "scripting"
}
net.allow_dostring_in = { -- and this defines the scopes that you want to use from net.dostring_in()
  "server",
  "mission",
  "gui"
}  

Posted (edited)

Bignewy It seems a bit out of place, almost like a joke. I wouldn't have made any comment. 

Personal opinion, maybe you're close friends 🙂 I think cfrag understood

Edited by Karlos
Posted
8 hours ago, Nicoleon said:

Create an autoexec.cfg file with the content below and place it in the Config folder :

if not net then net = {} end
net.allow_unsafe_api = {  -- this defines the secure zones where net.dostring_in() should be called from
  "userhooks",
  "scripting"
}
net.allow_dostring_in = { -- and this defines the scopes that you want to use from net.dostring_in()
  "server",
  "mission",
  "gui"
}  

That seems to have worked, thank you very much 🙂

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...