1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 06:13:36 +08:00

CheatEnabler v2.3.5

This commit is contained in:
2023-10-24 17:54:29 +08:00
parent c8f1e1d55a
commit 3ae1c91f1c
4 changed files with 7 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<TargetFramework>net472</TargetFramework> <TargetFramework>net472</TargetFramework>
<BepInExPluginGuid>org.soardev.cheatenabler</BepInExPluginGuid> <BepInExPluginGuid>org.soardev.cheatenabler</BepInExPluginGuid>
<Description>DSP MOD - CheatEnabler</Description> <Description>DSP MOD - CheatEnabler</Description>
<Version>2.3.4</Version> <Version>2.3.5</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<PackageId>CheatEnabler</PackageId> <PackageId>CheatEnabler</PackageId>

View File

@@ -245,6 +245,7 @@ public static class DysonSpherePatch
var layer = layers[(lidx + i) % llen]; var layer = layers[(lidx + i) % llen];
var nodes = layer.nodePool; var nodes = layer.nodePool;
var nlen = layer.nodeCursor - 1; var nlen = layer.nodeCursor - 1;
if (nlen <= 0) continue;
var nidx = (int)time % nlen; var nidx = (int)time % nlen;
for (var j = nlen; j > 0; j--) for (var j = nlen; j > 0; j--)
{ {

View File

@@ -4,6 +4,8 @@
#### 添加一些作弊功能,同时屏蔽异常检测 #### 添加一些作弊功能,同时屏蔽异常检测
## Changlog ## Changlog
* 2.3.5
+ 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
@@ -106,6 +108,8 @@
* [Multifunction_mod](https://github.com/blacksnipebiu/Multifunction_mod): Some cheat functions * [Multifunction_mod](https://github.com/blacksnipebiu/Multifunction_mod): Some cheat functions
## 更新日志 ## 更新日志
* 2.3.5
+ 修复了`跳过子弹阶段`可能导致崩溃的问题
* 2.3.4 * 2.3.4
+ 使用UXAssist 1.0.2的新页签布局 + 使用UXAssist 1.0.2的新页签布局
+ 修复了一些小bug + 修复了一些小bug

View File

@@ -1,6 +1,6 @@
{ {
"name": "CheatEnabler", "name": "CheatEnabler",
"version_number": "2.3.4", "version_number": "2.3.5",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/CheatEnabler", "website_url": "https://github.com/soarqin/DSP_Mods/tree/master/CheatEnabler",
"description": "Add various cheat functions while disabling abnormal determinants / 添加一些作弊功能,同时屏蔽异常检测", "description": "Add various cheat functions while disabling abnormal determinants / 添加一些作弊功能,同时屏蔽异常检测",
"dependencies": [ "dependencies": [