mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 20:53:28 +08:00
UXAssist & CheatEnabler update
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
## Changlog
|
||||
|
||||
* 2.3.29
|
||||
+ Fix compatibility with game update 0.10.32.25779
|
||||
* 2.3.28
|
||||
+ New feature: `Instant hand-craft`.
|
||||
+ Fix some panels' display while `Infinite Natural Resources` is enabled.
|
||||
@@ -146,6 +148,8 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
* 2.3.29
|
||||
+ 修复了与游戏更新0.10.32.25779的兼容性
|
||||
* 2.3.28
|
||||
+ 新功能:`快速手动制造`
|
||||
+ 修复了启用`自然资源采集不消耗`时部分面板的显示问题
|
||||
|
||||
@@ -65,7 +65,7 @@ public static class UIConfigWindow
|
||||
I18N.Add("Overclock Silos", "Overclock Silos (10x)", "高速发射井(10倍射速)");
|
||||
I18N.Add("Complete Dyson Sphere shells instantly", "Complete Dyson Sphere shells instantly", "立即完成戴森壳建造");
|
||||
I18N.Add("Terraform without enough soil piles", "Terraform without enough soil piles", "沙土不够时依然可以整改地形");
|
||||
I18N.Add("Instant hand craft", "Instant hand-craft", "快速手动制造");
|
||||
I18N.Add("Instant hand-craft", "Instant hand-craft", "快速手动制造");
|
||||
I18N.Add("Instant teleport (like that in Sandbox mode)", "Instant teleport (like that in Sandbox mode)", "快速传送(和沙盒模式一样)");
|
||||
I18N.Add("Mecha and Drones/Fleets invicible", "Mecha and Drones/Fleets invicible", "机甲和战斗无人机无敌");
|
||||
I18N.Add("Buildings invicible", "Buildings invincible", "建筑无敌");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "CheatEnabler",
|
||||
"version_number": "2.3.28",
|
||||
"version_number": "2.3.29",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/CheatEnabler",
|
||||
"description": "Add various cheat functions while disabling abnormal determinants / 添加一些作弊功能,同时屏蔽异常检测",
|
||||
"dependencies": [
|
||||
|
||||
Reference in New Issue
Block a user