Skip to content

tvwenger/du-factory-generator

Repository files navigation

Dual Universe Factory Generator

Use the application here: https://tvwenger.github.io/du-factory-generator/latest/

This is an application for generating a factory plan for Dual Universe. Given a set of items, the number of assemblers producing each item, and the quantity to maintain in the output containers, this tool will generate a full production line from ores to the requested items. The designed factory plan will ensure that all production rates are satisfied, so that the factory will run at full capacity. Each item type is stored in an individual container so that factory monitor scripts can monitor their contents. Here is an example factory plan, where we produce each type of fuel:

Example Factory Plan

Load the application and click "Help Information" for information about using this tool.

Previous versions of the tool can be found here.

Frequently Asked Questions

TBD

Installation

Prerequisites

NodeJS

Install Dependencies and Build

$ npm install
$ npm run build

Launch Development Server

$ npm start

Navigate your browser to http://localhost:8080/

Bugs & Feature Requests

Please submit an issue to report bugs or request new features.

Contributing

DU Factory Generator is an open source project, and we welcome user contributions to improve and expand its functionality! Feel free to submit a pull request for anything from small fixes to big enhancements.

This project uses Prettier for code formatting and TSLint for enforcing code styles.

Contact

Join our Discord server and look for Nikolaus.

Contributors

License

Dual Universe Factory Generator is licensed under the MIT License. See LICENSE