| Date uploaded | 5 years ago |
| Version | 1.0.1 |
| Download link | jinxOAO-WaterElectrolysis-1.0.1.zip |
| Downloads | 354 |
| Dependency string | jinxOAO-WaterElectrolysis-1.0.1 |
This mod requires the following mods to function
xiaoye97-LDBTool
Library that allows mods to add and edit Proto data. Also allows you to see Proto data, config ID's of mod Protos and change localized strings
Preferred version: 2.0.6CommonAPI-CommonAPI
A modding library for Dyson Sphere Program. Currently is under development.
Preferred version: 1.6.3README
#Water Electrolysis
1 water --0.5s--> 1 hydrogen. Electrolyze water to obtain hydrogen.This formula can be carried out in a chemical plant after the Basic Chemicals technology is unlocked. In addition, the following adjustments have been made for balance: Hydrogen Heat value: 8MJ -> 4396J Refined Oil Heat value: 4.4MJ -> 8.4MJ
Due to the low power consumption of chemical plants, and the heating value of hydrogen in the game is as high as 8MJ, in order to ensure the high efficiency of electrolysis to obtain hydrogen and prevent large-scale power generation through water electrolysis, the heating value of hydrogen will be greatly reduced to 44kJ. In view of the need to use oil and refining for power generation in some cases, the reduction in the heating value of hydrogen will lead to the breakdown of power generation in the oil production line. Therefore, the heating value of refined oil has been increased from 4.4MJ to 8.4MJ to compensate for the heating value of hydrogen, which means that you can still burn the refined oil to generate power.
Installation
- Install BepInEx.
- Install LDBTool. (You must have this mod!) Thanks to xiaoye97 for providing such convenient tools.
- Drag Water electrolysis.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: 443 StringProto.ID: 28001 StringProto.ID: 28002
Problems may arise when other mods that create new items/recipes use the following GridIndex: 1110
#电解水
1水 --0.5s--> 1氢气。 电解水以获取氢气。该配方在“基础化工”科技解锁后可在化工厂中进行(当然,不能手搓)。此外,为平衡,进行了以下调整: 氢气热值:8MJ -> 44kJ 精炼油热值:4.4MJ -> 8.4MJ
由于化工厂耗电量较低,而游戏中氢气热值高达8MJ,为了保证电解获取氢气的高效,同时防止借助电解进行大规模发电,氢气的热值将被大幅降低到4396J。 鉴于一些情况下需要利用原油和精炼进行发电,氢气热值的降低将导致原油生产线发电崩溃,因此精炼油的热值由4.4MJ提高到8.4MJ,弥补氢气的热值问题。
安装
- 安装 BepInEx框架.
- 安装 LDBTool. (必须安装这个mod)感谢宵夜97提供了方便的工具。
- 将Water electrolysis.dll放入 "Dyson Sphere Program/BepInEx/plugins/"文件夹内
###Mod冲突
当其他创造新物品/配方的mod使用了以下ID时,可能会产生问题: RecipeProto.ID: 443 StringProto.ID: 28001 StringProto.ID: 28002 当其他创造新物品/配方的mod使用了以下位置时,可能会产生问题: 1110 ###更新 v1.0.1: 氢气能量4kJ->44kJ,要不然还不够分拣器的功耗的......