Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Fri Nov 22, 2024 1:36 am

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
Font size:
Font colour
Options:
BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Please click and drag the 2 correct statements to the right hand side.
Please click and drag the 2 correct statements to the right hand side.
Please select the options below to the correct list to avoid automated registrations.
Statements
2 correct statements
Chickens can talk
Fish can swim
Dogs have 4 legs
Elephants can fly
   

Topic review - Pixel pattern a bit off
Author Message
  Post subject:  Re: Pixel pattern a bit off  Reply with quote
Thx it worked like a dream. The only way to make it better would be if someone completed that ocr plugin making it flexible like most of the code.
Post Posted: Sun Oct 23, 2011 3:51 am
  Post subject:  Re: Pixel pattern a bit off  Reply with quote
Ty i will try just that then you are as helpfullbas ever.
Post Posted: Sun Oct 23, 2011 3:04 am
  Post subject:  Re: Pixel pattern a bit off  Reply with quote
if its 20 pixels off im almost 100% certain the problem will go away if you disable DirectX capturing.

And this is why.

BE monitors the screen by accessing screen data through the windows API's. However some games cannot be screen dumped using these API's.

These games can only be "screen dumped" by grabbing a copy of what is currently in the DirectX backbuffer.
The main difference between these two screen dumps though is that the title bar of the window wont be present in the DirectX screen dump (which is roughly 22 pixels in height), since its not stored in the DirectX backbuffer.

By disabling DirectX capturing, you force BE to rely only on the windows API's, in some games this will give you a black screen back, but for most, it will work just fine.

Whenever BE needs to know whats on your screen, it first checks if the window currently top most has the directX dll's loaded, if it has it attempts to retrieve a screen dump from the directX backbuffer, if it fails it tries the windows API's.

I hope that made at least a bit of sense.
Post Posted: Sun Oct 23, 2011 2:57 am
  Post subject:  Re: Pixel pattern a bit off  Reply with quote
Just a question whatwould disabling directx capturing do to help? Just a bit curious. Anyhoo ive made a bypass for now by adding 20 pixels to the y variable to bring it down to the correct location.
Post Posted: Sun Oct 23, 2011 2:40 am
  Post subject:  Re: Pixel pattern a bit off  Reply with quote
When searching for pixel patterns you can specify whether you want BE to return the location of the first pixel in the pattern, or the average (center) of all pixels in the pattern.

If its still off, try disabling DirectX capturing inside BE settings.
Post Posted: Sun Oct 23, 2011 1:44 am
  Post subject:  Pixel pattern a bit off  Reply with quote
Ok now basically in EE i make a pixel pattern for the revive window made out of all the black puxels in the words revive here it get the coords wrong though if i leave it as is it clicks towards the top left of the window and if i calculatebit to absolute coordonates it clicks above revive here i dont have the cide on me so will have to post later but anywho.
Post Posted: Sun Oct 23, 2011 1:11 am

All times are UTC


Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group