mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 20:53:28 +08:00
new UXAssist and CheatEnabler release
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
## Changlog
|
||||
|
||||
* 2.3.26
|
||||
+ Refactor codes to adapt to UXAssist 1.2.0
|
||||
- You should update UXAssist to 1.2.0 or later before using this version.
|
||||
+ `Complete Dyson Sphere Shells instantly`: Fix possible wrong production records.
|
||||
* 2.3.25
|
||||
+ New feature: `Enable warp without space warpers`
|
||||
+ New feature: `Wind Turbines do global power coverage`
|
||||
@@ -131,6 +135,10 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
* 2.3.26
|
||||
+ 重构代码以适应UXAssist 1.2.0
|
||||
- 在使用此版本之前,您应先更新UXAssist到1.2.0或更高版本。
|
||||
+ `立即完成戴森壳建造`:修复了可能导致错误的生产记录的问题
|
||||
* 2.3.25
|
||||
+ 新功能:`无需空间翘曲器即可曲速飞行`
|
||||
+ 新功能:`风力涡轮机供电覆盖全球`
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<BepInExPluginGuid>org.soardev.cheatenabler</BepInExPluginGuid>
|
||||
<Description>DSP MOD - CheatEnabler</Description>
|
||||
<Version>2.3.25</Version>
|
||||
<Version>2.3.26</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>CheatEnabler</PackageId>
|
||||
|
||||
@@ -237,15 +237,12 @@ public class FactoryPatch: PatchImpl<FactoryPatch>
|
||||
{
|
||||
if (NoConditionEnabled.Value)
|
||||
{
|
||||
CheatEnabler.Logger.LogDebug("A");
|
||||
w.criticalWarningTexts = "Build without condition is enabled!".Translate() + "\r\n";
|
||||
}
|
||||
else if (NoCollisionEnabled.Value)
|
||||
{
|
||||
CheatEnabler.Logger.LogDebug("B");
|
||||
w.criticalWarningTexts = "No collision is enabled!".Translate() + "\r\n";
|
||||
}
|
||||
CheatEnabler.Logger.LogDebug("C");
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "CheatEnabler",
|
||||
"version_number": "2.3.25",
|
||||
"version_number": "2.3.26",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/CheatEnabler",
|
||||
"description": "Add various cheat functions while disabling abnormal determinants / 添加一些作弊功能,同时屏蔽异常检测",
|
||||
"dependencies": [
|
||||
"xiaoye97-BepInEx-5.4.17",
|
||||
"soarqin-UXAssist-1.1.5"
|
||||
"soarqin-UXAssist-1.2.0"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user