Skip to content

clusterio/universal_edges

Repository files navigation

Universal edges

A clusterio plugin for seemlessly combining factorio servers

Based on edge transports by @Hornwitser

Setup

npm install universal_edges
npx clusteriocontroller plugin add universal_edges

Download and install https://mods.factorio.com/mod/universal_edges - required for power, fluid transfers and train pathfinding to work.

Edges are configured through the web interface. When they are ready and working you will find them as green lines in game.

Differences from edge transports

  • Uses global config system instead of instance config
  • Rewritten in typescript
  • Support for fluids, electricity and trains (eventually)

Features

  • Web gui for configuration
    • Handle connectors when edges are moved
  • Belt transfers
  • Fluids transfers
  • Electricity transfers
  • Train transfers
    • Delete source train
    • Correct landing location
    • Rotate trains when landing
    • Train fuel and schedules go missing
    • Retry sending when destination gets unblocked
    • Test all 4 in and out directions
    • Pathfinding
      • Make it only check paths after a change event
      • Test creating penalty map on source
      • Update local destinations when a source updates
      • Update on edge activation/deactivation
      • Global option to not repath on edge deactivated
  • Vehicle support (cars, tanks)
  • Spidertron support (like vehicles, but with paths saved)

Development

Publishing releases

Releases are built and published with github actions. To publish a new version, run npm version <major|minor|patch> and push the commit and tag using git push followed by git push --tags - it is important to do a normal push first.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published