NGnius (Graham) d5ec7f97e2 Update to Gamecraft 2020.06.11.18.50 | 4 years ago | |
---|---|---|
GamecraftScripting | 4 years ago | |
.gitignore | 5 years ago | |
GamecraftScripting.sln | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
Python scripting support for Gamecraft
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.
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
GamecraftScripting uses the GamecraftModdingAPI to modify the behaviour of existing Gamecraft code. IronPython is used to run Python code in the Mono runtime.
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.