Use the application here: https://thearchitectio.github.io/du-factory-generator/
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:
Load the application and click "Help Information" for information about using this tool.
TBD
$ npm install
$ npm run build
$ npm start
Navigate your browser to http://localhost:8080/
Please submit an issue to report bugs or request new features.
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.
- tvwenger AKA Nikolaus
- lgfrbcsgo
- ShadowLordAlpha
- "The Prospectors" for compiling item information
- wokka1
Dual Universe Factory Generator is licensed under the MIT License. See LICENSE