diff --git a/VPet-Simulator.Windows/MainWindow.xaml.cs b/VPet-Simulator.Windows/MainWindow.xaml.cs
index 895b4d1..aa6bdfb 100644
--- a/VPet-Simulator.Windows/MainWindow.xaml.cs
+++ b/VPet-Simulator.Windows/MainWindow.xaml.cs
@@ -317,8 +317,13 @@ namespace VPet_Simulator.Windows
Set["CGPT"].Remove(cgpteb);
}
}
+ else if (Set["CGPT"][(gstr)"type"] == "OFF" && Set["CGPT"][(gint)"v"] == 0)
+ {//为老玩家开启选项聊天功能
+ Set["CGPT"][(gstr)"type"] = "LB";
+ Set["CGPT"][(gint)"v"] = 1;
+ }
else//新玩家,默认设置为
- Set["CGPT"][(gstr)"type"] = "OFF";
+ Set["CGPT"][(gstr)"type"] = "LB";
if (Directory.Exists(AppDomain.CurrentDomain.BaseDirectory + @"\UserData") && !Directory.Exists(AppDomain.CurrentDomain.BaseDirectory + @"\BackUP"))
{
diff --git a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml
index d398089..e268af5 100644
--- a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml
+++ b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml
@@ -325,9 +325,9 @@
Style="{DynamicResource StandardRadioButtonStyle}"
ToolTip="{ll:Str 需要去OpenAI官网申请}" />
+ ToolTip="{ll:Str 支持MOD与创意工坊添加聊天内容}" />
diff --git a/VPet-Simulator.Windows/mod/0000_core/lang/en/Prog2308.lps b/VPet-Simulator.Windows/mod/0000_core/lang/en/Prog2308.lps
index 77402b4..a382f71 100644
--- a/VPet-Simulator.Windows/mod/0000_core/lang/en/Prog2308.lps
+++ b/VPet-Simulator.Windows/mod/0000_core/lang/en/Prog2308.lps
@@ -10,4 +10,6 @@
缓存被其他软件删除,游戏无法继续运行\n请重启游戏重新生成缓存#Cache is deleted by other software, the game can not continue to run\nPlease restart the game to regenerate the cache.:|
游戏内存不足,请修改设置中渲染分辨率以便降低内存使用#Game memory is insufficient, please modify the rendering resolution in the settings to reduce memory usage.:|
没有可以说的话#There's nothing to say:|
-下次刷新剩余时间: {0:f1}分钟#Next refresh remaining time: {0:f1} minutes:|
\ No newline at end of file
+下次刷新剩余时间: {0:f1}分钟#Next refresh remaining time: {0:f1} minutes:|
+使用桌宠选项式\r聊天功能#Use vpet option type\rchat function:|
+支持MOD与创意工坊添加聊天内容#Support MOD and creative workshop add chat content:|
\ No newline at end of file
diff --git a/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hans/Prog2308.lps b/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hans/Prog2308.lps
index 5e0a032..1dbddda 100644
--- a/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hans/Prog2308.lps
+++ b/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hans/Prog2308.lps
@@ -10,4 +10,6 @@
缓存被其他软件删除,游戏无法继续运行\n请重启游戏重新生成缓存#缓存被其他软件删除,游戏无法继续运行\n请重启游戏重新生成缓存:|
游戏内存不足,请修改设置中渲染分辨率以便降低内存使用#游戏内存不足,请修改设置中渲染分辨率以便降低内存使用:|
没有可以说的话#没有可以说的话:|
-下次刷新剩余时间: {0:f1}分钟#下次刷新剩余时间: {0:f1}分钟:|
\ No newline at end of file
+下次刷新剩余时间: {0:f1}分钟#下次刷新剩余时间: {0:f1}分钟:|
+使用桌宠选项式\r聊天功能#使用桌宠选项式\r聊天功能:|
+支持MOD与创意工坊添加聊天内容#支持MOD与创意工坊添加聊天内容:|
\ No newline at end of file
diff --git a/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hant/Prog2308.lps b/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hant/Prog2308.lps
index 1a6818b..4d1319b 100644
--- a/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hant/Prog2308.lps
+++ b/VPet-Simulator.Windows/mod/0000_core/lang/zh-Hant/Prog2308.lps
@@ -10,4 +10,6 @@
缓存被其他软件删除,游戏无法继续运行\n请重启游戏重新生成缓存#緩存被其他軟體刪除,遊戲無法繼續運行\n請重啟遊戲重新生成緩存:|
游戏内存不足,请修改设置中渲染分辨率以便降低内存使用#遊戲內存不足,請修改設置中渲染分辨率以便降低內存使用:|
没有可以说的话#沒有可以說的話:|
-下次刷新剩余时间: {0:f1}分钟#下次刷新剩餘時間: {0:f1}分鐘:|
\ No newline at end of file
+下次刷新剩余时间: {0:f1}分钟#下次刷新剩餘時間: {0:f1}分鐘:|
+使用桌宠选项式\r聊天功能#使用桌寵選項式\r聊天功能:|
+支持MOD与创意工坊添加聊天内容#支持MOD與創意工坊添加聊天內容:|
\ No newline at end of file