Factorio Lua Api Reference

Place to post guides, observations, things related to modding that are not mods themselves.
Post Reply
Eximius
Burner Inserter
Burner Inserter
Posts: 10
Joined: Tue Jun 11, 2019 8:47 am
Contact:

Factorio Lua Api Reference

Post by Eximius »

I find it a bit clunky to search the Factorio Lua Api reference, so I made a DevDocs.io integration.

For those who do not know, devdocs.io is a very intuitive and ergonomic way to search/read documentation and api references. It is a lot faster than googling, as it keeps all pages cached.

The modified devdocs.io code can be found at https://github.com/Eximius/devdocs.

It requires ruby. Running it is fairly straightforward:

Code: Select all

bundle install 
rackup
In the folder.

This should start a local http server, to which you can point your browser and have an even more optimized factory modding experience! :)

If people find it useful and there is interest, it would be very easy to host up a version of this.

Post Reply

Return to “Modding discussion”