AstroForge - A Lua script loader for SFS.

N2O4

Modder
Swingin' on a Star
Voyager Quest
ET phone home
Atlas
Floater
#1
AstroForge is a basic mod for injecting custom Lua plugins into SFS.
Current additional features (as of v1.0):
- Mods list element created for each plugin
- Good Lua-C# integration
- Documentation for every function and variable
- Writing all logs into a file (useful when something prevents you from seeing the in-game logs).

Current version: v1.0

Links:
Download
Source code
Installation instructions and documentation
 
Last edited:

N2O4

Modder
Swingin' on a Star
Voyager Quest
ET phone home
Atlas
Floater
#7
v1.0 released! Changelog:
- Implemented a new and much better Lua-C# interface
- Now using the original Lua 5.4 interpreter
- Automatic Mod ID generation if not set by the plugin.
- Plugins no longer need to call LuaPlugin:Init() after defining values, it is now called by the loader itself during the execution of Begin()
- The mod is now (hopefully) in usable state
- New mod's name
- Code cleanup