2019-12-13 17:23:30 +00:00
|
|
|
# GamecraftScripting
|
|
|
|
|
2019-12-19 16:28:50 -05:00
|
|
|
Python scripting support for Gamecraft
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
[Follow the official mod installation guide](https://www.exmods.org/guides/install.html)
|
|
|
|
|
|
|
|
## Script Development
|
|
|
|
GamecraftScripting uses IronPython to run Python 2.7 scripts in the Mono/.NET runtime.
|
|
|
|
|
|
|
|
Resources
|
|
|
|
- [Python <-> .NET interfacing](https://ironpython.net/documentation/dotnet)
|
|
|
|
- [Python 2.7 docs](https://docs.python.org/2.7)
|
|
|
|
- [GamecraftModdingAPI .NET library](https://git.exmods/modtainers/GamecraftModdingAPI)
|