Python scripting support for Gamecraft
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

README.md 501B

5 years ago
1234567891011121314
  1. # GamecraftScripting
  2. Python scripting support for Gamecraft
  3. ## Installation
  4. [Follow the official mod installation guide](https://www.exmods.org/guides/install.html)
  5. ## Script Development
  6. GamecraftScripting uses IronPython to run Python 2.7 scripts in the Mono/.NET runtime.
  7. Resources
  8. - [Python <-> .NET interfacing](https://ironpython.net/documentation/dotnet)
  9. - [Python 2.7 docs](https://docs.python.org/2.7)
  10. - [GamecraftModdingAPI .NET library](https://git.exmods/modtainers/GamecraftModdingAPI)