PokeGuys
PokeGuys
@ryuga93 For how to transfer file through Ankulua function. ## Steps 1. Read file in hex 2. Send request with file content in hex. 3. Done. ```lua function readFile(fileName) local...
After applying API, we can add some useful features like [Servant current NP](https://github.com/pokeguys/fgo-script/blob/master/api/index.py#L133), [Servant Skill Level](https://github.com/pokeguys/fgo-script/blob/master/api/index.py#L155), [Player current AP](https://github.com/pokeguys/fgo-script/blob/master/api/index.py#L178) etc. Those features required pre-processing and turn into binarized image, otherwise...
> 我不確定能不能行,因為Ankulua的天限,還有這字實在太小了,辨識不是挺管用 > > 目前新的comment > [d7a58bc](https://github.com/29988122/Fate-Grand-Order_Lua/commit/d7a58bc4772150553487c2f01e505cfaf26090f7) > 改了weak和resist的圖,Buster/Arts/Quick還沒動。您先測測看看行為與想像的吻不吻合。 > > == > 如果不行,我們可能要另尋辨識良方,會花不少時間。 > 問題在於中文字筆畫多,1280*720只是單純pixel by pixel比對相似度的錯誤可能性太大了。 > > 或許我去看看teserract/open cv之類的是怎麽實作灰階的圖像辨識吧... ## OpenCV Object Extraction Ankulua is already using...
@potchy I think the API should deploy by the user and it should be connected locally (Nox Ankulua API). 🤔 And yes, it can pass the file through HTTP GET...
@anubi What I am proposing is to communicate directly through the Ankulua app, not ADB. There is no extra ADB-based manipulation during the communication between API and device. All the...
@29988122 I have seen that before. I just root my phone a few days ago but still can't open FGO even using Magisk. It turns out it is LineageOS's build.prop...
The problem is `chunkSize` cannot be controlled by server-side configuration. If the `chunkSize` is too small or the user's network speed is too fast, it will trigger the GCS rate...