GamecraftScripting | ||
.gitignore | ||
GamecraftScripting.sln | ||
LICENSE | ||
README.md |
GamecraftScripting
Python scripting support for Gamecraft
Installation
Please follow the official mod installation guide
IMPORTANT Extract the zip file in the main Gamecraft directory, NOT the Plugins directory. Also, please install the GamecraftModdingAPI, otherwise the GamecraftScripting mod will not work.
Script Development
GamecraftScripting uses IronPython to run Python 2.7 scripts in the Mono/.NET runtime. To get started with Python 2.7 on Mono, check out the resources below.
Resources
External Libraries
GamecraftScripting uses the GamecraftModdingAPI to modify the behaviour of existing Gamecraft code. IronPython is used to run Python code in the Mono runtime.
Disclaimer
This API is an unofficial modification of Gamecraft software, and is not endorsed or supported by FreeJam or Gamecraft. The GamecraftModdingAPI developer(s) claim no rights on the Gamecraft code referenced within this project.