You are viewing a potentially older version of this package. View all versions.
starfi5h-LaserClearing-1.0.0 icon

LaserClearing

Use mecha laser to auto harvest trees and stones in range. 用机甲激光自动采集范围内的树木和石头

Date uploaded 2 years ago
Version 1.0.0
Download link starfi5h-LaserClearing-1.0.0.zip
Downloads 619
Dependency string starfi5h-LaserClearing-1.0.0

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17

README

LaserClearing

demo
Use mecha laser to auto-harvest trees and stones in range.
The toggle button is right next to the battery bar.
This mod is inspired by GreyHak's DSP Drone Clearing.

Configuration

Run the game one time to generate BepInEx\config\starfi5h.plugin.LaserClearing.cfg file.
配置文件(.cfg)需要先运行过游戏一次才会出现。修改后需重启游戏才会生效。

## Settings file was created by plugin LaserClearing v1.0.0
## Plugin GUID: starfi5h.plugin.LaserClearing

[General]

## Enable LaserClearing
# Setting type: Boolean
# Default value: true
Enable = true

## Get drops from destroying trees and stones
## 破坏的树木/石头时获取掉落物
# Setting type: Boolean
# Default value: true
EnableLoot = true

[Laser]

## Maximum count of laser
## 激光最大数量
# Setting type: Int32
# Default value: 3
MaxCount = 3

## Maximum range of laser
## 激光最远距离
# Setting type: Single
# Default value: 40
Range = 40

## Time to mine an object (tick)
## 开采所需时间
# Setting type: Int32
# Default value: 60
MiningTick = 60

## Interval to check objects in range
## 检查周期
# Setting type: Int32
# Default value: 20
CheckIntervalTick = 20

## Power consumption per laser (kW)
## 激光耗能
# Setting type: Single
# Default value: 360
MiningPower = 360

CHANGELOG

v1.0.7

- Adapt to game version 0.10.32.25779

v1.0.6 (DSP-0.10.30.23430)

- RequiredSpace now requires the empty slot to not have item filter too.

v1.0.5 (DSP-0.10.30.22292)

- Add config Other: ScaleWithDroneCount, ScaleWithMiningSpeed
- Remove config CheckIntervalTick. It now set to MiningTick/(MaxLaserCount*2)

Previous Changelog

v1.0.4

- Collect drop from destroyed tree/stone only when laser is enable.
- Config General: Enable has been set to false. MiningTick has been set to 90.

v1.0.3

- Add config Other: EnableDestructionSFX - Fix an error when teleporting to another planet.

v1.0.2

- Add config General:RequiredSpace, Target:SpaceCapsule

v1.0.1

- Add config Target:DropOnly.
- Fix MiningPower unit conversion.

v1.0.0

- Initial release. (DSP-0.10.28.21172)