Commit deb1b6f2 authored by nanahira's avatar nanahira

change url

parent dcb485b7
...@@ -533,7 +533,7 @@ public class Program : MonoBehaviour ...@@ -533,7 +533,7 @@ public class Program : MonoBehaviour
File.Delete("cdb/strings.conf");*/ File.Delete("cdb/strings.conf");*/
HttpDldFile httpDldFile = new HttpDldFile(); HttpDldFile httpDldFile = new HttpDldFile();
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/cards.cdb", "cdb/_cards.cdb"); httpDldFile.Download("https://koishi.pro/ygopro/cards.cdb", "cdb/_cards.cdb");
if(YGOSharp.CardsManager.initialize("cdb/_cards.cdb", true)) { if(YGOSharp.CardsManager.initialize("cdb/_cards.cdb", true)) {
ReplaceFile("cdb/cards.cdb", "cdb/_cards.cdb"); ReplaceFile("cdb/cards.cdb", "cdb/_cards.cdb");
} }
...@@ -541,7 +541,7 @@ public class Program : MonoBehaviour ...@@ -541,7 +541,7 @@ public class Program : MonoBehaviour
{ {
PrintToChat(InterString.Get("卡片数据库更新失败。")); PrintToChat(InterString.Get("卡片数据库更新失败。"));
} }
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/lflist.conf", "cdb/_lflist.conf"); httpDldFile.Download("https://koishi.pro/ygopro/lflist.conf", "cdb/_lflist.conf");
if(YGOSharp.BanlistManager.initialize("cdb/_lflist.conf", true)) { if(YGOSharp.BanlistManager.initialize("cdb/_lflist.conf", true)) {
ReplaceFile("cdb/lflist.conf","cdb/_lflist.conf"); ReplaceFile("cdb/lflist.conf","cdb/_lflist.conf");
} }
...@@ -549,7 +549,7 @@ public class Program : MonoBehaviour ...@@ -549,7 +549,7 @@ public class Program : MonoBehaviour
{ {
PrintToChat(InterString.Get("禁止/限制卡表文件更新失败。")); PrintToChat(InterString.Get("禁止/限制卡表文件更新失败。"));
} }
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/strings.conf", "cdb/_strings.conf"); httpDldFile.Download("https://koishi.pro/ygopro/strings.conf", "cdb/_strings.conf");
if(GameStringManager.initialize("cdb/_strings.conf", true)) { if(GameStringManager.initialize("cdb/_strings.conf", true)) {
ReplaceFile("cdb/strings.conf","cdb/_strings.conf"); ReplaceFile("cdb/strings.conf","cdb/_strings.conf");
} }
......
...@@ -818,7 +818,7 @@ public class GameTextureManager ...@@ -818,7 +818,7 @@ public class GameTextureManager
if (!File.Exists(path) && pic.code != 0 && AutoPicDownload) if (!File.Exists(path) && pic.code != 0 && AutoPicDownload)
{ {
//YGOMobile (177x254) //YGOMobile (177x254)
df.Download("http://koishi.222diy.gdn/ygopro/pics/" + pic.code.ToString() + ".jpg", "picture/card/" + pic.code.ToString() + ".jpg"); df.Download("https://koishi.pro/ygopro/pics/" + pic.code.ToString() + ".jpg", "picture/card/" + pic.code.ToString() + ".jpg");
path = "picture/card/" + pic.code.ToString() + ".jpg"; path = "picture/card/" + pic.code.ToString() + ".jpg";
} }
/*if (!File.Exists(path) && pic.code != 0 && AutoPicDownload) /*if (!File.Exists(path) && pic.code != 0 && AutoPicDownload)
......
...@@ -21,7 +21,7 @@ namespace YGOSharp ...@@ -21,7 +21,7 @@ namespace YGOSharp
if(!test) { if(!test) {
nullName = InterString.Get("未知卡片"); nullName = InterString.Get("未知卡片");
nullString = ""; nullString = "";
nullString += "欢迎使用 KoishiPro2 iOS,本软件免责声明:[url=http://koishi.222diy.gdn/lab.html][u]http://koishi.222diy.gdn/lab.html[/u][/url]"; nullString += "欢迎使用 KoishiPro2 iOS,本软件免责声明:[url=https://koishi.pro/lab.html][u]https://koishi.pro/lab.html[/u][/url]";
nullString += "\r\n\r\n"; nullString += "\r\n\r\n";
nullString += "KoishiPro2 iOS的用户QQ群627975038,游戏中遇到任何bug欢迎提交"; nullString += "KoishiPro2 iOS的用户QQ群627975038,游戏中遇到任何bug欢迎提交";
nullString += "\r\n\r\n"; nullString += "\r\n\r\n";
......
# Download game # Download game
http://koishi.222diy.gdn/download.html https://koishi.pro/download.html
# Notes for MyCard Helper # Notes for MyCard Helper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment