Commit b65f74e2 authored by mercury233's avatar mercury233

version

parent 0ac52fa6
...@@ -3,7 +3,7 @@ using System.Collections.Generic; ...@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.IO; using System.IO;
public static class Config public static class Config
{ {
public static uint ClientVersion = 0x1344; public static uint ClientVersion = 0x1348;
class oneString class oneString
{ {
......
...@@ -144,8 +144,8 @@ public class SelectServer : WindowServantSP ...@@ -144,8 +144,8 @@ public class SelectServer : WindowServantSP
string versionString = UIHelper.getByName<UIInput>(gameObject, "version_").value; string versionString = UIHelper.getByName<UIInput>(gameObject, "version_").value;
if (versionString=="") if (versionString=="")
{ {
UIHelper.getByName<UIInput>(gameObject, "version_").value = "0x133d"; UIHelper.getByName<UIInput>(gameObject, "version_").value = "0x1348";
versionString = "0x133d"; versionString = "0x1348";
} }
KF_onlineGame(Name, ipString, portString, versionString, pswString); KF_onlineGame(Name, ipString, portString, versionString, pswString);
} }
......
...@@ -19,16 +19,11 @@ namespace YGOSharp ...@@ -19,16 +19,11 @@ namespace YGOSharp
{ {
nullName = InterString.Get("未知卡片"); nullName = InterString.Get("未知卡片");
nullString = ""; nullString = "";
nullString += "欢迎使用 YGOPro2 1033.D.3"; nullString += "欢迎使用 YGOPro2 233测试版";
nullString += "\r\n\r\n"; nullString += "\r\n\r\n";
nullString += "使用本软件竞技前请在官方网站阅读竞技声明。"; nullString += "详见官方网站说明:";
//if (File.Exists("config/link.conf"))
//{
nullString += "\r\n"; nullString += "\r\n";
nullString += "[url=http://ygopro2.lofter.com/lisence][u]http://ygopro2.lofter.com/lisence[/u][/url]"; nullString += "[url=https://ygo233.com/ygopro2_233_test][u]https://ygo233.com/ygopro2_233_test[/u][/url]";
nullString += "\r\n\r\n";
nullString += "官方网站:\r\n[url=http://ygopro2.lofter.com][u]http://ygopro2.lofter.com[/u][/url]\r\n请随时关注此页面的新卡消息和程序更新消息。";
//}
nullString += "\r\n\r\n"; nullString += "\r\n\r\n";
nullString += "公测玩家交流群:\r\n[url=https://jq.qq.com/?_wv=1027&k=42Gsxgd][u]580454979[/u][/url]"; nullString += "公测玩家交流群:\r\n[url=https://jq.qq.com/?_wv=1027&k=42Gsxgd][u]580454979[/u][/url]";
nullString += "\r\n[url=https://jq.qq.com/?_wv=1027&k=44aGRzz][u]428563714[/u][/url]"; nullString += "\r\n[url=https://jq.qq.com/?_wv=1027&k=44aGRzz][u]428563714[/u][/url]";
......
...@@ -2210,7 +2210,7 @@ MonoBehaviour: ...@@ -2210,7 +2210,7 @@ MonoBehaviour:
keepCrispWhenShrunk: 1 keepCrispWhenShrunk: 1
mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3} mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3}
mFont: {fileID: 0} mFont: {fileID: 0}
mText: "YGOPro2 233\u6D4B\u8BD5\u7248 v7" mText: "YGOPro2 233\u6D4B\u8BD5\u7248 v8"
mFontSize: 18 mFontSize: 18
mFontStyle: 0 mFontStyle: 0
mAlignment: 1 mAlignment: 1
......
...@@ -1255,7 +1255,7 @@ MonoBehaviour: ...@@ -1255,7 +1255,7 @@ MonoBehaviour:
keepCrispWhenShrunk: 1 keepCrispWhenShrunk: 1
mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3} mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3}
mFont: {fileID: 0} mFont: {fileID: 0}
mText: 0x133D mText: 0x1348
mFontSize: 18 mFontSize: 18
mFontStyle: 0 mFontStyle: 0
mAlignment: 1 mAlignment: 1
......
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