|
Post by terranigma on Oct 8, 2019 22:55:32 GMT
So here's the request:
Epic Seven hasn't been fortunate enough for an encryption key to be released, so a gear parser has been lacking big time. We we do have is an OCR recognition tool which can compile the data, albeit slowly.
For the OCR tool to work, screenshots have to be captured in 2200x1080 resolution. Epic Seven has 450 (so far) gear slots. Dream for this would be to have it go into the inventory, select "All Equipment", then go right down the line slot 1 to 450, take a screenshot of the full 2200x1080 , and save it. If that's without the realm of possibility, or someone thinks it could be easily done with the Snap and Click, I'm open to suggestions!
Will happily pay for use of this if it can be made.
|
|
|
Post by Tharak on Oct 14, 2019 21:50:33 GMT
Not sure if I totally get what you mean. Okay, lets assume we can save the screenshot, now what?
|
|
|
Post by terranigma on Oct 26, 2019 23:52:30 GMT
Not sure if I totally get what you mean. Okay, lets assume we can save the screenshot, now what? That's quite literally all that I need it to do. And that's all. Screenshot a 2200x1080 full screen shot from within an emulator. There's a gear optimizer program, but it's tedious to use because there is no gear parser like summoners war has to do it with. Just an ocr scan software that imports the data from screenshots.
|
|
|
Post by Tharak on Oct 30, 2019 1:51:57 GMT
Not sure if I totally get what you mean. Okay, lets assume we can save the screenshot, now what? That's quite literally all that I need it to do. And that's all. Screenshot a 2200x1080 full screen shot from within an emulator. There's a gear optimizer program, but it's tedious to use because there is no gear parser like summoners war has to do it with. Just an ocr scan software that imports the data from screenshots. Seems rather simple, can I see this gear optimizer program so I can know what exactly it needs?
|
|
|
Post by holizab on Nov 10, 2019 16:11:37 GMT
The equipment is shown in a grid. It is 9 pieces of gear wide and as deep as need be to display all your gear. What the bot needs to do is to tap on the first piece of gear (this shows a detailed popup, which is used by the OCR script), then it needs to take the screenshot. Next it should tap anywhere outside that popup window to get rid of it, then it needs to tap on the next piece of gear slightly to the right, and so on and so forth, going left to right through the 9 items in the same row, then scrolling down a row and repeating until all the gear has been screenshotted.
|
|
|
Post by rubixxfreeze on Dec 7, 2019 3:29:59 GMT
this would be great if it could be implemented into the gear optimizer. keeping track of all the gear and updating it can be a bit tidious.
|
|
|
Post by Tharak on Dec 9, 2019 2:14:18 GMT
this would be great if it could be implemented into the gear optimizer. keeping track of all the gear and updating it can be a bit tidious. What is the gear optimizer? Link please.
|
|
|
Post by Gigofar on Dec 13, 2019 12:19:58 GMT
|
|
|
Post by lazyracer on Dec 28, 2019 11:49:42 GMT
Android defines a key for screenshot so you can simply use
keyevent(120) which will place the screenshot in the place where your device would put it.
|
|
|
Post by holizab on Jan 10, 2020 13:40:45 GMT
this would be great if it could be implemented into the gear optimizer. keeping track of all the gear and updating it can be a bit tidious. What is the gear optimizer? Link please. More relevant is the OCR script. So the flow of information goes as follows: Screenshot -> OCR script -> Json -> Optimizer. We already have a script that can process the screenshots and the optimizer (linked above). We just need a fast and easy way to take the hundreds of screenshots necessary to use the OCR script. Here is the github repo for the OCR script, if that matters: github.com/compeanansi/epic7
|
|
aikz
New Member
Posts: 15
|
Post by aikz on Nov 16, 2020 13:12:35 GMT
Did you ever find a way for this? I was looking for something like this to and stumbled upon this post.
I'm thinking about how to make a script that will hold click on every equipment item in the inventory, then make a screenshot.. but perhaps there's already a solution.
|
|