Modification which is wrapped around SDK functions and embeds it to Squirrel Language.
- This project is abandoned and I don't feel like I will ever comeback to it.
- Barely got any attention, don't feel like wasting more time on it.
- If you want to do "scripting" around the game rather check SDK and do everything internally yourself.
- Download latest release from: Here.
- Extract all files inside game folder.
- Inside game folder after first game launched you have folder called: Scripts.
- All scripts inside this folder that ends with extension ".nut" will be automatically loaded on game launch.
- If your game is crashing on certain script function or part, please open issue and post the script you're running and how to reproduce it.
- If you have some suggestion to embed to script, please open issue and write exactly what you want and depending of difficulty it might be added on next version.
- Opens with: F1 key.
- To check command list just write: help.
Squirrel Documentation | API Documentation
- I recommend using VS Code and installing extension: Squirrel Language Supports
- If you want to use snippets you can create under the Scripts folder called .vscode and download this file inside the folder: squirrel.code-snippets, after that you can open the Scripts folder inside VS Code to be able to use snippets.