Constrat

Results 108 comments of Constrat

If all of these are related to adaptation, EN IS4 will definitely remain in beta. Too much work, and not enough space to work with.

Unfortunately the theming is completely different, if something works in Mizuki it most likely won't work in Sami. I found the issue btw: Sami@[email protected] score: 0.777039. The score is too...

I'll try and see if this can be done. No promises :-/. Problem is that the names used in the copilot.json sometime are just fictional and are not real operators....

Nvm I don't think it's even feasible. Considering it's all hard coded, for every log message we would need to call `battle_data.json`, cycle through all operators until a match is...

The main issue was that for small and/or big changes in documentations (mainly small) only the Chinese documentation was updated. About 6 months ago I reread almost the entire documentation...

I agree. Fortunately a KR and a JP maintainer appeared and they both speak either Chinese and English. Also the docs related to the coding/implementation part are viewed by a...

@status102 wouldn't this just be the generic "Go home" task that is used in between tasks? For example, after infrastructure -> visit friends, will exit the base and pass through...

Technically spamming just the ReturnButton could easily work for almost every interface, except very specific ones. Something like this could work? ```c if (isTerminal) stop; while(returnbutton is true) { clickReturn;...

Can't even debug it ![image](https://github.com/MaaAssistantArknights/MaaAssistantArknights/assets/56174894/1367a28c-6c38-4415-a6f8-415f02ded358) @MistEO what did you do. Everything was running correctly before 605dcda. That created conflicts and now nothing's working :P I've never used submodules, but it...