Skip to content

Small script extender for Factorio. Allows to extend Factorio's LUA API with C functions.

License

Notifications You must be signed in to change notification settings

0x25CBFC4F/factorio_script_extender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factorio Script Extender

This was a small pet project to extend Factorio's LUA API. You can use this small (and surely not ready for production!) framework to inject some custom C functions in Factorio.

Things to fix:

  • This code uses absolute paths. They will not work on your computer! Change them :)
  • You need to clone this repo with git clone --recursive argument or do a git submodule update after a clone to recieve all submodules.

About

Small script extender for Factorio. Allows to extend Factorio's LUA API with C functions.

Topics

Resources

License

Stars

Watchers

Forks