![]() |
|
IL-2 Sturmovik: Cliffs of Dover Latest instalment in the acclaimed IL-2 Sturmovik series from award-winning developer Maddox Games. |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Where could I get scripting info, sintaxes and so?
té mais tityus |
#2
|
|||
|
|||
![]()
The scripting language is C# (http://en.wikipedia.org/wiki/C_Sharp...ng_language%29), so you must use the syntax of this programming language.
In directory ...\SteamApps\common\il-2 sturmovik cliffs of dover\parts\core you find several dlls: maddox.dll, gameworld.dll ... Then you need for example Visual Studio (Express). Make a c# project then link the gameworld.dll to the project, for example. After this you can look at the objects, methods and variables with the Object Explorer of Visual Studio (for mission scripting look at the class AMission). And now try and error ![]() Examples for Mission scripting you will find in the campaign directories (...\SteamApps\common\il-2 sturmovik cliffs of dover\parts\bob\mission\campaign). Hope in future there will be a detailed documentation by the developer. |
#3
|
|||
|
|||
![]()
Special Thanks to FG28 Kodiak for his nice Script "Wunderbar"
![]() I hope it is possible to find a way that points also in the other direction for a repair/refuel script etc. and for tityus some information can be found in CoD Multiplayer Online War - FMB scripting http://forum.1cpublishing.eu/showthread.php?t=21518 and take alook at the http://translate.google.com/translat...hp%3Ft%3D68369 link from Ataros. Thanks this is a good source. also please vote for adonys thread http://forum.1cpublishing.eu/showthread.php?t=22167 to become a FMB subforum to get a grip in this things like ARMA2 and not search the whole forum for a little peace of information. Have a nice Day Last edited by Longbone; 04-27-2011 at 09:19 AM. |
#4
|
|||
|
|||
![]() Quote:
|
![]() |
|
|