mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
支持MOD可选跳过不加载DLL
This commit is contained in:
parent
3f68b42b85
commit
5bfbcd36d4
@ -107,6 +107,10 @@ namespace VPet_Simulator.Windows
|
|||||||
else
|
else
|
||||||
ItemID = 0;
|
ItemID = 0;
|
||||||
CacheDate = modlps.GetDateTime("cachedate", DateTime.MinValue);
|
CacheDate = modlps.GetDateTime("cachedate", DateTime.MinValue);
|
||||||
|
foreach (var skip in modlps["dllskip"])
|
||||||
|
{
|
||||||
|
LoadedDLL.Add(skip.Name);
|
||||||
|
}
|
||||||
if (CacheDate > DateTime.Now)
|
if (CacheDate > DateTime.Now)
|
||||||
{//去掉不合理的清理缓存日期
|
{//去掉不合理的清理缓存日期
|
||||||
CacheDate = DateTime.MinValue;
|
CacheDate = DateTime.MinValue;
|
||||||
|
@ -6,7 +6,7 @@ MOD移动设计错误#MOD mobile design error:|
|
|||||||
取消#cancel:|
|
取消#cancel:|
|
||||||
{0}花费${3}{4}的给{1}买了{2}#{0} spent ${3}{4} to buy {2} for {1}:|
|
{0}花费${3}{4}的给{1}买了{2}#{0} spent ${3}{4} to buy {2} for {1}:|
|
||||||
抽成#Percentage:|
|
抽成#Percentage:|
|
||||||
请选择#Please select:|
|
请选择# Please select :|
|
||||||
套餐#Package:|
|
套餐#Package:|
|
||||||
工作时间过长#Working hours are too long:|
|
工作时间过长#Working hours are too long:|
|
||||||
工作时间过长,请添加更多的休息时间#The working hours are too long. Please add more rest time:|
|
工作时间过长,请添加更多的休息时间#The working hours are too long. Please add more rest time:|
|
||||||
@ -73,12 +73,12 @@ MOD移动设计错误#MOD mobile design error:|
|
|||||||
玩耍内容#Play content:|
|
玩耍内容#Play content:|
|
||||||
萌新套餐#Newbie Package:|
|
萌新套餐#Newbie Package:|
|
||||||
实习#Internship:|
|
实习#Internship:|
|
||||||
交学费#pay tuition fees:|
|
交学费#Pay tuition fees:|
|
||||||
桌宠会员专属#VPet exclusive for vpet members:|
|
桌宠会员专属#VPet exclusive for vpet members:|
|
||||||
入职体验#Entry experience:|
|
入职体验#Entry experience:|
|
||||||
从入门到入土#From entry to burial:|
|
从入门到入土#From entry to burial:|
|
||||||
老兵夏令营#Veterans' Summer Camp:|
|
老兵夏令营#Veterans' Summer Camp:|
|
||||||
速成班#crash course:|
|
速成班#Crash course:|
|
||||||
暑假班#Summer vacation class:|
|
暑假班#Summer vacation class:|
|
||||||
体验课#Experience class:|
|
体验课#Experience class:|
|
||||||
基础套餐,给你们看标准的,反正也没人用。#Basic package, I'll show you the standard one, since no one uses it anyway.:|
|
基础套餐,给你们看标准的,反正也没人用。#Basic package, I'll show you the standard one, since no one uses it anyway.:|
|
||||||
|
Loading…
Reference in New Issue
Block a user