PDA

View Full Version : Custom DLL's


AKA_Scorp
11-19-2011, 09:47 PM
I would like to add a custom dll that will be called from a mission script, where do I put the new dll so that the script can find it?

FG28_Kodiak
11-19-2011, 10:12 PM
Without a XML in Addins you can put it in
...\Steam\SteamApps\common\il-2 sturmovik cliffs of dover\parts\core
dont forget to set a reference
//$reference parts/core/...dll
in the cs-file

AKA_Scorp
11-20-2011, 02:59 AM
Thanks

AKA_Scorp
11-20-2011, 05:31 PM
As a follow up is there a way to run an addin dll from the command line when the DS starts?

wildwillie
11-20-2011, 05:52 PM
Not that I have found. I call the dll stuff from the mission script.

WildWillie