mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
弹父窗口提示 COD 可能误报
This commit is contained in:
parent
aaee60efbc
commit
f9e9e715de
@ -235,6 +235,17 @@ namespace VPet_Simulator.Windows
|
||||
await GameLoad(Path);
|
||||
if (IsSteamUser)
|
||||
{
|
||||
//COD Check
|
||||
if (!Set["v"][(gbol)"CODC"])
|
||||
{
|
||||
var di = new DirectoryInfo(ExtensionValue.BaseDirectory).Parent;
|
||||
if (di.Exists && di.GetDirectories("*Call of Duty*").Length != 0)
|
||||
{
|
||||
Dispatcher.Invoke(() => MessageBoxX.Show("检测到游戏库中包含使命召唤,建议不要在运行COD时运行桌宠\n根据社区反馈, COD可能会误报桌宠为作弊软件".Translate(),
|
||||
"Call of Duty Check"));
|
||||
}
|
||||
Set["v"][(gbol)"CODC"] = true;
|
||||
}
|
||||
Dispatcher.Invoke(() =>
|
||||
{
|
||||
var menuItem = new MenuItem()
|
||||
|
@ -19,7 +19,7 @@ public partial class MainWindow
|
||||
/// <summary>
|
||||
/// 版本号
|
||||
/// </summary>
|
||||
public int version { get; } = 11013;
|
||||
public int version { get; } = 11014;
|
||||
/// <summary>
|
||||
/// 版本号
|
||||
/// </summary>
|
||||
|
@ -83,4 +83,5 @@ OPPOSans R#OPPOSans R:|
|
||||
{0}给{3}的{1}买了{2}#{0} bought {2} for {3}'s {1}.:|
|
||||
已将当前选择 {0} 设为默认启动存档#The current selection {0} has been set as the default startup archive:|
|
||||
默认#Default:|
|
||||
设置当前多开存档为默认启动项#Set the current multi-save archive as the default startup item:|
|
||||
设置当前多开存档为默认启动项#Set the current multi-save archive as the default startup item:|
|
||||
检测到游戏库中包含使命召唤,建议不要在运行COD时运行桌宠\n根据社区反馈, COD可能会误报桌宠为作弊软件#It is detected that the game library contains Call of Duty. It is recommended not to run the desktop pet while running COD\nAccording to community feedback, COD may misreport the desktop pet as cheating software:|
|
@ -83,4 +83,5 @@ OPPOSans R#OPPOSans R:|
|
||||
{0}给{3}的{1}买了{2}#{0}给{3}的{1}买了{2}:|
|
||||
已将当前选择 {0} 设为默认启动存档#已将当前选择 {0} 设为默认启动存档:|
|
||||
默认#默认:|
|
||||
设置当前多开存档为默认启动项#设置当前多开存档为默认启动项:|
|
||||
设置当前多开存档为默认启动项#设置当前多开存档为默认启动项:|
|
||||
检测到游戏库中包含使命召唤,建议不要在运行COD时运行桌宠\n根据社区反馈, COD可能会误报桌宠为作弊软件#检测到游戏库中包含使命召唤,建议不要在运行COD时运行桌宠\n根据社区反馈, COD可能会误报桌宠为作弊软件:|
|
@ -83,4 +83,5 @@ OPPOSans R#OPPOSans R:|
|
||||
{0}给{3}的{1}买了{2}#{0}給{3}的{1}買了{2}:|
|
||||
已将当前选择 {0} 设为默认启动存档#已將目前選擇 {0} 設為預設啟動存檔:|
|
||||
默认#預設:|
|
||||
设置当前多开存档为默认启动项#設定目前多開存檔為預設啟動項:|
|
||||
设置当前多开存档为默认启动项#設定目前多開存檔為預設啟動項:|
|
||||
检测到游戏库中包含使命召唤,建议不要在运行COD时运行桌宠\n根据社区反馈, COD可能会误报桌宠为作弊软件#檢測到遊戲庫中包含使命召喚,建議不要在運行COD時運行桌寵\n根據社區反饋, COD可能會誤報桌寵為作弊軟體:|
|
Loading…
Reference in New Issue
Block a user