diff --git a/Strings.xlsx b/Strings.xlsx index a210c3da..50bc3164 100644 Binary files a/Strings.xlsx and b/Strings.xlsx differ diff --git a/TheOtherRoles/Modules/BepInExUpdater.cs b/TheOtherRoles/Modules/BepInExUpdater.cs index 8fa99d5b..e1a00111 100644 --- a/TheOtherRoles/Modules/BepInExUpdater.cs +++ b/TheOtherRoles/Modules/BepInExUpdater.cs @@ -15,8 +15,8 @@ namespace TheOtherRoles.Modules; public class BepInExUpdater : MonoBehaviour { - public const string RequiredBepInExVersion = "6.0.0-be.692+851521cc126e4f9d841d2d9bfe857558f0395939"; - public const string BepInExDownloadURL = "https://builds.bepinex.dev/projects/bepinex_be/692/BepInEx-Unity.IL2CPP-win-x86-6.0.0-be.692%2B851521c.zip"; + public const string RequiredBepInExVersion = "6.0.0-be.697+53625800b86f6c68751445248260edf0b27a71c2"; + public const string BepInExDownloadURL = "https://builds.bepinex.dev/projects/bepinex_be/697/BepInEx-Unity.IL2CPP-win-x86-6.0.0-be.697%2B5362580.zip"; public static bool UpdateRequired => Paths.BepInExVersion.ToString() != RequiredBepInExVersion; public void Awake() diff --git a/TheOtherRoles/Resources/stringData.json b/TheOtherRoles/Resources/stringData.json index 02c6bbc4..512048d7 100644 --- a/TheOtherRoles/Resources/stringData.json +++ b/TheOtherRoles/Resources/stringData.json @@ -2305,7 +2305,7 @@ "13": "欢迎游玩我们的超多职业 !\n\n游戏指令:\n/r [职业名称] :获取该职业的介绍\n/m :游戏内使用,获取自己已有职业的介绍\n\n如需查看其它指令请输入:/cmd" }, "BetaMessage": { - "13": "当然模组版本为Beta测试版,将在 {0} 天后过期!\n\n版本过期后将无法进入游戏,注意更新!" + "13": "当前模组版本为Beta测试版,将在 {0} 天后过期!\n\n版本过期后将无法进入游戏,注意更新!" }, "CommandsInHost": { "13": "大厅指令:\n/gm [模式代码] :切换游戏模式\n模式代码:gm(赌怪模式)、hn(猎杀模式)、ph(道具躲猫猫)\n\n/kick [玩家名称] :踢出玩家\n/ban [玩家名称] 封禁玩家\n\n游戏中指令:\n/end :强制游戏结束\n/meeting (mt) 召集/结束会议\n/kill [玩家名称] :强制击杀玩家\n/revive [玩家名称] : 强制复活玩家"