C4Script Documentation: Difference between revisions

Ker (talk | contribs)
Newton (talk | contribs)
add icon for openclonk documentation
Line 1: Line 1:
[[File:C4Script.png|300px|thumb|right|One of the simpler scripts... :-)]]
[[File:C4Script.png|right]]
Like the previous Clonk titles, OpenClonk offers countless possibilites to create your own scenarios, objects and campaigns. Since [http://www.clonk.de/classics.php?lng=en Clonk 4], one of Clonk's most remarkable features has been it's extensibility. The complete content is scripted in C4Script, Clonk's own powerful scripting language, has been developed further since 1998. Now, it feels pretty much like a typical C-style scripting language. If you know other programming languages, you will have no problem to familarize yourself with C4Script and if you never programmed before, it can be a good introduction and practice to programming.
Like the previous Clonk titles, OpenClonk offers countless possibilites to create your own scenarios, objects and campaigns. Since [http://www.clonk.de/classics.php?lng=en Clonk 4], one of Clonk's most remarkable features has been it's extensibility. The complete content is scripted in C4Script, Clonk's own powerful scripting language, has been developed further since 1998. Now, it feels pretty much like a typical C-style scripting language. If you know other programming languages, you will have no problem to familarize yourself with C4Script and if you never programmed before, it can be a good introduction and practice to programming.


Everything about C4Script and the game data is documented in our [http://docs.openclonk.org/en/sdk/ C4Script Documentation].
[[File:Cpem.gif|left]] The function list and everything about the script language, the game data and the APIs is documented in our  
'''[http://docs.openclonk.org/en/sdk/ OpenClonk Documentation]'''


You may want to [http://www.openclonk.org/download/ download] the latest game data first before you add or edit any game content. See the [http://www.openclonk.org/nightly-builds/ nightly builds] page for the most current builds.
You may want to [http://www.openclonk.org/download/ download] the latest game data first before you add or edit any game content. See the [http://www.openclonk.org/nightly-builds/ nightly builds] page for the most current builds.

Revision as of 08:53, 16 February 2014

Like the previous Clonk titles, OpenClonk offers countless possibilites to create your own scenarios, objects and campaigns. Since Clonk 4, one of Clonk's most remarkable features has been it's extensibility. The complete content is scripted in C4Script, Clonk's own powerful scripting language, has been developed further since 1998. Now, it feels pretty much like a typical C-style scripting language. If you know other programming languages, you will have no problem to familarize yourself with C4Script and if you never programmed before, it can be a good introduction and practice to programming.

The function list and everything about the script language, the game data and the APIs is documented in our

OpenClonk Documentation

You may want to download the latest game data first before you add or edit any game content. See the nightly builds page for the most current builds.

Further links