|
Post by ninomax0x on Apr 24, 2017 5:02:47 GMT
Yes. You can use remoteAKL to crop the images. Remember to set the width (the right field of Scale) to 1024. If the script isn't compiled or encrypted, you may try set the similarity to a lower value. Finally, you could ask the author to provide a version of 1280x720. That's half of width and height of your device. The script has been encrypted, and it only work with 576x1024 resolution while my phone's resolution is 1440x2560, so I don't think the built in images will work.
|
|
srl
New Member
Posts: 3
|
Post by srl on May 18, 2017 12:23:18 GMT
hy. i was looking around in this forum for 3days, im just want to ask can i use image from game assets? and setup my emulator to best performarce ?
|
|
|
Post by AnkuLua on May 18, 2017 13:20:21 GMT
It's not guaranteed to use images from assets. It's better to crop images from device. If there is emulator option for high performance, choose it.
|
|
|
Post by dabblelabs on Aug 22, 2017 22:16:32 GMT
if you have a high resolution tablet would it make more sense to use that compare to bluestacks or another emulator since the tablet has the highest resulution but if i shrink them to like 640 would it still be effective or would i be better off doing the script in a lower resolution like 1280
|
|
|
Post by AnkuLua on Aug 22, 2017 23:45:15 GMT
Normally, 640 is enough and effective.
|
|
|
Post by AutoBOT on Sept 28, 2017 7:15:24 GMT
is there any reason we use compare by height not width?
Settings:setCompareDimension(false, 1920)
whats the difference with Settings:setCompareDimension(true, 1080)
|
|
|
Post by AnkuLua on Sept 28, 2017 7:34:34 GMT
Good question. In most cases, width is good enough to handle different resolution of the same aspect ratio. And we didn't test comparison by height. You may try it.
|
|
|
Post by AutoBOT on Sept 28, 2017 8:08:38 GMT
Good question. In most cases, width is good enough to handle different resolution of the same aspect ratio. And we didn't test comparison by height. You may try it. well if it works with width i dont wanna try it either haha so it doesnt matter whether the game is on landscape or portrait, it works the same way? i mean i usually use (true, 1920) then if i use on portrait it would be (true, 1080) right
|
|
|
Post by AnkuLua on Sept 28, 2017 8:10:27 GMT
Yes. It works the same way. Just be careful, the widths are different for landscape and portrait.
|
|
|
Post by AutoBOT on Sept 28, 2017 8:46:08 GMT
yep i understand that. thank you
|
|
|
Post by dionvk on Oct 16, 2017 20:43:49 GMT
hello, i create a script using nox with resolution 900x600 and it run flawlessly in nox but when i transfer my script on my old hp (1080 x 1920) it can read the image perfectly, but it cann't read the region i set at nox, is my setting wrong? Settings:setCompareDimension(true,900) Settings:setScriptDimension(true,900)
or do i need to rework all my region in script in resolution on multiple of 320 or 640 ?
NB: also can you add some feature to disable "User Abort!" when script end, its kind of annoying and can i move toast to specific location??
thx
|
|
|
Post by AnkuLua on Oct 17, 2017 1:10:32 GMT
It's better that the screen aspect ratio is the same. In your case, set nox resolution to 960x540. Set dimension to 960. Settings:setCompareDimension(true,960) Settings:setScriptDimension(true,906)
Then re-capture the images.
|
|
timtim
Junior Member
Posts: 67
|
Post by timtim on Mar 3, 2018 7:11:38 GMT
Is Daemon still faster then root access? If yes why? Just curious about the basics I am running Nox, was wondering if the performance would improve?
|
|
|
Post by AnkuLua on Mar 3, 2018 16:08:32 GMT
Is Daemon still faster then root access? If yes why? Just curious about the basics I am running Nox, was wondering if the performance would improve? Yes. Daemon is faster than root. It's because root need to execute shell. And daemon is just network communication.
|
|
nmax
New Member
Posts: 2
|
Post by nmax on Apr 12, 2018 12:21:00 GMT
Hey,
Thanks for this great software.
I've some questions regarding optimization:
1- Does it worth to save the captured images in grayscale other than the reduced size? 2- My device resolution is 2220x1080 if I save snapshots@1110x540 does it affect the accuracy of the comparisons? 3- What's the recommended captured width for a device with 2220x1080 pixels?
|
|