AstroForge - A Lua script loader for SFS.

N2O4

Modder
Swingin' on a Star
Atlas
Biker Mice from Mars
ET phone home
Voyager Quest
Floater
Registered
#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
Atlas
Biker Mice from Mars
ET phone home
Voyager Quest
Floater
Registered
#3
is this a mod downloader or does it make changes to your lua making it better/cooler?
What it mainly does is loading raw .lua files into the game's runtime
 

N2O4

Modder
Swingin' on a Star
Atlas
Biker Mice from Mars
ET phone home
Voyager Quest
Floater
Registered
#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