|
Post by AnkuLua on Jan 14, 2020 14:57:11 GMT
I mean, why is it only working at 0.1 preciseness? What to fix to increase it to an appropriate level? UPD: I've figured out what was it. Distortion was because of the navigation. Just added 1 line: setImmersiveMode(true) but maybe you would like to add immersive mode autocheck into your example in avoidance of further questions like this one... This is a simple example. Don't want to make the script too complex.
|
|
|
Post by eclipse on Jan 14, 2020 15:04:07 GMT
I mean, why is it only working at 0.1 preciseness? What to fix to increase it to an appropriate level? UPD: I've figured out what was it. Distortion was because of the navigation. Just added 1 line: setImmersiveMode(true) but maybe you would like to add immersive mode autocheck into your example in avoidance of further questions like this one... This is a simple example. Don't want to make the script too complex. I do believe you should think with the eyes of very unexperienced users. They want to feel the 'click' command and play with it for start. They don't want to go through forums and read detailed documentation from the very beginning. If yo uwill write something complex, they ll just copypaste the lines, and it will do the job for them. I had to write similarity check debugger for the controllable fix of image recognition problem. Was your intention in forcing newbies to do so?) And in the end i've upgraded similarity to 0.98 , but probably this is the way for mandalorians only.
|
|
3dd
New Member
Posts: 7
|
Post by 3dd on Jan 15, 2020 5:17:45 GMT
eclipse i agree with you man, i'm a completely newbie and would love to learn more about ankulua, but it's really difficult to find some easy step by step tutorials. Recording clicks like macro seems easy, but the part when you have to learn snap and play is impossible for me to understand. Forum has so many old post and there's nothing on youtube or google to teach newbies like me a step by step tutorial with 0 coding experiance. Ankulua is it possible to make it easier for newbies with 0 experiance just to do snap and click records all together and add timer between each actions and when to repeat? Either need more tutorials or make it easier and more user friendly. The snap tutorial you have is 2 clicks only, what if i need 5 to 8 actions in between.
|
|
|
Post by AnkuLua on Jan 15, 2020 7:45:57 GMT
eclipse i agree with you man, i'm a completely newbie and would love to learn more about ankulua, but it's really difficult to find some easy step by step tutorials. Recording clicks like macro seems easy, but the part when you have to learn snap and play is impossible for me to understand. Forum has so many old post and there's nothing on youtube or google to teach newbies like me a step by step tutorial with 0 coding experiance. Ankulua is it possible to make it easier for newbies with 0 experiance just to do snap and click records all together and add timer between each actions and when to repeat? Either need more tutorials or make it easier and more user friendly. The snap tutorial you have is 2 clicks only, what if i need 5 to 8 actions in between. OK. Will try to make the tutorial easier to use the script.
|
|
|
Post by frenchir on Mar 23, 2020 17:05:50 GMT
Hi, noob here, I can't get it to work I get the can't find 6.png error, tried several scripts and it never works with images, wondering if it's because of my phone's resolution, it's a redmi note 8 3240x1080 with a notch.
|
|
|
Post by AnkuLua on Mar 24, 2020 0:38:08 GMT
Hi, noob here, I can't get it to work I get the can't find 6.png error, tried several scripts and it never works with images, wondering if it's because of my phone's resolution, it's a redmi note 8 3240x1080 with a notch. Yes. It's because your resolution. Never mind. Just start to search the script for your game and use it. You already know how AnkuLua works.
|
|
|
Post by frenchir on Mar 24, 2020 12:38:12 GMT
Hi, noob here, I can't get it to work I get the can't find 6.png error, tried several scripts and it never works with images, wondering if it's because of my phone's resolution, it's a redmi note 8 3240x1080 with a notch. Yes. It's because your resolution. Never mind. Just start to search the script for your game and use it. You already know how AnkuLua works. I've been trying this script for days ankulua.boards.net/thread/1345/marvel-contest-champions-arena-fightSwipes work but images are never clicked...
|
|
|
Post by AnkuLua on Mar 24, 2020 14:03:28 GMT
Please ask in the thread.
|
|
|
Post by youorn on Apr 28, 2020 9:50:26 GMT
I can't get the example to work. I'm using a Pixel 2 XL on Android 10 using accessibility. The phone's resolution is 2880 x 1440. I have tried changing both settings to 2880 without any success.
|
|
|
Post by AnkuLua on Apr 28, 2020 10:56:23 GMT
I can't get the example to work. I'm using a Pixel 2 XL on Android 10 using accessibility. The phone's resolution is 2880 x 1440. I have tried changing both settings to 2880 without any success. It's OK. You know how to use AnkuLua. You can go directly to use AnkuLua on the game that you play.
|
|
|
Post by youorn on Apr 28, 2020 19:09:56 GMT
I can't get the example to work. I'm using a Pixel 2 XL on Android 10 using accessibility. The phone's resolution is 2880 x 1440. I have tried changing both settings to 2880 without any success. It's OK. You know how to use AnkuLua. You can go directly to use AnkuLua on the game that you play. I am trying to make my own script and I have the same issues. I am trying to figure out why Ankulua can't detect anything. The highlight script highlights the right region and then runs into the same can't find error.
|
|
|
Post by AnkuLua on Apr 28, 2020 23:32:35 GMT
It's OK. You know how to use AnkuLua. You can go directly to use AnkuLua on the game that you play. I am trying to make my own script and I have the same issues. I am trying to figure out why Ankulua can't detect anything. The highlight script highlights the right region and then runs into the same can't find error. Don’t use accessibility in emulators try snap and play first
|
|
|
Post by ahtom82 on Jan 14, 2023 6:24:01 GMT
I can't get the example to work. I'm using a Pixel 2 XL on Android 10 using accessibility. The phone's resolution is 2880 x 1440. I have tried changing both settings to 2880 without any success. Yes, you need to change the settings for SetCompareDimension I changed it to 1220, as my resolution is 1440. Cause due to there is additional banner on top which i need to minus off from the original. then i can get it to work. I believe the original one was made for 960 without banner.
|
|