Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.48 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.48 KB

Avorion Economic Planner v2

Factories, Goods, Processing Power, Supply Chains
Visit Live Version

What is this?

Avorion is a space sandbox game with both builder elements and roguelinke elements. It used to boast a simulated economy, space stations and supply chains, which have been largely reduced with Avorions recent update of 2.0.

This tool takes the in-game lua files of 1.3.8, which is still available through steam betas, to help create factory supply chains, navigating the otherwise hard-to-find in-game information.

This is a fork of Omnicrola/avorion-econ / Live Version. This version has been rewritten in SvelteKit 1 with added features.

Features

  • Factory Planner showing total production amounts
  • Production Capacity requirements for optimal production speeds
  • Work top down or bottom up in scaling up your business empire
  • Find both goods and production facilities, which can often diverge in name

Development

Requires Node 20

The following launches a Dev Server at http://localhost:5173.

# Requires Bash, Git Bash or WSL
npm ci && npm run dev

Releasing

The main branch is automatically deployed to GitHub pages.

License

MIT License. See LICENSE