Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2021.9 update #16

Open
lesuixin opened this issue Sep 1, 2021 · 3 comments
Open

2021.9 update #16

lesuixin opened this issue Sep 1, 2021 · 3 comments

Comments

@lesuixin
Copy link
Owner

lesuixin commented Sep 1, 2021

2021.9.1 由于游戏更新修改UI界面导致红字提示
game update and modify the UI interface

@lesuixin
Copy link
Owner Author

lesuixin commented Sep 1, 2021

提示

[ClickHubButton] An exception occurred. System.MissingFieldException: 未找到字段“Box.m_TournamentButton”。
   在 (MonoClass , String )
   在 Triton.Game.Mono.MonoClass.method_5(String string_4)
   在 Triton.Game.Mono.MonoClass.method_3[T](String string_4)
   在 (Box )
   在 Triton.Game.Mapping.Box.get_m_TournamentButton()
   在 (Enum19 , Boolean )

@lesuixin
Copy link
Owner Author

lesuixin commented Sep 1, 2021

bald9的关于2021/9/1兄弟无法使用的修复方法

用dnspy打开兄弟的exe文件
找到Triton.Game.Mapping目录
打开Box类(文件)
查找m_TournamentButton属性
原来:
public BoxMenuButton m_TournamentButton {
get
{
return base.method_3<BoxMenuButton>("m_TournamentButton");
}
}
右键get,修改方法
改为:
return base.method_3<BoxMenuButton>("m_PlayButton")

编译保存即可运行
原理懒得讲了,反正大部分人都不想了解
名称懒得改了
冒险和战旗懒得修复了

@lesuixin lesuixin pinned this issue Sep 1, 2021
@lesuixin
Copy link
Owner Author

9-22补丁patch OHKAWAYI的CardDefs
Routines\DefaultRoutine\Silverfish\cards
Routines\DefaultRoutine\Silverfish\data
9-22补丁patch OHKAWAYI的CardDefs.zip

@lesuixin lesuixin unpinned this issue Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant