Author Topic: Can voice attack read an image on the screen?  (Read 4986 times)

Drakin138

  • Guest
Can voice attack read an image on the screen?
« on: December 05, 2016, 07:01:26 PM »
I'm trying to automate some boring inventory menuing. There's an icon that either shows if a space is Full or Empty. Would it be possible to write something like this?

(Check screen)
   If Picture = Empty
       Deposit Item

   Else Move down one space

I don't have much coding experience but is the functionality built in to compare images?

Thanks!

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2826
Re: Can voice attack read an image on the screen?
« Reply #1 on: December 05, 2016, 09:18:36 PM »
VA does not have that kind of capability natively, as that may be cause for TOS bans for some games.  Somebody mentioned making a VA plugin based around Autohotkey's 'pixel get color' feature, but even that might be cause for concern o_O.  Sorry about that!

Drakin138

  • Guest
Re: Can voice attack read an image on the screen?
« Reply #2 on: December 05, 2016, 09:24:36 PM »
Thanks for the heads up!

Exergist

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 405
  • Ride the lightning
Re: Can voice attack read an image on the screen?
« Reply #3 on: August 16, 2017, 12:11:43 PM »
I just wanted to let you know I posted a solution for obtaining pixel color with VA here. ;)