mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 19:33:27 +08:00
fix all markdowns by markdownlint, and remove obsolete OCBatchBuild
This commit is contained in:
7
.markdownlint.json
Normal file
7
.markdownlint.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"MD013": false,
|
||||||
|
"MD033": {
|
||||||
|
"allowed_elements": ["details", "summary"]
|
||||||
|
},
|
||||||
|
"MD041": false
|
||||||
|
}
|
||||||
@@ -4,156 +4,156 @@
|
|||||||
## Changlog
|
## Changlog
|
||||||
|
|
||||||
* 2.3.32
|
* 2.3.32
|
||||||
+ `Complete Dyson Sphere Shells instantly`: Fix a crash.
|
* `Complete Dyson Sphere Shells instantly`: Fix a crash.
|
||||||
* 2.3.31
|
* 2.3.31
|
||||||
+ New feature: `Unlock Dyson Sphere max orbit radius`
|
* New feature: `Unlock Dyson Sphere max orbit radius`
|
||||||
+ `Remove metadata consumption record in current game`: Fix implementation
|
* `Remove metadata consumption record in current game`: Fix implementation
|
||||||
+ Add 3 buttons for creating illegal Dyson Sphere Shells, you must enable `IllegalDysonShellFunctionsEnabled` of `DysonSphere` section in config to see them.
|
* Add 3 buttons for creating illegal Dyson Sphere Shells, you must enable `IllegalDysonShellFunctionsEnabled` of `DysonSphere` section in config to see them.
|
||||||
- `Generate an illegal dyson shell`
|
* `Generate an illegal dyson shell`
|
||||||
- `Keep max production shells and remove others`
|
* `Keep max production shells and remove others`
|
||||||
- `Duplicate shells from that with highest production`
|
* `Duplicate shells from that with highest production`
|
||||||
* 2.3.30
|
* 2.3.30
|
||||||
+ Fix a warning issue while `No condition build` or `No collision` is enabled.
|
* Fix a warning issue while `No condition build` or `No collision` is enabled.
|
||||||
+ Increase performance for `Finish build immediately` greatly on pasting large blueprints.
|
* Increase performance for `Finish build immediately` greatly on pasting large blueprints.
|
||||||
* 2.3.29
|
* 2.3.29
|
||||||
+ Fix compatibility with game update 0.10.32.25779
|
* Fix compatibility with game update 0.10.32.25779
|
||||||
* 2.3.28
|
* 2.3.28
|
||||||
+ New feature: `Instant hand-craft`.
|
* New feature: `Instant hand-craft`.
|
||||||
+ Fix some panels' display while `Infinite Natural Resources` is enabled.
|
* Fix some panels' display while `Infinite Natural Resources` is enabled.
|
||||||
* 2.3.27
|
* 2.3.27
|
||||||
+ `Skip bullet period` & `Eject anyway`: Fix compatibility with `Dyson Sphere Program v0.10.32.25496`.
|
* `Skip bullet period` & `Eject anyway`: Fix compatibility with `Dyson Sphere Program v0.10.32.25496`.
|
||||||
* 2.3.26
|
* 2.3.26
|
||||||
+ Refactor codes to adapt to UXAssist 1.2.0
|
* Refactor codes to adapt to UXAssist 1.2.0
|
||||||
- You should update UXAssist to 1.2.0 or later before using this version.
|
* You should update UXAssist to 1.2.0 or later before using this version.
|
||||||
+ `Complete Dyson Sphere Shells instantly`: Fix possible wrong production records.
|
* `Complete Dyson Sphere Shells instantly`: Fix possible wrong production records.
|
||||||
* 2.3.25
|
* 2.3.25
|
||||||
+ New feature: `Enable warp without space warpers`
|
* New feature: `Enable warp without space warpers`
|
||||||
+ New feature: `Wind Turbines do global power coverage`
|
* New feature: `Wind Turbines do global power coverage`
|
||||||
+ Fix an issue that `Complete Dyson Sphere Shells instantly` does not generate production records for solar sails.
|
* Fix an issue that `Complete Dyson Sphere Shells instantly` does not generate production records for solar sails.
|
||||||
* 2.3.24
|
* 2.3.24
|
||||||
+ `Complete Dyson Sphere Shells instantly`: Fix a bug that may cause negative power in some cases
|
* `Complete Dyson Sphere Shells instantly`: Fix a bug that may cause negative power in some cases
|
||||||
* 2.3.23
|
* 2.3.23
|
||||||
+ New feature: `Complete Dyson Sphere Shells instantly`
|
* New feature: `Complete Dyson Sphere Shells instantly`
|
||||||
+ Fix a crash when config panel is opened before game is fully loaded
|
* Fix a crash when config panel is opened before game is fully loaded
|
||||||
* 2.3.22
|
* 2.3.22
|
||||||
+ Fix `Pump Anywhere`
|
* Fix `Pump Anywhere`
|
||||||
* 2.3.21
|
* 2.3.21
|
||||||
+ `Retrieve/Place items from/to remote planets on logistics control panel`: Items are put back to player's inventory when a slot is removed from the logistics station on remote planet.
|
* `Retrieve/Place items from/to remote planets on logistics control panel`: Items are put back to player's inventory when a slot is removed from the logistics station on remote planet.
|
||||||
+ `Dev Shortcuts`: Camera Pose related shortcurts are working now.
|
* `Dev Shortcuts`: Camera Pose related shortcurts are working now.
|
||||||
* 2.3.20
|
* 2.3.20
|
||||||
+ New feature: `Retrieve/Place items from/to remote planets on logistics control panel`
|
* New feature: `Retrieve/Place items from/to remote planets on logistics control panel`
|
||||||
* 2.3.19
|
* 2.3.19
|
||||||
+ New features:
|
* New features:
|
||||||
+ `Remove all metadata consumption records`
|
* `Remove all metadata consumption records`
|
||||||
+ `Remove metadata consumption record in current game`
|
* `Remove metadata consumption record in current game`
|
||||||
+ `Clear metadata flag which bans achievements`
|
* `Clear metadata flag which bans achievements`
|
||||||
* 2.3.18
|
* 2.3.18
|
||||||
+ New features:
|
* New features:
|
||||||
+ `Teleport to outer space`, this will teleport you to the outer space which is 50 LYs far from the farthest star.
|
* `Teleport to outer space`, this will teleport you to the outer space which is 50 LYs far from the farthest star.
|
||||||
+ `Teleport to selected astronomical`
|
* `Teleport to selected astronomical`
|
||||||
+ Fix logic of `Unlock techs with key-modifiers`.
|
* Fix logic of `Unlock techs with key-modifiers`.
|
||||||
+ `No condition build` does not hide rotation info of belts now.
|
* `No condition build` does not hide rotation info of belts now.
|
||||||
* 2.3.17
|
* 2.3.17
|
||||||
+ Make compatible with game version 0.10.30.23292
|
* Make compatible with game version 0.10.30.23292
|
||||||
* 2.3.16
|
* 2.3.16
|
||||||
+ Add 2 options to `Belt signal item generation`:
|
* Add 2 options to `Belt signal item generation`:
|
||||||
- `Count generations as production in statistics`
|
* `Count generations as production in statistics`
|
||||||
- `Count removals as consumption in statistics`
|
* `Count removals as consumption in statistics`
|
||||||
+ New feature: `Increase maximum power usage in Logistic Stations and Advanced Mining Machines`
|
* New feature: `Increase maximum power usage in Logistic Stations and Advanced Mining Machines`
|
||||||
- Logistic Stations: Increased max charging power to 3GW(ILS) and 600MW(PLS) (10x of original)
|
* Logistic Stations: Increased max charging power to 3GW(ILS) and 600MW(PLS) (10x of original)
|
||||||
- Advanced Mining Machines: Increased max mining speed to 1000%
|
* Advanced Mining Machines: Increased max mining speed to 1000%
|
||||||
* 2.3.15
|
* 2.3.15
|
||||||
+ New features:
|
* New features:
|
||||||
- `Instant teleport (like that in Sandbox mode)`
|
* `Instant teleport (like that in Sandbox mode)`
|
||||||
- `Mecha and Drones/Fleets invicible`
|
* `Mecha and Drones/Fleets invicible`
|
||||||
- `Buildings invicible`
|
* `Buildings invicible`
|
||||||
* 2.3.14
|
* 2.3.14
|
||||||
+ Remove default shortcut key for `No condition build` and `No collision`, to avoid misoperation. You can still set them in system settings window manually if needed.
|
* Remove default shortcut key for `No condition build` and `No collision`, to avoid misoperation. You can still set them in system settings window manually if needed.
|
||||||
+ Fix translation issue.
|
* Fix translation issue.
|
||||||
* 2.3.13
|
* 2.3.13
|
||||||
+ Fix a bug that shortcuts are not working and have display issue on settings window.
|
* Fix a bug that shortcuts are not working and have display issue on settings window.
|
||||||
* 2.3.12
|
* 2.3.12
|
||||||
+ Add a shortcut to toggle `No collision`, you can modify the shortcut on system settings window.
|
* Add a shortcut to toggle `No collision`, you can modify the shortcut on system settings window.
|
||||||
+ Add realtime tips when toggling `No condition build` and `No collision` with shortcuts.
|
* Add realtime tips when toggling `No condition build` and `No collision` with shortcuts.
|
||||||
* 2.3.11
|
* 2.3.11
|
||||||
+ Add a shortcut to toggle `No condition build`, you can modify the shortcut on system settings window. This depends on [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist) 1.0.15 or later.
|
* Add a shortcut to toggle `No condition build`, you can modify the shortcut on system settings window. This depends on [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist) 1.0.15 or later.
|
||||||
* 2.3.10
|
* 2.3.10
|
||||||
+ Fix following functions not working in new game updates:
|
* Fix following functions not working in new game updates:
|
||||||
- `Pump Anywhere`
|
* `Pump Anywhere`
|
||||||
- `Terraform without enough soil piles`
|
* `Terraform without enough soil piles`
|
||||||
* 2.3.9
|
* 2.3.9
|
||||||
+ Support game version 0.10.28.21219
|
* Support game version 0.10.28.21219
|
||||||
* 2.3.8
|
* 2.3.8
|
||||||
+ Fix a crash on starting new games while `Finish build immediately` is enabled.
|
* Fix a crash on starting new games while `Finish build immediately` is enabled.
|
||||||
+ Fix UI button width.
|
* Fix UI button width.
|
||||||
* 2.3.7
|
* 2.3.7
|
||||||
+ Support game version 0.10.28.20759
|
* Support game version 0.10.28.20759
|
||||||
+ Fix belt signal that items' generation speed is not fit to number set sometimes.
|
* Fix belt signal that items' generation speed is not fit to number set sometimes.
|
||||||
* 2.3.6
|
* 2.3.6
|
||||||
+ Support for UXAssist's new function within `Finish build immediately`.
|
* Support for UXAssist's new function within `Finish build immediately`.
|
||||||
+ Add a warning message when `Build without condition` is enabled.
|
* Add a warning message when `Build without condition` is enabled.
|
||||||
+ Fix an issue in `Finish build immediately` that some buildings are not finished immediately.
|
* Fix an issue in `Finish build immediately` that some buildings are not finished immediately.
|
||||||
* 2.3.5
|
* 2.3.5
|
||||||
+ Fix another crash in `Skip bullet period`.
|
* Fix another crash in `Skip bullet period`.
|
||||||
* 2.3.4
|
* 2.3.4
|
||||||
+ Use new tab layout of UXAssist 1.0.2
|
* Use new tab layout of UXAssist 1.0.2
|
||||||
+ Minor bug fixes
|
* Minor bug fixes
|
||||||
* 2.3.3
|
* 2.3.3
|
||||||
+ Fix a crash in `Skip bullet period`.
|
* Fix a crash in `Skip bullet period`.
|
||||||
+ Unlock techs with Alt unlocks VeinUtil to 10000 instead of 7200 now, as bug fixed in UXAssist.
|
* Unlock techs with Alt unlocks VeinUtil to 10000 instead of 7200 now, as bug fixed in UXAssist.
|
||||||
* 2.3.2
|
* 2.3.2
|
||||||
+ Birth star options moved to [UniverseGenTweaks](https://dsp.thunderstore.io/package/soarqin/UniverseGenTweaks/)
|
* Birth star options moved to [UniverseGenTweaks](https://dsp.thunderstore.io/package/soarqin/UniverseGenTweaks/)
|
||||||
+ Optimize `Quick absorb`, consumes less CPU time and take turns firing to nodes.
|
* Optimize `Quick absorb`, consumes less CPU time and take turns firing to nodes.
|
||||||
+ `Fast Mining` ensures full output of oil extractors now.
|
* `Fast Mining` ensures full output of oil extractors now.
|
||||||
+ Fix issue that `Belt signal generator` not working after switched off then on again.
|
* Fix issue that `Belt signal generator` not working after switched off then on again.
|
||||||
+ Fix absorption issue by `Quick absorb` and `Skip bullet period` enabled at the same time.
|
* Fix absorption issue by `Quick absorb` and `Skip bullet period` enabled at the same time.
|
||||||
+ Crash fix for some options
|
* Crash fix for some options
|
||||||
* 2.3.1
|
* 2.3.1
|
||||||
+ Add UXAssist to dependencies in manifest.
|
* Add UXAssist to dependencies in manifest.
|
||||||
* 2.3.0
|
* 2.3.0
|
||||||
+ Move some functions to an individual mod: [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist)
|
* Move some functions to an individual mod: [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist)
|
||||||
+ Depends on [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist) now, so that config panel is unified with UXAssist.
|
* Depends on [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist) now, so that config panel is unified with UXAssist.
|
||||||
+ Remove `LCtrl+A` from Dev Shortcuts, to avoid misoperation.
|
* Remove `LCtrl+A` from Dev Shortcuts, to avoid misoperation.
|
||||||
+ Infinite bots/drones/vessels in `Architect mode` now.
|
* Infinite bots/drones/vessels in `Architect mode` now.
|
||||||
* 2.2.7
|
* 2.2.7
|
||||||
+ New function: `Construct only nodes but frames`
|
* New function: `Construct only nodes but frames`
|
||||||
+ Opening config panel does not close inventory panel now
|
* Opening config panel does not close inventory panel now
|
||||||
+ Remove `Input direction conflict` check while using `Remove some build conditions`
|
* Remove `Input direction conflict` check while using `Remove some build conditions`
|
||||||
+ Fix a bug that prevents `Belt signal alt format` from switching number formats for current belt signals
|
* Fix a bug that prevents `Belt signal alt format` from switching number formats for current belt signals
|
||||||
* 2.2.6
|
* 2.2.6
|
||||||
+ New function: `Stop ejectors when available nodes are all filled up`
|
* New function: `Stop ejectors when available nodes are all filled up`
|
||||||
+ Fix a bug that absorb solar sails on unfinised nodes
|
* Fix a bug that absorb solar sails on unfinised nodes
|
||||||
* 2.2.5
|
* 2.2.5
|
||||||
+ Skip all intermediate states and absorb solar sails instantly while enable `Quick absorb`, `Skip bullet period` and `Skip absorption period` at the same time.
|
* Skip all intermediate states and absorb solar sails instantly while enable `Quick absorb`, `Skip bullet period` and `Skip absorption period` at the same time.
|
||||||
+ Fix a problem that `Quick absorb` does not absorb all solar sails instantly when most nodes are full.
|
* Fix a problem that `Quick absorb` does not absorb all solar sails instantly when most nodes are full.
|
||||||
+ Fix crash while using with some mods
|
* Fix crash while using with some mods
|
||||||
* 2.2.4
|
* 2.2.4
|
||||||
+ New function: `Enable player actions in globe view`
|
* New function: `Enable player actions in globe view`
|
||||||
+ Fix UI bug
|
* Fix UI bug
|
||||||
* 2.2.3
|
* 2.2.3
|
||||||
+ New function: `Remove some build conditions`
|
* New function: `Remove some build conditions`
|
||||||
+ Fix compatibility with some mods
|
* Fix compatibility with some mods
|
||||||
* 2.2.2
|
* 2.2.2
|
||||||
+ New function: `Assign gamesave to currrnet account`
|
* New function: `Assign gamesave to currrnet account`
|
||||||
+ New subfunction: `Belt signal alt format`
|
* New subfunction: `Belt signal alt format`
|
||||||
+ Fix a crash on using `Initialize this Planet`
|
* Fix a crash on using `Initialize this Planet`
|
||||||
+ Fix belt build in `Finish build immediately`
|
* Fix belt build in `Finish build immediately`
|
||||||
* 2.2.1
|
* 2.2.1
|
||||||
+ Check condition for miners even when `Build without condition` is enabled.
|
* Check condition for miners even when `Build without condition` is enabled.
|
||||||
+ Fix a patch issue that may cause `Build without condition` not working.
|
* Fix a patch issue that may cause `Build without condition` not working.
|
||||||
* 2.2.0
|
* 2.2.0
|
||||||
+ Add some power related functions
|
* Add some power related functions
|
||||||
+ Add a subfunction to belt signal item generation, which simulates production process of raws and intermediates on statistics
|
* Add a subfunction to belt signal item generation, which simulates production process of raws and intermediates on statistics
|
||||||
+ Split some functions from Architect mode
|
* Split some functions from Architect mode
|
||||||
* 2.1.0
|
* 2.1.0
|
||||||
+ Belt signal item generation
|
* Belt signal item generation
|
||||||
+ Fix window display priority which may cause tips to be covered by main window
|
* Fix window display priority which may cause tips to be covered by main window
|
||||||
* 2.0.0
|
* 2.0.0
|
||||||
+ Refactorying codes
|
* Refactorying codes
|
||||||
+ UI implementation
|
* UI implementation
|
||||||
+ Add a lot of functions
|
* Add a lot of functions
|
||||||
* 1.0.0
|
* 1.0.0
|
||||||
+ Initial release
|
* Initial release
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@@ -163,155 +163,155 @@
|
|||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
* 2.3.32
|
* 2.3.32
|
||||||
+ `立即完成戴森壳建造`:修复了一个崩溃问题
|
* `立即完成戴森壳建造`:修复了一个崩溃问题
|
||||||
* 2.3.31
|
* 2.3.31
|
||||||
+ 新功能:`解锁戴森球最大轨道半径`
|
* 新功能:`解锁戴森球最大轨道半径`
|
||||||
+ `移除当前存档的元数据消耗记录`:修复实现
|
* `移除当前存档的元数据消耗记录`:修复实现
|
||||||
+ 增加了3个用于制作仙术戴森壳的按钮,你必须在设置文件里开启`DysonSphere`分类的`IllegalDysonShellFunctionsEnabled`才能看到它们
|
* 增加了3个用于制作仙术戴森壳的按钮,你必须在设置文件里开启`DysonSphere`分类的`IllegalDysonShellFunctionsEnabled`才能看到它们
|
||||||
- `生成单层仙术戴森壳`
|
* `生成单层仙术戴森壳`
|
||||||
- `保留发电量最高的戴森壳并移除其他戴森壳`
|
* `保留发电量最高的戴森壳并移除其他戴森壳`
|
||||||
- `从发电量最高的壳复制戴森壳`
|
* `从发电量最高的壳复制戴森壳`
|
||||||
* 2.3.30
|
* 2.3.30
|
||||||
+ 修复了启用`无条件建造`或`无碰撞`时的警告问题
|
* 修复了启用`无条件建造`或`无碰撞`时的警告问题
|
||||||
+ 粘贴大规模蓝图时大幅提升`立即完成建造`的性能表现
|
* 粘贴大规模蓝图时大幅提升`立即完成建造`的性能表现
|
||||||
* 2.3.29
|
* 2.3.29
|
||||||
+ 修复了与游戏更新0.10.32.25779的兼容性
|
* 修复了与游戏更新0.10.32.25779的兼容性
|
||||||
* 2.3.28
|
* 2.3.28
|
||||||
+ 新功能:`快速手动制造`
|
* 新功能:`快速手动制造`
|
||||||
+ 修复了启用`自然资源采集不消耗`时部分面板的显示问题
|
* 修复了启用`自然资源采集不消耗`时部分面板的显示问题
|
||||||
* 2.3.27
|
* 2.3.27
|
||||||
+ `跳过子弹阶段`和`全球弹射`:修复了与`戴森球计划 v0.10.32.25496`的兼容性
|
* `跳过子弹阶段`和`全球弹射`:修复了与`戴森球计划 v0.10.32.25496`的兼容性
|
||||||
* 2.3.26
|
* 2.3.26
|
||||||
+ 重构代码以适应UXAssist 1.2.0
|
* 重构代码以适应UXAssist 1.2.0
|
||||||
- 在使用此版本之前,您应先更新UXAssist到1.2.0或更高版本。
|
* 在使用此版本之前,您应先更新UXAssist到1.2.0或更高版本。
|
||||||
+ `立即完成戴森壳建造`:修复了可能导致错误的生产记录的问题
|
* `立即完成戴森壳建造`:修复了可能导致错误的生产记录的问题
|
||||||
* 2.3.25
|
* 2.3.25
|
||||||
+ 新功能:`无需空间翘曲器即可曲速飞行`
|
* 新功能:`无需空间翘曲器即可曲速飞行`
|
||||||
+ 新功能:`风力涡轮机供电覆盖全球`
|
* 新功能:`风力涡轮机供电覆盖全球`
|
||||||
+ 修复了`立即完成戴森壳建造`未生成太阳帆生产记录的问题
|
* 修复了`立即完成戴森壳建造`未生成太阳帆生产记录的问题
|
||||||
* 2.3.24
|
* 2.3.24
|
||||||
+ `立即完成戴森壳建造`:修复了在某些情况下可能导致发电为负的问题
|
* `立即完成戴森壳建造`:修复了在某些情况下可能导致发电为负的问题
|
||||||
* 2.3.23
|
* 2.3.23
|
||||||
+ 新功能:`立即完成戴森壳建造`
|
* 新功能:`立即完成戴森壳建造`
|
||||||
+ 修复了在游戏完全加载前打开配置面板可能导致的崩溃问题
|
* 修复了在游戏完全加载前打开配置面板可能导致的崩溃问题
|
||||||
* 2.3.22
|
* 2.3.22
|
||||||
+ 修复了`平地抽水`
|
* 修复了`平地抽水`
|
||||||
* 2.3.21
|
* 2.3.21
|
||||||
+ `在物流总控面板上可以从非本地行星取放物品`:当从非本地星球的物流站移除槽位时,物品会放回玩家的背包
|
* `在物流总控面板上可以从非本地行星取放物品`:当从非本地星球的物流站移除槽位时,物品会放回玩家的背包
|
||||||
+ `开发模式快捷键`:摄像机位(Pose)相关的快捷键现在生效了
|
* `开发模式快捷键`:摄像机位(Pose)相关的快捷键现在生效了
|
||||||
* 2.3.20
|
* 2.3.20
|
||||||
+ 新功能:`在物流总控面板上可以从非本地行星取放物品`
|
* 新功能:`在物流总控面板上可以从非本地行星取放物品`
|
||||||
* 2.3.19
|
* 2.3.19
|
||||||
+ 新功能:
|
* 新功能:
|
||||||
+ `移除所有元数据消耗记录`
|
* `移除所有元数据消耗记录`
|
||||||
+ `移除当前存档的元数据消耗记录`
|
* `移除当前存档的元数据消耗记录`
|
||||||
+ `解除当前存档因使用元数据导致的成就限制`
|
* `解除当前存档因使用元数据导致的成就限制`
|
||||||
* 2.3.18
|
* 2.3.18
|
||||||
+ 新功能:
|
* 新功能:
|
||||||
+ `传送到外太空`,这会将你传送到距离最远星球50光年的外太空
|
* `传送到外太空`,这会将你传送到距离最远星球50光年的外太空
|
||||||
+ `传送到选中天体`
|
* `传送到选中天体`
|
||||||
+ 修复了`组合键解锁科技`的逻辑
|
* 修复了`组合键解锁科技`的逻辑
|
||||||
+ `无条件建造`现在不会隐藏传送带的旋转信息了
|
* `无条件建造`现在不会隐藏传送带的旋转信息了
|
||||||
* 2.3.17
|
* 2.3.17
|
||||||
+ 适配游戏版本0.10.30.23292
|
* 适配游戏版本0.10.30.23292
|
||||||
* 2.3.16
|
* 2.3.16
|
||||||
+ 为`传送带信号物品生成`添加了两个选项:
|
* 为`传送带信号物品生成`添加了两个选项:
|
||||||
- `统计信息里将生成计算为产物`
|
* `统计信息里将生成计算为产物`
|
||||||
- `统计信息里将移除计算为消耗`
|
* `统计信息里将移除计算为消耗`
|
||||||
+ 新功能:`提升物流塔和大型采矿机的最大功耗`
|
* 新功能:`提升物流塔和大型采矿机的最大功耗`
|
||||||
- 物流塔:将最大充电功率提高到3GW(星际物流塔)和600MW(行星物流塔)(原来的10倍)
|
* 物流塔:将最大充电功率提高到3GW(星际物流塔)和600MW(行星物流塔)(原来的10倍)
|
||||||
- 大型采矿机:将最大采矿速度提高到1000%
|
* 大型采矿机:将最大采矿速度提高到1000%
|
||||||
* 2.3.15
|
* 2.3.15
|
||||||
+ 新功能:
|
* 新功能:
|
||||||
- `快速传送(和沙盒模式一样)`
|
* `快速传送(和沙盒模式一样)`
|
||||||
- `机甲和战斗无人机无敌`
|
* `机甲和战斗无人机无敌`
|
||||||
- `建筑无敌`
|
* `建筑无敌`
|
||||||
* 2.3.14
|
* 2.3.14
|
||||||
+ 移除了`无条件建造`和`无碰撞`的默认快捷键,以避免误操作。如有需要请手动在系统选项窗口中设置。
|
* 移除了`无条件建造`和`无碰撞`的默认快捷键,以避免误操作。如有需要请手动在系统选项窗口中设置。
|
||||||
+ 修复了翻译问题。
|
* 修复了翻译问题。
|
||||||
* 2.3.13
|
* 2.3.13
|
||||||
+ 修复了快捷键无效和设置窗口上的按键显示问题
|
* 修复了快捷键无效和设置窗口上的按键显示问题
|
||||||
* 2.3.12
|
* 2.3.12
|
||||||
+ 添加了一个快捷键来切换`无碰撞`,你可以在系统设置面板中修改快捷键。
|
* 添加了一个快捷键来切换`无碰撞`,你可以在系统设置面板中修改快捷键。
|
||||||
+ 在使用快捷键切换`无条件建造`和`无碰撞`时添加了实时提示信息。
|
* 在使用快捷键切换`无条件建造`和`无碰撞`时添加了实时提示信息。
|
||||||
* 2.3.11
|
* 2.3.11
|
||||||
+ 添加了一个快捷键来切换`无条件建造`,你可以在系统设置面板中修改快捷键。这依赖于[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist) 1.0.15或更高版本
|
* 添加了一个快捷键来切换`无条件建造`,你可以在系统设置面板中修改快捷键。这依赖于[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist) 1.0.15或更高版本
|
||||||
* 2.3.10
|
* 2.3.10
|
||||||
+ 修复了以下功能在新游戏版本中不生效的问题:
|
* 修复了以下功能在新游戏版本中不生效的问题:
|
||||||
- `平地抽水`
|
* `平地抽水`
|
||||||
- `沙土不够时依然可以整改地形`
|
* `沙土不够时依然可以整改地形`
|
||||||
* 2.3.9
|
* 2.3.9
|
||||||
+ 支持游戏版本0.10.28.21219
|
* 支持游戏版本0.10.28.21219
|
||||||
* 2.3.8
|
* 2.3.8
|
||||||
+ 修复了启用`建造秒完成`时开新游戏可能导致崩溃的问题
|
* 修复了启用`建造秒完成`时开新游戏可能导致崩溃的问题
|
||||||
+ 修复了UI按钮宽度
|
* 修复了UI按钮宽度
|
||||||
* 2.3.7
|
* 2.3.7
|
||||||
+ 支持游戏版本0.10.28.20759
|
* 支持游戏版本0.10.28.20759
|
||||||
+ 修复了传送带信号有时候物品生成速度和设置不匹配的问题
|
* 修复了传送带信号有时候物品生成速度和设置不匹配的问题
|
||||||
* 2.3.6
|
* 2.3.6
|
||||||
+ 在`建造秒完成`中支持UXAssist的新功能
|
* 在`建造秒完成`中支持UXAssist的新功能
|
||||||
+ 在启用`无条件建造`时添加警告信息
|
* 在启用`无条件建造`时添加警告信息
|
||||||
+ 修复了`建造秒完成`可能导致部分建筑无法立即完成的问题
|
* 修复了`建造秒完成`可能导致部分建筑无法立即完成的问题
|
||||||
* 2.3.5
|
* 2.3.5
|
||||||
+ 修复了`跳过子弹阶段`可能导致崩溃的问题
|
* 修复了`跳过子弹阶段`可能导致崩溃的问题
|
||||||
* 2.3.4
|
* 2.3.4
|
||||||
+ 使用UXAssist 1.0.2的新页签布局
|
* 使用UXAssist 1.0.2的新页签布局
|
||||||
+ 修复了一些小bug
|
* 修复了一些小bug
|
||||||
* 2.3.3
|
* 2.3.3
|
||||||
+ 修复了`跳过子弹阶段`可能导致崩溃的问题
|
* 修复了`跳过子弹阶段`可能导致崩溃的问题
|
||||||
+ 使用Alt解锁科技时,现在`矿物利用`的科技解锁到10000级而不是7200级,因为UXAssist已修复对应bug
|
* 使用Alt解锁科技时,现在`矿物利用`的科技解锁到10000级而不是7200级,因为UXAssist已修复对应bug
|
||||||
* 2.3.2
|
* 2.3.2
|
||||||
+ 母星系的选项移动到了[UniverseGenTweaks](https://dsp.thunderstore.io/package/soarqin/UniverseGenTweaks/)
|
* 母星系的选项移动到了[UniverseGenTweaks](https://dsp.thunderstore.io/package/soarqin/UniverseGenTweaks/)
|
||||||
+ 优化了`快速吸收`,现在消耗更少的CPU,并且会轮流打向各节点
|
* 优化了`快速吸收`,现在消耗更少的CPU,并且会轮流打向各节点
|
||||||
+ `高速采集`现在可以保证油井的最大产出
|
* `高速采集`现在可以保证油井的最大产出
|
||||||
+ 修复了`传送带信号物品生成`在选项关闭后再次启用时不生效的问题
|
* 修复了`传送带信号物品生成`在选项关闭后再次启用时不生效的问题
|
||||||
+ 修复了`快速吸收`和`跳过子弹阶段`同时启用时可能导致吸收计算错误的问题
|
* 修复了`快速吸收`和`跳过子弹阶段`同时启用时可能导致吸收计算错误的问题
|
||||||
+ 修复了一些选项可能导致崩溃的问题
|
* 修复了一些选项可能导致崩溃的问题
|
||||||
* 2.3.1
|
* 2.3.1
|
||||||
+ 在manifest中添加UXAssist到依赖
|
* 在manifest中添加UXAssist到依赖
|
||||||
* 2.3.0
|
* 2.3.0
|
||||||
+ 将部分功能移动到单独的mod:[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist)
|
* 将部分功能移动到单独的mod:[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist)
|
||||||
+ 现在依赖[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist),因此配置面板与UXAssist合并
|
* 现在依赖[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist),因此配置面板与UXAssist合并
|
||||||
+ 从开发模式快捷键中移除`LCtrl+A`,以避免误操作
|
* 从开发模式快捷键中移除`LCtrl+A`,以避免误操作
|
||||||
+ 现在`建筑师模式`中配送机/物流机/物流船也无限了
|
* 现在`建筑师模式`中配送机/物流机/物流船也无限了
|
||||||
* 2.2.7
|
* 2.2.7
|
||||||
+ 新功能:`只建造节点不建造框架`
|
* 新功能:`只建造节点不建造框架`
|
||||||
+ 打开设置面板时不再关闭背包面板
|
* 打开设置面板时不再关闭背包面板
|
||||||
+ 在`移除部分不影响游戏逻辑的建造条件`启用时移除`输入方向冲突`的检查条件
|
* 在`移除部分不影响游戏逻辑的建造条件`启用时移除`输入方向冲突`的检查条件
|
||||||
+ 修复导致`传送带信号替换格式`不切换传送带信号数字格式的问题
|
* 修复导致`传送带信号替换格式`不切换传送带信号数字格式的问题
|
||||||
* 2.2.6
|
* 2.2.6
|
||||||
+ 新功能:`可用节点全部造完时停止弹射`
|
* 新功能:`可用节点全部造完时停止弹射`
|
||||||
+ 修复了在未完成的节点上吸收太阳帆的问题
|
* 修复了在未完成的节点上吸收太阳帆的问题
|
||||||
* 2.2.5
|
* 2.2.5
|
||||||
+ 在同时启用`快速吸收`、`跳过子弹阶段`和`跳过吸收阶段`时,所有弹射的太阳帆会跳过所有中间环节立即吸收
|
* 在同时启用`快速吸收`、`跳过子弹阶段`和`跳过吸收阶段`时,所有弹射的太阳帆会跳过所有中间环节立即吸收
|
||||||
+ 修复了`快速吸收`在大部分节点已满时无法立即吸收所有太阳帆的问题
|
* 修复了`快速吸收`在大部分节点已满时无法立即吸收所有太阳帆的问题
|
||||||
+ 修复了与一些mod的兼容性问题
|
* 修复了与一些mod的兼容性问题
|
||||||
* 2.2.4
|
* 2.2.4
|
||||||
+ 新功能:`在行星视图中允许玩家操作`
|
* 新功能:`在行星视图中允许玩家操作`
|
||||||
+ 修复了UI显示问题
|
* 修复了UI显示问题
|
||||||
* 2.2.3
|
* 2.2.3
|
||||||
+ 新功能:`移除部分不影响游戏逻辑的建造条件`
|
* 新功能:`移除部分不影响游戏逻辑的建造条件`
|
||||||
+ 修复了与一些mod的兼容性问题
|
* 修复了与一些mod的兼容性问题
|
||||||
* 2.2.2
|
* 2.2.2
|
||||||
+ 新功能:`将游戏存档绑定给当前账号`
|
* 新功能:`将游戏存档绑定给当前账号`
|
||||||
+ 新子功能:`传送带信号替换格式`
|
* 新子功能:`传送带信号替换格式`
|
||||||
+ 修复了`初始化本行星`可能导致崩溃的问题
|
* 修复了`初始化本行星`可能导致崩溃的问题
|
||||||
+ 修复了`建造秒完成`中传送带建造的问题
|
* 修复了`建造秒完成`中传送带建造的问题
|
||||||
* 2.2.1
|
* 2.2.1
|
||||||
+ 即使在启用`无条件建造`时依然检查矿机的建造条件
|
* 即使在启用`无条件建造`时依然检查矿机的建造条件
|
||||||
+ 修复一个可能导致`无条件建造`不生效的问题
|
* 修复一个可能导致`无条件建造`不生效的问题
|
||||||
* 2.2.0
|
* 2.2.0
|
||||||
+ 添加了一些发电相关功能
|
* 添加了一些发电相关功能
|
||||||
+ 为传送带信号物品生成添加了一个子功能,在统计面板模拟了原材料和中间产物的生产过程
|
* 为传送带信号物品生成添加了一个子功能,在统计面板模拟了原材料和中间产物的生产过程
|
||||||
+ 从建筑师模式中分离了一些功能
|
* 从建筑师模式中分离了一些功能
|
||||||
* 2.1.0
|
* 2.1.0
|
||||||
+ 传送带信号物品生成
|
* 传送带信号物品生成
|
||||||
+ 修复窗口显示优先级可能导致提示信息被主窗口遮挡的问题
|
* 修复窗口显示优先级可能导致提示信息被主窗口遮挡的问题
|
||||||
* 2.0.0
|
* 2.0.0
|
||||||
+ 重构代码
|
* 重构代码
|
||||||
+ UI实现
|
* UI实现
|
||||||
+ 添加了很多功能
|
* 添加了很多功能
|
||||||
* 1.0.0
|
* 1.0.0
|
||||||
+ 初始版本
|
* 初始版本
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
@@ -3,69 +3,71 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>Read me in English</summary>
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
#### Add various cheat functions while disabling abnormal determinants
|
***Add various cheat functions while disabling abnormal determinants***
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
* Config panel is unified with UXAssist.
|
* Config panel is unified with UXAssist.
|
||||||
* There are also buttons on title screen and planet minimap area to call up the config panel.
|
* There are also buttons on title screen and planet minimap area to call up the config panel.
|
||||||
* Features:
|
* Features:
|
||||||
+ General:
|
* General:
|
||||||
+ Enable Dev Shortcuts (check config panel for usage)
|
* Enable Dev Shortcuts (check config panel for usage)
|
||||||
+ Disable Abnormal Checks
|
* Disable Abnormal Checks
|
||||||
+ Unlock techs with key-modifiers (Ctrl/Alt/Shift)
|
* Unlock techs with key-modifiers (Ctrl/Alt/Shift)
|
||||||
+ Remove all metadata consumption records
|
* Remove all metadata consumption records
|
||||||
+ Remove metadata consumption record in current game
|
* Remove metadata consumption record in current game
|
||||||
+ Clear metadata flag which bans achievements
|
* Clear metadata flag which bans achievements
|
||||||
+ Assign gamesave to currrnet account
|
* Assign gamesave to currrnet account
|
||||||
+ Factory:
|
* Factory:
|
||||||
+ Finish build immediately
|
* Finish build immediately
|
||||||
+ Architect mode (Infinite buildings)
|
* Architect mode (Infinite buildings)
|
||||||
+ Build without condition
|
* Build without condition
|
||||||
+ No collision
|
* No collision
|
||||||
+ Belt signal item generation
|
* Belt signal item generation
|
||||||
- Count generations as production in statistics
|
* Count generations as production in statistics
|
||||||
- Count removals as consumption in statistics
|
* Count removals as consumption in statistics
|
||||||
- Count all raws and intermediates in statistics
|
* Count all raws and intermediates in statistics
|
||||||
- Belt signal alt format
|
* Belt signal alt format
|
||||||
+ Increase maximum power usage in Logistic Stations and Advanced Mining Machines
|
* Increase maximum power usage in Logistic Stations and Advanced Mining Machines
|
||||||
- Logistic Stations: Increased max charging power to 3GW(ILS) and 600MW(PLS) (10x of original)
|
* Logistic Stations: Increased max charging power to 3GW(ILS) and 600MW(PLS) (10x of original)
|
||||||
- Advanced Mining Machines: Increased max mining speed to 1000%
|
* Advanced Mining Machines: Increased max mining speed to 1000%
|
||||||
+ Retrieve/Place items from/to remote planets on logistics control panel
|
* Retrieve/Place items from/to remote planets on logistics control panel
|
||||||
+ Remove space limit between wind turbines and solar panels
|
* Remove space limit between wind turbines and solar panels
|
||||||
+ Wind Turbines do global power coverage
|
* Wind Turbines do global power coverage
|
||||||
+ Boost power generations for kinds of power generators
|
* Boost power generations for kinds of power generators
|
||||||
+ Planet:
|
* Planet:
|
||||||
+ Instant hand-craft
|
* Instant hand-craft
|
||||||
+ Infinite Natural Resources
|
* Infinite Natural Resources
|
||||||
+ Fast Mining
|
* Fast Mining
|
||||||
+ Pump Anywhere
|
* Pump Anywhere
|
||||||
+ Terraform without enought soil piles
|
* Terraform without enought soil piles
|
||||||
+ Instant teleport (like that in Sandbox mode)
|
* Instant teleport (like that in Sandbox mode)
|
||||||
+ Dyson Sphere:
|
* Dyson Sphere:
|
||||||
+ Skip bullet period
|
* Skip bullet period
|
||||||
+ Skip absorption period
|
* Skip absorption period
|
||||||
+ Quick absorb
|
* Quick absorb
|
||||||
+ Eject anyway
|
* Eject anyway
|
||||||
+ Unlock Dyson Sphere max orbit radius
|
* Unlock Dyson Sphere max orbit radius
|
||||||
+ Complete Dyson Sphere Shells instantly
|
* Complete Dyson Sphere Shells instantly
|
||||||
+ Buttons for creating illegal Dyson Sphere Shells, you must enable `IllegalDysonShellFunctionsEnabled` of `DysonSphere` section in config to see them.
|
* Buttons for creating illegal Dyson Sphere Shells, you must enable `IllegalDysonShellFunctionsEnabled` of `DysonSphere` section in config to see them.
|
||||||
- Generate an illegal dyson shell
|
* Generate an illegal dyson shell
|
||||||
- Keep max production shells and remove others
|
* Keep max production shells and remove others
|
||||||
- Duplicate shells from that with highest production
|
* Duplicate shells from that with highest production
|
||||||
+ Mecha/Combat:
|
* Mecha/Combat:
|
||||||
+ Mecha and Drones/Fleets invicible
|
* Mecha and Drones/Fleets invicible
|
||||||
+ Buildings invicible
|
* Buildings invicible
|
||||||
+ Enable warp without space warpers
|
* Enable warp without space warpers
|
||||||
+ Teleport to outer space
|
* Teleport to outer space
|
||||||
+ Teleport to selected astronomical
|
* Teleport to selected astronomical
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
* Please upgrade `BepInEx` 5.4.21 or later if using with [BlueprintTweaks](https://dsp.thunderstore.io/package/kremnev8/BlueprintTweaks/) to avoid possible conflicts.
|
* Please upgrade `BepInEx` 5.4.21 or later if using with [BlueprintTweaks](https://dsp.thunderstore.io/package/kremnev8/BlueprintTweaks/) to avoid possible conflicts.
|
||||||
+ You can download `BepInEx` [here](https://github.com/bepinex/bepinex/releases/latest)(choose x64 edition).
|
* You can download [BepInEx here](https://github.com/bepinex/bepinex/releases/latest)(choose x64 edition).
|
||||||
+ If using with r2modman, you can upgrade `BepInEx` by clicking `Settings` -> `Browse profile folder`, then extract downloaded zip to the folder and overwrite existing files.
|
* If using with r2modman, you can upgrade `BepInEx` by clicking `Settings` -> `Browse profile folder`, then extract downloaded zip to the folder and overwrite existing files.
|
||||||
|
|
||||||
## CREDITS
|
## CREDITS
|
||||||
|
|
||||||
* [Dyson Sphere Program](https://store.steampowered.com/app/1366540): The great game
|
* [Dyson Sphere Program](https://store.steampowered.com/app/1366540): The great game
|
||||||
* [BepInEx](https://bepinex.dev/): Base modding framework
|
* [BepInEx](https://bepinex.dev/): Base modding framework
|
||||||
* [Multifunction_mod](https://github.com/blacksnipebiu/Multifunction_mod): Some cheat functions
|
* [Multifunction_mod](https://github.com/blacksnipebiu/Multifunction_mod): Some cheat functions
|
||||||
@@ -75,69 +77,71 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>中文读我</summary>
|
<summary>中文读我</summary>
|
||||||
|
|
||||||
#### 添加一些作弊功能,同时屏蔽异常检测
|
***添加一些作弊功能,同时屏蔽异常检测***
|
||||||
|
|
||||||
## 使用说明
|
## 使用说明
|
||||||
|
|
||||||
* 配置面板复用UXAssist
|
* 配置面板复用UXAssist
|
||||||
* 标题界面和行星小地图旁也有按钮呼出主面板
|
* 标题界面和行星小地图旁也有按钮呼出主面板
|
||||||
* 功能:
|
* 功能:
|
||||||
+ 常规:
|
* 常规:
|
||||||
+ 启用开发模式快捷键(使用说明见设置面板)
|
* 启用开发模式快捷键(使用说明见设置面板)
|
||||||
+ 屏蔽异常检测
|
* 屏蔽异常检测
|
||||||
+ 使用组合键解锁科技(Ctrl/Alt/Shift)
|
* 使用组合键解锁科技(Ctrl/Alt/Shift)
|
||||||
+ 移除所有元数据消耗记录
|
* 移除所有元数据消耗记录
|
||||||
+ 移除当前存档的元数据消耗记录
|
* 移除当前存档的元数据消耗记录
|
||||||
+ 解除当前存档因使用元数据导致的成就限制
|
* 解除当前存档因使用元数据导致的成就限制
|
||||||
+ 将游戏存档绑定给当前账号
|
* 将游戏存档绑定给当前账号
|
||||||
+ 工厂:
|
* 工厂:
|
||||||
+ 建造秒完成
|
* 建造秒完成
|
||||||
+ 建筑师模式(无限建筑)
|
* 建筑师模式(无限建筑)
|
||||||
+ 无条件建造
|
* 无条件建造
|
||||||
+ 无碰撞
|
* 无碰撞
|
||||||
+ 传送带信号物品生成
|
* 传送带信号物品生成
|
||||||
- 统计信息里将生成计算为产物
|
* 统计信息里将生成计算为产物
|
||||||
- 统计信息里将移除计算为消耗
|
* 统计信息里将移除计算为消耗
|
||||||
- 统计面板中计算所有原材料和中间产物
|
* 统计面板中计算所有原材料和中间产物
|
||||||
- 传送带信号替换格式
|
* 传送带信号替换格式
|
||||||
+ 提升物流塔和大型采矿机的最大功耗
|
* 提升物流塔和大型采矿机的最大功耗
|
||||||
- 物流塔:将最大充电功率提高到3GW(星际物流塔)和600MW(行星物流塔)(原来的10倍)
|
* 物流塔:将最大充电功率提高到3GW(星际物流塔)和600MW(行星物流塔)(原来的10倍)
|
||||||
- 大型采矿机:将最大采矿速度提高到1000%
|
* 大型采矿机:将最大采矿速度提高到1000%
|
||||||
+ 在物流总控面板上可以从非本地行星取放物品
|
* 在物流总控面板上可以从非本地行星取放物品
|
||||||
+ 风力发电机和太阳能板无间距限制
|
* 风力发电机和太阳能板无间距限制
|
||||||
+ 风力涡轮机供电覆盖全球
|
* 风力涡轮机供电覆盖全球
|
||||||
+ 提升各种发电设备发电量
|
* 提升各种发电设备发电量
|
||||||
+ 行星:
|
* 行星:
|
||||||
+ 快速手动制造
|
* 快速手动制造
|
||||||
+ 自然资源采集不消耗
|
* 自然资源采集不消耗
|
||||||
+ 高速采集
|
* 高速采集
|
||||||
+ 平地抽水
|
* 平地抽水
|
||||||
+ 沙土不够时依然可以整改地形
|
* 沙土不够时依然可以整改地形
|
||||||
+ 快速传送(和沙盒模式一样)
|
* 快速传送(和沙盒模式一样)
|
||||||
+ 戴森球:
|
* 戴森球:
|
||||||
+ 跳过子弹阶段
|
* 跳过子弹阶段
|
||||||
+ 跳过吸收阶段
|
* 跳过吸收阶段
|
||||||
+ 快速吸收
|
* 快速吸收
|
||||||
+ 全球弹射
|
* 全球弹射
|
||||||
+ 解锁戴森球最大轨道半径
|
* 解锁戴森球最大轨道半径
|
||||||
+ 立即完成戴森壳建造
|
* 立即完成戴森壳建造
|
||||||
+ 用于制作仙术戴森壳的按钮,你必须在设置文件里开启`DysonSphere`分类的`IllegalDysonShellFunctionsEnabled`才能看到它们
|
* 用于制作仙术戴森壳的按钮,你必须在设置文件里开启`DysonSphere`分类的`IllegalDysonShellFunctionsEnabled`才能看到它们
|
||||||
- 生成单层仙术戴森壳
|
* 生成单层仙术戴森壳
|
||||||
- 保留发电量最高的戴森壳并移除其他戴森壳
|
* 保留发电量最高的戴森壳并移除其他戴森壳
|
||||||
- 从发电量最高的壳复制戴森壳
|
* 从发电量最高的壳复制戴森壳
|
||||||
+ 机甲/战斗:
|
* 机甲/战斗:
|
||||||
+ 机甲和战斗无人机无敌
|
* 机甲和战斗无人机无敌
|
||||||
+ 建筑无敌
|
* 建筑无敌
|
||||||
+ 无需空间翘曲器即可曲速飞行
|
* 无需空间翘曲器即可曲速飞行
|
||||||
+ 传送到外太空
|
* 传送到外太空
|
||||||
+ 传送到选定的天体
|
* 传送到选定的天体
|
||||||
|
|
||||||
## 注意事项
|
## 注意事项
|
||||||
|
|
||||||
* 如果和[BlueprintTweaks](https://dsp.thunderstore.io/package/kremnev8/BlueprintTweaks/)一起使用,请升级`BepInEx`到5.4.21或更高版本,以避免可能的冲突
|
* 如果和[BlueprintTweaks](https://dsp.thunderstore.io/package/kremnev8/BlueprintTweaks/)一起使用,请升级`BepInEx`到5.4.21或更高版本,以避免可能的冲突
|
||||||
+ 你可以在[这里](https://github.com/bepinex/bepinex/releases/latest)(选择x64版本)下载`BepInEx`
|
* 你可以在[这里](https://github.com/bepinex/bepinex/releases/latest)(选择x64版本)下载`BepInEx`
|
||||||
+ 如果使用r2modman,你可以点击`Settings` -> `Browse profile folder`,然后将下载的zip解压到该文件夹并覆盖现有文件
|
* 如果使用r2modman,你可以点击`Settings` -> `Browse profile folder`,然后将下载的zip解压到该文件夹并覆盖现有文件
|
||||||
|
|
||||||
## 鸣谢
|
## 鸣谢
|
||||||
|
|
||||||
* [戴森球计划](https://store.steampowered.com/app/1366540): 伟大的游戏
|
* [戴森球计划](https://store.steampowered.com/app/1366540): 伟大的游戏
|
||||||
* [BepInEx](https://bepinex.dev/): 基础模组框架
|
* [BepInEx](https://bepinex.dev/): 基础模组框架
|
||||||
* [Multifunction_mod](https://github.com/blacksnipebiu/Multifunction_mod): 一些作弊功能
|
* [Multifunction_mod](https://github.com/blacksnipebiu/Multifunction_mod): 一些作弊功能
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# CompressSave
|
# CompressSave
|
||||||
|
|
||||||
#### Moved [here](https://github.com/soarqin/DSP_Mods_TO/tree/master/CompressSave)
|
Moved [to another repo](https://github.com/soarqin/DSP_Mods_TO/tree/master/CompressSave)
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dustbin", "Dustbin\Dustbin.
|
|||||||
{B8EB3D8D-5613-42F0-9040-EAA11A38C6AC} = {B8EB3D8D-5613-42F0-9040-EAA11A38C6AC}
|
{B8EB3D8D-5613-42F0-9040-EAA11A38C6AC} = {B8EB3D8D-5613-42F0-9040-EAA11A38C6AC}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OCBatchBuild", "OCBatchBuild\OCBatchBuild.csproj", "{E8FB30A0-29BF-4CF0-8E08-9784962A8656}"
|
|
||||||
EndProject
|
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniverseGenTweaks", "UniverseGenTweaks\UniverseGenTweaks.csproj", "{9534694E-14F0-4498-852D-BBB3FCA986CD}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniverseGenTweaks", "UniverseGenTweaks\UniverseGenTweaks.csproj", "{9534694E-14F0-4498-852D-BBB3FCA986CD}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OverclockEverything", "OverclockEverything\OverclockEverything.csproj", "{0168941C-EEA6-49CF-9A67-E829FE06CF9B}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OverclockEverything", "OverclockEverything\OverclockEverything.csproj", "{0168941C-EEA6-49CF-9A67-E829FE06CF9B}"
|
||||||
@@ -56,10 +54,6 @@ Global
|
|||||||
{931F0230-5941-4E49-AB19-66921AF14096}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{931F0230-5941-4E49-AB19-66921AF14096}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{931F0230-5941-4E49-AB19-66921AF14096}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{931F0230-5941-4E49-AB19-66921AF14096}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{931F0230-5941-4E49-AB19-66921AF14096}.Release|Any CPU.Build.0 = Release|Any CPU
|
{931F0230-5941-4E49-AB19-66921AF14096}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{E8FB30A0-29BF-4CF0-8E08-9784962A8656}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{E8FB30A0-29BF-4CF0-8E08-9784962A8656}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{E8FB30A0-29BF-4CF0-8E08-9784962A8656}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{E8FB30A0-29BF-4CF0-8E08-9784962A8656}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{9534694E-14F0-4498-852D-BBB3FCA986CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{9534694E-14F0-4498-852D-BBB3FCA986CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{9534694E-14F0-4498-852D-BBB3FCA986CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{9534694E-14F0-4498-852D-BBB3FCA986CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{9534694E-14F0-4498-852D-BBB3FCA986CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{9534694E-14F0-4498-852D-BBB3FCA986CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
|||||||
@@ -1,67 +1,79 @@
|
|||||||
|
<details>
|
||||||
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
* 1.4.0
|
* 1.4.0
|
||||||
* Refactorying Tank input logic codes, for better performance, and resolve a bug [#53](https://github.com/soarqin/DSP_Mods/issues/53)
|
* Refactorying Tank input logic codes, for better performance, and resolve a bug [#53](https://github.com/soarqin/DSP_Mods/issues/53)
|
||||||
+ Remove use of AssetBundle, move the belt signal icon into `Assembly Resources`, for better flexibility.
|
* Remove use of AssetBundle, move the belt signal icon into `Assembly Resources`, for better flexibility.
|
||||||
|
|
||||||
* 1.3.3
|
* 1.3.3
|
||||||
+ Support for NebulaMultiplayerModApi 2.0.0
|
* Support for NebulaMultiplayerModApi 2.0.0
|
||||||
|
|
||||||
* 1.3.2
|
* 1.3.2
|
||||||
+ Fix a display issue that the dustbin checkbox is overlapped with the filter button in storage UI.
|
* Fix a display issue that the dustbin checkbox is overlapped with the filter button in storage UI.
|
||||||
|
|
||||||
* 1.3.1
|
* 1.3.1
|
||||||
+ Support for game version 0.10.28.20759
|
* Support for game version 0.10.28.20759
|
||||||
|
|
||||||
* 1.3.0
|
* 1.3.0
|
||||||
+ Add a belt signal(you can find it in first tab of signal selection panel) as dustbin, which is the simplest way to destroy items.
|
* Add a belt signal(you can find it in first tab of signal selection panel) as dustbin, which is the simplest way to destroy items.
|
||||||
+ Reworked dustbin support for Tanks, to improve performance and resolve known bugs.
|
* Reworked dustbin support for Tanks, to improve performance and resolve known bugs.
|
||||||
- Be note that the whole tank logic is optimized which may get a slight better performance even if you don't use them as dustbin.
|
* Be note that the whole tank logic is optimized which may get a slight better performance even if you don't use them as dustbin.
|
||||||
+ Config entry for soil piless gain from destroyed items are changed to a more flexible format.
|
* Config entry for soil piless gain from destroyed items are changed to a more flexible format.
|
||||||
+ [Nebula Mupltiplayer Mod](https://dsp.thunderstore.io/package/nebula/NebulaMultiplayerMod/) and bug fixes from [ModFixerOne](https://dsp.thunderstore.io/package/starfi5h/ModFixerOne/) by [starfi5h](https://github.com/starfi5h/).
|
* [Nebula Mupltiplayer Mod](https://dsp.thunderstore.io/package/nebula/NebulaMultiplayerMod/) and bug fixes from [ModFixerOne](https://dsp.thunderstore.io/package/starfi5h/ModFixerOne/) by [starfi5h](https://github.com/starfi5h/).
|
||||||
|
|
||||||
* 1.2.1
|
* 1.2.1
|
||||||
+ Fix dynamic array bug in codes, which causes various bugs and errors.
|
* Fix dynamic array bug in codes, which causes various bugs and errors.
|
||||||
|
|
||||||
* 1.2.0
|
* 1.2.0
|
||||||
+ Use [DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/) to save dustbin specified data now, which fixes [#1](https://github.com/soarqin/DSP_Mods/issues/1).
|
* Use [DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/) to save dustbin specified data now, which fixes [#1](https://github.com/soarqin/DSP_Mods/issues/1).
|
||||||
+ Fix issue for storages on multiple planets.
|
* Fix issue for storages on multiple planets.
|
||||||
+ Fix issue for multi-level tanks.
|
* Fix issue for multi-level tanks.
|
||||||
+ Add a note in README for known bug on tank.
|
* Add a note in README for known bug on tank.
|
||||||
|
|
||||||
* 1.1.0
|
* 1.1.0
|
||||||
+ Rewrite whole plugin, make a checkbox on UI so that you can turn storages into dustbin by just ticking it.
|
* Rewrite whole plugin, make a checkbox on UI so that you can turn storages into dustbin by just ticking it.
|
||||||
+ Can turn tank into dustbin now.
|
* Can turn tank into dustbin now.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>中文读我</summary>
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
* 1.4.0
|
* 1.4.0
|
||||||
+ 重构储液罐的输入逻辑代码,以提高性能并解决bug [#53](https://github.com/soarqin/DSP_Mods/issues/53)
|
* 重构储液罐的输入逻辑代码,以提高性能并解决bug [#53](https://github.com/soarqin/DSP_Mods/issues/53)
|
||||||
+ 移除了AssetBundle的使用,将传送带信号图标移入`Assembly资源`,以获得更好的灵活性
|
* 移除了AssetBundle的使用,将传送带信号图标移入`Assembly资源`,以获得更好的灵活性
|
||||||
|
|
||||||
* 1.3.3
|
* 1.3.3
|
||||||
+ 支持NebulaMultiplayerModApi 2.0.0
|
* 支持NebulaMultiplayerModApi 2.0.0
|
||||||
|
|
||||||
* 1.3.2
|
* 1.3.2
|
||||||
+ 修正了储物仓UI中的垃圾桶勾选框与筛选按钮重叠的显示问题
|
* 修正了储物仓UI中的垃圾桶勾选框与筛选按钮重叠的显示问题
|
||||||
|
|
||||||
* 1.3.1
|
* 1.3.1
|
||||||
+ 支持游戏版本 0.10.28.20759
|
* 支持游戏版本 0.10.28.20759
|
||||||
|
|
||||||
* 1.3.0
|
* 1.3.0
|
||||||
+ 添加了一个传送带信号(可以在信号选择面板的第一个页签中找到)作为垃圾桶,这是目前销毁物品最简单的方法
|
* 添加了一个传送带信号(可以在信号选择面板的第一个页签中找到)作为垃圾桶,这是目前销毁物品最简单的方法
|
||||||
+ 重写了储液罐的垃圾桶实现,以提高性能并解决已知的bug
|
* 重写了储液罐的垃圾桶实现,以提高性能并解决已知的bug
|
||||||
- 注意:整个储液罐逻辑都被优化了,即使你不把他们作为垃圾桶使用,也可能会获得轻微的性能提升
|
* 注意:整个储液罐逻辑都被优化了,即使你不把他们作为垃圾桶使用,也可能会获得轻微的性能提升
|
||||||
+ 从销毁的物品中获得沙子的配置已变为更灵活的设置项格式
|
* 从销毁的物品中获得沙子的配置已变为更灵活的设置项格式
|
||||||
+ [Nebula Mupltiplayer Mod](https://dsp.thunderstore.io/package/nebula/NebulaMultiplayerMod/)支持和Bug修正来自[starfi5h](https://github.com/starfi5h/)的[ModFixerOne](https://dsp.thunderstore.io/package/starfi5h/ModFixerOne/)
|
* [Nebula Mupltiplayer Mod](https://dsp.thunderstore.io/package/nebula/NebulaMultiplayerMod/)支持和Bug修正来自[starfi5h](https://github.com/starfi5h/)的[ModFixerOne](https://dsp.thunderstore.io/package/starfi5h/ModFixerOne/)
|
||||||
|
|
||||||
* 1.2.1
|
* 1.2.1
|
||||||
+ 修正了代码中的动态数组Bug,该Bug可能导致各种问题
|
* 修正了代码中的动态数组Bug,该Bug可能导致各种问题
|
||||||
|
|
||||||
* 1.2.0
|
* 1.2.0
|
||||||
+ 现在使用[DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/)来保存垃圾桶的数据,修正了[#1](https://github.com/soarqin/DSP_Mods/issues/1)
|
* 现在使用[DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/)来保存垃圾桶的数据,修正了[#1](https://github.com/soarqin/DSP_Mods/issues/1)
|
||||||
+ 修正了多星球上的储物仓问题
|
* 修正了多星球上的储物仓问题
|
||||||
+ 修正了多层储液罐的问题
|
* 修正了多层储液罐的问题
|
||||||
+ 在README中添加了一个已知储液罐Bug的说明
|
* 在README中添加了一个已知储液罐Bug的说明
|
||||||
|
|
||||||
* 1.1.0
|
* 1.1.0
|
||||||
+ 重写了整个插件,现在可以在仓储类建筑的UI上勾选来将其转变为垃圾桶
|
* 重写了整个插件,现在可以在仓储类建筑的UI上勾选来将其转变为垃圾桶
|
||||||
+ 现在可以将储液罐转变为垃圾桶
|
* 现在可以将储液罐转变为垃圾桶
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|||||||
@@ -1,18 +1,29 @@
|
|||||||
# Dustbin
|
# Dustbin
|
||||||
|
|
||||||
#### Can turn Storages and Tanks into Dustbin(Destroy incoming items)
|
<details>
|
||||||
#### 储物仓和储液罐可以转变为垃圾桶(销毁送进的物品)
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
|
***Can turn Storages and Tanks into Dustbin(Destroy incoming items)***
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
* A checkbox is added to Storages and Tanks UI, which turns them into dustbins.
|
* A checkbox is added to Storages and Tanks UI, which turns them into dustbins.
|
||||||
* Items sent into dustbins are removed immediately.
|
* Items sent into dustbins are removed immediately.
|
||||||
* Can get soil piless from destroyed items, configurable through a json encoded config entry.
|
* Can get soil piless from destroyed items, configurable through a json encoded config entry.
|
||||||
+ You can get item ID list [here](https://dsp-wiki.com/Modding:Items_IDs).
|
* You can get item ID list from [dsp-wiki](https://dsp-wiki.com/Modding:Items_IDs).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>中文读我</summary>
|
||||||
|
|
||||||
|
***储物仓和储液罐可以转变为垃圾桶(销毁送进的物品)***
|
||||||
|
|
||||||
## 使用说明
|
## 使用说明
|
||||||
|
|
||||||
* 在储物仓和储液罐上增加一个垃圾桶的勾选框。
|
* 在储物仓和储液罐上增加一个垃圾桶的勾选框。
|
||||||
* 送进垃圾桶的物品会立即被移除。
|
* 送进垃圾桶的物品会立即被移除。
|
||||||
* 可以从移除的物品中获得沙子,可以通过json编码的设置项进行配置。
|
* 可以从移除的物品中获得沙子,可以通过json编码的设置项进行配置。
|
||||||
+ 可以在[这里](https://dsp-wiki.com/Modding:Items_IDs)获得物品ID列表。
|
* 可以在[这里](https://dsp-wiki.com/Modding:Items_IDs)获得物品ID列表。
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|||||||
39
HideTips/CHANGELOG.md
Normal file
39
HideTips/CHANGELOG.md
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<details>
|
||||||
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
* 1.0.4
|
||||||
|
* Remove `Disable title screen demo scene loading`, as it is buggy in recent updates.
|
||||||
|
* Fix a bug that when tutorials are not added to the guides panel when they are hidden by this MOD.
|
||||||
|
* 1.0.3
|
||||||
|
* Add config entries to disable research completion tips/popup windows
|
||||||
|
* Add a note to README for mod compatibility on `Disable title screen demo scene loading`.
|
||||||
|
* 1.0.2
|
||||||
|
* Add a config entry to disable title screen demo scene loading
|
||||||
|
* 1.0.1
|
||||||
|
* Hide 3 more random tutorial tips popup from bottom-right panel
|
||||||
|
* 1.0.0
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>中文读我</summary>
|
||||||
|
|
||||||
|
## 更新日志
|
||||||
|
|
||||||
|
* 1.0.4
|
||||||
|
* 移除`关闭标题画面的演示场景加载`设置,因为在最近的更新中有较多bug。
|
||||||
|
* 修复了一个bug,当教程指引被这个MOD隐藏时,它们不会被添加到教程面板。
|
||||||
|
* 1.0.3
|
||||||
|
* 增加设置项以关闭研究完成的提示/弹窗
|
||||||
|
* 在README中增加了一个关于`关闭标题画面的演示场景加载`设置的兼容性说明
|
||||||
|
* 1.0.2
|
||||||
|
* 增加设置项以关闭标题画面的演示场景加载
|
||||||
|
* 1.0.1
|
||||||
|
* 可屏蔽右下面板的3种随机提醒
|
||||||
|
* 1.0.0
|
||||||
|
* 初始版本
|
||||||
|
|
||||||
|
</details>
|
||||||
@@ -1,42 +1,23 @@
|
|||||||
# HideTips
|
# HideTips
|
||||||
|
|
||||||
#### Hide/Disable various tutorial tips/messages
|
<details>
|
||||||
#### 隐藏/屏蔽各种引导提示/消息
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
## Changelog
|
***Hide/Disable various tutorial tips/messages***
|
||||||
* 1.0.4
|
|
||||||
+ Remove `Disable title screen demo scene loading`, as it is buggy in recent updates.
|
|
||||||
+ Fix a bug that when tutorials are not added to the guides panel when they are hidden by this MOD.
|
|
||||||
* 1.0.3
|
|
||||||
+ Add config entries to disable research completion tips/popup windows
|
|
||||||
+ Add a note to README for mod compatibility on `Disable title screen demo scene loading`.
|
|
||||||
* 1.0.2
|
|
||||||
+ Add a config entry to disable title screen demo scene loading
|
|
||||||
* 1.0.1
|
|
||||||
+ Hide 3 more random tutorial tips popup from bottom-right panel
|
|
||||||
* 1.0.0
|
|
||||||
+ Initial release
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
* Tips/messages that can be hidden: random-reminder, tutorial, achievement/milestone card, research completion tips/popup windows.
|
* Tips/messages that can be hidden: random-reminder, tutorial, achievement/milestone card, research completion tips/popup windows.
|
||||||
* Skip prologue for new game.
|
* Skip prologue for new game.
|
||||||
* Each type of tips/messages is configurable individually.
|
* Each type of tips/messages is configurable individually.
|
||||||
|
|
||||||
## 更新日志
|
***隐藏/屏蔽各种引导提示/消息***
|
||||||
* 1.0.4
|
|
||||||
+ 移除`关闭标题画面的演示场景加载`设置,因为在最近的更新中有较多bug。
|
</details>
|
||||||
+ 修复了一个bug,当教程指引被这个MOD隐藏时,它们不会被添加到教程面板。
|
|
||||||
* 1.0.3
|
<details>
|
||||||
+ 增加设置项以关闭研究完成的提示/弹窗
|
<summary>中文读我</summary>
|
||||||
+ 在README中增加了一个关于`关闭标题画面的演示场景加载`设置的兼容性说明
|
|
||||||
* 1.0.2
|
|
||||||
+ 增加设置项以关闭标题画面的演示场景加载
|
|
||||||
* 1.0.1
|
|
||||||
+ 可屏蔽右下面板的3种随机提醒
|
|
||||||
* 1.0.0
|
|
||||||
+ 初始版本
|
|
||||||
|
|
||||||
## 使用说明
|
|
||||||
* 可以屏蔽的消息:随机提醒,教程,成就/里程碑卡片,研究完成的提示/弹窗。
|
* 可以屏蔽的消息:随机提醒,教程,成就/里程碑卡片,研究完成的提示/弹窗。
|
||||||
* 跳过新游戏引导动画。
|
* 跳过新游戏引导动画。
|
||||||
* 各种屏蔽功能都可以在配置文件里开关。
|
* 各种屏蔽功能都可以在配置文件里开关。
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|||||||
45
MechaDronesTweaks/CHANGELOG.md
Normal file
45
MechaDronesTweaks/CHANGELOG.md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<details>
|
||||||
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
* 1.1.4
|
||||||
|
* Fixed support for game version 0.10.29
|
||||||
|
|
||||||
|
* 1.1.3
|
||||||
|
* Support for game version 0.10.28.20759+
|
||||||
|
* Fixed a minor bug that `RemoveSpeedLimitForStage1` not working while `UseFixedSpeed` set to false and `SpeedMultiplier` set to 1
|
||||||
|
|
||||||
|
* 1.1.2
|
||||||
|
* `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` and `LargerAreaForTerraform` are moved to [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist)
|
||||||
|
|
||||||
|
* 1.1.1
|
||||||
|
* Fixed crash in `LargeAreaForTerraform` functions.
|
||||||
|
|
||||||
|
* 1.1.0
|
||||||
|
* Added `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` and `LargerAreaForTerraform` options (Check Usage for details).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>中文读我</summary>
|
||||||
|
|
||||||
|
## 更新日志
|
||||||
|
|
||||||
|
* 1.1.4
|
||||||
|
* 修复了对游戏版本0.10.29的支持
|
||||||
|
|
||||||
|
* 1.1.3
|
||||||
|
* 支持游戏版本0.10.28.20759+
|
||||||
|
* 修复了当`UseFixedSpeed`设置为false且`SpeedMultiplier`设置为1时`RemoveSpeedLimitForStage1`无效的问题
|
||||||
|
|
||||||
|
* 1.1.2
|
||||||
|
* `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` 和 `LargerAreaForTerraform` 移动到了 MOD [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist) 中
|
||||||
|
|
||||||
|
* 1.1.1
|
||||||
|
* 修复了 `LargeAreaForTerraform` 功能可能导致崩溃的问题。
|
||||||
|
|
||||||
|
* 1.1.0
|
||||||
|
* 添加了 `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` 和 `LargerAreaForTerraform` 选项 (详情见使用说明)。
|
||||||
|
|
||||||
|
</details>
|
||||||
@@ -1,26 +1,30 @@
|
|||||||
# MechaDronesTweaks
|
# MechaDronesTweaks
|
||||||
|
|
||||||
#### Some tweaks for mecha drones(Successor to FastDrones MOD)
|
<details>
|
||||||
#### 机甲建设机调整(FastDrones MOD的后继者)
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
|
***Some tweaks for mecha drones(Successor to FastDrones MOD)***
|
||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
|
|
||||||
* 1.1.4
|
* 1.1.4
|
||||||
+ Fixed support for game version 0.10.29
|
* Fixed support for game version 0.10.29
|
||||||
|
|
||||||
* 1.1.3
|
* 1.1.3
|
||||||
+ Support for game version 0.10.28.20759+
|
* Support for game version 0.10.28.20759+
|
||||||
+ Fixed a minor bug that `RemoveSpeedLimitForStage1` not working while `UseFixedSpeed` set to false and `SpeedMultiplier` set to 1
|
* Fixed a minor bug that `RemoveSpeedLimitForStage1` not working while `UseFixedSpeed` set to false and `SpeedMultiplier` set to 1
|
||||||
|
|
||||||
* 1.1.2
|
* 1.1.2
|
||||||
+ `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` and `LargerAreaForTerraform` are moved to [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist)
|
* `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` and `LargerAreaForTerraform` are moved to [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist)
|
||||||
|
|
||||||
* 1.1.1
|
* 1.1.1
|
||||||
+ Fixed crash in `LargeAreaForTerraform` functions.
|
* Fixed crash in `LargeAreaForTerraform` functions.
|
||||||
|
|
||||||
* 1.1.0
|
* 1.1.0
|
||||||
+ Added `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` and `LargerAreaForTerraform` options (Check Usage for details).
|
* Added `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` and `LargerAreaForTerraform` options (Check Usage for details).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
* Inspired by [FastDrones](https://dsp.thunderstore.io/package/dkoppstein/FastDrones/), but patching IL codes, consuming less CPU to reduce lags on massive builds especially blueprints' put.
|
* Inspired by [FastDrones](https://dsp.thunderstore.io/package/dkoppstein/FastDrones/), but patching IL codes, consuming less CPU to reduce lags on massive builds especially blueprints' put.
|
||||||
* Does not affect current game-saves, which means:
|
* Does not affect current game-saves, which means:
|
||||||
* All values are patched in memory but written to game-saves so that you can play with normal mecha drone parameters while disabling this MOD.
|
* All values are patched in memory but written to game-saves so that you can play with normal mecha drone parameters while disabling this MOD.
|
||||||
@@ -37,24 +41,15 @@
|
|||||||
* `EnergyMultiplier` [Default Value: 0.1]: Energy consumption multiplier for mecha drones.
|
* `EnergyMultiplier` [Default Value: 0.1]: Energy consumption multiplier for mecha drones.
|
||||||
* Note: This MOD will disable `FastDrones` if the MOD is installed, to avoid conflict in functions.
|
* Note: This MOD will disable `FastDrones` if the MOD is installed, to avoid conflict in functions.
|
||||||
|
|
||||||
## 更新日志
|
</details>
|
||||||
* 1.1.4
|
|
||||||
+ 修复了对游戏版本0.10.29的支持
|
|
||||||
|
|
||||||
* 1.1.3
|
<details>
|
||||||
+ 支持游戏版本0.10.28.20759+
|
<summary>中文读我</summary>
|
||||||
+ 修复了当`UseFixedSpeed`设置为false且`SpeedMultiplier`设置为1时`RemoveSpeedLimitForStage1`无效的问题
|
|
||||||
|
|
||||||
* 1.1.2
|
***机甲建设机调整(FastDrones MOD的后继者)***
|
||||||
+ `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` 和 `LargerAreaForTerraform` 移动到了 MOD [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist) 中
|
|
||||||
|
|
||||||
* 1.1.1
|
|
||||||
+ 修复了 `LargeAreaForTerraform` 功能可能导致崩溃的问题。
|
|
||||||
|
|
||||||
* 1.1.0
|
|
||||||
+ 添加了 `RemoveBuildRangeLimit`, `LargerAreaForUpgradeAndDismantle` 和 `LargerAreaForTerraform` 选项 (详情见使用说明)。
|
|
||||||
|
|
||||||
## 使用说明
|
## 使用说明
|
||||||
|
|
||||||
* 功能参考 [FastDrones](https://dsp.thunderstore.io/package/dkoppstein/FastDrones/),但主要对IL代码进行Patch因此消耗更少的CPU,尤其在大规模建造比如放置蓝图的时候可以大大减少卡顿。
|
* 功能参考 [FastDrones](https://dsp.thunderstore.io/package/dkoppstein/FastDrones/),但主要对IL代码进行Patch因此消耗更少的CPU,尤其在大规模建造比如放置蓝图的时候可以大大减少卡顿。
|
||||||
* 不影响当前游戏存档:
|
* 不影响当前游戏存档:
|
||||||
* 所有修改参数都在内存中Patch不会写入存档,禁用此MOD后可恢复正常建设机参数。
|
* 所有修改参数都在内存中Patch不会写入存档,禁用此MOD后可恢复正常建设机参数。
|
||||||
@@ -70,3 +65,5 @@
|
|||||||
* `SpeedMultiplier` [默认值: 4]: 速度倍数。
|
* `SpeedMultiplier` [默认值: 4]: 速度倍数。
|
||||||
* `EnergyMultiplier` [默认值: 0.1]: 能量消耗倍数。
|
* `EnergyMultiplier` [默认值: 0.1]: 能量消耗倍数。
|
||||||
* 说明: 如果安装了`FastDrones`本MOD会将其禁用避免功能冲突。
|
* 说明: 如果安装了`FastDrones`本MOD会将其禁用避免功能冲突。
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|||||||
@@ -1,29 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<TargetFramework>net472</TargetFramework>
|
|
||||||
<AssemblyName>OCBatchBuild</AssemblyName>
|
|
||||||
<BepInExPluginGuid>org.soardev.ocbatchbuild</BepInExPluginGuid>
|
|
||||||
<Description>DSP MOD - OCBatchBuild</Description>
|
|
||||||
<Version>1.2.0</Version>
|
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
||||||
<LangVersion>latest</LangVersion>
|
|
||||||
<RestoreAdditionalProjectSources>https://nuget.bepinex.dev/v3/index.json</RestoreAdditionalProjectSources>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="BepInEx.Core" Version="5.*" />
|
|
||||||
<PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" />
|
|
||||||
<PackageReference Include="DysonSphereProgram.GameLibs" Version="0.10.32.*-r.*" />
|
|
||||||
<PackageReference Include="UnityEngine.Modules" Version="2018.4.12" IncludeAssets="compile" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
|
|
||||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)' == 'Release'">
|
|
||||||
<Exec Command="del /F /Q package\$(ProjectName)-$(Version).zip
powershell Compress-Archive -Force -DestinationPath 'package/$(ProjectName)-$(Version).zip' -Path '$(TargetPath)', package/icon.png, package/manifest.json, README.md" />
|
|
||||||
</Target>
|
|
||||||
</Project>
|
|
||||||
@@ -1,129 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using BepInEx;
|
|
||||||
using HarmonyLib;
|
|
||||||
|
|
||||||
namespace OCBatchBuild;
|
|
||||||
|
|
||||||
[BepInPlugin(PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
|
|
||||||
public class OrbitalCollectorBatchBuild : BaseUnityPlugin
|
|
||||||
{
|
|
||||||
private new static readonly BepInEx.Logging.ManualLogSource Logger =
|
|
||||||
BepInEx.Logging.Logger.CreateLogSource(PluginInfo.PLUGIN_NAME);
|
|
||||||
|
|
||||||
private bool _cfgEnabled = true;
|
|
||||||
private static int _maxBuildCount;
|
|
||||||
private static bool _instantBuild;
|
|
||||||
|
|
||||||
private void Awake()
|
|
||||||
{
|
|
||||||
_cfgEnabled = Config.Bind("General", "Enabled", _cfgEnabled, "enable/disable this plugin").Value;
|
|
||||||
_maxBuildCount = Config.Bind("General", "MaxBuildCount", _maxBuildCount, "Maximum Orbital Collectors to build once, set to 0 to build as many as possible").Value;
|
|
||||||
_instantBuild = Config.Bind("General", "InstantBuild", _instantBuild, "Enable to make Orbital Collectors built instantly. This is thought to be game logic breaking.").Value;
|
|
||||||
Harmony.CreateAndPatchAll(typeof(OrbitalCollectorBatchBuild));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HarmonyPostfix]
|
|
||||||
[HarmonyPatch(typeof(BuildTool_Click), "CreatePrebuilds")]
|
|
||||||
private static void CreatePrebuilds(BuildTool_Click __instance)
|
|
||||||
{
|
|
||||||
/* Check Gas Planet */
|
|
||||||
if (__instance.planet.type != EPlanetType.Gas) return;
|
|
||||||
if (__instance.buildPreviews.Count == 0) return;
|
|
||||||
|
|
||||||
var buildPreview = __instance.buildPreviews[0];
|
|
||||||
/* Check if is collector station */
|
|
||||||
if (!buildPreview.desc.isCollectStation) return;
|
|
||||||
|
|
||||||
var factory = __instance.factory;
|
|
||||||
var stationPool = factory.transport.stationPool;
|
|
||||||
var entityPool = factory.entityPool;
|
|
||||||
var stationCursor = factory.transport.stationCursor;
|
|
||||||
var pos = buildPreview.lpos;
|
|
||||||
var pos2 = buildPreview.lpos2;
|
|
||||||
var itemId = buildPreview.item.ID;
|
|
||||||
var countToBuild = _maxBuildCount - 1;
|
|
||||||
if (countToBuild == 0) return;
|
|
||||||
var prebuilds = new List<int> {-buildPreview.objId};
|
|
||||||
var player = __instance.player;
|
|
||||||
var firstPos = pos;
|
|
||||||
var cellCount = PlanetGrid.DetermineLongitudeSegmentCount(0, factory.planet.aux.mainGrid.segment) * 5;
|
|
||||||
var cellRad = Math.PI / cellCount;
|
|
||||||
var distRadCount = 0;
|
|
||||||
for (var i = 1; i <= cellCount; i++)
|
|
||||||
{
|
|
||||||
pos = Maths.RotateLF(0.0, 1.0, 0.0, cellRad, pos);
|
|
||||||
if ((firstPos - pos).sqrMagnitude < 14297f) continue;
|
|
||||||
distRadCount = i;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (distRadCount == 0) return;
|
|
||||||
pos = firstPos;
|
|
||||||
/* rotate for a minimal distance for next OC on sphere */
|
|
||||||
pos = Maths.RotateLF(0.0, 1.0, 0.0, cellRad * distRadCount, pos);
|
|
||||||
pos2 = Maths.RotateLF(0.0, 1.0, 0.0, cellRad * distRadCount, pos2);
|
|
||||||
for (var i = distRadCount; i < cellCount && countToBuild != 0;)
|
|
||||||
{
|
|
||||||
/* Check for collision */
|
|
||||||
var collide = false;
|
|
||||||
for (var j = 1; j < stationCursor; j++)
|
|
||||||
{
|
|
||||||
if (stationPool[j] == null || stationPool[j].id != j) continue;
|
|
||||||
if ((entityPool[stationPool[j].entityId].pos - pos).sqrMagnitude >= 14297f) continue;
|
|
||||||
collide = true;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
if (collide)
|
|
||||||
{
|
|
||||||
/* rotate for a small cell on sphere */
|
|
||||||
pos = Maths.RotateLF(0.0, 1.0, 0.0, cellRad, pos);
|
|
||||||
pos2 = Maths.RotateLF(0.0, 1.0, 0.0, cellRad, pos2);
|
|
||||||
i++;
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (player.inhandItemId == itemId && player.inhandItemCount > 0)
|
|
||||||
{
|
|
||||||
player.UseHandItems(1, out var _);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
var count = 1;
|
|
||||||
player.package.TakeTailItems(ref itemId, ref count, out var _);
|
|
||||||
if (count == 0) break;
|
|
||||||
}
|
|
||||||
|
|
||||||
var rot = Maths.SphericalRotation(pos, 0f);
|
|
||||||
var rot2 = Maths.SphericalRotation(pos2, 0f);
|
|
||||||
var prebuild = default(PrebuildData);
|
|
||||||
prebuild.protoId = (short)buildPreview.item.ID;
|
|
||||||
prebuild.modelIndex = (short)buildPreview.desc.modelIndex;
|
|
||||||
prebuild.pos = pos;
|
|
||||||
prebuild.pos2 = pos2;
|
|
||||||
prebuild.rot = rot;
|
|
||||||
prebuild.rot2 = rot2;
|
|
||||||
prebuild.pickOffset = (short)buildPreview.inputOffset;
|
|
||||||
prebuild.insertOffset = (short)buildPreview.outputOffset;
|
|
||||||
prebuild.recipeId = buildPreview.recipeId;
|
|
||||||
prebuild.filterId = buildPreview.filterId;
|
|
||||||
prebuild.InitParametersArray(buildPreview.paramCount);
|
|
||||||
for (var j = 0; j < buildPreview.paramCount; j++)
|
|
||||||
{
|
|
||||||
prebuild.parameters[j] = buildPreview.parameters[j];
|
|
||||||
}
|
|
||||||
prebuilds.Add(factory.AddPrebuildDataWithComponents(prebuild));
|
|
||||||
countToBuild--;
|
|
||||||
/* rotate for minimal distance for next OC on sphere */
|
|
||||||
pos = Maths.RotateLF(0.0, 1.0, 0.0, cellRad * distRadCount, pos);
|
|
||||||
pos2 = Maths.RotateLF(0.0, 1.0, 0.0, cellRad * distRadCount, pos2);
|
|
||||||
i += distRadCount;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!_instantBuild) return;
|
|
||||||
foreach (var id in prebuilds)
|
|
||||||
{
|
|
||||||
factory.BuildFinally(player, id);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
# OrbitalCollectorBatchBuild
|
|
||||||
|
|
||||||
#### Batch build Orbital Collectors
|
|
||||||
#### 轨道采集器快速批量建造
|
|
||||||
|
|
||||||
## Updates
|
|
||||||
### 1.2.0
|
|
||||||
* Support for mods that change default radius of Gas Planets, e.g. `GalacticScale`.
|
|
||||||
* Remove maximum build count limit in config.
|
|
||||||
|
|
||||||
### 1.1.0
|
|
||||||
* Add `InstantBuild` to config
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
* Build any orbital collector on a Gas Giant to trigger building all placable orbital collectors.
|
|
||||||
* Can set maximum orbital collectors to build once in config.
|
|
||||||
* Note: Collectors are placed as prebuilt status, you still need to fly around the Gas Giant to complete building. This is designed not to break much game logic.
|
|
||||||
You can set `InstantBuild` to `true` in config to make them built instantly.
|
|
||||||
|
|
||||||
## 使用说明
|
|
||||||
* 在气态星球上建造任何一个轨道采集器触发所有可建造采集器的放置。
|
|
||||||
* 可以在设置文件中配置一次批量建造的最大轨道采集器数量。
|
|
||||||
* 提示:轨道采集器会处于待建造状态,你仍然需要绕行气态行星一圈以完成建造。这个机制是为了尽可能减少对原有游戏逻辑的破坏。
|
|
||||||
在配置文件里设置`InstantBuild`为`true`可以使采集器的建造立即完成。
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB |
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "OrbitalCollectorBatchBuild",
|
|
||||||
"version_number": "1.2.0",
|
|
||||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/OCBatchBuild",
|
|
||||||
"description": "Batch build Orbital Collectors / 轨道采集器快速批量建造",
|
|
||||||
"dependencies": [
|
|
||||||
"xiaoye97-BepInEx-5.4.17"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,12 +1,9 @@
|
|||||||
# OverclockEverything
|
# OverclockEverything
|
||||||
|
|
||||||
#### Boost nearly all structures
|
***Boost nearly all structures***
|
||||||
#### 加速几乎所有建筑功能
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
* Boost power generation, assembling speed, belt and sorter speed.
|
* Boost power generation, assembling speed, belt and sorter speed.
|
||||||
|
|
||||||
## 使用说明
|
***加速几乎所有建筑功能***
|
||||||
|
|
||||||
* 加快发电,制造,传送带和分拣器速度。
|
* 加快发电,制造,传送带和分拣器速度。
|
||||||
|
|||||||
55
README.md
55
README.md
@@ -1,67 +1,62 @@
|
|||||||
## DSP Mods by Soar Qin
|
# DSP Mods by Soar Qin
|
||||||
|
|
||||||
# [CheatEnabler](CheatEnabler)
|
## [CheatEnabler](CheatEnabler)
|
||||||
|
|
||||||
Add various cheat functions while disabling abnormal determinants
|
Add various cheat functions while disabling abnormal determinants
|
||||||
添加一些作弊功能,同时屏蔽异常检测
|
添加一些作弊功能,同时屏蔽异常检测
|
||||||
|
|
||||||
# [CompressSave](CompressSave)
|
## [CompressSave](CompressSave)
|
||||||
|
|
||||||
Moved [here](https://github.com/soarqin/DSP_Mods_TO/tree/master/CompressSave)
|
Moved [to another repo](https://github.com/soarqin/DSP_Mods_TO/tree/master/CompressSave)
|
||||||
|
|
||||||
# [LogisticMiner](LogisticMiner)
|
## [LogisticMiner](LogisticMiner)
|
||||||
|
|
||||||
Logistic Storages can mine all ores/water on current planet
|
Logistic Storages can mine all ores/water on current planet
|
||||||
物流塔可以采集当前星球的全部矿产(以及水)
|
物流塔可以采集当前星球的全部矿产(以及水)
|
||||||
|
|
||||||
# [HideTips](HideTips)
|
## [HideTips](HideTips)
|
||||||
|
|
||||||
Hide/Disable various tutorial tips/messages
|
Hide/Disable various tutorial tips/messages
|
||||||
隐藏/屏蔽各种引导提示/消息
|
隐藏/屏蔽各种引导提示/消息
|
||||||
|
|
||||||
# [Dustbin](Dustbin)
|
## [Dustbin](Dustbin)
|
||||||
|
|
||||||
Can turn Storages and Tanks into Dustbin(Destroy incoming items)
|
Can turn Storages and Tanks into Dustbin(Destroy incoming items)
|
||||||
储物仓和储液罐可以转变为垃圾桶(销毁送进的物品)
|
储物仓和储液罐可以转变为垃圾桶(销毁送进的物品)
|
||||||
|
|
||||||
# [OverclockEverything](OverclockEverything)
|
## [OverclockEverything](OverclockEverything)
|
||||||
|
|
||||||
Boost nearly all structures
|
Boost nearly all structures
|
||||||
加速几乎所有建筑功能
|
加速几乎所有建筑功能
|
||||||
|
|
||||||
# [OrbitalCollectorBatchBuild](OCBatchBuild)
|
## [UniverseGenTweaks](UniverseGenTweaks)
|
||||||
|
|
||||||
Batch build Orbital Collectors
|
Universe Generator Tweak
|
||||||
轨道采集器快速批量建造
|
|
||||||
|
|
||||||
# [UniverseGenTweaks](UniverseGenTweaks)
|
|
||||||
|
|
||||||
Universe Generator Tweak
|
|
||||||
宇宙生成参数调节
|
宇宙生成参数调节
|
||||||
|
|
||||||
# [MechaDronesTweaks](MechaDronesTweaks)
|
## [MechaDronesTweaks](MechaDronesTweaks)
|
||||||
|
|
||||||
Some tweaks for mecha drones and build functions(Successor to FastDrones MOD)
|
Some tweaks for mecha drones and build functions(Successor to FastDrones MOD)
|
||||||
机甲建设机和建设功能调整(FastDrones MOD的后继者)
|
机甲建设机和建设功能调整(FastDrones MOD的后继者)
|
||||||
|
|
||||||
# [LabOpt](LabOpt)
|
## [LabOpt](LabOpt)
|
||||||
|
|
||||||
Performance optimizations for Matrix Labs
|
Performance optimizations for Matrix Labs
|
||||||
Marked as obsoleted temporarily, needs more investigation about LabComponent's mechanism
|
Marked as obsoleted temporarily, needs more investigation about LabComponent's mechanism
|
||||||
优化研究站性能
|
优化研究站性能
|
||||||
暂时标识为过期,需要更多关于LabComponent机制的研究
|
暂时标识为过期,需要更多关于LabComponent机制的研究
|
||||||
|
|
||||||
# [PoolOpt](PoolOpt)
|
## [PoolOpt](PoolOpt)
|
||||||
|
|
||||||
Optimize memory pools on loading gamesaves
|
Optimize memory pools on loading gamesaves
|
||||||
加载游戏存档时优化内存池的使用
|
加载游戏存档时优化内存池的使用
|
||||||
|
|
||||||
# [UserCloak](UserCloak)
|
## [UserCloak](UserCloak)
|
||||||
|
|
||||||
Cloak(Fake) user account info
|
Cloak(Fake) user account info
|
||||||
隐匿(伪装)用户账号信息
|
隐匿(伪装)用户账号信息
|
||||||
|
|
||||||
# [UXAssist](UXAssist)
|
## [UXAssist](UXAssist)
|
||||||
|
|
||||||
Some functions and patches for better user experience
|
Some functions and patches for better user experience
|
||||||
一些提升用户体验的功能和补丁
|
一些提升用户体验的功能和补丁
|
||||||
|
|||||||
@@ -3,145 +3,145 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>Read me in English</summary>
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
#### Some functions and patches for better user experience
|
***Some functions and patches for better user experience***
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
* Press `` Alt+`(BackQuote) `` to call up the config panel. You can change the shortcut on the panel.
|
* Press `` Alt+`(BackQuote) `` to call up the config panel. You can change the shortcut on the panel.
|
||||||
* There are also buttons on title screen and planet minimap area to call up the config panel.
|
* There are also buttons on title screen and planet minimap area to call up the config panel.
|
||||||
* Patches:
|
* Patches:
|
||||||
+ Strict hotkey dectection for build menu, thus building hotkeys(0~9, F1~F10, X, U) are not triggered while holding Ctrl/Alt/Shift.
|
* Strict hotkey dectection for build menu, thus building hotkeys(0~9, F1~F10, X, U) are not triggered while holding Ctrl/Alt/Shift.
|
||||||
+ Fix a bug that warning popup on `Veins Utilization` upgraded to level 8000+
|
* Fix a bug that warning popup on `Veins Utilization` upgraded to level 8000+
|
||||||
+ Sort blueprint structures before saving, to reduce generated blueprint data size a little
|
* Sort blueprint structures before saving, to reduce generated blueprint data size a little
|
||||||
+ Increase maximum count of Metadata Instantiations to 20000 (from 2000)
|
* Increase maximum count of Metadata Instantiations to 20000 (from 2000)
|
||||||
+ Increase capacity of player order queue to 128 (from 16)
|
* Increase capacity of player order queue to 128 (from 16)
|
||||||
+ Enable `Hide UI` function(`F11` by default) while on Star Map view
|
* Enable `Hide UI` function(`F11` by default) while on Star Map view
|
||||||
+ Append mod profile name to game window title, if using mod managers (`Thunderstore Mod Manager` or `r2modman`).
|
* Append mod profile name to game window title, if using mod managers (`Thunderstore Mod Manager` or `r2modman`).
|
||||||
* Features:
|
* Features:
|
||||||
+ General
|
* General
|
||||||
- Enable game window resize
|
* Enable game window resize
|
||||||
- Remember window position and size on last exit
|
* Remember window position and size on last exit
|
||||||
- Convert Peace-Mode saves to Combat-Mode on loading
|
* Convert Peace-Mode saves to Combat-Mode on loading
|
||||||
- Scale up mouse cursor
|
* Scale up mouse cursor
|
||||||
- Note: This will enable software cursor mode, which may cause mouse movement lag on heavy load.
|
* Note: This will enable software cursor mode, which may cause mouse movement lag on heavy load.
|
||||||
- Mod manager profile based save folder
|
* Mod manager profile based save folder
|
||||||
- Save files are stored in `Save\<ProfileName>` folder.
|
* Save files are stored in `Save\<ProfileName>` folder.
|
||||||
- Will use original save location if matching default profile name.
|
* Will use original save location if matching default profile name.
|
||||||
- Mod manager profile based option
|
* Mod manager profile based option
|
||||||
- Option file is stored as `Options\<ProfileName>.xml`.
|
* Option file is stored as `Options\<ProfileName>.xml`.
|
||||||
- Logical Frame Rate
|
* Logical Frame Rate
|
||||||
- This will change game running speed, down to 0.1x slower and up to 10x faster.
|
* This will change game running speed, down to 0.1x slower and up to 10x faster.
|
||||||
- A pair of shortcut keys (`-` and `+`) to change the logical frame rate by -0.5x and +0.5x.
|
* A pair of shortcut keys (`-` and `+`) to change the logical frame rate by -0.5x and +0.5x.
|
||||||
- Note:
|
* Note:
|
||||||
- High logical frame rate is not guaranteed to be stable, especially when factories are under heavy load.
|
* High logical frame rate is not guaranteed to be stable, especially when factories are under heavy load.
|
||||||
- This will not affect some game animations.
|
* This will not affect some game animations.
|
||||||
- When set game speed in mod `Auxilaryfunction`, this feature will be disabled.
|
* When set game speed in mod `Auxilaryfunction`, this feature will be disabled.
|
||||||
- When mod `BulletTime` is installed, this feature will be hidden, but patch `BulletTime`'s speed control, to make its maximum speed 10x.
|
* When mod `BulletTime` is installed, this feature will be hidden, but patch `BulletTime`'s speed control, to make its maximum speed 10x.
|
||||||
- Set process priority
|
* Set process priority
|
||||||
- Set enabled CPU threads
|
* Set enabled CPU threads
|
||||||
- Increase maximum count of Metadata Instantiations to 20000 (from 2000)
|
* Increase maximum count of Metadata Instantiations to 20000 (from 2000)
|
||||||
- Increase capacity of player order queue to 128 (from 16)
|
* Increase capacity of player order queue to 128 (from 16)
|
||||||
- Starmap view:
|
* Starmap view:
|
||||||
- Add a star name filter, you can filter displayed star names by ores or planet types now.
|
* Add a star name filter, you can filter displayed star names by ores or planet types now.
|
||||||
- Add a dropdown box to show all stars' distance and/or planet count.
|
* Add a dropdown box to show all stars' distance and/or planet count.
|
||||||
+ Factory
|
* Factory
|
||||||
- Sunlight at night
|
* Sunlight at night
|
||||||
- Remove some build conditions
|
* Remove some build conditions
|
||||||
- Remove build count and range limit
|
* Remove build count and range limit
|
||||||
- Larger area for upgrade and dismantle(30x30 at max)
|
* Larger area for upgrade and dismantle(30x30 at max)
|
||||||
- Larger area for terraform(30x30 at max)
|
* Larger area for terraform(30x30 at max)
|
||||||
- Off-grid building and stepped rotation
|
* Off-grid building and stepped rotation
|
||||||
- Cut conveyor belt
|
* Cut conveyor belt
|
||||||
- Press shortcut key to cut conveyor belt under cursor.
|
* Press shortcut key to cut conveyor belt under cursor.
|
||||||
- The default shortcut key is Alt+X, you can set it in system options panel.
|
* The default shortcut key is Alt+X, you can set it in system options panel.
|
||||||
- Treat stack items as single in monitor components
|
* Treat stack items as single in monitor components
|
||||||
- Quick build and dismantle stacking labs/storages/tanks
|
* Quick build and dismantle stacking labs/storages/tanks
|
||||||
- Fast fill in to and take out from tanks
|
* Fast fill in to and take out from tanks
|
||||||
- You can set multiplier for tanks' operation speed
|
* You can set multiplier for tanks' operation speed
|
||||||
- This affects manually fill in to and/or take out from tanks, as well as transfer from upper to lower level.
|
* This affects manually fill in to and/or take out from tanks, as well as transfer from upper to lower level.
|
||||||
- Protect veins from exhaustion
|
* Protect veins from exhaustion
|
||||||
- By default, the vein amount is protected at 100, and oil speed is protected at 1.0/s, you can set them yourself in config file.
|
* By default, the vein amount is protected at 100, and oil speed is protected at 1.0/s, you can set them yourself in config file.
|
||||||
- When reach the protection value, veins/oils steeps will not be mined/extracted any longer.
|
* When reach the protection value, veins/oils steeps will not be mined/extracted any longer.
|
||||||
- Close this function to resume mining and pumping, usually when you have enough level on `Veins Utilization`
|
* Close this function to resume mining and pumping, usually when you have enough level on `Veins Utilization`
|
||||||
- Do not render factory entities (except belts and sorters)
|
* Do not render factory entities (except belts and sorters)
|
||||||
- This also makes players click though factory entities but belts and sorters
|
* This also makes players click though factory entities but belts and sorters
|
||||||
- Drag building power poles in maximum connection range
|
* Drag building power poles in maximum connection range
|
||||||
- Dismantle blueprint selected buildings
|
* Dismantle blueprint selected buildings
|
||||||
- Press shortcut key in blueprint copy mode to dismantle selected buildings.
|
* Press shortcut key in blueprint copy mode to dismantle selected buildings.
|
||||||
- The default shortcut key is Ctrl+X, you can set it in system options panel.
|
* The default shortcut key is Ctrl+X, you can set it in system options panel.
|
||||||
- Re-intialize planet (without reseting veins)
|
* Re-intialize planet (without reseting veins)
|
||||||
- Quick dismantle all buildings (without drops)
|
* Quick dismantle all buildings (without drops)
|
||||||
- Quick build Orbital Collectors
|
* Quick build Orbital Collectors
|
||||||
- Belt signals for buy out dark fog items automatically
|
* Belt signals for buy out dark fog items automatically
|
||||||
- 6 belt signals are added to the signal panel, which can be used to buy out dark fog items automatically.
|
* 6 belt signals are added to the signal panel, which can be used to buy out dark fog items automatically.
|
||||||
- Generated items are stacked in 4 items.
|
* Generated items are stacked in 4 items.
|
||||||
- Exchange ratio is following the original game design, aka:
|
* Exchange ratio is following the original game design, aka:
|
||||||
- 1 Metaverse = 20 Dark Fog Matrices
|
* 1 Metaverse = 20 Dark Fog Matrices
|
||||||
- 1 Metaverse = 60 Engery Shards
|
* 1 Metaverse = 60 Engery Shards
|
||||||
- 1 Metaverse = 30 Silicon-based Neurons
|
* 1 Metaverse = 30 Silicon-based Neurons
|
||||||
- 1 Metaverse = 30 Negentropy Singularities
|
* 1 Metaverse = 30 Negentropy Singularities
|
||||||
- 1 Metaverse = 30 Matter Recombinators
|
* 1 Metaverse = 30 Matter Recombinators
|
||||||
- 1 Metaverse = 10 Core Elements
|
* 1 Metaverse = 10 Core Elements
|
||||||
- Tweak building buffer
|
* Tweak building buffer
|
||||||
- Factory recipe buffer formula: take the larger value between `Assembler buffer time multiplier(in seconds) * items needed per second` and `Assembler buffer minimum multiplier * items needed per recipe`
|
* Factory recipe buffer formula: take the larger value between `Assembler buffer time multiplier(in seconds) * items needed per second` and `Assembler buffer minimum multiplier * items needed per recipe`
|
||||||
- `Assembler buffer time multiplier(in seconds)`: Range 2-10, default is 4 (same as game)
|
* `Assembler buffer time multiplier(in seconds)`: Range 2-10, default is 4 (same as game)
|
||||||
- `Assembler buffer minimum multiplier`: Range 2-10, default is 2 (same as game)
|
* `Assembler buffer minimum multiplier`: Range 2-10, default is 2 (same as game)
|
||||||
- Matrix Lab assembly mode formula: Default buffer is `Buffer count for assembling in labs`, when using Self-evolution Lab, if recipe's original production time is not greater than 9 seconds, add `Extra buffer count for Self-evolution Labs` * (`Lab speed` - 1)
|
* Matrix Lab assembly mode formula: Default buffer is `Buffer count for assembling in labs`, when using Self-evolution Lab, if recipe's original production time is not greater than 9 seconds, add `Extra buffer count for Self-evolution Labs` * (`Lab speed` - 1)
|
||||||
- `Buffer count for assembling in labs`: Range 2-20, default is 6 (same as game)
|
* `Buffer count for assembling in labs`: Range 2-20, default is 6 (same as game)
|
||||||
- `Extra buffer count for Self-evolution Labs`: Range 1-10, default is 3 (same as game)
|
* `Extra buffer count for Self-evolution Labs`: Range 1-10, default is 3 (same as game)
|
||||||
- `Buffer count for researching in labs`: Range 2-20, default is 10 (same as game)
|
* `Buffer count for researching in labs`: Range 2-20, default is 10 (same as game)
|
||||||
- `Ray Receiver Graviton Lens buffer count`: Range 1-20, default is 1 (game default is 20)
|
* `Ray Receiver Graviton Lens buffer count`: Range 1-20, default is 1 (game default is 20)
|
||||||
- `Ejector Solar Sails buffer count`: Range 5-400 (step by 5), default is 20 (same as game)
|
* `Ejector Solar Sails buffer count`: Range 5-400 (step by 5), default is 20 (same as game)
|
||||||
- `Silo Rockets buffer count`: Range 1-20, default is 20 (same as game)
|
* `Silo Rockets buffer count`: Range 1-20, default is 20 (same as game)
|
||||||
+ Logistics
|
* Logistics
|
||||||
- Enhanced control for logistic storage capacities
|
* Enhanced control for logistic storage capacities
|
||||||
- Logistic storage capacities are not scaled on upgrading `Logistics Carrier Capacity`, if they are not set to maximum capacity or already greater than maximum capacity.
|
* Logistic storage capacities are not scaled on upgrading `Logistics Carrier Capacity`, if they are not set to maximum capacity or already greater than maximum capacity.
|
||||||
- You can use arrow keys to adjust logistic storage capacities gracefully.
|
* You can use arrow keys to adjust logistic storage capacities gracefully.
|
||||||
- Logistics Control Panel Improvement
|
* Logistics Control Panel Improvement
|
||||||
- Auto apply filter with item under mouse cursor while opening the panel
|
* Auto apply filter with item under mouse cursor while opening the panel
|
||||||
- Quick-set item filter while right-clicking item icons in storage list on the panel
|
* Quick-set item filter while right-clicking item icons in storage list on the panel
|
||||||
- Allow overflow for Logistic Stations and Advanced Mining Machines
|
* Allow overflow for Logistic Stations and Advanced Mining Machines
|
||||||
- Allow overflow when trying to insert in-hand items
|
* Allow overflow when trying to insert in-hand items
|
||||||
- Allow `Enhanced control for logistic storage capacities` to exceed tech capacity limits
|
* Allow `Enhanced control for logistic storage capacities` to exceed tech capacity limits
|
||||||
- Remove logistic strorage capacity limit check on loading game
|
* Remove logistic strorage capacity limit check on loading game
|
||||||
- Real-time logistic stations info panel
|
* Real-time logistic stations info panel
|
||||||
- Auto-config logistic stations
|
* Auto-config logistic stations
|
||||||
- Auto-config buildings include: Logistics Distributor, PLS, ILS, Advanced Mining Machine
|
* Auto-config buildings include: Logistics Distributor, PLS, ILS, Advanced Mining Machine
|
||||||
+ Player/Mecha
|
* Player/Mecha
|
||||||
- Unlimited interactive range
|
* Unlimited interactive range
|
||||||
- Enable player actions in globe view
|
* Enable player actions in globe view
|
||||||
- Hide tips for soil piles changes
|
* Hide tips for soil piles changes
|
||||||
- Enhanced count control for hand-make
|
* Enhanced count control for hand-make
|
||||||
- Shortcut keys for showing stars' name
|
* Shortcut keys for showing stars' name
|
||||||
- Add a shortcut key to always show all star names in starmap when holding, default is `Alt`
|
* Add a shortcut key to always show all star names in starmap when holding, default is `Alt`
|
||||||
- Add a shortcut key to toggle between three star name display states in starmap: `Original state`, `Show all names`, `Hide all names`, default is `Tab`, will restore to original state when closing starmap
|
* Add a shortcut key to toggle between three star name display states in starmap: `Original state`, `Show all names`, `Hide all names`, default is `Tab`, will restore to original state when closing starmap
|
||||||
- Auto navigation on sailings
|
* Auto navigation on sailings
|
||||||
- It keeps Icarus on course to the target planet
|
* It keeps Icarus on course to the target planet
|
||||||
- It will try to bypass any obstacles(planets, stars or dark-fog hives) on the way
|
* It will try to bypass any obstacles(planets, stars or dark-fog hives) on the way
|
||||||
- Furthermore, you can set a shortcut key in the system options window, which is used to toggle `Auto-cruise` that enables flying to targeted planets fully automatically.
|
* Furthermore, you can set a shortcut key in the system options window, which is used to toggle `Auto-cruise` that enables flying to targeted planets fully automatically.
|
||||||
- Auto-cruise will start when you select a planet as target
|
* Auto-cruise will start when you select a planet as target
|
||||||
- It will use warper to fly to the target planet if the planet is too far away, the range can be configured.
|
* It will use warper to fly to the target planet if the planet is too far away, the range can be configured.
|
||||||
- It will speed down when approaching the target planet, to avoid overshooting
|
* It will speed down when approaching the target planet, to avoid overshooting
|
||||||
+ Dyson Sphere
|
* Dyson Sphere
|
||||||
- Stop ejectors when available nodes are all filled up
|
* Stop ejectors when available nodes are all filled up
|
||||||
- Construct only structure points but frames
|
* Construct only structure points but frames
|
||||||
- Re-initialize Dyson Spheres
|
* Re-initialize Dyson Spheres
|
||||||
- Quick dismantle Dyson Shells
|
* Quick dismantle Dyson Shells
|
||||||
- Dyson Sphere "Auto Fast Build" speed multiplier
|
* Dyson Sphere "Auto Fast Build" speed multiplier
|
||||||
- Note: this only applies to `Dyson Sphere "Auto Fast Build"` in sandbox mode
|
* Note: this only applies to `Dyson Sphere "Auto Fast Build"` in sandbox mode
|
||||||
+ Tech
|
* Tech
|
||||||
- Restore upgrades of `Sorter Cargo Stacking` on panel
|
* Restore upgrades of `Sorter Cargo Stacking` on panel
|
||||||
- Set `Sorter Cargo Stacking` to unresearched state
|
* Set `Sorter Cargo Stacking` to unresearched state
|
||||||
- Buy out techs with their prerequisites
|
* Buy out techs with their prerequisites
|
||||||
- This enables batch buying out techs with their prerequisites. Buy-out button is shown for all locked techs/upgrads.
|
* This enables batch buying out techs with their prerequisites. Buy-out button is shown for all locked techs/upgrads.
|
||||||
+ Combat
|
* Combat
|
||||||
- Open Dark Fog Communicator anywhere
|
* Open Dark Fog Communicator anywhere
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
* Please upgrade `BepInEx` 5.4.21 or later if using with [BlueprintTweaks](https://dsp.thunderstore.io/package/kremnev8/BlueprintTweaks/) to avoid possible conflicts.
|
* Please upgrade `BepInEx` 5.4.21 or later if using with [BlueprintTweaks](https://dsp.thunderstore.io/package/kremnev8/BlueprintTweaks/) to avoid possible conflicts.
|
||||||
+ You can download `BepInEx` [here](https://github.com/bepinex/bepinex/releases/latest)(choose x64 edition).
|
* You can download [BepInEx here](https://github.com/bepinex/bepinex/releases/latest)(choose x64 edition).
|
||||||
+ If using with r2modman, you can upgrade `BepInEx` by clicking `Settings` -> `Browse profile folder`, then extract downloaded zip to the folder and overwrite existing files.
|
* If using with r2modman, you can upgrade `BepInEx` by clicking `Settings` -> `Browse profile folder`, then extract downloaded zip to the folder and overwrite existing files.
|
||||||
|
|
||||||
## CREDITS
|
## CREDITS
|
||||||
|
|
||||||
@@ -156,9 +156,10 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>中文读我</summary>
|
<summary>中文读我</summary>
|
||||||
|
|
||||||
#### 一些提升用户体验的功能和补丁
|
***一些提升用户体验的功能和补丁***
|
||||||
|
|
||||||
## Bug反馈
|
## Bug反馈
|
||||||
|
|
||||||
* QQ群:372754090
|
* QQ群:372754090
|
||||||
|
|
||||||
## 使用说明
|
## 使用说明
|
||||||
@@ -166,139 +167,139 @@
|
|||||||
* 按 `` Alt+`(反引号) `` 键呼出主面板,可以在面板上修改快捷键。
|
* 按 `` Alt+`(反引号) `` 键呼出主面板,可以在面板上修改快捷键。
|
||||||
* 标题界面和行星小地图旁也有按钮呼出主面板。
|
* 标题界面和行星小地图旁也有按钮呼出主面板。
|
||||||
* 补丁:
|
* 补丁:
|
||||||
+ 更严格的建造菜单热键检测,因此在按住Ctrl/Alt/Shift时不再会触发建造热键(0~9, F1~F10, X, U)
|
* 更严格的建造菜单热键检测,因此在按住Ctrl/Alt/Shift时不再会触发建造热键(0~9, F1~F10, X, U)
|
||||||
+ 修复了`矿物利用`升级到8000级以上时弹出警告的bug
|
* 修复了`矿物利用`升级到8000级以上时弹出警告的bug
|
||||||
+ 保存蓝图前对建筑进行排序,以减少生成的蓝图数据大小
|
* 保存蓝图前对建筑进行排序,以减少生成的蓝图数据大小
|
||||||
+ 将元数据提取的最大数量增加到20000(原来为2000)
|
* 将元数据提取的最大数量增加到20000(原来为2000)
|
||||||
+ 将玩家指令队列的容量增加到128(原来为16)
|
* 将玩家指令队列的容量增加到128(原来为16)
|
||||||
+ 在星图视图中启用`隐藏UI`功能(默认按键为`F11`)
|
* 在星图视图中启用`隐藏UI`功能(默认按键为`F11`)
|
||||||
+ 如果使用mod管理器(`Thunderstore Mod Manager`或`r2modman`)启动游戏,在游戏窗口标题中追加mod配置档案名
|
* 如果使用mod管理器(`Thunderstore Mod Manager`或`r2modman`)启动游戏,在游戏窗口标题中追加mod配置档案名
|
||||||
* 功能:
|
* 功能:
|
||||||
+ 通用
|
* 通用
|
||||||
- 可调整游戏窗口大小(可最大化和拖动边框)
|
* 可调整游戏窗口大小(可最大化和拖动边框)
|
||||||
- 记住上次退出时的窗口位置和大小
|
* 记住上次退出时的窗口位置和大小
|
||||||
- 在加载和平模式存档时将其转换为战斗模式
|
* 在加载和平模式存档时将其转换为战斗模式
|
||||||
- 放大鼠标指针
|
* 放大鼠标指针
|
||||||
- 注意:这将启用软件指针模式,可能会在CPU负载较重时导致鼠标移动延迟
|
* 注意:这将启用软件指针模式,可能会在CPU负载较重时导致鼠标移动延迟
|
||||||
- 基于mod管理器配置档案名的存档文件夹
|
* 基于mod管理器配置档案名的存档文件夹
|
||||||
- 存档文件会存储在`Save\<ProfileName>`文件夹中
|
* 存档文件会存储在`Save\<ProfileName>`文件夹中
|
||||||
- 如果匹配默认配置档案名则使用原始存档位置
|
* 如果匹配默认配置档案名则使用原始存档位置
|
||||||
- 基于mod管理器配置档案名的选项文件
|
* 基于mod管理器配置档案名的选项文件
|
||||||
- 选项文件存储为`Options\<ProfileName>.xml`
|
* 选项文件存储为`Options\<ProfileName>.xml`
|
||||||
- 逻辑帧倍率
|
* 逻辑帧倍率
|
||||||
- 这将改变游戏运行速度,最慢0.1倍,最快10倍
|
* 这将改变游戏运行速度,最慢0.1倍,最快10倍
|
||||||
- 设置了一对快捷键(`-`和`+`),可以-/+0.5倍改变逻辑帧倍率
|
* 设置了一对快捷键(`-`和`+`),可以-/+0.5倍改变逻辑帧倍率
|
||||||
- 注意:
|
* 注意:
|
||||||
- 高逻辑帧倍率不能保证稳定性,特别是在工厂负载较重时
|
* 高逻辑帧倍率不能保证稳定性,特别是在工厂负载较重时
|
||||||
- 这不会影响一些游戏动画
|
* 这不会影响一些游戏动画
|
||||||
- 当在`Auxilaryfunction`mod中设置游戏速度时,此功能将被禁用
|
* 当在`Auxilaryfunction`mod中设置游戏速度时,此功能将被禁用
|
||||||
- 当安装了`BulletTime`mod时,此功能将被隐藏,但会对`BulletTime`的速度控制打补丁,使其最大速度变为10倍
|
* 当安装了`BulletTime`mod时,此功能将被隐藏,但会对`BulletTime`的速度控制打补丁,使其最大速度变为10倍
|
||||||
- 设置进程优先级
|
* 设置进程优先级
|
||||||
- 设置使用的CPU线程
|
* 设置使用的CPU线程
|
||||||
- 将元数据提取的最大数量增加到20000(原来为2000)
|
* 将元数据提取的最大数量增加到20000(原来为2000)
|
||||||
- 将玩家指令队列的容量增加到128(原来为16)
|
* 将玩家指令队列的容量增加到128(原来为16)
|
||||||
- 星图:
|
* 星图:
|
||||||
- 添加星系名过滤器,现在可以按矿物或行星类型过滤显示的星系名
|
* 添加星系名过滤器,现在可以按矿物或行星类型过滤显示的星系名
|
||||||
- 添加了一个下拉框用以切换显示所有星系的距离和/或行星数量
|
* 添加了一个下拉框用以切换显示所有星系的距离和/或行星数量
|
||||||
+ 工厂
|
* 工厂
|
||||||
- 夜间日光灯
|
* 夜间日光灯
|
||||||
- 移除部分不影响游戏逻辑的建造条件
|
* 移除部分不影响游戏逻辑的建造条件
|
||||||
- 范围升级和拆除的最大区域扩大(最大30x30)
|
* 范围升级和拆除的最大区域扩大(最大30x30)
|
||||||
- 范围铺设地基的最大区域扩大(最大30x30)
|
* 范围铺设地基的最大区域扩大(最大30x30)
|
||||||
- 脱离网格建造以及小角度旋转
|
* 脱离网格建造以及小角度旋转
|
||||||
- 切割传送带
|
* 切割传送带
|
||||||
- 按快捷键切割光标位置的传送带
|
* 按快捷键切割光标位置的传送带
|
||||||
- 默认快捷键是Alt+X,可以在系统选项面板中设置
|
* 默认快捷键是Alt+X,可以在系统选项面板中设置
|
||||||
- 在流速计中将堆叠物品视为单个物品
|
* 在流速计中将堆叠物品视为单个物品
|
||||||
- 快速建造和拆除堆叠研究站/储物仓/储液罐
|
* 快速建造和拆除堆叠研究站/储物仓/储液罐
|
||||||
- 储液罐快速注入和抽取液体
|
* 储液罐快速注入和抽取液体
|
||||||
- 你可以设置储液罐操作速度的倍率
|
* 你可以设置储液罐操作速度的倍率
|
||||||
- 影响手动注入和抽取,以及从储液罐上层传输到下层的速度
|
* 影响手动注入和抽取,以及从储液罐上层传输到下层的速度
|
||||||
- 保护矿脉不会耗尽
|
* 保护矿脉不会耗尽
|
||||||
- 默认矿脉数量保护在100,采油速保护在1.0/s,你可以在配置文件中自行设置。
|
* 默认矿脉数量保护在100,采油速保护在1.0/s,你可以在配置文件中自行设置。
|
||||||
- 当达到保护值时,矿脉和油井将不再被开采。
|
* 当达到保护值时,矿脉和油井将不再被开采。
|
||||||
- 关闭此功能以恢复开采,一般是当你在`矿物利用`上有足够的等级时。
|
* 关闭此功能以恢复开采,一般是当你在`矿物利用`上有足够的等级时。
|
||||||
- 不渲染工厂建筑实体(除了传送带和分拣器)
|
* 不渲染工厂建筑实体(除了传送带和分拣器)
|
||||||
- 这也使玩家可以点穿工厂实体直接点到传送带和分拣器
|
* 这也使玩家可以点穿工厂实体直接点到传送带和分拣器
|
||||||
- 拖动建造电线杆时自动使用最大连接距离间隔
|
* 拖动建造电线杆时自动使用最大连接距离间隔
|
||||||
- 拆除蓝图选中的建筑
|
* 拆除蓝图选中的建筑
|
||||||
- 在蓝图复制模式下按快捷键拆除选中的建筑
|
* 在蓝图复制模式下按快捷键拆除选中的建筑
|
||||||
- 默认快捷键是Ctrl+X,可以在系统选项面板中设置
|
* 默认快捷键是Ctrl+X,可以在系统选项面板中设置
|
||||||
- 初始化本行星(不重置矿脉)
|
* 初始化本行星(不重置矿脉)
|
||||||
- 快速拆除所有建筑(不掉落)
|
* 快速拆除所有建筑(不掉落)
|
||||||
- 快速建造轨道采集器
|
* 快速建造轨道采集器
|
||||||
- 用于自动购买黑雾物品的传送带信号
|
* 用于自动购买黑雾物品的传送带信号
|
||||||
- 在信号面板上添加了6个传送带信号,可以用于自动购买黑雾道具。
|
* 在信号面板上添加了6个传送带信号,可以用于自动购买黑雾道具。
|
||||||
- 生成的物品堆叠数为4。
|
* 生成的物品堆叠数为4。
|
||||||
- 兑换比率遵循原始游戏设计,即:
|
* 兑换比率遵循原始游戏设计,即:
|
||||||
- 1个元宇宙 = 20个黑雾矩阵
|
* 1个元宇宙 = 20个黑雾矩阵
|
||||||
- 1个元宇宙 = 60个能量碎片
|
* 1个元宇宙 = 60个能量碎片
|
||||||
- 1个元宇宙 = 30个硅基神经元
|
* 1个元宇宙 = 30个硅基神经元
|
||||||
- 1个元宇宙 = 30个负熵奇点
|
* 1个元宇宙 = 30个负熵奇点
|
||||||
- 1个元宇宙 = 30个物质重组器
|
* 1个元宇宙 = 30个物质重组器
|
||||||
- 1个元宇宙 = 10个核心素
|
* 1个元宇宙 = 10个核心素
|
||||||
- 调整建筑输入缓冲
|
* 调整建筑输入缓冲
|
||||||
- 工厂配方计算公式,在`工厂配方缓冲时间倍率秒数x每秒需要的原料数量`和`工厂配方缓冲最小倍率x每生产一次配方需要的原料数量`中取更大的那个值
|
* 工厂配方计算公式,在`工厂配方缓冲时间倍率秒数x每秒需要的原料数量`和`工厂配方缓冲最小倍率x每生产一次配方需要的原料数量`中取更大的那个值
|
||||||
- `工厂配方缓冲时间倍率(秒)`:范围2-10,默认为4(同游戏)
|
* `工厂配方缓冲时间倍率(秒)`:范围2-10,默认为4(同游戏)
|
||||||
- `工厂配方缓冲最小倍率`:范围2-10,默认为2(同游戏)
|
* `工厂配方缓冲最小倍率`:范围2-10,默认为2(同游戏)
|
||||||
- 研究站矩阵合成模式计算公式,默认缓存`研究站矩阵合成模式缓存数量`个,当使用自演化研究站时,如果配方的原始生产时间不大于9秒,则增加`自演化研究站矩阵额外缓冲数量`*(`研究站速度倍率`-1)
|
* 研究站矩阵合成模式计算公式,默认缓存`研究站矩阵合成模式缓存数量`个,当使用自演化研究站时,如果配方的原始生产时间不大于9秒,则增加`自演化研究站矩阵额外缓冲数量`*(`研究站速度倍率`-1)
|
||||||
- `研究站矩阵合成模式缓存数量`:范围2-20,默认为6(同游戏)
|
* `研究站矩阵合成模式缓存数量`:范围2-20,默认为6(同游戏)
|
||||||
- `自演化研究站矩阵额外缓冲数量`:范围1-10,默认为3(同游戏)
|
* `自演化研究站矩阵额外缓冲数量`:范围1-10,默认为3(同游戏)
|
||||||
- `研究站科研模式缓存数量`:范围2-20,默认为10(同游戏)
|
* `研究站科研模式缓存数量`:范围2-20,默认为10(同游戏)
|
||||||
- `射线接收器透镜缓冲数量`:范围1-20,默认为1(游戏默认为20)
|
* `射线接收器透镜缓冲数量`:范围1-20,默认为1(游戏默认为20)
|
||||||
- `弹射太阳帆缓冲区数量`:范围5-400(步进值为5),默认值为20(与游戏相同)
|
* `弹射太阳帆缓冲区数量`:范围5-400(步进值为5),默认值为20(与游戏相同)
|
||||||
- `发射井火箭缓冲区数量`:范围1-20,默认值为20(与游戏相同)
|
* `发射井火箭缓冲区数量`:范围1-20,默认值为20(与游戏相同)
|
||||||
+ 物流
|
* 物流
|
||||||
- 物流塔存储数量限制控制改进
|
* 物流塔存储数量限制控制改进
|
||||||
- 当升级`运输机舱扩容`时,不会对各种物流塔的存储限制按比例提升,除非设置为最大允许容量或者已经超过升级后的最大容量。
|
* 当升级`运输机舱扩容`时,不会对各种物流塔的存储限制按比例提升,除非设置为最大允许容量或者已经超过升级后的最大容量。
|
||||||
- 你可以使用方向键微调物流塔存储限制
|
* 你可以使用方向键微调物流塔存储限制
|
||||||
- 物流控制面板改进
|
* 物流控制面板改进
|
||||||
- 打开面板时自动将鼠标指向物品设为筛选条件
|
* 打开面板时自动将鼠标指向物品设为筛选条件
|
||||||
- 在控制面板物流塔列表中右键点击物品图标快速设置为筛选条件
|
* 在控制面板物流塔列表中右键点击物品图标快速设置为筛选条件
|
||||||
- 允许物流塔和大型采矿机物品溢出
|
* 允许物流塔和大型采矿机物品溢出
|
||||||
- 当尝试塞入手中物品时允许溢出
|
* 当尝试塞入手中物品时允许溢出
|
||||||
- 允许`物流塔存储数量限制控制改进`超过科技容量限制
|
* 允许`物流塔存储数量限制控制改进`超过科技容量限制
|
||||||
- 在加载游戏时移除物流塔容量限制检查
|
* 在加载游戏时移除物流塔容量限制检查
|
||||||
- 物流运输站实时信息面板
|
* 物流运输站实时信息面板
|
||||||
- 注意:如果你启用了`Auxilaryfunction`中的`展示物流站信息`,此功能将被隐藏
|
* 注意:如果你启用了`Auxilaryfunction`中的`展示物流站信息`,此功能将被隐藏
|
||||||
- 自动配置物流站
|
* 自动配置物流站
|
||||||
- 自动配置的建筑包括:物流配送器、行星物流站、星际物流站、高级采矿机
|
* 自动配置的建筑包括:物流配送器、行星物流站、星际物流站、高级采矿机
|
||||||
+ 玩家/机甲
|
* 玩家/机甲
|
||||||
- 无限交互距离
|
* 无限交互距离
|
||||||
- 移除建造数量和范围限制
|
* 移除建造数量和范围限制
|
||||||
- 在行星视图中允许玩家操作
|
* 在行星视图中允许玩家操作
|
||||||
- 隐藏沙土数量变动的提示
|
* 隐藏沙土数量变动的提示
|
||||||
- 手动制造物品的数量控制改进
|
* 手动制造物品的数量控制改进
|
||||||
- 启用显示所有星系名称的快捷键
|
* 启用显示所有星系名称的快捷键
|
||||||
- 新增一个快捷键,按住后始终在星图显示所有星系名称,默认为`Alt`
|
* 新增一个快捷键,按住后始终在星图显示所有星系名称,默认为`Alt`
|
||||||
- 新增一个快捷键,在星图视图切换三种星系名称显示状态:`原始显示状态`,`显示所有名称`,`隐藏所有名称`,默认为`Tab`,关闭星图时会恢复到原始状态
|
* 新增一个快捷键,在星图视图切换三种星系名称显示状态:`原始显示状态`,`显示所有名称`,`隐藏所有名称`,默认为`Tab`,关闭星图时会恢复到原始状态
|
||||||
- 航行时自动导航
|
* 航行时自动导航
|
||||||
- 它会保持伊卡洛斯飞向目标星球
|
* 它会保持伊卡洛斯飞向目标星球
|
||||||
- 它会尝试绕过途中的任何障碍物(行星、恒星或黑雾巢穴)
|
* 它会尝试绕过途中的任何障碍物(行星、恒星或黑雾巢穴)
|
||||||
- 此外,可以在系统选项窗口中设置快捷键,用于切换`自动巡航`,实现完全自动化的飞行至目标星球。
|
* 此外,可以在系统选项窗口中设置快捷键,用于切换`自动巡航`,实现完全自动化的飞行至目标星球。
|
||||||
- 当你选择目标星球后,自动巡航就会开始
|
* 当你选择目标星球后,自动巡航就会开始
|
||||||
- 如果目标星球距离过远会自动使用曲速(超过5AU),你可以在面板上更改这个值。
|
* 如果目标星球距离过远会自动使用曲速(超过5AU),你可以在面板上更改这个值。
|
||||||
- 它会在接近目标星球时减速,以避免发生越过目标的情况
|
* 它会在接近目标星球时减速,以避免发生越过目标的情况
|
||||||
+ 戴森球
|
* 戴森球
|
||||||
- 可用节点全部造完时停止弹射
|
* 可用节点全部造完时停止弹射
|
||||||
- 只建造节点不建造框架
|
* 只建造节点不建造框架
|
||||||
- 初始化戴森球
|
* 初始化戴森球
|
||||||
- 快速拆除戴森壳
|
* 快速拆除戴森壳
|
||||||
- 戴森球自动快速建造速度倍率
|
* 戴森球自动快速建造速度倍率
|
||||||
- 注意:这仅适用于沙盒模式下的`戴森球自动快速建造`功能
|
* 注意:这仅适用于沙盒模式下的`戴森球自动快速建造`功能
|
||||||
+ 科研
|
* 科研
|
||||||
- 在升级面板上恢复`分拣器货物堆叠`的升级
|
* 在升级面板上恢复`分拣器货物堆叠`的升级
|
||||||
- 将`分拣器货物堆叠`设为未研究状态
|
* 将`分拣器货物堆叠`设为未研究状态
|
||||||
- 买断科技也同时买断所有前置科技
|
* 买断科技也同时买断所有前置科技
|
||||||
- 这使得可以批量买断科技及其所有前置科技。所有未解锁的科技/升级都会显示买断按钮。
|
* 这使得可以批量买断科技及其所有前置科技。所有未解锁的科技/升级都会显示买断按钮。
|
||||||
+ 战斗
|
* 战斗
|
||||||
- 在任意位置打开黑雾通讯器
|
* 在任意位置打开黑雾通讯器
|
||||||
|
|
||||||
## 注意事项
|
## 注意事项
|
||||||
|
|
||||||
* 如果和[BlueprintTweaks](https://dsp.thunderstore.io/package/kremnev8/BlueprintTweaks/)一起使用,请升级`BepInEx`到5.4.21或更高版本,以避免可能的冲突。
|
* 如果和[BlueprintTweaks](https://dsp.thunderstore.io/package/kremnev8/BlueprintTweaks/)一起使用,请升级`BepInEx`到5.4.21或更高版本,以避免可能的冲突。
|
||||||
+ 你可以在[这里](https://github.com/bepinex/bepinex/releases/latest)(选择x64版本)下载`BepInEx`。
|
* 你可以在[这里](https://github.com/bepinex/bepinex/releases/latest)(选择x64版本)下载`BepInEx`。
|
||||||
+ 如果使用r2modman,你可以点击`Settings` -> `Browse profile folder`,然后将下载的zip解压到该文件夹并覆盖现有文件。
|
* 如果使用r2modman,你可以点击`Settings` -> `Browse profile folder`,然后将下载的zip解压到该文件夹并覆盖现有文件。
|
||||||
|
|
||||||
## 鸣谢
|
## 鸣谢
|
||||||
|
|
||||||
|
|||||||
@@ -1,39 +1,48 @@
|
|||||||
|
<details>
|
||||||
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
* 1.2.9
|
* 1.2.9
|
||||||
* Fix some issues that universe settings not applied on staring a new game or loading game.
|
* Fix some issues that universe settings not applied on staring a new game or loading game.
|
||||||
* Always show Black hole/Neutron star on preview galaxy map while creating new game.
|
* Always show Black hole/Neutron star on preview galaxy map while creating new game.
|
||||||
* 1.2.8
|
* 1.2.8
|
||||||
* Fix compatiblity for game version 0.10.31.24632.
|
* Fix compatiblity for game version 0.10.31.24632.
|
||||||
* 1.2.7
|
* 1.2.7
|
||||||
* `Epic difficulty`: Fix compatibility for 0.10.30, with new resource multiplier 0.3x supported.
|
* `Epic difficulty`: Fix compatibility for 0.10.30, with new resource multiplier 0.3x supported.
|
||||||
* 1.2.6
|
* 1.2.6
|
||||||
+ Fix possible crash or wrong stars data when loading save file with changed generation settings but with `Enable more settings on UniverseGen` disabled on config window.
|
* Fix possible crash or wrong stars data when loading save file with changed generation settings but with `Enable more settings on UniverseGen` disabled on config window.
|
||||||
+ Larger maximum value in combat settings (except `Aggressiveness` and `Max Density`).
|
* Larger maximum value in combat settings (except `Aggressiveness` and `Max Density`).
|
||||||
* 1.2.5
|
* 1.2.5
|
||||||
+ Thanks to [kremnev8](https://github.com/kremnev8)'s work on new version of [DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/), universe generation options are stored in save file now.
|
* Thanks to [kremnev8](https://github.com/kremnev8)'s work on new version of [DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/), universe generation options are stored in save file now.
|
||||||
+ Fix text display issue on new game screen
|
* Fix text display issue on new game screen
|
||||||
* 1.2.4
|
* 1.2.4
|
||||||
+ Fix a crash while setting star count greater than 256 (again)
|
* Fix a crash while setting star count greater than 256 (again)
|
||||||
+ Fix bug that collider check is not enabled on stars with ID greater than 255
|
* Fix bug that collider check is not enabled on stars with ID greater than 255
|
||||||
* 1.2.3
|
* 1.2.3
|
||||||
+ Fix a crash while setting star count greater than 256
|
* Fix a crash while setting star count greater than 256
|
||||||
* 1.2.2
|
* 1.2.2
|
||||||
+ Support game version 0.10.28.20759
|
* Support game version 0.10.28.20759
|
||||||
* 1.2.1
|
* 1.2.1
|
||||||
+ Use new tab layout of UXAssist 1.0.2
|
* Use new tab layout of UXAssist 1.0.2
|
||||||
* 1.2.0
|
* 1.2.0
|
||||||
+ Depends on [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist/) now.
|
* Depends on [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist/) now.
|
||||||
+ Add `Birth star` options
|
* Add `Birth star` options
|
||||||
+ Config tab added to UXAssist config panel.
|
* Config tab added to UXAssist config panel.
|
||||||
* 1.1.0
|
* 1.1.0
|
||||||
+ Add epic difficulty
|
* Add epic difficulty
|
||||||
+ `More options` and `Epic difficulty` can be enabled individually now.
|
* `More options` and `Epic difficulty` can be enabled individually now.
|
||||||
+ Fix a crash while setting `Star Distance Min` to larger than `Step Distance Min`.
|
* Fix a crash while setting `Star Distance Min` to larger than `Step Distance Min`.
|
||||||
* 1.0.0
|
* 1.0.0
|
||||||
+ Initial release
|
* Initial release
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>中文读我</summary>
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
* 1.2.9
|
* 1.2.9
|
||||||
* 修复了一些在新建游戏或加载存档时宇宙设置没有应用的问题
|
* 修复了一些在新建游戏或加载存档时宇宙设置没有应用的问题
|
||||||
* 在新建游戏时的星系预览图中始终显示黑洞/中子星
|
* 在新建游戏时的星系预览图中始终显示黑洞/中子星
|
||||||
@@ -42,27 +51,29 @@
|
|||||||
* 1.2.7
|
* 1.2.7
|
||||||
* `史诗难度`: 修复了对0.10.30版本的兼容性,支持新的资源倍率0.3x
|
* `史诗难度`: 修复了对0.10.30版本的兼容性,支持新的资源倍率0.3x
|
||||||
* 1.2.6
|
* 1.2.6
|
||||||
+ 修复了在存档中更改了生成参数但是在配置面板中禁用了`启用更多宇宙生成设置`时可能崩溃或者星系数据错误的问题
|
* 修复了在存档中更改了生成参数但是在配置面板中禁用了`启用更多宇宙生成设置`时可能崩溃或者星系数据错误的问题
|
||||||
+ 在星系生成时的战斗设置面板上提升了各选项的最大值(`黑雾攻击性`和`最大黑雾密度`除外`)
|
* 在星系生成时的战斗设置面板上提升了各选项的最大值(`黑雾攻击性`和`最大黑雾密度`除外`)
|
||||||
* 1.2.5
|
* 1.2.5
|
||||||
+ 感谢[kremnev8](https://github.com/kremnev8)对[DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/)的更新,现在宇宙生成选项会被保存到存档中
|
* 感谢[kremnev8](https://github.com/kremnev8)对[DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/)的更新,现在宇宙生成选项会被保存到存档中
|
||||||
+ 修复新建游戏界面文本显示问题
|
* 修复新建游戏界面文本显示问题
|
||||||
* 1.2.4
|
* 1.2.4
|
||||||
+ 修复了设置星系数大于256时崩溃的问题(再次)
|
* 修复了设置星系数大于256时崩溃的问题(再次)
|
||||||
+ 修复了ID大于255的星系没有启用碰撞体检测的问题
|
* 修复了ID大于255的星系没有启用碰撞体检测的问题
|
||||||
* 1.2.3
|
* 1.2.3
|
||||||
+ 修复了设置星系数大于256时崩溃的问题
|
* 修复了设置星系数大于256时崩溃的问题
|
||||||
* 1.2.2
|
* 1.2.2
|
||||||
+ 支持游戏版本0.10.28.20759
|
* 支持游戏版本0.10.28.20759
|
||||||
* 1.2.1
|
* 1.2.1
|
||||||
+ 使用UXAssist 1.0.2的新页签布局
|
* 使用UXAssist 1.0.2的新页签布局
|
||||||
* 1.2.0
|
* 1.2.0
|
||||||
+ 现在依赖于[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist/)
|
* 现在依赖于[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist/)
|
||||||
+ 增加`母星系`选项
|
* 增加`母星系`选项
|
||||||
+ 在UXAssist的配置面板中增加了一个页签
|
* 在UXAssist的配置面板中增加了一个页签
|
||||||
* 1.1.0
|
* 1.1.0
|
||||||
+ 增加史诗难度
|
* 增加史诗难度
|
||||||
+ `更多选项`和`史诗难度`现在可以单独启用
|
* `更多选项`和`史诗难度`现在可以单独启用
|
||||||
+ 修复了将`恒星最小距离`设置为大于`步进最小距离`时崩溃的问题
|
* 修复了将`恒星最小距离`设置为大于`步进最小距离`时崩溃的问题
|
||||||
* 1.0.0
|
* 1.0.0
|
||||||
+ 初始版本
|
* 初始版本
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|||||||
@@ -1,15 +1,16 @@
|
|||||||
# UniverseGenTweak
|
# UniverseGenTweak
|
||||||
|
|
||||||
#### Universe Generation Tweak
|
<details>
|
||||||
#### 宇宙生成参数调节
|
<summary>Read me in English</summary>
|
||||||
|
|
||||||
|
***Universe Generation Tweak***
|
||||||
|
|
||||||
## Features
|
|
||||||
* Config entries are placed on [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist/)'s config panel.
|
* Config entries are placed on [UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist/)'s config panel.
|
||||||
* More options on universe generation
|
* More options on universe generation
|
||||||
+ Can set maximum star count(128 by default, up to 1024) in config file.
|
* Can set maximum star count(128 by default, up to 1024) in config file.
|
||||||
- Note: there is performance issue on galaxy view with large amount of stars.
|
* Note: there is performance issue on galaxy view with large amount of stars.
|
||||||
+ Larger maximum value in combat settings (except `Aggressiveness` and `Max Density`).
|
* Larger maximum value in combat settings (except `Aggressiveness` and `Max Density`).
|
||||||
+ Always show Black hole/Neutron star on preview galaxy map while creating new game.
|
* Always show Black hole/Neutron star on preview galaxy map while creating new game.
|
||||||
* Epic difficulty
|
* Epic difficulty
|
||||||
* 0.01x resources and 0.25x oils (very hard difficulty has 0.5x oils).
|
* 0.01x resources and 0.25x oils (very hard difficulty has 0.5x oils).
|
||||||
* Same oil mining speed as very hard difficuly
|
* Same oil mining speed as very hard difficuly
|
||||||
@@ -18,14 +19,19 @@
|
|||||||
* Solid flat on birth planet
|
* Solid flat on birth planet
|
||||||
* High luminosity for birth star
|
* High luminosity for birth star
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>中文读我</summary>
|
||||||
|
|
||||||
|
***宇宙生成参数调节***
|
||||||
|
|
||||||
## 功能
|
|
||||||
* 设置选项在[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist/)的配置面板上
|
* 设置选项在[UXAssist](https://dsp.thunderstore.io/package/soarqin/UXAssist/)的配置面板上
|
||||||
* 生成宇宙时提供更多选项
|
* 生成宇宙时提供更多选项
|
||||||
+可以在配置文件中设置最大恒星数(默认128, 最多1024)
|
+可以在配置文件中设置最大恒星数(默认128, 最多1024)
|
||||||
- 注意: 大量恒星会导致宇宙视图出现性能问题
|
* 注意: 大量恒星会导致宇宙视图出现性能问题
|
||||||
+ 在星系生成时的战斗设置面板上提升了各选项的最大值(`黑雾攻击性`和`最大黑雾密度`除外`)
|
* 在星系生成时的战斗设置面板上提升了各选项的最大值(`黑雾攻击性`和`最大黑雾密度`除外`)
|
||||||
+ 在新建游戏时的星系预览图中始终显示黑洞/中子星
|
* 在新建游戏时的星系预览图中始终显示黑洞/中子星
|
||||||
* 史诗难度
|
* 史诗难度
|
||||||
* 资源0.01倍,油井储量0.25倍(极难是0.5倍)
|
* 资源0.01倍,油井储量0.25倍(极难是0.5倍)
|
||||||
* 采油速度和极难相同
|
* 采油速度和极难相同
|
||||||
@@ -33,3 +39,5 @@
|
|||||||
* 母星有稀有资源
|
* 母星有稀有资源
|
||||||
* 母星是纯平的
|
* 母星是纯平的
|
||||||
* 母星系恒星高亮
|
* 母星系恒星高亮
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|||||||
Reference in New Issue
Block a user