From 0396e9633450885f9f5a5550098e243d84316030 Mon Sep 17 00:00:00 2001 From: huanghongxun Date: Sat, 24 Sep 2022 23:50:48 +0800 Subject: [PATCH] feat(multiplayer): update agreement. Closes #1724. --- .../org/jackhuang/hmcl/ui/multiplayer/MultiplayerManager.java | 2 +- HMCL/src/main/resources/assets/lang/I18N.properties | 2 +- HMCL/src/main/resources/assets/lang/I18N_zh.properties | 2 +- HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/multiplayer/MultiplayerManager.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/multiplayer/MultiplayerManager.java index 4a9e772fd..ee8eac5a0 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/multiplayer/MultiplayerManager.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/multiplayer/MultiplayerManager.java @@ -63,7 +63,7 @@ public final class MultiplayerManager { private static final String HIPER_POINTS_URL = "https://cert.mcer.cn/point.yml"; private static final Path HIPER_CONFIG_PATH = Metadata.HMCL_DIRECTORY.resolve("hiper.yml"); public static final Path HIPER_PATH = getHiperLocalDirectory().resolve(getHiperFileName()); - public static final int HIPER_AGREEMENT_VERSION = 2; + public static final int HIPER_AGREEMENT_VERSION = 3; private static final String REMOTE_ADDRESS = "127.0.0.1"; private static final String LOCAL_ADDRESS = "0.0.0.0"; diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index 56341f517..88d63a339 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -840,7 +840,7 @@ mods.restore=Rollback mods.url=Official Page multiplayer=Multiplayer online -multiplayer.agreement.prompt=Before using the multiplayer function, you need to agree to the user agreement and disclaimer of the multiplayer service provider ioi series of works. \nThe user's use of the online service will be deemed to unconditionally agree to the user agreement and disclaimer. +multiplayer.agreement.prompt=Before using the functionality of multiplayer, you must agree to the user agreement and disclaimer of the multiplayer service provider mcer.cn. \nEspecially, you agree that any problems and disputes you encounter while using the multiplayer functionality (including its paid services) have nothing to do with HMCL and should be resolved through consultation with mcer.cn multiplayer.download=Downloading dependencies multiplayer.download.failed=Initialization failed, some files failed to download multiplayer.download.success=Multiplayer online initialization completed diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh.properties b/HMCL/src/main/resources/assets/lang/I18N_zh.properties index 84d07da5b..5529480e0 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh.properties @@ -688,7 +688,7 @@ mods.restore=回退 mods.url=官方頁面 multiplayer=多人聯機 -multiplayer.agreement.prompt=使用多人聯機功能前,你需要先同意多人聯機服務提供方 ioi 系列作品的用戶協議與免責聲明。\n用戶使用聯機服務的行為,將被視為無條件同意該用戶協議與免責聲明。 +multiplayer.agreement.prompt=多人聯機功能由 速聚 提供。使用前,你需要先同意多人聯機服務提供方 速聚 的用戶協議與免責聲明。\n你需要了解,HMCL 僅為 速聚 提供多人聯機服務入口,使用中遇到的任何問題由 速聚 負責處理。您在使用多人聯機服務過程中所遇到的任何問題與糾紛(包括其付費業務)均與 HMCL 無關,應與 速聚 協商解決。 multiplayer.download=正在下載相依元件 multiplayer.download.failed=初始化失敗,部分檔案未能完成下載 multiplayer.download.success=多人聯機初始化完成 diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties index 22776f48f..0304fc815 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties @@ -688,7 +688,7 @@ mods.restore=回退 mods.url=官方页面 multiplayer=多人联机 -multiplayer.agreement.prompt=使用多人联机功能前,你需要先同意多人联机服务提供方 ioi 系列作品的用户协议与免责声明。\n用户使用联机服务的行为,将被视为无条件同意该用户协议与免责声明。 +multiplayer.agreement.prompt=多人联机功能由 速聚 提供。使用前,你需要先同意多人联机服务提供方 速聚 的用户协议与免责声明。\n你需要了解,HMCL 仅为 速聚 提供多人联机服务入口,使用中遇到的任何问题由 速聚 负责处理。您在使用多人联机服务过程中所遇到的任何问题与纠纷(包括其付费业务)均与 HMCL 无关,应与 速聚 协商解决。 multiplayer.download=正在下载依赖 multiplayer.download.failed=初始化失败,部分文件未能完成下载 multiplayer.download.success=多人联机初始化完成