Closed NaughtyChas closed 2 months ago
I've just removed the automatic selection feature for Board view.
Seemingly this goes fine with the EX Stage view, so I'm closing this issue.
The test match revealed the issue again, temporarily reopening.
所以可能的问题是 我们需不需要这个功能 基于gameplay已经不在这里实现,我们还是否需要ipc来获取beatmap
最好明确一下
所以可能的问题是 我们需不需要这个功能 基于gameplay已经不在这里实现,我们还是否需要ipc来获取beatmap
最好明确一下
大概率是不需要了
经过测试赛发现这个功能会自动向下一张被选的图添加状态,而被添加的状态不会根据逻辑自动轮换。也就是说,如果使用ipc自动获取beatmap来做选择会导致所有图施加同一个效果 (测试下来好像都是Red Pick)。手动设定格子后,自动选图会覆盖刚才手动设定好的正确状态。
由于我们删除了右边按钮的轮换逻辑,因此这里也大概率是出现问题的
从导播的角度来看,除非能够将下一张图自动轮换逻辑重新写好,建议还是移除这个功能。
选图/Ban图轮换逻辑可以来 这里 参考一下。
我们需不需要这个功能
No need. Compared to manually switching, we are unsure about these parts:
This feature will most probably mess the whole board up, enforcing us staffs to inhale large amounts of smoke during the normal match, not to mention we know little about this.
不需要(激寒。与手动选图相比,自动选图的行为有不确定性:
可以想见,多数情况下这个功能会让棋盘阿米诺斯,强迫全体staff在直播间吸芙蓉王,更不用说我们对一得阁拉米所知甚少了。
Have just:
We can have a test sometime and then close the issue when everything about this goes as intended.
Pinging @CloneWith for update on this issue.
Tested and everything is looking good, changing map in the matchroom will no longer trigger the automatic map-selection feature in lazer.
I believe that the automatic map-selection feature in EX Screen is intended to left in the code, however the default status of the selected map is incorrect. It uses a status similar to "Red Pick" in board screen as default:
this unknown status | Red win status |
---|---|
When "Pick" is selected on the control panel, applied status will be correct when performing auto-selection. This bug can be recreated by following these steps:
Setting the default status to "Pick" once we enter the EX screen should be a viable solution.
It uses a status similar to "Red Pick" in board screen as default.
Yes it's true, since in all views using BeatmapChoice
, it starts with a "Red Pick".
Some solutions I suppose:
For now much of the issue should be completed. If everything is OK then this can be closed as completed.
测?等回
Seemingly this is completed. Closing for now and create another one if problem persists.
New issue where Seems this problem have not fixed for the new intro for map picks. Do you like Smoke team picked?
In EX & Board screen, boxes will be automatically picked / banned when song information has updated through ipc.
Remove this for better stability.