mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 14:13:31 +08:00
UniverseGenTweaks v1.2.9
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
* 1.2.9
|
||||||
|
* 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.
|
||||||
* 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
|
||||||
@@ -31,6 +34,9 @@
|
|||||||
|
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
* 1.2.9
|
||||||
|
* 修复了一些在新建游戏或加载存档时宇宙设置没有应用的问题
|
||||||
|
* 在新建游戏时的星系预览图中始终显示黑洞/中子星
|
||||||
* 1.2.8
|
* 1.2.8
|
||||||
* 修复了对游戏版本0.10.31.24632的兼容性
|
* 修复了对游戏版本0.10.31.24632的兼容性
|
||||||
* 1.2.7
|
* 1.2.7
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
+ 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.
|
||||||
* 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
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
+可以在配置文件中设置最大恒星数(默认128, 最多1024)
|
+可以在配置文件中设置最大恒星数(默认128, 最多1024)
|
||||||
- 注意: 大量恒星会导致宇宙视图出现性能问题
|
- 注意: 大量恒星会导致宇宙视图出现性能问题
|
||||||
+ 在星系生成时的战斗设置面板上提升了各选项的最大值(`黑雾攻击性`和`最大黑雾密度`除外`)
|
+ 在星系生成时的战斗设置面板上提升了各选项的最大值(`黑雾攻击性`和`最大黑雾密度`除外`)
|
||||||
|
+ 在新建游戏时的星系预览图中始终显示黑洞/中子星
|
||||||
* 史诗难度
|
* 史诗难度
|
||||||
* 资源0.01倍,油井储量0.25倍(极难是0.5倍)
|
* 资源0.01倍,油井储量0.25倍(极难是0.5倍)
|
||||||
* 采油速度和极难相同
|
* 采油速度和极难相同
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<AssemblyName>UniverseGenTweaks</AssemblyName>
|
<AssemblyName>UniverseGenTweaks</AssemblyName>
|
||||||
<BepInExPluginGuid>org.soardev.universegentweaks</BepInExPluginGuid>
|
<BepInExPluginGuid>org.soardev.universegentweaks</BepInExPluginGuid>
|
||||||
<Description>DSP MOD - UniverseGenTweaks</Description>
|
<Description>DSP MOD - UniverseGenTweaks</Description>
|
||||||
<Version>1.2.8</Version>
|
<Version>1.2.9</Version>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<RestoreAdditionalProjectSources>https://nuget.bepinex.dev/v3/index.json</RestoreAdditionalProjectSources>
|
<RestoreAdditionalProjectSources>https://nuget.bepinex.dev/v3/index.json</RestoreAdditionalProjectSources>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "UniverseGenTweaks",
|
"name": "UniverseGenTweaks",
|
||||||
"version_number": "1.2.8",
|
"version_number": "1.2.9",
|
||||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UniverseGenTweaks",
|
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UniverseGenTweaks",
|
||||||
"description": "Universe Generation Tweaks / 宇宙生成参数调节",
|
"description": "Universe Generation Tweaks / 宇宙生成参数调节",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
|||||||
Reference in New Issue
Block a user