Pasukaru-AutoStationConfig icon

AutoStationConfig

Automatically configures ILS when placed.

Last updated 2 years ago
Total downloads 16026
Total rating 14 
Categories Quality of Life Storage Transportation
Dependency string Pasukaru-AutoStationConfig-1.4.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.5 icon
xiaoye97-BepInEx

BepInEx5.4.5 mod plugin framework, Mod框架

Preferred version: 5.4.5

README

AutoStationConfig

GitHub

Features

This mod automatically configures PLS (Planetary Logistics Stations) and ILS (Interstellar Logistics Station) when they are placed.

This mod is intended for faster scaling of your production lines in end-game.

By default, PLS will be setup like this (all of this can be changed via config):

  • Automatically add Drones from inventory (if you don't have enough, it will use all that are available)
  • Max Charging Power: Max
  • Transport Range of Drones: Max (180°)
  • Min Load of Drones: 100%

By default, ILS will be setup like this (all of this can be changed via config):

  • Automatically add Drones & Vessels from inventory (if you don't have enough, it will use all that are available)
  • Max Charging Power: Max
  • Transport Range of Drones & Vessels: Max (180° (Drones), Infinite (Vessels))
  • Distance to enable warp: Min (0.5 AU)
  • Min Load of Drones & Vessels 100%
  • Last item slot: Space Warper | 100 | Local Demand | Remote Storage

When there are not enough drones or vessels in your inventory, a message will pop up and a sound will play.

To change the config, enable the mod and start the game once. Once in the main menu, close the game. The available settings will then appear in the r2modman Config Editor (look for pasukaru.dsp.AutoStationConfig).

Changelog

1.4.0

Added configuration option for the amount of warpers requested. Previously was hardcoded to 100. The default value for this config option is still 100, so change it manually if you want something else. Only applies to newly placed stations. Existing stations will not have their warper requests changed.

Thanks to DanielHeEGG for the PR!

1.3.4

The mod now automatically checks all ILS after loading a save and fixes the duplicate warper config glitch. See github ticket #12 for details.

It only needs to run once. So load up your save game, then save it and close the game. Then disable this setting for a possibly faster loading (on large save games).

1.3.3

Fix endless request of Warpers. This was caused by placing ILS from copy/pasting and the source ILS had warpers configured in a different slot. Now it checks if the placed ILS has any Warper slots configured, and if so, will NOT configure the last slot to be a warper request.

1.3.2

Compatibility with latest DSP version (2022-01-24).

Thanks to nclow for the PR!

1.3.1

Compatibility with latest DSP version (2021-04-03).

Thanks to fuhaiwei for the PR!

1.3.0

Send a notification when there are not enough drones / vessels in inventory to auto fill.

1.2.1

Fixed Vessel insertion using configured drone percentage.

Thanks to Veretragna for finding and reporting it!

1.2.0

Added configurable mod settings.

Credits & Thanks to 3therios for the heavy lifting!

1.1.0

Added settings for PLS

1.0.0

Initial Release