mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 22:13:30 +08:00
CheatEnabler and UXAssist release
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
## Changlog
|
||||
* 2.3.22
|
||||
+ Fix `Pump Anywhere`
|
||||
* 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.
|
||||
+ `Dev Shortcuts`: Camera Pose related shortcurts are working now.
|
||||
@@ -119,6 +121,8 @@
|
||||
|
||||
|
||||
## 更新日志
|
||||
* 2.3.22
|
||||
+ 修复了`平地抽水`
|
||||
* 2.3.21
|
||||
+ `在物流总控面板上可以从非本地行星取放物品`:当从非本地星球的物流站移除槽位时,物品会放回玩家的背包
|
||||
+ `开发模式快捷键`:摄像机位(Pose)相关的快捷键现在生效了
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<BepInExPluginGuid>org.soardev.cheatenabler</BepInExPluginGuid>
|
||||
<Description>DSP MOD - CheatEnabler</Description>
|
||||
<Version>2.3.21</Version>
|
||||
<Version>2.3.22</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>CheatEnabler</PackageId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "CheatEnabler",
|
||||
"version_number": "2.3.21",
|
||||
"version_number": "2.3.22",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/CheatEnabler",
|
||||
"description": "Add various cheat functions while disabling abnormal determinants / 添加一些作弊功能,同时屏蔽异常检测",
|
||||
"dependencies": [
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
## Changlog
|
||||
* 1.1.4
|
||||
+ Fix `Remove some build conditions`
|
||||
* 1.1.3
|
||||
+ UI texts are updated following game settings now
|
||||
+ Fix hover area for checkboxes in config panel
|
||||
@@ -138,6 +140,8 @@
|
||||
|
||||
|
||||
## 更新日志
|
||||
* 1.1.4
|
||||
+ 修复了`移除部分不影响游戏逻辑的建造条件`
|
||||
* 1.1.3
|
||||
+ 界面文本现在完全跟随游戏语言设置改变
|
||||
+ 修复了配置面板中勾选框的鼠标悬停区域
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||
<Description>DSP MOD - UXAssist</Description>
|
||||
<Version>1.1.3</Version>
|
||||
<Version>1.1.4</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>UXAssist</PackageId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "UXAssist",
|
||||
"version_number": "1.1.3",
|
||||
"version_number": "1.1.4",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
||||
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
||||
"dependencies": [
|
||||
|
||||
Reference in New Issue
Block a user