Speech Recognition Software with AGS Games

Report bugs or find solutions to hardware problems regarding KQ1VGA and KQ2:RTS.

Moderators: adeyke, VampD3, eriqchang, Angelus3K

Post Reply
Message
Author
KQ_SQ_BC_PQ_fan
Peasant Status
Posts: 4
Joined: Tue Feb 17, 2009 4:53 am

Speech Recognition Software with AGS Games

#1 Post by KQ_SQ_BC_PQ_fan » Sun Mar 22, 2009 9:54 pm

I've found that Windows Vista's "click that" command and Dragon NaturallySpeaking's "mouse click" command don't work with any games that were created using Adventure Game Studio. However, I've engineered a script that enables me to circumvent the problem.

Using Dragon NaturallySpeaking Legal, Medical, or Professional, you will be able to create voice commands that launch the scripts below.

Launching the following script will cause an AGS game to recognize a left mouse click at the current mouse position.

Sub Main

RememberPoint
Wait .001
DragToPoint 1

End Sub

Launching the following script will cause an AGS game to recognize a right mouse click at the current mouse position.

Sub Main

RememberPoint
Wait .001
DragToPoint 2

End Sub

These scripts work only when the game is run in a window; they do not work when the game is run full-screen.

I'd like to run this information by Chris Jones. Who knows what his email address is?

DrJones
Trusty Riding Saurus
Posts: 1100
Joined: Mon Sep 24, 2007 10:02 pm

Re: Speech Recognition Software with AGS Games

#2 Post by DrJones » Mon Mar 23, 2009 1:54 pm

Chris Jones is Pumaman, at the Adventure Game Studio forums.

KQ_SQ_BC_PQ_fan
Peasant Status
Posts: 4
Joined: Tue Feb 17, 2009 4:53 am

Re: Speech Recognition Software with AGS Games

#3 Post by KQ_SQ_BC_PQ_fan » Sat Apr 18, 2009 7:08 am

Are you in fact Chris Jones, "Dr"!?

Thank you for the information. I posted my Dragon NaturallySpeaking scripts on bigbluecup.com and Pumuman replied. That was before I had read your reply. When I first responded to him, I didn't know who he was!

DrJones
Trusty Riding Saurus
Posts: 1100
Joined: Mon Sep 24, 2007 10:02 pm

Re: Speech Recognition Software with AGS Games

#4 Post by DrJones » Sat Apr 18, 2009 12:44 pm

No, the Jones in my nick is a mere coincidence. :)

It really isn't difficult to figure out after you browse the AGS forums a little.

Brainiac
Royal Vizier Status
Posts: 2055
Joined: Thu Mar 18, 2004 6:20 am
Location: Somewhere in Ohio...
Contact:

Re: Speech Recognition Software with AGS Games

#5 Post by Brainiac » Sat Apr 18, 2009 4:24 pm

Perhaps it would have been more obvious had DrJones used the avatar of Lambonius? :p

Image

KQ_SQ_BC_PQ_fan
Peasant Status
Posts: 4
Joined: Tue Feb 17, 2009 4:53 am

Re: Speech Recognition Software with AGS Games

#6 Post by KQ_SQ_BC_PQ_fan » Sat Apr 18, 2009 6:41 pm

So this DrJones is the Infamous Adventures Lambonius? I'm gonna go out on a limb here and guess that you're the Infamous Adventures CotoGreseNeekedn.

Post Reply