Quote:
Originally Posted by keinmann
I read on the internet a while back that 1C would be releasing an SDK for modders, and I find the proposition incredibly exciting. The post I read which said this, however, was many months old and said the SDK was not released yet. Has this changed?
|
Nothing has been heard of the SDK's since the post you mentuion many months ago.
Quote:
Originally Posted by keinmann
Is it out now?
|
No.
Quote:
Originally Posted by keinmann
Or any idea when it will be?
|
I don't think anyone knows when/if they will be released.
Quote:
Originally Posted by keinmann
And what else do we know about it?
|
Very little. There are 2 videos (posted
4 years ago) on the map-making SDK
Quote:
Originally Posted by keinmann
Will it be a C# SDK (if so I will jump for joy lol)?
|
Unknown.
Quote:
Originally Posted by keinmann
Through browsing the forums I also notice people are doing some "scripting" with C# for CoD missions and other things. This literally has me salivating on my keyboard lol. I am quite a C#/.NET "expert", so I'm intensely excited about the new possibilities. But I've literally only had the sim a couple days, and I haven't even had a chance to explore the root directory lol. Can anyone fill me in on what is currently possible?
|
COD exposes a number of C# classes for game events that can be used to write custom scripts. There are classes for OnAIrcraftLanded, OnPlaceEnter, OnBattleStart, OnAircraftDamaged etc etc.
Quote:
Originally Posted by keinmann
Where did Oleg hide the references (DLLs) for this?
|
You might want the start by setting up C# Express to view the COD classes. See
HERE.
Quote:
Originally Posted by keinmann
Is there a documentation?
|
No.
Quote:
Originally Posted by keinmann
Basically, tell me everything you can about this and where I can find out more. No lessons in C# or n00b walkthroughs needed, just point me in the right direction with my shovel and I will dig!)
|
There is a collectiobn of some popular scripts
HERE