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

【BUG】新版启动器F键被占用,功能为开闭战斗中的战争迷雾 #258

Closed
FaelGnahz opened this issue Jul 27, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@FaelGnahz
Copy link

问题描述
新版启动器(1.0.0)F键被占用,功能变为开闭战斗中的战争迷雾

如何复现
复现问题的步骤:
随便开一场战斗按F就行了

预期行为
结束当前角色回合

操作系统信息:

  • OS: [Win10 22H2]

总不能是故意的但是没写出来吧

@FaelGnahz FaelGnahz added the bug Something isn't working label Jul 27, 2024
@shabbywu
Copy link
Owner

好有趣的bug...然而我印象中没弄过这样的特性

@shabbywu
Copy link
Owner

翻了下代码,是把 devmode 开了导致的。
image

@shabbywu
Copy link
Owner

=/= 只好把 isDevmode 方法给覆盖了,让他永远返回 false;

属实没想到打开 remote debugger 之后 isDevmode 也会返回 true;(不得不说这个又很合理)

image

@shabbywu
Copy link
Owner

shabbywu commented Jul 27, 2024

https://www.nexusmods.com/battlebrothers/mods/719?tab=files

更新了 1.0.1 修复 isDevmode 返回 true 的问题.
N网扫完病毒应该就能看见。

@FaelGnahz
Copy link
Author

已经能看到了,确实合理又挺怪的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants