Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
/ Script-Mod Public archive

Modification which is wrapped around SDK functions and embeds it to Squirrel Language.

Notifications You must be signed in to change notification settings

SDmodding/Script-Mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script Mod

Current Release Downloads Latest Downloads

Modification which is wrapped around SDK functions and embeds it to Squirrel Language.

Update (9. December 2023)

  • 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.

Installation

  • Download latest release from: Here.
  • Extract all files inside game folder.

Script Installation

  • 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.

Bug Reports

  • 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.

Suggestions

  • 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.

Console Usage

  • Opens with: F1 key.
  • To check command list just write: help.

Script Development

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.