You are viewing a potentially older version of this package. View all versions.
jinxOAO-SmelterMiner-1.0.1 icon

SmelterMiner

This new mining machine will mine the minerals and automatically smelt them into the iron ingot, copper ingot, etc. Smelter loses his job:) 新采矿机,采矿后还会自动将矿物熔炼成一级产物再输出。

Date uploaded 5 years ago
Version 1.0.1
Download link jinxOAO-SmelterMiner-1.0.1.zip
Downloads 540
Dependency string jinxOAO-SmelterMiner-1.0.1

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
CommonAPI-CommonAPI-1.6.3 icon
CommonAPI-CommonAPI

A modding library for Dyson Sphere Program. Currently is under development.

Preferred version: 1.6.3
jinxOAO-BuildBarTool-1.0.1 icon
jinxOAO-BuildBarTool

Add a second row in build menu, allowing mod developers to bind their new items to the new row in build menu. 在建造菜单新增额外的一行,允许mod开发者将他们的新物品绑定在新的这行建造栏上。

Preferred version: 1.0.1

README

#Smelter Mining Machines

There are two types (A and B), both of which require "automated metallurgy" technology to unlock. There is basically no difference between this two types, except "When certain minerals can be smelted into different products, A and B machine will smelt them into different products". For example: iron ore--A-->iron nuggets; iron ore--B-->Magnet".

Some products (such as glass) require 2 raw ores to produce one product. Under these circumstances, the smelter mining machine collects minerals at a normal speed, but only produces glass at a speed of 50%.

You no longer need to think about how many smelters a miner needs to match. All of them are merged into one machine. Just take the product directly.

Work comsumption: 2.4MW Idle consumption: 60kW

###Same way type A and B produce the ore(Veins:Output)

Copper ore: Copper ingot Silicon ore: High-purity silicon Titanium ore: Titanium ingot Fractal silicon: Crystal silicon Coal: Energetic graphite Kimberlite ore: Diamond

###Smelter Mining Machine A - Special

Iron ore:Iron ingot Stone: Stone brick

###Smelter Mining Machine B - Special

Iron ore:magnet Stone: Glass

Installation

  1. Install BepInEx.
  2. Install LDBTool. (version lower than 1.7.0 may cause errors)
  3. Drag SmelterMiner.dll into "Dyson Sphere Program/BepInEx/plugins/"

Mod conflicts

Problems may arise when other mods that create new items/recipes use the following IDs: RecipeProto.ID: 452, 453 ItemProto.ID: 9446, 9447 StringProto.ID: 10547, 10548, 10549, 10550

Problems may arise when other mods that create new items/recipes use the following GridIndex: 2311, 2312

Problems may arise when other mods that create new items/recipes use the following BuildIndex: 205, 206

Besides, since this mod changes the function that controlls the normal mining, it may cause some related mods lose their functions (such as infinate mining). This mod provides a way that you can customize your own mining rate (not mining speed) in the config file.

###Update Log

v1.0.1: When mining and smelting items that require two raw ore to produce one (such as glass), the [probability] is no longer used, but is fixed at 50% [speed] (without changing the mining speed).

#熔炉采矿机

共有两种类型(A和B),均需要自动化冶金科技解锁。 这两种基本没有区别,除了“当某些矿物可以熔炼成不同产物时,A、B型采矿机会将它们熔炼成不同产物,例如铁矿石--A-->铁块;铁矿石--B-->磁铁”。

一些产物(例如玻璃)需要2个原矿生产一个产物,这时采矿机会正常采集矿物,但只以50%的速率产生玻璃,这恒河里:)

你不再需要思考一个矿机需要搭配几个熔炉,全都浓缩在这一个“熔炉矿机”里面了,直接输出产物就好了。

工作功率:2.4MW 待机功率:60kW

###A和B相同的处理方式(地表矿脉:矿机输出)

铜矿:铜块 硅石:高纯硅块 钛石:钛块 分型硅石:晶格硅 煤矿:高能石墨 金伯利矿石:金刚石

###A独特的处理方式

铁矿:铁块 石矿:石材

###B独特的处理方式

铁矿:磁铁 石矿:玻璃

安装

  1. 安装 BepInEx框架.
  2. 安装 LDBTool. (低于1.7.0的版本可能会导致错误)感谢宵夜97提供了方便的工具。
  3. 将SmelterMiner.dll放入 "Dyson Sphere Program/BepInEx/plugins/"文件夹内

###Mod冲突

当其他创造新物品/配方的mod使用了以下ID时,可能会产生问题: RecipeProto.ID: 452, 453 ItemProto.ID: 9446, 9447 StringProto.ID: 10547, 10548, 10549, 10550 当其他创造新物品/配方的mod使用了以下位置时,可能会产生问题: 2311, 2312 当其他创造新物品/配方的mod使用了以下快速建造栏位置时,可能会产生问题: 205, 206

此外,这个mod修改了正常采矿的函数,所以可能会导致一些相关的mod失效(尤其是使用了prefix的,例如无限采矿),因此这个mod提供了一个可以自定义采矿消耗率(不是采矿速度)的功能,可以在config文件中修改。

###更新

v1.0.1:开采并熔炼需要两个原矿产出一个的物品时(例如玻璃),不再使用概率进行产出,而是固定以50%速度产出(不改变采矿速度)。