Greasy Fork

🏆 [#1 Chess Assistant] A.C.A.S(高级国际象棋辅助系统)

利用尖端实时走法分析和策略辅助系统,提升您的国际象棋水平

< 脚本🏆 [#1 Chess Assistant] A.C.A.S(高级国际象棋辅助系统)的反馈

评价:好评 - 脚本运行良好

§
发表于:2023-02-08
编辑于:2023-02-08

The script worked once. Possibly a bug or maybe just user error, but I closed out of the GUI and it would never automatically open up again. It also won't open when I try to manually open it either. Other than that, it worked very well when I was using it!
2 suggestions that I think would make it a lot better though.

1). Create an option for MultiPV so you can choose between multiple different moves (maybe somewhere that would rank the moves based on their eval, possibly with lighter colored squares meaning better moves)
2). Implement Stockfish (I'm pretty sure there is a stockfish engine that's pure js somewhere on GitHub)

HKR作者
§
发表于:2023-02-08

but I closed out of the GUI and it would never automatically open up again

You might've disabled the auto-open in the settings.

It also won't open when I try to manually open it either.

Make sure you're in a match when you try to manually open it. If it doesn't work, reinstall the userscript.

1). Create an option for MultiPV so you can choose between multiple different moves (maybe somewhere that would rank the moves based on their eval, possibly with lighter colored squares meaning better moves)

I've thought about doing that, will have to see how I can implement it when I have more time.

2). Implement Stockfish (I'm pretty sure there is a stockfish engine that's pure js somewhere on GitHub)

I think Stockfish would be hard to implement on a userscript, most likely not impossible, but time-consuming.

§
发表于:2023-02-08

> You might've disabled the auto-open in the settings.

I tried on chromium first, which worked the first time. Then wouldn't work again. I deleted and reinstalled the userscript, but it still wouldn't open.
I then tried on brave, completely fresh install, and it wouldn't open automatically or manually when in a game.

Like I said before, it could definitely be user error, but I also don't know what I would be doing wrong for it to stop working on a fresh browser

§
发表于:2023-02-08

Just figured out the reason to this. If you change your animation on board settings then it will freeze the board and close the tab. If you change it back, it fixes itself. I probably should've realized this earlier, lol. So it was user error, but it'd be nice for me to have natural animations instead of the default ones

HKR作者
§
发表于:2023-02-08

I then tried on brave, completely fresh install, and it wouldn't open automatically or manually when in a game.

I am using Brave, and it works for me. Can you please check the console to see if there are any errors made by A.C.A.S?

§
发表于:2023-02-08
编辑于:2023-02-08

I then tried on brave, completely fresh install, and it wouldn't open automatically or manually when in a game.

I am using Brave, and it works for me. Can you please check the console to see if there are any errors made by A.C.A.S?

Just figured out the problem, I don't know if you saw my previous post but it was because my animations were set to "natural" in the board settings.
Also, weird suggestion, but for playing bullet and blitz you should try to implement a blunder and mistake frequency setting, because currently I'm getting 90 accuracy in 1500 bullet lobbies with the bot elo set to 1200.

HKR作者
§
发表于:2023-02-08
编辑于:2023-02-08

my animations were set to "natural" in the board settings

Thanks for figuring that out, I'm going to look into fixing it.

for playing bullet and blitz you should try to implement a blunder and mistake frequency setting, because currently I'm getting 90 accuracy in 1500 bullet lobbies with the bot elo set to 1200.

Good idea. For the time being, you can make blunders yourself, too. A.C.A.S can show you the good moves when needed. The same way, you should know to occasionally wait to make a move to make your move times inconsistent and realistic.

HKR作者
§
发表于:2023-07-10

Just a quick update, finally added multiPV, and the ELO should be more accurate (or at least be shittier on lower ELOs). A.C.A.S is now using Fairy Stockfish (WebAssembly version).

发表回复

登录以发表回复。