Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukekaalim/se-scripting-extension-plugin

Extending Space Engineers ModAPI and InGameScripting API
https://github.com/lukekaalim/se-scripting-extension-plugin

game modding plugin spaceengineers

Last synced: 19 days ago
JSON representation

Extending Space Engineers ModAPI and InGameScripting API

Awesome Lists containing this project

README

        

# Scripting Extension Plugin

This Plugin adds some new features for scripting in space engineers,
expanding InGameScripting and Mods.

## Features

- **Script Modules**. Reference other mods and their API's directly in your code.
- IngameScript Namespaces. Add your mods's types for use with InGameScripts.

See more details in the [features document](docs/features.md)

## Usage
Place you scripts inside an alternative directory in your
Data directory - instead of "Data/Scripts" put it inside
"Data/ScriptModules/MyCoolModule" (no name restriction on the subdirectory);

In addition, you need to create a module.manifest.xml file
in that directory, conforming to the following structure:

```xml







```

See more details in the [manifest schema](docs/manifest.md)