Skip to content

Commit

Permalink
更新BepinEx
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyx0412 committed Oct 8, 2024
1 parent 016c33e commit 8a9d2a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified Strings.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions TheOtherRoles/Modules/BepInExUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion TheOtherRoles/Resources/stringData.json
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@
"13": "欢迎游玩<color=#ff351f><size=120%>我们的超多职业</size></color> !\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 [玩家名称] : 强制复活玩家"
Expand Down

0 comments on commit 8a9d2a2

Please sign in to comment.