Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.31 KB

factorio-render

Travis Build Status NPM Version NPM Downloads License

factorio-render is a tool to render Factorio blueprints into images and videos. This library runs both in the browser and in Node.

Installation

# Install via NPM
npm install factorio-render

# Or, if you prefer Yarn
yarn add factorio-render

Factorio Assets

Due to copyright concerns, we cannot directly distribute Factorio assets with this library. The easiest way to get Factorio assets is by downloading Factorio through your preferred method. If you are running this in a headless environment, steamcmd is an excellent way to automatically download the assets:

steamcmd +login <username> <password> +force_install_dir <install directory> +app_update 427520 +quit